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 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211
|
python-shapely (1.5.17-1) unstable; urgency=medium
* New upstream release.
* Add upstream metadata.
-- Bas Couwenberg <sebastic@debian.org> Wed, 31 Aug 2016 12:36:29 +0200
python-shapely (1.5.16-1) unstable; urgency=medium
* New upstream release.
-- Bas Couwenberg <sebastic@debian.org> Fri, 27 May 2016 11:20:55 +0200
python-shapely (1.5.15-2) unstable; urgency=medium
* Bump Standards-Version to 3.9.8, no changes.
* Set today & html_last_updated_fmt in SPHINXOPTS for reproducible builds.
-- Bas Couwenberg <sebastic@debian.org> Sun, 15 May 2016 21:05:00 +0200
python-shapely (1.5.15-1) unstable; urgency=medium
* New upstream release.
* Update dh_python & dh_numpy calls to act on specific package.
-- Bas Couwenberg <sebastic@debian.org> Wed, 30 Mar 2016 20:08:32 +0200
python-shapely (1.5.14-1) unstable; urgency=medium
* New upstream release.
* Update Vcs-Git URL to use HTTPS.
* Bump Standards-Version to 3.9.7, no changes.
* Enable parallel builds.
* Drop unneeded dh_auto_test override.
* Add build dependency on pytest.
* Enable all hardening buildflags, except PIE (causes build failure).
* Add descartes to build dependencies for documentation.
* Override dh_python{2,3} to call dh_numpy{,3} too.
-- Bas Couwenberg <sebastic@debian.org> Mon, 28 Mar 2016 12:28:53 +0200
python-shapely (1.5.13-1) unstable; urgency=medium
* New upstream release.
* Add myself to Uploaders.
-- Bas Couwenberg <sebastic@debian.org> Sun, 11 Oct 2015 11:35:29 +0200
python-shapely (1.5.12-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Move package from collab-maint to pkg-grass.
* Update copyright file, changes:
- Update Source URL for GitHub releases
- Change CC-BY shortname to CC-BY-3.0
- Add license & copyright for ftools.py
* Use dh_clean for additional file removals.
* Refresh patches.
* Bump minimum required libgeos-dev to 3.3.0.
* Add doc-base registration for Shapely documentation.
* Use dh_clean for additional file removals.
-- Bas Couwenberg <sebastic@debian.org> Fri, 28 Aug 2015 15:19:03 +0200
python-shapely (1.5.9-1) unstable; urgency=medium
* Team upload.
[ Pietro Battiston ]
* Suggests: python-shapely-doc (Closes: #765417, #765418)
* Build-depend on python3-all-dev and not on python{,3}-dev (Closes: #793583)
* Delete cythonized files so that they are recreated
* Build-depend on python{,3}-numpy for cythoning "vectorize.pyx"
[ Johan Van de Wauw ]
* Mangle version in watch file
* Add gbp.conf
* Imported Upstream version 1.5.9
* Remove cythonize patch
[ Bas Couwenberg ]
* Update watchfile with sepwatch changes.
* Drop dependencies on libgeos-c1. (Closes: #795259, #795883)
* Bump debhelper compatibility to 9.
* Add dependency on ${sphinxdoc:Depends} to python-shapely-doc.
-- Bas Couwenberg <sebastic@debian.org> Mon, 17 Aug 2015 21:03:03 +0200
python-shapely (1.4.3-1) unstable; urgency=low
* Imported Upstream version 1.4.3
- Build documentation which now uses sphinx.
- Install documentation in new package python-shapely-doc.
- Strip non-needed file _geos.pxi.
- python{,3}-dev now needed as Build-Depends.
* Clarified BSD version in debian/copyright.
* Updated policy version.
-- Pietro Battiston <me@pietrobattiston.it> Fri, 26 Sep 2014 15:59:20 +0200
python-shapely (1.3.0-1) unstable; urgency=low
* Imported Upstream version 1.3.0 (Closes: #731566)
- Works with libgeos >= 3.4.2 (Closes: #733667, #735808)
- Removed non-deterministic test "cascaded_union.txt" (Closes: #666655)
* Deleted obsolete patches.
* Require python >= 2.6.
* Switched to pbuild, added support for python 3.
* Updated watch file: look for releases on github (they contain .pyx files).
* Updated Homepage field.
* Updated policy version.
-- Pietro Battiston <me@pietrobattiston.it> Mon, 20 Jan 2014 11:04:52 +0100
python-shapely (1.2.14-1) unstable; urgency=low
* New upstream release.
* Removed now obsolete python 2.7 support patch; updated other patches.
* Cython autogenerated .c file is now deleted via override.
* Introduced upstream patch which fixes broken test (Closes: #663210).
* Added "set -e" before loop in debian/rules.
* Updated policy version.
-- Pietro Battiston <me@pietrobattiston.it> Sat, 10 Mar 2012 17:54:53 +0100
python-shapely (1.2.13-1) unstable; urgency=low
* New upstream release.
* Now using gbp-pq to manage patches.
* Fixed test for Python 2.7 with upstream patch (Closes: #652183).
* Tests are now ran with all supported Python versions.
* Updated debian/copyright format.
-- Pietro Battiston <me@pietrobattiston.it> Wed, 21 Dec 2011 16:17:20 +0100
python-shapely (1.2.10-1) unstable; urgency=low
* New upstream release.
- Introduces Cython speedups: updated dependencies accordingly.
- Patched setup.py to recreate .c file from .pyx file.
-- Pietro Battiston <me@pietrobattiston.it> Thu, 30 Jun 2011 08:57:03 +0200
python-shapely (1.2.8-1) unstable; urgency=low
* New upstream release.
* Use dh_python2.
* Remove obsolete patch "typo-in-dll-test".
* Added python-matplotlib (used by eline.lengthxample scripts) in Suggests.
-- Pietro Battiston <me@pietrobattiston.it> Fri, 11 Feb 2011 12:03:40 +0200
python-shapely (1.2.4-1) experimental; urgency=low
* New upstream release (Closes: #590475)
-- Pietro Battiston <toobaz@email.it> Sun, 19 Sep 2010 10:11:40 +0200
python-shapely (1.2.1-2) unstable; urgency=low
* Fixes to manual from upstream version 1.2.3
* Run tests, except wkt_locale which is broken.
* Require newer version of debhelper to support override_dh_auto_test.
* Updated standards version.
-- Pietro Battiston <toobaz@email.it> Tue, 14 Sep 2010 18:30:47 +0200
python-shapely (1.2.1-1) unstable; urgency=low
* New upstream release
* Matched package description to upstream readme
* Indicate new upstream manual
* Mark depedence on Python >= 2.5 and GEOS >= 3.1
-- Pietro Battiston <toobaz@email.it> Fri, 24 Jun 2010 15:11:27 +0200
python-shapely (1.0.15-1) unstable; urgency=low
* New upstream release (Closes: #577213)
* Switched to machine-readable debian/copyright
* Updated debian/control with standards version and VCS information
-- Pietro Battiston <toobaz@email.it> Fri, 30 Apr 2010 12:24:27 +0200
python-shapely (1.0.14-1) unstable; urgency=low
* New upstream release
-- Pietro Battiston <toobaz@email.it> Fri, 06 Nov 2009 11:54:00 +0100
python-shapely (1.0.12-1) unstable; urgency=low
* New upstream release (Closes: #530775)
* Migration from python-central to python-support
-- Pietro Battiston <toobaz@email.it> Fri, 29 May 2009 09:56:00 +0200
python-shapely (1.0.11-2) unstable; urgency=low
* Added information about packaging license (Closes: #511984)
* debian/rules: improve clean rule by removing generated files
-- Pietro Battiston <toobaz@email.it> Fri, 16 Jan 2009 12:24:42 +0100
python-shapely (1.0.11-1) unstable; urgency=low
* Initial release (Closes: #509253)
-- Pietro Battiston <toobaz@email.it> Tue, 16 Dec 2008 22:35:31 +0100
|