[Python-modules-commits] r29059 - in packages/python-urllib3/trunk/debian (changelog control)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Sun May 25 01:00:14 UTC 2014


    Date: Sunday, May 25, 2014 @ 01:00:13
  Author: eriol-guest
Revision: 29059

* debian/control
  - Added python3-coverage, python3-mock, python3-nose,
    python3-tornado to Build-Depends
  - Bumped python()

Modified:
  packages/python-urllib3/trunk/debian/changelog
  packages/python-urllib3/trunk/debian/control

Modified: packages/python-urllib3/trunk/debian/changelog
===================================================================
--- packages/python-urllib3/trunk/debian/changelog	2014-05-25 00:46:03 UTC (rev 29058)
+++ packages/python-urllib3/trunk/debian/changelog	2014-05-25 01:00:13 UTC (rev 29059)
@@ -1,6 +1,10 @@
 python-urllib3 (1.8.2-1) UNRELEASED; urgency=medium
 
   * New upstream release
+  * debian/control
+    - Added python3-coverage, python3-mock, python3-nose,
+      python3-tornado to Build-Depends
+    - Bumped python(3)-coverage to (>=3.6)
   * debian/patches/01_do-not-use-embedded-python-six.patch
     - Refreshed
   * debian/patches/02_require-cert-verification.patch
@@ -15,7 +19,7 @@
   * debian/patches/06_relax-test-requirements.patch
     - Relax version of packages needed for testing
 
- -- Daniele Tricoli <eriol at mornie.org>  Sun, 25 May 2014 02:42:20 +0200
+ -- Daniele Tricoli <eriol at mornie.org>  Sun, 25 May 2014 02:52:55 +0200
 
 python-urllib3 (1.8-2) unstable; urgency=medium
 

Modified: packages/python-urllib3/trunk/debian/control
===================================================================
--- packages/python-urllib3/trunk/debian/control	2014-05-25 00:46:03 UTC (rev 29058)
+++ packages/python-urllib3/trunk/debian/control	2014-05-25 01:00:13 UTC (rev 29059)
@@ -7,15 +7,19 @@
  debhelper (>= 9),
  dh-python,
  python-all (>= 2.6.6-3),
- python-coverage (>= 3.4),
+ python-coverage (>= 3.6),
  python-mock,
  python-nose (>=1.1.2),
  python-setuptools,
  python-six,
  python-tornado,
  python3-all,
+ python3-coverage (>= 3.6),
+ python3-mock,
+ python3-nose (>=1.1.2),
  python3-setuptools,
  python3-six,
+ python3-tornado,
  python3-wheel,
 Standards-Version: 3.9.5
 X-Python-Version: >= 2.6




More information about the Python-modules-commits mailing list