Bas Couwenberg pushed to branch master at Debian GIS Project / fiona
Commits: f5bf6d40 by Bas Couwenberg at 2019-12-05T17:06:19Z New upstream version 1.8.13 - - - - - d8dc9998 by Bas Couwenberg at 2019-12-05T17:06:20Z Update upstream source from tag 'upstream/1.8.13' Update to upstream version '1.8.13' with Debian dir 6db288053b46f4fd8664668f6938fa8970b74e51 - - - - - b10e3fc2 by Bas Couwenberg at 2019-12-05T17:06:42Z New upstream release. - - - - - 823feb4f by Bas Couwenberg at 2019-12-05T17:08:47Z Set distribution to unstable. - - - - - 4 changed files: - CHANGES.txt - debian/changelog - fiona/__init__.py - setup.py Changes: ===================================== CHANGES.txt ===================================== @@ -3,6 +3,12 @@ Changes All issue numbers are relative to https://github.com/Toblerity/Fiona/issues. +1.8.13 (2019-12-05) +------------------- + +- The Python version specs for argparse and ordereddict in 1.8.12 were wrong + and have been corrected (#843). + 1.8.12 (2019-12-04) ------------------- ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +fiona (1.8.13-1) unstable; urgency=medium + + * Team upload. + * New upstream release. + + -- Bas Couwenberg <[email protected]> Thu, 05 Dec 2019 18:08:18 +0100 + fiona (1.8.12-1) unstable; urgency=medium * Team upload. ===================================== fiona/__init__.py ===================================== @@ -102,7 +102,7 @@ import uuid __all__ = ['bounds', 'listlayers', 'open', 'prop_type', 'prop_width'] -__version__ = "1.8.12" +__version__ = "1.8.13" __gdal_version__ = get_gdal_release_name() gdal_version = get_gdal_version_tuple() ===================================== setup.py ===================================== @@ -280,8 +280,8 @@ requirements = [ 'click-plugins>=1.0', 'six>=1.7', 'munch', - 'argparse; python_version <= "3.4"', - 'ordereddict; python_version <= "2.7"', + 'argparse; python_version < "2.7"', + 'ordereddict; python_version < "2.7"', 'enum34; python_version < "3.4"' ] View it on GitLab: https://salsa.debian.org/debian-gis-team/fiona/compare/22182da47899c7ae1f821f4967d056621c212965...823feb4f484df50db84c56a4d5b2fbde54ee67af -- View it on GitLab: https://salsa.debian.org/debian-gis-team/fiona/compare/22182da47899c7ae1f821f4967d056621c212965...823feb4f484df50db84c56a4d5b2fbde54ee67af 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
