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
|
python-ipaddr (2.2.0-2) unstable; urgency=medium
[ Scott Kitterman ]
* Run upstream tests as autopkgtest
* Bump standards-version to 4.3.0 without further change
* Add lintian override for python-foo-but-no-python3-foo since ipaddr is
part of the standard library in python3 (as ipaddress)
* Support nocheck in dh_auto_test override
* Use pybuild as the buildsystem
[ Ondřej Nový ]
* d/changelog: Remove trailing whitespaces
* d/control: Remove ancient X-Python-Version field
-- Scott Kitterman <scott@kitterman.com> Fri, 18 Jan 2019 12:57:31 -0500
python-ipaddr (2.2.0-1) unstable; urgency=medium
[ Scott Kitterman ]
* New upstream release
- Remove obsolete dh_installdocs override
- Remove obsolete debian/python-ipaddr.docs
* Update debian/watch to use pypi.debian.net
* Update package long description to mention python-ipaddress
* Bump compat and minimum debhelper version to 9
* Drop minimum python version, satisfied in all releases
* Update Homepage: field in debian/control to new location
* Update upstream location in debian/copyright to new location
* Update standards-version to 4.1.3 without further change
* Switch to 3.0 (quilt) source package format
[ Ondřej Nový ]
* Fixed VCS URL (https)
* d/control: Set Vcs-* to salsa.debian.org
* d/watch: Use https protocol
-- Scott Kitterman <scott@kitterman.com> Sat, 24 Feb 2018 20:12:46 -0500
python-ipaddr (2.1.11-2) unstable; urgency=low
* Drop python3-ipaddr binary since ipaddr is incorporated in python3.3 and
later as ipaddress and nothing in the archive needs python3-ipaddr
- Remove binary from debian/control
- Drop python3 build-depends and X-Python3-Version from debian/control
- Simplify debian/rules to build for only python2.7
- Remove python3-ipaddr.docs
* Explicitly depend on dh-python to get the updated version
-- Scott Kitterman <scott@kitterman.com> Fri, 16 May 2014 21:44:51 -0400
python-ipaddr (2.1.11-1) unstable; urgency=medium
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
* Fix a typo in README.source.
[ Scott Kitterman ]
* New upstream release
* Update debian/watch to check pypi, since tarballs are no longer published
on Google code
* Bump standards version to 3.9.5 without further change
-- Scott Kitterman <scott@kitterman.com> Sat, 26 Apr 2014 11:29:54 -0400
python-ipaddr (2.1.10-1) unstable; urgency=low
* New upstream release
* Update clean rule to work with new release
-- Scott Kitterman <scott@kitterman.com> Fri, 10 Feb 2012 09:17:56 -0500
python-ipaddr (2.1.9-2) unstable; urgency=low
* Rebuild for Python transition
* Protect for loops in debian/rules with set -e
* Drop Breaks: ${python:Breaks} since it is no longer used
* Bump Standards-Version to 3.9.2 without further change
-- Scott Kitterman <scott@kitterman.com> Wed, 20 Apr 2011 00:40:45 -0400
python-ipaddr (2.1.9-1) unstable; urgency=low
* New upstream release
* Install RELEASENOTES as changelog instead
- Replace docs with python-ipaddr.docs and python3-ipaddr.docs
* Override dh_auto_clean to clean completely with python3
-- Scott Kitterman <scott@kitterman.com> Wed, 23 Feb 2011 08:49:44 -0500
python-ipaddr (2.1.8-1) unstable; urgency=low
* New upstream release
* Provide python3-ipaddr from this source using 2to3
- Add package to debian/control
- Add X-Python3-Version to debian/control
- Add python3-all to build-depends
- Add installation into the correct binaries in debian/rules and run 2to3
between python and python3 rules
* Run tests (ipaddr_test.py) during build for each python/python3 version
* Drop XB-Python-Version and switch XS-Python-Version to X-Python-Version
* Add Breaks: ${python:Breaks} to python-ipaddr
-- Scott Kitterman <scott@kitterman.com> Sun, 13 Feb 2011 16:17:14 -0500
python-ipaddr (2.1.7-1) unstable; urgency=low
* New upstream release
-- Scott Kitterman <scott@kitterman.com> Tue, 25 Jan 2011 07:08:30 -0500
python-ipaddr (2.1.5-2) unstable; urgency=low
* Upload to unstable
-- Scott Kitterman <scott@kitterman.com> Mon, 18 Oct 2010 15:35:02 -0400
python-ipaddr (2.1.5-1) experimental; urgency=low
* New upstream release (upload to experimental due to freeze)
- Containment test should always return false on mixed-type tests (2.1.5)
- More invalid IPv6 addresses will be rejected (2.1.4)
* Drop releasenotes.patch and related packaging changes since this release
manages to include the release notes in the package
* Bump standards version to 3.9.1 without further change
-- Scott Kitterman <scott@kitterman.com> Mon, 11 Oct 2010 14:47:01 -0400
python-ipaddr (2.1.3-2) unstable; urgency=low
* Add new RELEASENOTES file in releasenots.patch. (upstream re-released 2.1.3
with this added in a revised tarball using the same version number)
- Add debian/docs to install it
- Add build-dep on quilt (>= 0.46-7)
- Change debian/rules to build --with quilt
- Add README.source
* Convert from python-support to dh_python2
- Drop build-depends on python-support
- Bump python-all version requirement to 2.6.5-2 and move to build-depends
from build-depends-indep
- Bump debhelper version requirement
- Change debian/rules to build --with python2
* Add XB-Python-Version
-- Scott Kitterman <scott@kitterman.com> Wed, 23 Jun 2010 23:08:30 -0400
python-ipaddr (2.1.3-1) unstable; urgency=low
* New upstream release
-- Scott Kitterman <scott@kitterman.com> Sat, 12 Jun 2010 21:08:27 -0400
python-ipaddr (2.1.2-1) unstable; urgency=low
* New upstream release
* Update debian/watch for new googlecode download urls
* Drop DM-Upload-Allowed from debian/control
-- Scott Kitterman <scott@kitterman.com> Sun, 06 Jun 2010 00:07:26 -0400
python-ipaddr (2.1.1-1) unstable; urgency=low
* New upstream bugfix release
- Drop debian/patches/IPv4IpValidationError (incorporated upstream)
* Drop patch system (not used)
- Remove quilt build-dep
- Adjust debian/rules
- Remove debian/patches
- Remove debian/README.source
-- Scott Kitterman <scott@kitterman.com> Tue, 02 Mar 2010 22:18:21 -0500
python-ipaddr (2.1.0-1) unstable; urgency=low
* New upstream release
- Drop debian/patches/Invalid_exception_names and
NameError_checking_prefixlen_IPv6Network (incorporated upstream)
- Update debian/patches/IPv4IpValidationError for new exception names
* Bump standards version to 3.8.4 without further change
* Improve long description (Closes: #568904)
-- Scott Kitterman <scott@kitterman.com> Fri, 19 Feb 2010 13:32:39 -0500
python-ipaddr (2.0.0-1) unstable; urgency=low
* Initial release (Closes: #566724)
-- Scott Kitterman <scott@kitterman.com> Sun, 24 Jan 2010 15:44:45 -0500
|