[Python-modules-commits] [python-scrapy] 07/09: Run wrap-and-sort -bast to reduce diff size of future changes.
Michael Fladischer
fladi at moszumanska.debian.org
Tue Jan 9 14:16:22 UTC 2018
This is an automated email from the git hooks/post-receive script.
fladi pushed a commit to branch debian/master
in repository python-scrapy.
commit c3a2d40ac25143d1bf5b89bc0e42bdb2135d2278
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date: Tue Jan 9 08:56:39 2018 +0100
Run wrap-and-sort -bast to reduce diff size of future changes.
---
debian/changelog | 1 +
debian/control | 168 +++++++++++++++++++++++++++++--------------------------
2 files changed, 90 insertions(+), 79 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 55c2089..03a0003 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ python-scrapy (1.5.0-1) UNRELEASED; urgency=low
* Always use pristine-tar.
* Bump debhelper compatibility and version to 11.
* Bump Standards-Version to 4.1.3.
+ * Run wrap-and-sort -bast to reduce diff size of future changes.
-- Michael Fladischer <fladi at debian.org> Tue, 09 Jan 2018 08:55:16 +0100
diff --git a/debian/control b/debian/control
index 6f1161b..b88be2a 100644
--- a/debian/control
+++ b/debian/control
@@ -1,44 +1,47 @@
Source: python-scrapy
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Ignace Mouzannar <mouzannar at gmail.com>
+Uploaders:
+ Ignace Mouzannar <mouzannar at gmail.com>,
Section: python
Priority: optional
-Build-Depends: bash-completion,
- debhelper (>= 11),
- dh-python,
- python-all,
- python3-all
-Build-Depends-Indep: libjs-jquery,
- python-botocore,
- python-jmespath,
- python-lxml,
- python-mock,
- python-parsel (>= 1.1.0-1~),
- python-pil,
- python-pydispatch,
- python-pytest,
- python-queuelib,
- python-setuptools,
- python-testfixtures,
- python-twisted-conch (>= 1:17.1.0),
- python-twisted-core (>= 17.1.0),
- python-twisted-web (>= 17.1.0),
- python-w3lib (>= 1.16.0-1~),
- python3-botocore,
- python3-jmespath,
- python3-lxml,
- python3-mock,
- python3-parsel (>= 1.1.0-1~),
- python3-pil,
- python3-pydispatch,
- python3-pytest,
- python3-queuelib,
- python3-setuptools,
- python3-sphinx,
- python3-sphinx-rtd-theme,
- python3-testfixtures,
- python3-twisted (>= 17.1.0),
- python3-w3lib (>= 1.16.0-1~)
+Build-Depends:
+ bash-completion,
+ debhelper (>= 11),
+ dh-python,
+ python-all,
+ python3-all,
+Build-Depends-Indep:
+ libjs-jquery,
+ python-botocore,
+ python-jmespath,
+ python-lxml,
+ python-mock,
+ python-parsel (>= 1.1.0-1~),
+ python-pil,
+ python-pydispatch,
+ python-pytest,
+ python-queuelib,
+ python-setuptools,
+ python-testfixtures,
+ python-twisted-conch (>= 1:17.1.0),
+ python-twisted-core (>= 17.1.0),
+ python-twisted-web (>= 17.1.0),
+ python-w3lib (>= 1.16.0-1~),
+ python3-botocore,
+ python3-jmespath,
+ python3-lxml,
+ python3-mock,
+ python3-parsel (>= 1.1.0-1~),
+ python3-pil,
+ python3-pydispatch,
+ python3-pytest,
+ python3-queuelib,
+ python3-setuptools,
+ python3-sphinx,
+ python3-sphinx-rtd-theme,
+ python3-testfixtures,
+ python3-twisted (>= 17.1.0),
+ python3-w3lib (>= 1.16.0-1~),
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-scrapy.git
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-scrapy.git
@@ -48,24 +51,27 @@ X-Python3-Version: >= 3.3
Package: python-scrapy
Architecture: all
-Depends: python-boto,
- python-cssselect,
- python-libxml2,
- python-lxml,
- python-queuelib,
- python-twisted-conch,
- python-twisted-core,
- python-twisted-mail,
- python-twisted-web,
- python-w3lib (>= 1.8),
- ${misc:Depends},
- ${python:Depends}
-Recommends: ipython,
- python-mysqldb,
- python-pil,
- python-pygments
-Suggests: python-openssl,
- python-scrapy-doc (= ${binary:Version})
+Depends:
+ python-boto,
+ python-cssselect,
+ python-libxml2,
+ python-lxml,
+ python-queuelib,
+ python-twisted-conch,
+ python-twisted-core,
+ python-twisted-mail,
+ python-twisted-web,
+ python-w3lib (>= 1.8),
+ ${misc:Depends},
+ ${python:Depends},
+Recommends:
+ ipython,
+ python-mysqldb,
+ python-pil,
+ python-pygments,
+Suggests:
+ python-openssl,
+ python-scrapy-doc (= ${binary:Version}),
Description: Python web scraping and crawling framework (Python 2)
Scrapy is a fast high-level screen scraping and web crawling framework,
used to crawl websites and extract structured data from their pages.
@@ -74,40 +80,44 @@ Description: Python web scraping and crawling framework (Python 2)
.
This package provides the scrapy module for Python 2.
-Package: python3-scrapy
+Package: python-scrapy-doc
Architecture: all
-Depends: python3-boto,
- python3-cssselect,
- python3-libxml2,
- python3-lxml,
- python3-queuelib,
- python3-twisted,
- python3-w3lib (>= 1.8),
- ${misc:Depends},
- ${python3:Depends}
-Recommends: ipython3,
- python3-mysqldb,
- python3-pil,
- python3-pygments
-Suggests: python-scrapy-doc (= ${binary:Version}),
- python3-openssl
-Description: Python web scraping and crawling framework (Python 3)
+Section: doc
+Depends:
+ ${misc:Depends},
+ ${sphinxdoc:Depends},
+Description: Python web scraping and crawling framework documentation
Scrapy is a fast high-level screen scraping and web crawling framework,
used to crawl websites and extract structured data from their pages.
It can be used for a wide range of purposes, from data mining to
monitoring and automated testing.
.
- This package provides the scrapy module for Python 3.
+ This package provides the python-scrapy documentation in HTML format.
-Package: python-scrapy-doc
+Package: python3-scrapy
Architecture: all
-Section: doc
-Depends: ${misc:Depends},
- ${sphinxdoc:Depends}
-Description: Python web scraping and crawling framework documentation
+Depends:
+ python3-boto,
+ python3-cssselect,
+ python3-libxml2,
+ python3-lxml,
+ python3-queuelib,
+ python3-twisted,
+ python3-w3lib (>= 1.8),
+ ${misc:Depends},
+ ${python3:Depends},
+Recommends:
+ ipython3,
+ python3-mysqldb,
+ python3-pil,
+ python3-pygments,
+Suggests:
+ python-scrapy-doc (= ${binary:Version}),
+ python3-openssl,
+Description: Python web scraping and crawling framework (Python 3)
Scrapy is a fast high-level screen scraping and web crawling framework,
used to crawl websites and extract structured data from their pages.
It can be used for a wide range of purposes, from data mining to
monitoring and automated testing.
.
- This package provides the python-scrapy documentation in HTML format.
+ This package provides the scrapy module for Python 3.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-scrapy.git
More information about the Python-modules-commits
mailing list