[Python-modules-commits] [python-scrapy] branch master updated (237212b -> f2d1a5d)
Michael Fladischer
fladi at moszumanska.debian.org
Fri Feb 17 09:18:05 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 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
new 37f1cfb record new upstream branch created by importing python-scrapy_1.3.2.orig.tar.gz
new a24b933 Import python-scrapy_1.3.2.orig.tar.gz
new ae17e86 Skip tests with unattainable dependencies in Python3.
new c059303 merge patched into master
new 59c38a4 change version to 1.3.2-1~exp1 (UNRELEASED) New upstream release.
new f2d1a5d change target to experimental Team upload. Drop patch applied upstream.
The 6 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:
.bumpversion.cfg | 2 +-
.travis.yml | 47 ++++++++++---
CODE_OF_CONDUCT.md | 80 ++++++++++++++--------
README.rst | 7 +-
artwork/{README => README.rst} | 2 +
debian/.git-dpm | 14 ++--
debian/changelog | 8 +++
.../0001-Fix-spelling-error-in-manpage.patch | 34 ---------
...ith-unattainable-dependencies-in-Python3.patch} | 2 +-
debian/patches/series | 3 +-
docs/{README => README.rst} | 2 +
docs/intro/tutorial.rst | 12 ++--
docs/news.rst | 58 ++++++++++++++++
docs/topics/architecture.rst | 2 +-
docs/topics/commands.rst | 6 ++
docs/topics/downloader-middleware.rst | 5 +-
docs/topics/request-response.rst | 12 +++-
docs/topics/selectors.rst | 38 ++++++++++
docs/topics/spider-middleware.rst | 2 +-
docs/topics/spiders.rst | 31 +++++++++
extras/scrapy.1 | 4 +-
requirements.txt | 2 +-
scrapy/VERSION | 2 +-
scrapy/commands/view.py | 5 +-
scrapy/core/downloader/handlers/http.py | 8 +--
scrapy/core/downloader/handlers/http11.py | 11 ++-
scrapy/core/downloader/tls.py | 28 +++++---
scrapy/downloadermiddlewares/redirect.py | 15 ++--
scrapy/http/response/text.py | 4 +-
scrapy/item.py | 3 +
scrapy/linkextractors/__init__.py | 6 +-
scrapy/resolver.py | 7 +-
scrapy/settings/__init__.py | 16 ++++-
scrapy/templates/project/module/settings.py.tmpl | 2 +-
scrapy/utils/conf.py | 9 +++
scrapy/utils/reqser.py | 6 +-
sep/{README => README.rst} | 2 +
setup.py | 3 +-
tests/mockserver.py | 39 +++--------
tests/test_crawl.py | 13 ++--
tests/test_downloader_handlers.py | 49 +++++--------
tests/test_downloadermiddleware_retry.py | 5 +-
tests/test_http_response.py | 32 +++++++++
tests/test_item.py | 52 +++++++++++++-
tests/test_pipeline_files.py | 2 +-
tests/test_settings/__init__.py | 12 ++++
tests/test_utils_conf.py | 21 ++++++
tests/test_utils_reqser.py | 13 +++-
tox.ini | 21 ++++--
49 files changed, 531 insertions(+), 228 deletions(-)
rename artwork/{README => README.rst} (97%)
delete mode 100644 debian/patches/0001-Fix-spelling-error-in-manpage.patch
rename debian/patches/{0002-Skip-tests-with-unattainable-dependencies-in-Python3.patch => 0001-Skip-tests-with-unattainable-dependencies-in-Python3.patch} (95%)
rename docs/{README => README.rst} (99%)
rename sep/{README => README.rst} (95%)
--
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