[Python-modules-commits] r33994 - in packages/flufl.bounce/trunk/debian (changelog control)

barry at users.alioth.debian.org barry at users.alioth.debian.org
Tue Aug 25 15:34:09 UTC 2015


    Date: Tuesday, August 25, 2015 @ 15:33:57
  Author: barry
Revision: 33994

* d/control:
  - Remove Build-Depends on python3-enum34 now that it's been removed
    from the archive.
  - Bump X-Python3-Version to 3.4 which is the first Python 3 version to
    include enum in its stdlib.
  - Bump X-Python-Version to 2.7 because no one should be using Python
    2.6 any more.

Modified:
  packages/flufl.bounce/trunk/debian/changelog
  packages/flufl.bounce/trunk/debian/control

Modified: packages/flufl.bounce/trunk/debian/changelog
===================================================================
--- packages/flufl.bounce/trunk/debian/changelog	2015-08-24 22:32:11 UTC (rev 33993)
+++ packages/flufl.bounce/trunk/debian/changelog	2015-08-25 15:33:57 UTC (rev 33994)
@@ -1,3 +1,15 @@
+flufl.bounce (2.3-3) UNRELEASED; urgency=medium
+
+  * d/control:
+    - Remove Build-Depends on python3-enum34 now that it's been removed
+      from the archive.
+    - Bump X-Python3-Version to 3.4 which is the first Python 3 version to
+      include enum in its stdlib.
+    - Bump X-Python-Version to 2.7 because no one should be using Python
+      2.6 any more.
+
+ -- Barry Warsaw <barry at debian.org>  Tue, 25 Aug 2015 11:23:33 -0400
+
 flufl.bounce (2.3-2) unstable; urgency=medium
 
   * d/control: Bump Standards-Version with no other changes necessary.

Modified: packages/flufl.bounce/trunk/debian/control
===================================================================
--- packages/flufl.bounce/trunk/debian/control	2015-08-24 22:32:11 UTC (rev 33993)
+++ packages/flufl.bounce/trunk/debian/control	2015-08-25 15:33:57 UTC (rev 33994)
@@ -3,8 +3,8 @@
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Homepage: http://launchpad.net/flufl.bounce
 Section: python
-X-Python-Version: >= 2.6
-X-Python3-Version: >= 3.2
+X-Python-Version: >= 2.7
+X-Python3-Version: >= 3.4
 Priority: optional
 Build-Depends: debhelper (>= 8),
                dh-python,
@@ -15,7 +15,6 @@
                python-sphinx (>= 1.0.7+dfsg-1~),
                python-zope.interface,
                python3-all,
-               python3-enum34,
                python3-pkg-resources,
                python3-setuptools,
                python3-zope.interface




More information about the Python-modules-commits mailing list