Bas Couwenberg pushed to branch master at Debian GIS Project / fiona
Commits: 7b82ef91 by Bas Couwenberg at 2022-10-15T07:05:20+02:00 New upstream version 1.8.22 - - - - - 65ad52d5 by Bas Couwenberg at 2022-10-15T07:05:22+02:00 Update upstream source from tag 'upstream/1.8.22' Update to upstream version '1.8.22' with Debian dir 7622fd334a1b15fcb8ad057f3fff2e21b10866da - - - - - 2a032c45 by Bas Couwenberg at 2022-10-15T07:05:37+02:00 New upstream release. - - - - - 74631d98 by Bas Couwenberg at 2022-10-15T07:06:52+02:00 Require at least cython3 0.29.29. - - - - - f1a15b2b by Bas Couwenberg at 2022-10-15T07:07:03+02:00 Set distribution to unstable. - - - - - 5 changed files: - CHANGES.txt - debian/changelog - debian/control - fiona/__init__.py - pyproject.toml Changes: ===================================== CHANGES.txt ===================================== @@ -3,6 +3,13 @@ Changes All issue numbers are relative to https://github.com/Toblerity/Fiona/issues. +1.8.22 (2022-10-14) +------------------- + +Builds now require Cython >= 0.29.29 because of +https://github.com/cython/cython/issues/4609 (#1143). + + 1.8.21 (2022-02-07) ------------------- ===================================== debian/changelog ===================================== @@ -1,11 +1,13 @@ -fiona (1.8.21-2) UNRELEASED; urgency=medium +fiona (1.8.22-1) unstable; urgency=medium * Team upload. + * New upstream release. * Bump Standards-Version to 4.6.1, no changes. * Update watch file to also ignore dev and alpha releases. * Use pybuild-plugin-pyproject instead of python3-setuptools. + * Require at least cython3 0.29.29. - -- Bas Couwenberg <[email protected]> Tue, 21 Jun 2022 07:06:53 +0200 + -- Bas Couwenberg <[email protected]> Sat, 15 Oct 2022 07:06:53 +0200 fiona (1.8.21-1) unstable; urgency=medium ===================================== debian/control ===================================== @@ -7,7 +7,7 @@ Build-Depends: debhelper-compat (= 12), dh-python, gdal-bin, libgdal-dev, - cython3 (>= 0.21), + cython3 (>= 0.29.29), pybuild-plugin-pyproject, python3-all, python3-all-dev, ===================================== fiona/__init__.py ===================================== @@ -105,7 +105,7 @@ with fiona._loading.add_gdal_dll_directories(): __all__ = ['bounds', 'listlayers', 'open', 'prop_type', 'prop_width'] -__version__ = "1.8.21" +__version__ = "1.8.22" __gdal_version__ = get_gdal_release_name() gdal_version = get_gdal_version_tuple() ===================================== pyproject.toml ===================================== @@ -1,6 +1,6 @@ [build-system] requires = [ - "cython==0.29.24", + "cython>=0.29.29", "oldest-supported-numpy", "setuptools", "wheel", View it on GitLab: https://salsa.debian.org/debian-gis-team/fiona/-/compare/440a4c1346cdbb83551c05b5c50ef0a44ba59d29...f1a15b2b167d258626e7664be8d845a94c6e0e54 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/fiona/-/compare/440a4c1346cdbb83551c05b5c50ef0a44ba59d29...f1a15b2b167d258626e7664be8d845a94c6e0e54 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
