[Python-modules-commits] r12208 - in packages/python-scrapy/trunk/debian (changelog watch)
ghantoos-guest at users.alioth.debian.org
ghantoos-guest at users.alioth.debian.org
Sun Mar 7 16:19:02 UTC 2010
Date: Sunday, March 7, 2010 @ 16:19:00
Author: ghantoos-guest
Revision: 12208
Corrected watch file
Modified:
packages/python-scrapy/trunk/debian/changelog
packages/python-scrapy/trunk/debian/watch
Modified: packages/python-scrapy/trunk/debian/changelog
===================================================================
--- packages/python-scrapy/trunk/debian/changelog 2010-03-07 16:10:46 UTC (rev 12207)
+++ packages/python-scrapy/trunk/debian/changelog 2010-03-07 16:19:00 UTC (rev 12208)
@@ -1,3 +1,10 @@
+python-scrapy (0.8-3) UNRELEASED; urgency=low
+
+ * debian/watch:
+ - Corrected regular expression to catch "Scrapy" and "scrapy" files.
+
+ -- Ignace Mouzannar <mouzannar at gmail.com> Sun, 07 Mar 2010 16:16:57 +0000
+
python-scrapy (0.8-2) unstable; urgency=low
* debian/control:
Modified: packages/python-scrapy/trunk/debian/watch
===================================================================
--- packages/python-scrapy/trunk/debian/watch 2010-03-07 16:10:46 UTC (rev 12207)
+++ packages/python-scrapy/trunk/debian/watch 2010-03-07 16:19:00 UTC (rev 12208)
@@ -1,3 +1,3 @@
version=3
http://scrapy.org/releases/(\d\.\d)/ \
- scrapy-([\d\.]+)\.tar\.gz
+ [Ss]crapy-([\d\.]+)\.tar\.gz
More information about the Python-modules-commits
mailing list