[fiona] 02/03: Merge tag 'upstream/1.7.1'

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Thu Nov 17 21:02:14 UTC 2016


This is an automated email from the git hooks/post-receive script.

johanvdw-guest pushed a commit to branch master
in repository fiona.

commit f191fd9030288a4ad5461ad0f6d427a299c13988
Merge: b6ea720 315d5dc
Author: Johan Van de Wauw <johan at vandewauw.be>
Date:   Thu Nov 17 21:36:36 2016 +0100

    Merge tag 'upstream/1.7.1'
    
    Upstream version 1.7.1

 .gitignore                     |   1 +
 .travis.yml                    |  11 ++--
 CHANGES.txt                    |  20 ++++++
 CREDITS.txt                    |  21 ++++---
 debian/changelog               |   6 ++
 docs/Makefile                  |   4 +-
 docs/fiona.fio.rst             | 134 +++++++++++++++++++++++++++++++++++++++++
 docs/fiona.rst                 | 117 +++++++++++++++++++++++++++++++++++
 docs/modules.rst               |   7 +++
 fiona/__init__.py              |   4 +-
 fiona/_geometry.pxd            |   4 ++
 fiona/_geometry.pyx            |  65 ++++++++++++++++++--
 fiona/collection.py            |   6 +-
 fiona/compat.py                |  12 ++++
 fiona/errors.py                |   3 +
 fiona/fio/cat.py               |   2 +-
 fiona/fio/main.py              |   4 ++
 fiona/odict.py                 |   4 --
 fiona/ogrext1.pyx              |  35 ++++++-----
 fiona/ogrext2.pyx              |  39 ++++++------
 scripts/travis_gdal_install.sh |  35 ++++-------
 setup.py                       |  61 ++++++++++++-------
 tests/test_collection.py       |   3 +-
 tests/test_geometry.py         |   6 +-
 tests/test_integration.py      |  59 ++++++++++++++++++
 tests/test_multiconxn.py       |   2 +-
 tests/test_schema.py           |  19 ++++++
 27 files changed, 570 insertions(+), 114 deletions(-)

diff --cc debian/changelog
index 41ef9de,0000000..8edc150
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,142 -1,0 +1,148 @@@
++fiona (1.7.1-1) UNRELEASED; urgency=medium
++
++  * New upstream version 1.7.1
++
++ -- Johan Van de Wauw <johan at vandewauw.be>  Thu, 17 Nov 2016 21:37:19 +0100
++
 +fiona (1.7.0.post2-1) unstable; urgency=medium
 +
 +  * Team upload.
 +  * New upstream post release.
 +  * Drop clean-setup.patch, fixed upstream. Refresh remaining patches.
 +
 + -- Bas Couwenberg <sebastic at debian.org>  Wed, 15 Jun 2016 19:14:05 +0200
 +
 +fiona (1.7.0-1) unstable; urgency=medium
 +
 +  * Team upload.
 +  * New upstream release.
 +  * Ignore test failures on ppc64 too.
 +  * Add patch to not copy GDAL API C files in clean target.
 +
 + -- Bas Couwenberg <sebastic at debian.org>  Wed, 15 Jun 2016 14:56:53 +0200
 +
 +fiona (1.7~b1-3) unstable; urgency=medium
 +
 +  * Team upload.
 +  * Exclude unicode test too.
 +
 + -- Bas Couwenberg <sebastic at debian.org>  Sat, 11 Jun 2016 21:29:10 +0200
 +
 +fiona (1.7~b1-2) unstable; urgency=medium
 +
 +  * Team upload.
 +  * Exclude fio_{info,ls} tests causing build failures.
 +
 + -- Bas Couwenberg <sebastic at debian.org>  Sat, 11 Jun 2016 18:21:40 +0200
 +
 +fiona (1.7~b1-1) unstable; urgency=medium
 +
 +  * Team upload.
 +  * New upstream pre-release.
 +  * Override dh_auto_test to ignore test failures on Hurd & kFreeBSD.
 +  * Update watch file to handle pre-releases.
 +  * Add python{,3}-munch to build dependencies.
 +  * Drop patches applied/included upstream. Refresh remaining patches.
 +  * Update watch file to handle more tag conventions in filenamemangle.
 +
 + -- Bas Couwenberg <sebastic at debian.org>  Sat, 11 Jun 2016 14:30:25 +0200
 +
 +fiona (1.6.4-1) unstable; urgency=medium
 +
 +  * Team upload.
 +  * New upstream release.
 +  * Refresh patches.
 +
 + -- Bas Couwenberg <sebastic at debian.org>  Fri, 06 May 2016 01:44:55 +0200
 +
 +fiona (1.6.3-3) unstable; urgency=medium
 +
 +  * Team upload.
 +  * Bump Standards-Version to 3.9.8, no changes.
 +  * Enable all buildflags, except PIE (causes build failure).
 +
 + -- Bas Couwenberg <sebastic at debian.org>  Thu, 05 May 2016 12:00:50 +0200
 +
 +fiona (1.6.3-2) unstable; urgency=medium
 +
 +  * Team upload.
 +  * Update Vcs-Git URL to use HTTPS.
 +  * Add patches for GDAL 2.0 support.
 +    (closes: #802808)
 +
 + -- Bas Couwenberg <sebastic at debian.org>  Sun, 07 Feb 2016 23:28:44 +0100
 +
 +fiona (1.6.3-1) unstable; urgency=medium
 +
 +  * Team upload.
 +  * New upstream release.
 +  * Update Vcs-Browser URL to use HTTPS.
 +
 + -- Bas Couwenberg <sebastic at debian.org>  Fri, 25 Dec 2015 02:25:10 +0100
 +
 +fiona (1.6.2-1) unstable; urgency=medium
 +
 +  * Imported Upstream version 1.6.2
 +  * Fix manfile generation with Python 3
 +  * Update manfile
 +  * Update section for fiona package
 +
 + -- Johan Van de Wauw <johan at vandewauw.be>  Wed, 23 Sep 2015 23:33:24 +0200
 +
 +fiona (1.6.1-2) unstable; urgency=medium
 +
 +  * Add python-click-plugins to fiona dependencies
 +  * Correctly use python3 for fiona binary
 +  * Add python-click-plugins as B/D + reorder B/D
 +
 + -- Johan Van de Wauw <johan at vandewauw.be>  Tue, 15 Sep 2015 22:37:31 +0200
 +
 +fiona (1.6.1-1) unstable; urgency=medium
 +
 +  [ Bas Couwenberg ]
 +  * Add Suggests on fiona-doc to the other binary packages.
 +    (closes: #798419)
 +
 +  [ Johan Van de Wauw ]
 +  * Imported Upstream version 1.6.1
 +
 + -- Johan Van de Wauw <johan at vandewauw.be>  Mon, 14 Sep 2015 21:23:57 +0200
 +
 +fiona (1.6.0-1) unstable; urgency=medium
 +
 +  * Imported Upstream version 1.6.0
 +  * Fix patches for new release
 +  * Update copyright with contents of CONTRIBUTORS.txt
 +  * Rebuild against libstdc++6 and gdal 1.11.2
 +
 + -- Johan Van de Wauw <johan.vandewauw at gmail.com>  Sat, 22 Aug 2015 21:41:13 +0200
 +
 +fiona (1.5.1-2) unstable; urgency=medium
 +
 +  * Team upload.
 +  * Apply patch by Steve Langasek to build-depend on python*-all-dev.
 +    (closes: #793645)
 +  * Update watch file to handle other tar extensions in filenamemangle.
 +
 + -- Bas Couwenberg <sebastic at debian.org>  Sun, 26 Jul 2015 00:33:14 +0200
 +
 +fiona (1.5.1-1) unstable; urgency=medium
 +
 +  * Make build reproducible (Closes: #788308)
 +  * Imported Upstream version 1.5.1
 +
 + -- Johan Van de Wauw <johan.vandewauw at gmail.com>  Wed, 10 Jun 2015 22:01:07 +0200
 +
 +fiona (1.5.0-2) unstable; urgency=medium
 +
 +  * Initial upload, after FTP-master comment about missing license 
 +  * Add license for docs/manual.rst (CC-BY-3.0-US)
 +  * Fix compatibility with Cython 0.22
 +
 + -- Johan Van de Wauw <johan.vandewauw at gmail.com>  Tue, 02 Jun 2015 19:59:43 +0200
 +
 +fiona (1.5.0-1) unstable; urgency=medium
 +
 +  * Initial upload (closes: #765470)
 +
 + -- Johan Van de Wauw <johan.vandewauw at gmail.com>  Thu, 05 Feb 2015 16:23:03 +0100

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/fiona.git



More information about the Pkg-grass-devel mailing list