[Python-modules-commits] [python-ipaddress] 03/03: New upstream release.
Barry Warsaw
barry at moszumanska.debian.org
Mon Oct 31 22:00:22 UTC 2016
This is an automated email from the git hooks/post-receive script.
barry pushed a commit to branch master
in repository python-ipaddress.
commit 742753e76ffa7f30d49f929a12f00e807e08f662
Author: Barry Warsaw <barry at python.org>
Date: Mon Oct 31 18:00:16 2016 -0400
New upstream release.
* New upstream release.
* d/control:
- Bump Standards-Version with no other changes necessary.
- wrap-and-sort -at
---
debian/changelog | 11 +++++++++--
debian/control | 23 ++++++++++++-----------
2 files changed, 21 insertions(+), 13 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b918aae..4e8b775 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,15 @@
-python-ipaddress (1.0.16-2) UNRELEASED; urgency=medium
+python-ipaddress (1.0.17-1) UNRELEASED; urgency=medium
+ [ Ondřej Nový ]
* Fixed VCS URL (https)
- -- Ondřej Nový <novy at ondrej.org> Tue, 29 Mar 2016 22:09:08 +0200
+ [ Barry Warsaw ]
+ * New upstream release.
+ * d/control:
+ - Bump Standards-Version with no other changes necessary.
+ - wrap-and-sort -at
+
+ -- Barry Warsaw <barry at debian.org> Mon, 31 Oct 2016 17:48:47 -0400
python-ipaddress (1.0.16-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index f741f3a..b9784d8 100644
--- a/debian/control
+++ b/debian/control
@@ -2,23 +2,23 @@ Source: python-ipaddress
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Tristan Seligmann <mithrandi at debian.org>
-Build-Depends:
- debhelper (>= 9),
- dh-python,
- pypy,
- pypy-setuptools,
- python-all,
- python-setuptools,
+Uploaders: Tristan Seligmann <mithrandi at debian.org>,
+Build-Depends: debhelper (>= 9),
+ dh-python,
+ pypy,
+ pypy-setuptools,
+ python-all,
+ python-setuptools,
Homepage: https://github.com/phihag/ipaddress
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-ipaddress.git
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-ipaddress.git
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
X-Python-Version: >= 2.6
Package: python-ipaddress
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends},
+ ${python:Depends},
Description: Backport of Python 3 ipaddress module (Python 2)
This module is a backport of the stdlib "ipaddress" module from Python 3. The
"ipaddress" module is in turn based off of the "ipaddr" module available in
@@ -29,7 +29,8 @@ Description: Backport of Python 3 ipaddress module (Python 2)
Package: pypy-ipaddress
Architecture: all
-Depends: ${misc:Depends}, ${pypy:Depends}
+Depends: ${misc:Depends},
+ ${pypy:Depends},
Description: Backport of Python 3 ipaddress module (PyPy)
This module is a backport of the stdlib "ipaddress" module from Python 3. The
"ipaddress" module is in turn based off of the "ipaddr" module available in
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-ipaddress.git
More information about the Python-modules-commits
mailing list