1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260
|
geoalchemy2 (0.15.2-2) unstable; urgency=medium
* Team upload.
* Autopkgtest still need python3-pkg-resources for this last version.
-- Alexandre Detiste <tchet@debian.org> Sun, 16 Feb 2025 15:41:04 +0100
geoalchemy2 (0.15.2-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Update gbp.conf to use pristine-tar by default.
* Drop support for 32-bit architectures to match postgis.
* Drop support for big endian architectures where tests fail.
(closes: #1082933)
* Bump Standards-Version to 4.7.0, no changes.
* Add patch to fix privacy-breach-generic Lintian issue.
-- Bas Couwenberg <sebastic@debian.org> Thu, 17 Oct 2024 06:47:25 +0200
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.8.4-1) unstable; urgency=medium
* New upstream release
* Add new documentation package: python-geoalchemy2-doc
* Upstream changes mean the test suite now requires the postgis_raster
extension
* Add new Build-Depends: dh-sequence-python3, dh-sequence-sphinxdoc,
python3-setuptools-scm, python3-shapely, and python3-sphinx-gallery
* Update to debhelper 13
* Remove GeoAlchemy2.egg-info and .pytest_cache during clean
-- Edward Betts <edward@4angle.com> Thu, 03 Sep 2020 14:44:51 +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 <eamanu@yaerobi.com> Sun, 26 Jan 2020 00:07:51 -0300
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 <myon@debian.org> 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
|