[Python-modules-commits] r12966 - in packages/python-scrapy/trunk/debian (4 files)
ghantoos-guest at users.alioth.debian.org
ghantoos-guest at users.alioth.debian.org
Sun May 16 13:14:53 UTC 2010
Date: Sunday, May 16, 2010 @ 13:14:38
Author: ghantoos-guest
Revision: 12966
- Corrected regular expression to catch "Scrapy" and "scrapy".
* debian/patches:
- 01_external_modules.diff: refreshed patch.
- 02_view_response.diff: fixes bug in open_in_browser() function with
Python 2.5. (Closes: #573369).
* debian/control:
- Bumped Standards-Version to 3.8.4.
* debian/python-scrapy.lintian-overrides:
- Added overrides for 'duplicated-compressed-file' as the two suspected
files are intentionally present and used by the scrapy test suite.
Modified:
packages/python-scrapy/trunk/debian/changelog
packages/python-scrapy/trunk/debian/control
packages/python-scrapy/trunk/debian/patches/01_external_modules.diff
packages/python-scrapy/trunk/debian/patches/series
Modified: packages/python-scrapy/trunk/debian/changelog
===================================================================
--- packages/python-scrapy/trunk/debian/changelog 2010-05-16 13:14:18 UTC (rev 12965)
+++ packages/python-scrapy/trunk/debian/changelog 2010-05-16 13:14:38 UTC (rev 12966)
@@ -1,9 +1,18 @@
-python-scrapy (0.8-3) UNRELEASED; urgency=low
+python-scrapy (0.8-3) unstable; urgency=low
* debian/watch:
- - Corrected regular expression to catch "Scrapy" and "scrapy" files.
+ - Corrected regular expression to catch "Scrapy" and "scrapy".
+ * debian/patches:
+ - 01_external_modules.diff: refreshed patch.
+ - 02_view_response.diff: fixes bug in open_in_browser() function with
+ Python 2.5. (Closes: #573369).
+ * debian/control:
+ - Bumped Standards-Version to 3.8.4.
+ * debian/python-scrapy.lintian-overrides:
+ - Added overrides for 'duplicated-compressed-file' as the two suspected
+ files are intentionally present and used by the scrapy test suite.
- -- Ignace Mouzannar <mouzannar at gmail.com> Sun, 07 Mar 2010 16:16:57 +0000
+ -- Ignace Mouzannar <mouzannar at gmail.com> Thu, 13 May 2010 14:59:09 +0200
python-scrapy (0.8-2) unstable; urgency=low
Modified: packages/python-scrapy/trunk/debian/control
===================================================================
--- packages/python-scrapy/trunk/debian/control 2010-05-16 13:14:18 UTC (rev 12965)
+++ packages/python-scrapy/trunk/debian/control 2010-05-16 13:14:38 UTC (rev 12966)
@@ -5,7 +5,7 @@
Uploaders: Ignace Mouzannar <mouzannar at gmail.com>
Build-Depends: debhelper (>= 7.0.50~), python-jinja
Build-Depends-Indep: python-support, python, python-sphinx, libjs-jquery, python-twisted-core, python-twisted-web, python-twisted-conch
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
Homepage: http://scrapy.org/
Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/python-scrapy/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-scrapy/trunk/
Modified: packages/python-scrapy/trunk/debian/patches/01_external_modules.diff
===================================================================
--- packages/python-scrapy/trunk/debian/patches/01_external_modules.diff 2010-05-16 13:14:18 UTC (rev 12965)
+++ packages/python-scrapy/trunk/debian/patches/01_external_modules.diff 2010-05-16 13:14:38 UTC (rev 12966)
@@ -49,7 +49,7 @@
from scrapy.utils.python import unicode_to_str
--- a/scrapy/utils/response.py
+++ b/scrapy/utils/response.py
-@@ -15,7 +15,7 @@
+@@ -14,7 +14,7 @@
from scrapy.utils.markup import remove_entities
from scrapy.utils.url import safe_url_string, urljoin_rfc
Modified: packages/python-scrapy/trunk/debian/patches/series
===================================================================
--- packages/python-scrapy/trunk/debian/patches/series 2010-05-16 13:14:18 UTC (rev 12965)
+++ packages/python-scrapy/trunk/debian/patches/series 2010-05-16 13:14:38 UTC (rev 12966)
@@ -1 +1,2 @@
+02_view_response.diff
01_external_modules.diff
More information about the Python-modules-commits
mailing list