Bas Couwenberg pushed to branch upstream at Debian GIS Project / fiona
Commits: 7b82ef91 by Bas Couwenberg at 2022-10-15T07:05:20+02:00 New upstream version 1.8.22 - - - - - 3 changed files: - CHANGES.txt - 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) ------------------- ===================================== 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/-/commit/7b82ef91f215ab4e197bccfeb1199b0a9c95535a -- View it on GitLab: https://salsa.debian.org/debian-gis-team/fiona/-/commit/7b82ef91f215ab4e197bccfeb1199b0a9c95535a 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
