[Python-modules-commits] r25252 - in packages/pyspf/trunk/debian (5 files)
kitterman at users.alioth.debian.org
kitterman at users.alioth.debian.org
Thu Jul 25 05:42:52 UTC 2013
Date: Thursday, July 25, 2013 @ 05:42:34
Author: kitterman
Revision: 25252
* New upstream release
- Add depends for python-ipaddr and python3.3 | python3-ipaddr (ipaddress
is part of the standard library in python3.3)
- Drop debian/patches/catch_unicode_spf and missed_py3, incorporated
upstream
- Update debian/copyright
* Reduce minimum python3-dns version requirement to 3.0.2-1+deb7u1 now that
the relevant bug is fixed in wheezy
* Point debian/watch at pypi instead of sourceforge since it gets released
there first
* Bump debian/compat and debhlper version to 9 for build-arch/indep support
* Bump standards version to 3.9.4 without further change
Modified:
packages/pyspf/trunk/debian/changelog
packages/pyspf/trunk/debian/compat
packages/pyspf/trunk/debian/control
packages/pyspf/trunk/debian/copyright
Deleted:
packages/pyspf/trunk/debian/patches/
Modified: packages/pyspf/trunk/debian/changelog
===================================================================
--- packages/pyspf/trunk/debian/changelog 2013-07-24 21:54:43 UTC (rev 25251)
+++ packages/pyspf/trunk/debian/changelog 2013-07-25 05:42:34 UTC (rev 25252)
@@ -1,3 +1,20 @@
+pyspf (2.0.8-1) unstable; urgency=low
+
+ * New upstream release
+ - Add depends for python-ipaddr and python3.3 | python3-ipaddr (ipaddress
+ is part of the standard library in python3.3)
+ - Drop debian/patches/catch_unicode_spf and missed_py3, incorporated
+ upstream
+ - Update debian/copyright
+ * Reduce minimum python3-dns version requirement to 3.0.2-1+deb7u1 now that
+ the relevant bug is fixed in wheezy
+ * Point debian/watch at pypi instead of sourceforge since it gets released
+ there first
+ * Bump debian/compat and debhlper version to 9 for build-arch/indep support
+ * Bump standards version to 3.9.4 without further change
+
+ -- Scott Kitterman <scott at kitterman.com> Thu, 25 Jul 2013 00:48:40 -0400
+
pyspf (2.0.7-5) unstable; urgency=low
* Revert last addition to debian/patches/missed_py3
Modified: packages/pyspf/trunk/debian/compat
===================================================================
--- packages/pyspf/trunk/debian/compat 2013-07-24 21:54:43 UTC (rev 25251)
+++ packages/pyspf/trunk/debian/compat 2013-07-25 05:42:34 UTC (rev 25252)
@@ -1 +1 @@
-7
+9
Modified: packages/pyspf/trunk/debian/control
===================================================================
--- packages/pyspf/trunk/debian/control 2013-07-24 21:54:43 UTC (rev 25251)
+++ packages/pyspf/trunk/debian/control 2013-07-25 05:42:34 UTC (rev 25252)
@@ -3,17 +3,17 @@
Priority: optional
Maintainer: Scott Kitterman <scott at kitterman.com>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>, Gustavo Franco <stratus at debian.org>
-Build-Depends: debhelper (>= 7.3.16), python-all (>= 2.6.6-6), python3-all, quilt (>= 0.46-7)
+Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-6), python3-all, quilt (>= 0.46-7)
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Homepage: http://cheeseshop.python.org/pypi/pyspf/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pyspf/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pyspf/trunk/
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
Package: python-spf
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-dns
+Depends: ${python:Depends}, ${misc:Depends}, python-dns, python-ipaddr (>= 2.1.10)
Recommends: python-authres
Suggests: python-yaml
Description: sender policy framework (SPF) module for Python
@@ -24,7 +24,8 @@
Package: python3-spf
Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}, python3-dns (>= 3.0.3)
+Depends: ${python3:Depends}, ${misc:Depends}, python3-dns (>= 3.0.2-1+deb7u1),
+ python3.3 | python3-ipaddr (>= 2.1.10)
Recommends: python3-authres
Suggests: python3-yaml
Description: sender policy framework (SPF) module for Python 3
Modified: packages/pyspf/trunk/debian/copyright
===================================================================
--- packages/pyspf/trunk/debian/copyright 2013-07-24 21:54:43 UTC (rev 25251)
+++ packages/pyspf/trunk/debian/copyright 2013-07-25 05:42:34 UTC (rev 25252)
@@ -6,11 +6,13 @@
This version was downloaded from http://downloads.sourceforge.net/pymilter/
Copyright Holder: (c) 2003 Terence Way <terry-spf at wayforward.net>
-Portions Copyright (c) 2004,2005,2006,2007,2008 Stuart Gathman
- <stuart at bmsi.com>
-Portions Copyright (c) 2005,2006,2007,2008 Scott Kitterman
+Portions Copyright(c) 2004,2005,2006,2007,2008,2011,2012 Stuart Gathman
+ <stuart at bmsi.com>
+Portions Copyright(c) 2005,2006,2007,2008,2011,2012,2013 Scott Kitterman
<scott at kitterman.com>
+Portions Copyright(c) 2013 Stuart Gathman <stuart at gathman.org>
+
This software is licensed under the Python Software Foundation License.
License:
More information about the Python-modules-commits
mailing list