[Git][debian-gis-team/fiona][upstream] New upstream version 1.7.12

Bas Couwenberg gitlab at salsa.debian.org
Wed Jul 11 14:33:46 BST 2018


Bas Couwenberg pushed to branch upstream at Debian GIS Project / fiona


Commits:
94851126 by Bas Couwenberg at 2018-07-09T17:04:49+02:00
New upstream version 1.7.12
- - - - -


4 changed files:

- CHANGES.txt
- fiona/__init__.py
- requirements.txt
- setup.py


Changes:

=====================================
CHANGES.txt
=====================================
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -3,6 +3,24 @@ Changes
 
 All issue numbers are relative to https://github.com/Toblerity/Fiona/issues.
 
+1.7.12 (2018-06-11)
+-------------------
+
+- Require six>=1.7
+- Include sqlite 3.24.0 in macosx wheels (frs-wheel-builds 1.8.2).
+
+1.7.11.post2 (2018-04-30)
+-------------------------
+
+- This post-release adds GPKG (geopackage) support to manylinux1 wheels
+  and upgrades the included GDAL library to 2.2.4.
+
+1.7.11.post1 (2018-01-08)
+-------------------------
+
+- This post-release adds missing expat (and thereby GPX format) support to 
+  the included GDAL library (still version 2.2.2).
+
 1.7.11 (2017-12-14)
 -------------------
 


=====================================
fiona/__init__.py
=====================================
--- a/fiona/__init__.py
+++ b/fiona/__init__.py
@@ -81,7 +81,7 @@ import uuid
 
 
 __all__ = ['bounds', 'listlayers', 'open', 'prop_type', 'prop_width']
-__version__ = "1.7.11"
+__version__ = "1.7.12"
 __gdal_version__ = get_gdal_release_name().decode('utf-8')
 
 log = logging.getLogger(__name__)


=====================================
requirements.txt
=====================================
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,5 @@
 argparse
-cligj
-six
+cligj>=0.4
+six>=1.7
 ordereddict
 munch


=====================================
setup.py
=====================================
--- a/setup.py
+++ b/setup.py
@@ -219,9 +219,9 @@ elif "clean" not in sys.argv:
             Extension('fiona.ogrext', ['fiona/ogrext2.c'], **ext_options))
 
 requirements = [
-    'cligj',
+    'cligj>=0.4',
     'click-plugins',
-    'six',
+    'six>=1.7',
     'munch']
 
 if sys.version_info < (2, 7):



View it on GitLab: https://salsa.debian.org/debian-gis-team/fiona/commit/94851126d5e3d68cf1dd8e56cb48ad0619a2e1d9

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/fiona/commit/94851126d5e3d68cf1dd8e56cb48ad0619a2e1d9
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/20180711/478a20cc/attachment-0001.html>


More information about the Pkg-grass-devel mailing list