[Python-modules-commits] [pycurl] branch ubuntu updated (81512d5 -> 6f0b9d3)
Barry Warsaw
barry at moszumanska.debian.org
Thu Mar 10 17:22:01 UTC 2016
This is an automated email from the git hooks/post-receive script.
barry pushed a change to branch ubuntu
in repository pycurl.
from 81512d5 Release
adds 9a5c11d record new upstream branch created by importing pycurl_7.43.0.orig.tar.gz
adds 81834bf Import pycurl_7.43.0.orig.tar.gz
adds fbccae0 Adjust setup.py file for Debian architecture
adds bd7908f Adapt documentation build process for Debian packaging purposes
adds 3697b78 merge patched into master
adds 21196b2 Prep 7.43.0-1 release.
adds ee2ed59 We need ca-certificates, and allow-stderr.
adds d63c060 Add python{,3}-flaky to Build-Depends
adds 391a923 nose-show-skipped isn't in Debian yet.
adds 23475ac merge patched into master
adds 7b7fec2 Update changelog.
adds e97620a Release
adds 2c24fee Bump Standards-Version to 3.9.7 with no other changes necessary.
new 91b5f7d Merge with Debian; resolve conflicts
new 3259e0c Merge with Debian; remaining changes:
new 6f0b9d3 Release
The 3 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:
AUTHORS | 1 +
COPYING-LGPL | 6 +-
ChangeLog | 77 +
INSTALL.rst | 113 +-
Makefile | 1 +
PKG-INFO | 91 +-
README.rst | 98 +-
RELEASE-NOTES.rst | 18 +
debian/.git-dpm | 14 +-
debian/changelog | 22 +
debian/control | 28 +-
debian/patches/10_setup.py.patch | 4 +-
debian/patches/20_build_doc_for_debian.patch | 11 +-
debian/patches/30_debianize_tests.patch | 22 +
debian/patches/series | 1 +
debian/tests/control | 4 +
debian/tests/livetest.sh | 32 +
doc/callbacks.rst | 36 +-
doc/conf.py | 4 +-
doc/curlobject.rst | 2 +
doc/docstrings/curl_setopt.rst | 5 +-
doc/docstrings/curl_setopt_string.rst | 31 +
doc/docstrings/curl_unsetopt.rst | 2 +-
doc/index.rst | 127 +-
doc/quickstart.rst | 50 +-
doc/release-process.rst | 11 +-
doc/unicode.rst | 10 +-
doc/unimplemented.rst | 65 +
examples/quickstart/get.py | 2 +-
examples/quickstart/get_python2.py | 2 +-
examples/quickstart/get_python3.py | 2 +-
examples/quickstart/response_headers.py | 12 +-
examples/quickstart/response_info.py | 2 +-
examples/tests/test_build_config.py | 4 +-
python/curl/__init__.py | 3 +-
requirements-dev-3.1.txt | 1 +
requirements-dev.txt | 1 +
setup.py | 92 +-
src/docstrings.c | 39 +-
src/docstrings.h | 1 +
src/easy.c | 1575 +++++++++++---------
src/module.c | 126 +-
src/multi.c | 199 ++-
src/pycurl.h | 37 +-
src/threadsupport.c | 34 +-
tests/app.py | 12 +-
tests/getinfo_test.py | 11 +-
tests/memory_mgmt_test.py | 66 +-
tests/multi_option_constants_test.py | 59 +-
tests/open_socket_cb_test.py | 3 +-
tests/option_constants_test.py | 105 ++
tests/post_test.py | 32 +-
..._agent_string_test.py => setopt_string_test.py} | 21 +-
tests/setopt_test.py | 80 +-
tests/util.py | 9 +-
tests/xferinfo_cb_test.py | 74 +
winbuild.py | 100 +-
57 files changed, 2554 insertions(+), 1036 deletions(-)
create mode 100644 debian/patches/30_debianize_tests.patch
create mode 100644 debian/tests/livetest.sh
create mode 100644 doc/docstrings/curl_setopt_string.rst
create mode 100644 doc/unimplemented.rst
copy tests/{user_agent_string_test.py => setopt_string_test.py} (53%)
create mode 100644 tests/xferinfo_cb_test.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pycurl.git
More information about the Python-modules-commits
mailing list