[Python-modules-commits] r26264 - in packages/python-keyring/trunk/debian (3 files)

mitya57-guest at users.alioth.debian.org mitya57-guest at users.alioth.debian.org
Wed Oct 23 14:30:11 UTC 2013


    Date: Wednesday, October 23, 2013 @ 14:30:10
  Author: mitya57-guest
Revision: 26264

* Team upload.
* New upstream release.
* Bump X-Python-Version to >= 2.6 (2.5 is no longer supported).
* Unify running the tests across Python 2 and Python 3.

Modified:
  packages/python-keyring/trunk/debian/changelog
  packages/python-keyring/trunk/debian/control
  packages/python-keyring/trunk/debian/rules

Modified: packages/python-keyring/trunk/debian/changelog
===================================================================
--- packages/python-keyring/trunk/debian/changelog	2013-10-23 05:31:25 UTC (rev 26263)
+++ packages/python-keyring/trunk/debian/changelog	2013-10-23 14:30:10 UTC (rev 26264)
@@ -1,3 +1,12 @@
+python-keyring (3.1-1) UNRELEASED; urgency=low
+
+  * Team upload.
+  * New upstream release.
+  * Bump X-Python-Version to >= 2.6 (2.5 is no longer supported).
+  * Unify running the tests across Python 2 and Python 3.
+
+ -- Dmitry Shachnev <mitya57 at gmail.com>  Wed, 23 Oct 2013 18:18:06 +0400
+
 python-keyring (2.1-1) unstable; urgency=low
 
   * Team upload.

Modified: packages/python-keyring/trunk/debian/control
===================================================================
--- packages/python-keyring/trunk/debian/control	2013-10-23 05:31:25 UTC (rev 26263)
+++ packages/python-keyring/trunk/debian/control	2013-10-23 14:30:10 UTC (rev 26264)
@@ -1,7 +1,7 @@
 Source: python-keyring
 Priority: optional
 Section: python
-X-Python-Version: >= 2.5
+X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.2
 Maintainer: Carl Chenet <chaica at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>

Modified: packages/python-keyring/trunk/debian/rules
===================================================================
--- packages/python-keyring/trunk/debian/rules	2013-10-23 05:31:25 UTC (rev 26263)
+++ packages/python-keyring/trunk/debian/rules	2013-10-23 14:30:10 UTC (rev 26264)
@@ -14,8 +14,7 @@
 
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 override_dh_auto_test:
-	set -ex; python2.7 -m unittest discover -v;
-	set -ex; cd build/lib; for py in $(PYTHON3); do \
+	set -ex; for py in python2.7 $(PYTHON3); do \
 		$$py -m unittest discover -v; \
 	done;
 endif




More information about the Python-modules-commits mailing list