1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132
|
python-geopandas (0.4.0-3) unstable; urgency=medium
* Team upload.
* Bump Standards-Version to 4.2.0, no changes.
* Update watch file to use releases instead of tags.
* Update watch file to limit matches to archive path.
-- Bas Couwenberg <sebastic@debian.org> Sat, 18 Aug 2018 18:24:17 +0200
python-geopandas (0.4.0-2) unstable; urgency=medium
* Team upload.
* Drop autopkgtest to test installability.
* Add lintian override for testsuite-autopkgtest-missing.
* Add override for package-contains-documentation-outside-usr-share-doc.
-- Bas Couwenberg <sebastic@debian.org> Wed, 01 Aug 2018 18:09:15 +0200
python-geopandas (0.4.0-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Add python3-sphinx to build dependencies.
* Bump Standards-Version to 4.1.5, no changes.
* Update copyright-format URL to use HTTPS.
* Update Vcs-* URLs for Salsa.
* Strip trailing whitespace from control file.
* Update build dependencies for doc build.
* Add patch to disable gallery, requires unpackaged dependencies.
* Ignore test failures on all architectures.
-- Bas Couwenberg <sebastic@debian.org> Mon, 16 Jul 2018 12:29:56 +0200
python-geopandas (0.3.0-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Drop patches, included upstream.
* Remove obsolete TRAVIS env var from test commands.
* Use pytest instead of nosetest to not fail all tests.
-- Bas Couwenberg <sebastic@debian.org> Tue, 29 Aug 2017 12:15:26 +0200
python-geopandas (0.2.1-4) unstable; urgency=medium
* Team upload.
* Add patch to remove usage of assert_isinstance from pandas.
(closes: #868964)
* Bump Standards-Version to 4.0.0, no changes.
* Add autopkgtest to test installability.
-- Bas Couwenberg <sebastic@debian.org> Thu, 20 Jul 2017 17:28:53 +0200
python-geopandas (0.2.1-3) unstable; urgency=medium
* Team upload.
* Ignore test failures on i386, package not normally built there.
(closes: #860621)
-- Bas Couwenberg <sebastic@debian.org> Wed, 19 Apr 2017 10:28:22 +0200
python-geopandas (0.2.1-2) unstable; urgency=medium
* Team upload.
* Skip test that fails on Travis, fails on Debian too.
(closes: #849934)
-- Bas Couwenberg <sebastic@debian.org> Mon, 02 Jan 2017 19:37:48 +0100
python-geopandas (0.2.1-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Add PySAL to build dependencies & Recommends.
-- Bas Couwenberg <sebastic@debian.org> Sun, 31 Jul 2016 00:44:10 +0200
python-geopandas (0.2-2) unstable; urgency=medium
* Team upload.
* Add build dependency on python-sphinx-rtd-theme.
(closes: #828132)
-- Bas Couwenberg <sebastic@debian.org> Sat, 25 Jun 2016 12:48:02 +0200
python-geopandas (0.2-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Override dh_python{2,3} to call dh_numpy{,3} too.
* Update watch file to handle more tag conventions in filenamemangle.
* Add python{,3}-{descartes,geopy,matplotlib,psycopg2,rtree} to Recommends.
* Add additional build dependencies: cython{,3}, ipython{,3} &
python{,3}-{geopy,mock,psycopg2,pytest-cov,rtree,six,sqlalchemy}.
* Install examples in documentation package.
* Update copyright file, changes:
- Update copyright years for Geopandas developers
- Add license & copyright for versioneer.py & nybb_16a.zip
* Bump Standards-Version to 3.9.8, no changes.
* Drop patches, applied upstream.
* Use nosetests instead of pytest.
* Don't install naturalearth_cities.README.html, privacy breach issues.
-- Bas Couwenberg <sebastic@debian.org> Sat, 11 Jun 2016 00:39:18 +0200
python-geopandas (0.1.1-3) unstable; urgency=medium
* Team upload.
* Update Vcs-Git URL to use HTTPS.
* Bump Standards-Version to 3.9.7, no changes.
* Add dependencies on imported modules (pandas, shapely, fiona, etc).
(closes: #814938)
* Enable parallel builds.
-- Bas Couwenberg <sebastic@debian.org> Tue, 16 Feb 2016 22:14:04 +0100
python-geopandas (0.1.1-2) unstable; urgency=medium
* Team upload.
* Fix Vcs-* URLs, rename repo from geopandas to python-geopandas.
* Add patch to increase tolerance to fix plotting test failure.
(closes: #792589)
* Update Vcs-Browser URL to use HTTPS.
* Add upstream metadata.
-- Bas Couwenberg <sebastic@debian.org> Fri, 20 Nov 2015 20:02:38 +0100
python-geopandas (0.1.1-1) unstable; urgency=medium
* Initial release (Closes: #773394)
-- Johan Van de Wauw <johan.vandewauw@gmail.com> Tue, 09 Jun 2015 20:19:05 +0200
|