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

ghantoos-guest at users.alioth.debian.org ghantoos-guest at users.alioth.debian.org
Tue Dec 15 14:57:36 UTC 2009


    Date: Tuesday, December 15, 2009 @ 14:57:34
  Author: ghantoos-guest
Revision: 10790

* New upstream release.
* debian/patches:
  - 01_external_modules.diff: refreshed content as some files were modified
    in the new upstream version.

Modified:
  packages/python-scrapy/trunk/debian/changelog
  packages/python-scrapy/trunk/debian/patches/01_external_modules.diff

Modified: packages/python-scrapy/trunk/debian/changelog
===================================================================
--- packages/python-scrapy/trunk/debian/changelog	2009-12-15 12:20:28 UTC (rev 10789)
+++ packages/python-scrapy/trunk/debian/changelog	2009-12-15 14:57:34 UTC (rev 10790)
@@ -1,3 +1,12 @@
+python-scrapy (0.8-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/patches:
+    - 01_external_modules.diff: refreshed content as some files were modified
+      in the new upstream version.
+
+ -- Ignace Mouzannar <mouzannar at gmail.com>  Sun, 13 Dec 2009 23:13:57 +0000
+
 python-scrapy (0.7-2) unstable; urgency=low
 
   * Converted the package to "3.0 (quilt)" format.

Modified: packages/python-scrapy/trunk/debian/patches/01_external_modules.diff
===================================================================
--- packages/python-scrapy/trunk/debian/patches/01_external_modules.diff	2009-12-15 12:20:28 UTC (rev 10789)
+++ packages/python-scrapy/trunk/debian/patches/01_external_modules.diff	2009-12-15 14:57:34 UTC (rev 10790)
@@ -2,7 +2,7 @@
  - Updated imports of BeautifulSoup and ClientForm to point to the main
    Python modules.
 Author: Ignace Mouzannar <mouzannar at gmail.com>
-Last-Update: 2009-11-20
+Last-Update: 2009-12-14
 
 --- a/scrapy/http/response/text.py
 +++ b/scrapy/http/response/text.py
@@ -25,17 +25,6 @@
  from scrapy.http import Response, TextResponse
  from scrapy.utils.response import body_or_str, get_base_url, get_meta_refresh, \
      response_httprepr, get_cached_beautifulsoup
---- a/scrapy/utils/response.py
-+++ b/scrapy/utils/response.py
-@@ -13,7 +13,7 @@
- from twisted.web import http
- from twisted.web.http import RESPONSES
- 
--from scrapy.xlib.BeautifulSoup import BeautifulSoup
-+from BeautifulSoup import BeautifulSoup
- from scrapy.http import Response, HtmlResponse
- 
- def body_or_str(obj, unicode=True):
 --- a/scrapy/xlib/ClientForm.py
 +++ b/scrapy/xlib/ClientForm.py
 @@ -919,7 +919,7 @@
@@ -58,3 +47,14 @@
  
  from scrapy.http.request import Request
  from scrapy.utils.python import unicode_to_str
+--- a/scrapy/utils/response.py
++++ b/scrapy/utils/response.py
+@@ -15,7 +15,7 @@
+ 
+ from scrapy.utils.markup import remove_entities
+ from scrapy.utils.url import safe_url_string, urljoin_rfc
+-from scrapy.xlib.BeautifulSoup import BeautifulSoup
++from BeautifulSoup import BeautifulSoup
+ from scrapy.http import Response, HtmlResponse
+ 
+ def body_or_str(obj, unicode=True):




More information about the Python-modules-commits mailing list