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
|
python-cartopy (0.17.0+dfsg-3) unstable; urgency=medium
* Team upload.
* Bump Standards-Version to 4.3.0, no changes.
* Don't install subdirectories twice.
(closes: #921886)
* Fix symlinks to python-cartopy-data provided directories.
(closes: #921887)
* Don't include test output in binary packages.
-- Bas Couwenberg <sebastic@debian.org> Sun, 10 Feb 2019 08:45:15 +0100
python-cartopy (0.17.0+dfsg-2) unstable; urgency=medium
* Team upload.
* Update patch to use xfail for tests failing on i386.
-- Bas Couwenberg <sebastic@debian.org> Sun, 18 Nov 2018 17:06:14 +0100
python-cartopy (0.17.0+dfsg-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Bump Standards-Version to 4.2.1, no changes.
* Add filelock, fiona & pykdtree (build) dependencies.
* Add license & copyright for pre_sphinx_gallery.py.
* Use pytest markers to skip certain tests.
* Refresh i386 patch.
* Drop proj 5 patches, fixed upstream.
* Add python{,3}-{pil,scipy,tk} build dependencies for tests.
* Use xvfb to run dh_auto_test for Tk tests.
* Add patch to mark additional tests as requiring network.
* Remove executable bit from lock files.
* Remove Multi-Arch fields due to pycompile in postinst.
-- Bas Couwenberg <sebastic@debian.org> Sun, 18 Nov 2018 11:43:11 +0100
python-cartopy (0.16.0+dfsg1-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:52:45 +0200
python-cartopy (0.16.0+dfsg1-2) unstable; urgency=medium
* Team upload.
* Bump Standards-Version to 4.1.5, no changes.
* Remove documentation outside usr/share/doc.
* Sort targets in rules file.
-- Bas Couwenberg <sebastic@debian.org> Wed, 11 Jul 2018 14:10:38 +0200
python-cartopy (0.16.0+dfsg1-1) unstable; urgency=medium
[ Antonio Valentino ]
* New upstream release (Closes: #854167).
* Update copyright file.
* Set compat to 11.
* New python-cartopy-data package for common data files.
* Standard version bump to 4.1.4:
- remove get-orig-source target from debian/rules
* debian/control
- update maintainer field (python-cartopy is now maintained by the
debian-gis team)
- updated Vcs-* fields
- update dependency list
- drop ancient X-Python3-Version field
- add Antonio Valentino to uploaders
* debian/tests/control
- switch to pytest
* debian/patches
- refresh and renumber all patches
- new patches to improve compatibility with proj v5
(Closes: #889931). See also
https://github.com/OSGeo/proj.4/issues/985,
https://github.com/OSGeo/proj.4/issues/941 and
https://github.com/SciTools/cartopy/issues/1071)
* debian/rules
- switch to pytst
[ Bas Couwenberg ]
* Update Repository URL to use HTTPS in upstream metadata.
* Update Homepage URL to use HTTPS.
* Reorder dependencies.
* Capitalize first letter in short description.
* Update watch file to handle common issues.
* Update copyright file, changes:
- Use standalone license paragraphs
- Fix PSF license terms (Python-2.0)
- Use standard public-domain license shortname
* Update gbp.conf conform the Debian GIS Policy.
* Refresh patches.
* Align paths in install and link files.
-- Antonio Valentino <antonio.valentino@tiscali.it> Fri, 08 Jun 2018 20:18:37 +0000
python-cartopy (0.14.2+dfsg1-2) unstable; urgency=medium
[ Andreas Tille ]
* Do not force the package maintainer to install build-dependencies like
geos on local machine
[ Ghislain Antony Vaillant ]
* Fix FTBFS on 32-bit architectures (Closes: #848634)
New patch 0001-Skip-tests-failing-on-i386-architectures.patch
-- Ghislain Antony Vaillant <ghisvail@gmail.com> Thu, 02 Feb 2017 17:51:42 +0000
python-cartopy (0.14.2+dfsg1-1) unstable; urgency=low
* Initial release. (Closes: #730670)
-- Ghislain Antony Vaillant <ghisvail@gmail.com> Wed, 14 Dec 2016 15:59:08 +0000
|