[Git][debian-gis-team/fiona][master] 5 commits: New upstream version 1.7.12
Bas Couwenberg
gitlab at salsa.debian.org
Wed Jul 11 14:33:43 BST 2018
Bas Couwenberg pushed to branch master at Debian GIS Project / fiona
Commits:
94851126 by Bas Couwenberg at 2018-07-09T17:04:49+02:00
New upstream version 1.7.12
- - - - -
a71f3de1 by Bas Couwenberg at 2018-07-09T17:04:50+02:00
Merge tag 'upstream/1.7.12'
Upstream version 1.7.12
- - - - -
6c868cd1 by Bas Couwenberg at 2018-07-09T17:05:12+02:00
New upstream release.
- - - - -
b8655240 by Bas Couwenberg at 2018-07-11T15:19:41+02:00
Use Python 2 sphinx-build for python2 build explicitly.
- - - - -
4435567e by Bas Couwenberg at 2018-07-11T15:19:54+02:00
Set distribution to unstable.
- - - - -
6 changed files:
- CHANGES.txt
- debian/changelog
- debian/rules
- 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)
-------------------
=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,11 @@
-fiona (1.7.11-4) UNRELEASED; urgency=medium
+fiona (1.7.12-1) unstable; urgency=medium
+ * Team upload.
+ * New upstream release.
* Bump Standards-Version to 4.1.5, no changes.
+ * Use Python 2 sphinx-build for python2 build explicitly.
- -- Bas Couwenberg <sebastic at debian.org> Thu, 05 Jul 2018 09:54:33 +0200
+ -- Bas Couwenberg <sebastic at debian.org> Wed, 11 Jul 2018 15:19:46 +0200
fiona (1.7.11-3) unstable; urgency=medium
=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ BUILD_DATE=$(shell LC_ALL=C date -u "+%B %d, %Y" -d "@$(SOURCE_DATE_EPOCH)")
DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
export PYBUILD_NAME=fiona
-export PYBUILD_AFTER_BUILD_python2 = PYTHONPATH={build_dir} http_proxy='127.0.0.1:9' sphinx-build -N -bhtml -D today="$(BUILD_DATE)" docs/ build/html
+export PYBUILD_AFTER_BUILD_python2 = PYTHONPATH={build_dir} http_proxy='127.0.0.1:9' /usr/share/sphinx/scripts/python2/sphinx-build -N -bhtml -D today="$(BUILD_DATE)" docs/ build/html
export PYBUILD_TEST_NOSE=1
export PYBUILD_BEFORE_TEST=cp -r {dir}/tests {build_dir}
export PYBUILD_AFTER_TEST=rm -rf {build_dir}/tests
=====================================
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/compare/305b0ac7d2a5c9f9ac8a43770389ee42e30fb7fb...4435567e8544458bb157b51924278448efa1d6cd
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/fiona/compare/305b0ac7d2a5c9f9ac8a43770389ee42e30fb7fb...4435567e8544458bb157b51924278448efa1d6cd
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/b48d02f9/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list