[Python-modules-commits] r32509 - in packages/python-cobe/trunk/debian (2 files)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Fri May 1 14:24:31 UTC 2015


    Date: Friday, May 1, 2015 @ 14:24:30
  Author: eriol-guest
Revision: 32509

Refresh 02_relaxed-versioned-dependencies.patch

Modified:
  packages/python-cobe/trunk/debian/changelog
  packages/python-cobe/trunk/debian/patches/02_relaxed-versioned-dependencies.patch

Modified: packages/python-cobe/trunk/debian/changelog
===================================================================
--- packages/python-cobe/trunk/debian/changelog	2015-05-01 14:16:22 UTC (rev 32508)
+++ packages/python-cobe/trunk/debian/changelog	2015-05-01 14:24:30 UTC (rev 32509)
@@ -3,10 +3,12 @@
   * New upstream release.
   * debian/patches/01_remove-argparse-from-install-requires.patch
     - Refresh.
+  * debian/patches/02_relaxed-versioned-dependencies.patch
+    - Refresh.
   * debian/watch
     - Use pypi.debian.net redirector.
 
- -- Daniele Tricoli <eriol at mornie.org>  Fri, 01 May 2015 15:33:36 +0200
+ -- Daniele Tricoli <eriol at mornie.org>  Fri, 01 May 2015 16:23:04 +0200
 
 python-cobe (2.1.0-2) unstable; urgency=medium
 

Modified: packages/python-cobe/trunk/debian/patches/02_relaxed-versioned-dependencies.patch
===================================================================
--- packages/python-cobe/trunk/debian/patches/02_relaxed-versioned-dependencies.patch	2015-05-01 14:16:22 UTC (rev 32508)
+++ packages/python-cobe/trunk/debian/patches/02_relaxed-versioned-dependencies.patch	2015-05-01 14:24:30 UTC (rev 32509)
@@ -1,7 +1,7 @@
 Description: Relaxed versioned dependencies.
 Author: Daniele Tricoli <eriol at mornie.org>
 Forwarded: not-needed
-Last-Update: 2013-08-09
+Last-Update: 2015-05-01
 
 --- a/setup.py
 +++ b/setup.py
@@ -9,8 +9,8 @@
      test_suite = "tests",
  
      install_requires = [
--        "PyStemmer==1.2.0",
-+        "PyStemmer>=1.2.0",
-         "python-irclib==0.4.8"
+-        "PyStemmer==1.3.0",
++        "PyStemmer>=1.3.0",
+         "irc==12.1.1"
          ],
  




More information about the Python-modules-commits mailing list