[Python-modules-commits] r25470 - 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:10:56 UTC 2013
Date: Friday, August 9, 2013 @ 16:10:55
Author: eriol-guest
Revision: 25470
* debian/patches/01_remove-argparse-from-install-requires.patch
- Refreshed
Modified:
packages/python-cobe/trunk/debian/changelog
packages/python-cobe/trunk/debian/patches/01_remove-argparse-from-install-requires.patch
Modified: packages/python-cobe/trunk/debian/changelog
===================================================================
--- packages/python-cobe/trunk/debian/changelog 2013-08-09 16:08:53 UTC (rev 25469)
+++ packages/python-cobe/trunk/debian/changelog 2013-08-09 16:10:55 UTC (rev 25470)
@@ -11,10 +11,12 @@
- Bumped debhelper B-D to (>= 9)
* debian/copyright
- Updated copyright years
+ * debian/patches/01_remove-argparse-from-install-requires.patch
+ - Refreshed
* debian/watch
- Switched download URL to https
- -- Daniele Tricoli <eriol at mornie.org> Tue, 23 Jul 2013 04:21:30 +0200
+ -- Daniele Tricoli <eriol at mornie.org> Fri, 09 Aug 2013 18:01:37 +0200
python-cobe (2.0.2-1) unstable; urgency=low
Modified: packages/python-cobe/trunk/debian/patches/01_remove-argparse-from-install-requires.patch
===================================================================
--- packages/python-cobe/trunk/debian/patches/01_remove-argparse-from-install-requires.patch 2013-08-09 16:08:53 UTC (rev 25469)
+++ packages/python-cobe/trunk/debian/patches/01_remove-argparse-from-install-requires.patch 2013-08-09 16:10:55 UTC (rev 25470)
@@ -4,14 +4,15 @@
egg-info metadata for argparse are shipped.
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
-@@ -22,7 +22,6 @@
-
+@@ -17,7 +17,6 @@
+
install_requires = [
"PyStemmer==1.2.0",
- "argparse==1.2.1",
- "python-irclib==0.4.6"
+ "python-irclib==0.4.8"
],
+
More information about the Python-modules-commits
mailing list