[Git][debian-gis-team/fiona][upstream] New upstream version 1.8.13
Bas Couwenberg
gitlab at salsa.debian.org
Thu Dec 5 17:24:07 GMT 2019
Bas Couwenberg pushed to branch upstream at Debian GIS Project / fiona
Commits:
f5bf6d40 by Bas Couwenberg at 2019-12-05T17:06:19Z
New upstream version 1.8.13
- - - - -
3 changed files:
- CHANGES.txt
- 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)
-------------------
=====================================
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/commit/f5bf6d40c60b355867251b9c3b8f26551053beb1
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/fiona/commit/f5bf6d40c60b355867251b9c3b8f26551053beb1
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20191205/d24f6d2f/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list