[Python-modules-commits] r25471 - in packages/python-cobe/trunk/debian (2 files)
eriol-guest at users.alioth.debian.org
eriol-guest at users.alioth.debian.org
Fri Aug 9 16:29:08 UTC 2013
Date: Friday, August 9, 2013 @ 16:29:05
Author: eriol-guest
Revision: 25471
* debian/patches/02_relaxed-versioned-dependencies.patch
- Refreshed
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 2013-08-09 16:10:55 UTC (rev 25470)
+++ packages/python-cobe/trunk/debian/changelog 2013-08-09 16:29:05 UTC (rev 25471)
@@ -13,6 +13,8 @@
- Updated copyright years
* debian/patches/01_remove-argparse-from-install-requires.patch
- Refreshed
+ * debian/patches/02_relaxed-versioned-dependencies.patch
+ - Refreshed
* debian/watch
- Switched download URL to https
Modified: packages/python-cobe/trunk/debian/patches/02_relaxed-versioned-dependencies.patch
===================================================================
--- packages/python-cobe/trunk/debian/patches/02_relaxed-versioned-dependencies.patch 2013-08-09 16:10:55 UTC (rev 25470)
+++ packages/python-cobe/trunk/debian/patches/02_relaxed-versioned-dependencies.patch 2013-08-09 16:29:05 UTC (rev 25471)
@@ -1,25 +1,21 @@
Description: Relaxed versioned dependencies.
Author: Daniele Tricoli <eriol at mornie.org>
Forwarded: not-needed
-Last-Update: 2012-05-07
+Last-Update: 2013-08-09
--- a/setup.py
+++ b/setup.py
-@@ -16,13 +16,13 @@
+@@ -16,7 +16,7 @@
test_suite = "tests",
-
- setup_requires = [
-- "nose==1.1.2",
-- "coverage==3.5"
-+ "nose>=1.1.2",
-+ "coverage>=3.4"
- ],
-
+
install_requires = [
- "PyStemmer==1.2.0",
-- "python-irclib==0.4.6"
+ "PyStemmer>=1.2.0",
-+ "python-irclib>=0.4.6"
+ "python-irclib==0.4.8"
],
-
- classifiers = [
+
+@@ -45,4 +45,3 @@
+ "cobe = cobe.control:main"
+ ]
+ }
+-)
More information about the Python-modules-commits
mailing list