[Python-modules-commits] r31474 - in packages/requests/trunk/debian (changelog control rules)

barry at users.alioth.debian.org barry at users.alioth.debian.org
Wed Nov 19 22:59:49 UTC 2014


    Date: Wednesday, November 19, 2014 @ 22:59:48
  Author: barry
Revision: 31474

* d/control: Remove the Build-Depends on python{,3}-pytest since we
  aren't actually running the tests at build time.  (Closes: #770173)
* d/rules: Update the comment about why the tests are currently disabled
  at build time to point to the updated upstream url.

Modified:
  packages/requests/trunk/debian/changelog
  packages/requests/trunk/debian/control
  packages/requests/trunk/debian/rules

Modified: packages/requests/trunk/debian/changelog
===================================================================
--- packages/requests/trunk/debian/changelog	2014-11-19 22:38:09 UTC (rev 31473)
+++ packages/requests/trunk/debian/changelog	2014-11-19 22:59:48 UTC (rev 31474)
@@ -1,3 +1,12 @@
+requests (2.4.3-5) UNRELEASED; urgency=medium
+
+  * d/control: Remove the Build-Depends on python{,3}-pytest since we
+    aren't actually running the tests at build time.  (Closes: #770173)
+  * d/rules: Update the comment about why the tests are currently disabled
+    at build time to point to the updated upstream url.
+
+ -- Barry Warsaw <barry at debian.org>  Wed, 19 Nov 2014 17:42:52 -0500
+
 requests (2.4.3-4) unstable; urgency=medium
 
   * debian/patches/04_make-requests.packages.urllib3-same-as-urllib3.patch

Modified: packages/requests/trunk/debian/control
===================================================================
--- packages/requests/trunk/debian/control	2014-11-19 22:38:09 UTC (rev 31473)
+++ packages/requests/trunk/debian/control	2014-11-19 22:59:48 UTC (rev 31474)
@@ -8,12 +8,10 @@
  dh-python,
  python-all (>= 2.6.6-3),
  python-chardet,
- python-pytest,
  python-setuptools,
  python-urllib3 (>= 1.9.1),
  python3-all,
  python3-chardet,
- python3-pytest,
  python3-setuptools,
  python3-urllib3 (>= 1.7.1),
  python3-wheel

Modified: packages/requests/trunk/debian/rules
===================================================================
--- packages/requests/trunk/debian/rules	2014-11-19 22:38:09 UTC (rev 31473)
+++ packages/requests/trunk/debian/rules	2014-11-19 22:59:48 UTC (rev 31474)
@@ -9,9 +9,9 @@
 # can't enable it.  Once this issue is fixed, it will be easy to
 # re-enable.
 #
-# https://github.com/kennethreitz/requests/issues/1166
+# https://github.com/kennethreitz/requests/issues/2184
 #
-# barry at debian.org 2014-06-04
+# barry at debian.org 2014-11-19
 #override_dh_auto_test:
 #	PYBUILD_SYSTEM=custom \
 #	PYBUILD_TEST_ARGS="{interpreter} test_requests.py" \




More information about the Python-modules-commits mailing list