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

mitya57-guest at users.alioth.debian.org mitya57-guest at users.alioth.debian.org
Sat Jun 8 10:47:10 UTC 2013


    Date: Saturday, June 8, 2013 @ 10:47:08
  Author: mitya57-guest
Revision: 24705

debian/patches/no-pytest-runner.patch: do not require pytest-runner,
it is not in Debian.

Added:
  packages/python-keyring/trunk/debian/patches/
  packages/python-keyring/trunk/debian/patches/no-pytest-runner.patch
  packages/python-keyring/trunk/debian/patches/series
Modified:
  packages/python-keyring/trunk/debian/changelog

Modified: packages/python-keyring/trunk/debian/changelog
===================================================================
--- packages/python-keyring/trunk/debian/changelog	2013-06-08 10:40:04 UTC (rev 24704)
+++ packages/python-keyring/trunk/debian/changelog	2013-06-08 10:47:08 UTC (rev 24705)
@@ -12,7 +12,9 @@
   * Recommend python[3]-secretstorage, as the default backend now uses it.
   * Suggest python[3]-gi and gir1.2-gnomekeyring-1.0, as the GNOME Keyring
     backend now uses it.
-  * Drop all patches, applied upstream.
+  * Drop all previous patches, applied upstream.
+  * debian/patches/no-pytest-runner.patch: do not require pytest-runner,
+    it is not in Debian.
   * Bump Standards-Version to 3.9.4 and debhelper compat level to 9.
   * Disable HTTP traffic in debian/rules.
   * Run upstream testsuite during build; simplify other debian/rules parts.
@@ -20,7 +22,7 @@
   * Remove build directory in clean target.
   * Update some file names to match upstream renamings.
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 16:02:50 +0200
+ -- Dmitry Shachnev <mitya57 at gmail.com>  Sat, 08 Jun 2013 14:46:41 +0400
 
 python-keyring (0.9.3-1) unstable; urgency=low
 

Added: packages/python-keyring/trunk/debian/patches/no-pytest-runner.patch
===================================================================
--- packages/python-keyring/trunk/debian/patches/no-pytest-runner.patch	                        (rev 0)
+++ packages/python-keyring/trunk/debian/patches/no-pytest-runner.patch	2013-06-08 10:47:08 UTC (rev 24705)
@@ -0,0 +1,15 @@
+Description: do not require pytest-runner, it is not in Debian
+Author: Dmitry Shachnev <mitya57 at gmail.com>
+Forwarded: not-needed
+Last-Update: 2013-06-08
+
+--- a/setup.py
++++ b/setup.py
+@@ -94,7 +94,6 @@
+     extras_require = {'test': test_requirements},
+     tests_require = test_requirements,
+     setup_requires = [
+-        'pytest-runner',
+     ],
+     entry_points = {
+         'console_scripts': [

Added: packages/python-keyring/trunk/debian/patches/series
===================================================================
--- packages/python-keyring/trunk/debian/patches/series	                        (rev 0)
+++ packages/python-keyring/trunk/debian/patches/series	2013-06-08 10:47:08 UTC (rev 24705)
@@ -0,0 +1 @@
+no-pytest-runner.patch




More information about the Python-modules-commits mailing list