Change logs for geoalchemy2 source package in Sid

  • geoalchemy2 (0.15.1-1) unstable; urgency=medium
    
      * New upstream release.
      * Add docstrings and type hints for setup-db-and-run-tests.py:
        - Added detailed descriptions to the functions and classes.
        - Included type annotations for better code clarity and type checking.
      * Update package description to reflect support for additional SQL dialects:
        - The updated description now includes SQLite and MySQL along with
          PostgreSQL/PostGIS.
        - Emphasized the capability to integrate spatial data within Python
          applications using SQLAlchemy's ORM.
      * Remove MySQL dependencies and tests:
        - Removed mysql-client-8.0, mysql-server-8.0 and python3-mysqldb from the
          build dependencies.
        - The MySQL tests have been disabled as they are not working with MariaDB,
          and the original mysql-server is not in testing.
      * Reduced the number of skipped tests:
        - Optimized the test suite to minimize the number of skipped tests,
          ensuring more comprehensive test coverage.
    
     -- Edward Betts <edward@4angle.com>  Sun, 19 May 2024 12:53:18 +0200
  • geoalchemy2 (0.14.6-1) unstable; urgency=medium
    
      * New upstream release.
      * Update copyright year.
      * Drop patch to setup.py, no longer required.
      * Add python3-mysqldb and python3-rasterio to Build-Depends and test
        Depends.
      * Update setup-db-and-run-tests.py to run mysql server in addition to
        postgres server.
      * Tests fail with mariadb so Build-Depend on the mysql-client-8.0 and
        mysql-server-8.0 packages.
    
     -- Edward Betts <edward@4angle.com>  Wed, 06 Mar 2024 16:59:36 +0100
  • geoalchemy2 (0.13.3-2) unstable; urgency=medium
    
      * Skip tests that fail on big-endian architectures, specifically s390x.
        Upstream is aware of the failing tests. (Closes: #1034304).
    
     -- Edward Betts <edward@4angle.com>  Wed, 21 Jun 2023 12:11:34 +0100
  • geoalchemy2 (0.13.3-1) unstable; urgency=medium
    
      * New upstream release.
    
     -- Edward Betts <edward@4angle.com>  Tue, 23 May 2023 12:49:47 +0100
  • geoalchemy2 (0.13.2-1) unstable; urgency=medium
    
      * New upstream release.
    
     -- Edward Betts <edward@4angle.com>  Tue, 25 Apr 2023 16:14:01 +0200
  • geoalchemy2 (0.13.1-2) unstable; urgency=medium
    
      * Include geoalchemy2.dialects in package by patching the setup.py file.
      * Add missing python3-alembic test depends.
      * Skip failing test.
      * Stop ignoring return status of tests.
    
     -- Edward Betts <edward@4angle.com>  Tue, 28 Mar 2023 11:40:03 +0100
  • geoalchemy2 (0.13.1-1) unstable; urgency=medium
    
      * New upstream release.
      * Add PYTHONPATH=$(CURDIR) to sphinx-build in debian/rules.
    
     -- Edward Betts <edward@4angle.com>  Sat, 18 Mar 2023 07:58:19 +0100
  • geoalchemy2 (0.12.5-1) unstable; urgency=medium
    
      * New upstream release
      * Build-Depends: Add <!nocheck> to python3-pytest
      * Build-Depends: Add python3-alembic
      * Update copyright year
      * Update Standards-Version
    
     -- Edward Betts <edward@4angle.com>  Sun, 15 Jan 2023 21:31:44 +0000
  • geoalchemy2 (0.12.1-1) unstable; urgency=medium
    
      * New upstream release
      * Update Standards-Version
      * Update add version >= 1.4 requirement to python3-sqlalchemy Build-Depends
    
     -- Edward Betts <edward@4angle.com>  Tue, 12 Jul 2022 10:22:07 +0100
  • geoalchemy2 (0.11.1-1) unstable; urgency=medium
    
      * New upstream release
      * Drop 0002-No-Mock-for-shapely-modules.patch: no longer needed
      * Don't include usr/lib/python3/dist-packages/build/tests in package
    
     -- Edward Betts <edward@4angle.com>  Sat, 12 Mar 2022 11:02:09 +0000
  • geoalchemy2 (0.10.2-1) unstable; urgency=medium
    
      * New upstream release
      * Update copyright year
    
     -- Edward Betts <edward@4angle.com>  Tue, 01 Feb 2022 17:20:09 +0000
  • geoalchemy2 (0.10.0-1) unstable; urgency=medium
    
      * New upstream release
      * Remove Built-Using from python-geoalchemy2-doc, because lintian complains.
    
     -- Edward Betts <edward@4angle.com>  Wed, 29 Dec 2021 08:18:10 +0000
  • geoalchemy2 (0.9.4-2) unstable; urgency=medium
    
      [ Edward Betts ]
      * Fix failing tests. (Closes: #997070)
      * Update debian/watch to check github tags instead of releases.
      * Update Standards-Version
    
      [ Bas Couwenberg ]
      * Use virtual postgis packages to be PG version independent.
        (Closes: #995807)
    
     -- Edward Betts <edward@4angle.com>  Tue, 09 Nov 2021 14:07:38 +0000
  • geoalchemy2 (0.9.4-1) unstable; urgency=medium
    
      * New upstream release
      * Update homepage URL
      * Update Standards-Version
      * Update copyright year
      * Update debian/watch file format version
    
     -- Edward Betts <edward@4angle.com>  Mon, 30 Aug 2021 14:32:56 +0100
  • geoalchemy2 (0.8.4-3) unstable; urgency=medium
    
      * Update postgis Build-Depends to use postgresql-13 packages.
      * Add 'Built-Using: ${sphinxdoc:Built-Using}' to python-geoalchemy2-doc.
    
     -- Edward Betts <edward@4angle.com>  Fri, 30 Oct 2020 20:10:58 +0000
  • geoalchemy2 (0.8.4-2) unstable; urgency=medium
    
      [ Ondřej Nový ]
      * d/control: Update Maintainer field with new Debian Python Team
        contact address.
      * d/control: Update Vcs-* fields with new Debian Python Team Salsa
        layout.
    
      [ Edward Betts ]
      * Postgres refuses to run as root, so skip test suite if running as root.
      * Add details of the sphinx documentation flask theme to debian/copyright.
      * The test suite causes the postgres server to produce errors on stderr
        which can be confusing. Capture stderr and only display if the tests fail.
      * Add debian/upstream/metadata.
    
     -- Edward Betts <edward@4angle.com>  Tue, 29 Sep 2020 11:57:18 +0100
  • geoalchemy2 (0.7.0-1) unstable; urgency=medium
    
      * New upstream release
      * Wrap depends in debian/tests/control
      * Update debhelper compact level
      * Update Standards-Version
      * Set Rules-Requires-Root to no
      * Update copyright year
    
     -- Edward Betts <edward@4angle.com>  Sun, 22 Mar 2020 07:39:07 +0000
  • geoalchemy2 (0.6.3-2) unstable; urgency=medium
    
      [ Emmanuel Arias ]
      * Team Upload.
      * d/control: Fix depedencies (Closes: #)49750)
        - Bump  postgresql-11-postgis-2.5 to postgresql-12-postgis-3
        - Bump  postgresql-11-postgis-2.5-scripts to
          postgresql-12-postgis-3-scripts
      * d/gitlab-ci.yml: enable Gitlab CI.
    
      [ Ondřej Nový ]
      * Use debhelper-compat instead of debian/compat.
      * Bump Standards-Version to 4.4.1.
    
     -- Emmanuel Arias <email address hidden>  Sun, 26 Jan 2020 00:07:51 -0300
  • geoalchemy2 (0.6.3-1.1) unstable; urgency=medium
    
      * Non-maintainer upload.
      * Source-only upload, to unblock migration.
    
     -- Dimitri John Ledkov <email address hidden>  Wed, 20 Nov 2019 00:34:46 +0000
  • geoalchemy2 (0.6.3-1) unstable; urgency=medium
    
      * New upstream release
    
     -- Edward Betts <edward@4angle.com>  Sun, 16 Jun 2019 22:19:48 +0100
  • geoalchemy2 (0.6.2-1) unstable; urgency=medium
    
      * New upstream release
    
     -- Edward Betts <edward@4angle.com>  Tue, 14 May 2019 07:05:27 +0100
  • geoalchemy2 (0.6.1-1) unstable; urgency=medium
    
      * New upstream release
      * debian/control: Update standards version, no changes
      * debian/copyright: Update copyright year
    
     -- Edward Betts <edward@4angle.com>  Fri, 15 Mar 2019 13:33:48 +0000
  • geoalchemy2 (0.5.0-1) unstable; urgency=medium
    
      * New upstream release
      * debian/control: Update standards version, no changes
      * debian/control: correct Maintainer and Uploaders
    
     -- Edward Betts <edward@4angle.com>  Thu, 08 Nov 2018 17:49:56 +0000
  • geoalchemy2 (0.4.2-2) unstable; urgency=medium
    
      * Team upload.
      * Change Build-Depends from postgresql-10-postgis-2.4 to
        postgresql-11-postgis-2.5; change Test dependencies to unversioned
        virtual packages.
    
     -- Christoph Berg <email address hidden>  Thu, 01 Nov 2018 22:29:17 +0100
  • geoalchemy2 (0.4.2-1) unstable; urgency=low
    
      * Initial release. (Closes: #898490)
    
     -- Edward Betts <edward@4angle.com>  Fri, 11 May 2018 18:00:00 +0100