[Python-modules-commits] [python-scrapy] branch master updated (a2bec31 -> 237212b)
Michael Fladischer
fladi at moszumanska.debian.org
Thu Feb 2 14:09:18 UTC 2017
This is an automated email from the git hooks/post-receive script.
fladi pushed a change to branch master
in repository python-scrapy.
from a2bec31 change version to 1.3.0-1~exp1 (experimental) Team upload.
new 09f0148 change version to 1.3.0-1~exp2 (UNRELEASED) Switch to python3-sphinx. change urgency to medium
new 30df81d Skip tests with unattainable dependencies in Python3.
new 24948a6 merge patched into master
new f30a1bd Install upstream changelog and remove lintian overrides.
new cb9a047 Remove README.Debian as upstream no longer ships embedded libraries.
new ebdb9d0 Switch to pybuild and add all packages required to run the tests to Build-Depends-Indep.
new aeeadc4 Recreate cert.pem before running the tests to avoid errors with OpenSSL 1.1 because of weak keys (512bit).
new e5ae37e Add Python3 support through separate binary package.
new 8bdacf4 Install README.rst in both module packages.
new 56254d9 Use alternatives system to manage /usr/bin/scrapy, its manpage and bash completion, to either utilize Python2 or Python3 with the later taking precedence if installed.
new ba82ad0 Add NEWS file to document alternatives for /usr/bin/scrapy.
new 237212b change target to experimental Team upload. Recreate cert.pem before running the tests to avoid errors with OpenSSL 1.1 because of weak keys (512bit). Install README.rst in both module packages. Switch to python3-sphinx. Install upstream changelog and remove lintian overrides. Remove README.Debian as upstream no longer ships embedded libraries. change urgency to low
The 12 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
debian/.git-dpm | 4 +-
debian/NEWS | 7 +++
debian/changelog | 19 ++++++
debian/clean | 2 +
debian/control | 69 +++++++++++++++++++---
...with-unattainable-dependencies-in-Python3.patch | 40 +++++++++++++
debian/patches/series | 1 +
debian/python-scrapy-doc.lintian-overrides | 1 -
debian/python-scrapy.README.Debian | 11 ----
debian/python-scrapy.bash-completion | 2 +-
debian/python-scrapy.docs | 1 +
debian/python-scrapy.install | 2 -
debian/python-scrapy.lintian-overrides | 5 +-
debian/python-scrapy.manpages | 2 +-
debian/python-scrapy.postinst | 17 ++++++
debian/python-scrapy.prerm | 11 ++++
debian/python3-scrapy.bash-completion | 1 +
debian/python3-scrapy.docs | 1 +
debian/python3-scrapy.lintian-overrides | 2 +
debian/python3-scrapy.manpages | 1 +
debian/python3-scrapy.postinst | 17 ++++++
debian/python3-scrapy.prerm | 11 ++++
debian/rules | 14 ++++-
tests/test_linkextractors_deprecated.py | 4 ++
tests/test_proxy_connect.py | 3 +
25 files changed, 217 insertions(+), 31 deletions(-)
create mode 100644 debian/NEWS
create mode 100644 debian/patches/0002-Skip-tests-with-unattainable-dependencies-in-Python3.patch
delete mode 100644 debian/python-scrapy-doc.lintian-overrides
delete mode 100644 debian/python-scrapy.README.Debian
create mode 100644 debian/python-scrapy.docs
delete mode 100644 debian/python-scrapy.install
create mode 100755 debian/python-scrapy.postinst
create mode 100755 debian/python-scrapy.prerm
create mode 100644 debian/python3-scrapy.bash-completion
create mode 100644 debian/python3-scrapy.docs
create mode 100644 debian/python3-scrapy.lintian-overrides
create mode 100644 debian/python3-scrapy.manpages
create mode 100755 debian/python3-scrapy.postinst
create mode 100755 debian/python3-scrapy.prerm
--
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