[Python-modules-commits] [pycurl] branch master updated (ae9e964 -> 21196b2)

Barry Warsaw barry at moszumanska.debian.org
Thu Mar 10 15:09:57 UTC 2016


This is an automated email from the git hooks/post-receive script.

barry pushed a change to branch master
in repository pycurl.

      from  ae9e964   Release
       new  9a5c11d   record new upstream branch created by importing pycurl_7.43.0.orig.tar.gz
       new  81834bf   Import pycurl_7.43.0.orig.tar.gz
       new  fbccae0   Adjust setup.py file for Debian architecture
       new  bd7908f   Adapt documentation build process for Debian packaging purposes
       new  3697b78   merge patched into master
       new  21196b2   Prep 7.43.0-1 release.

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:
 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                                   |    7 +
 debian/patches/10_setup.py.patch                   |    4 +-
 debian/patches/20_build_doc_for_debian.patch       |   11 +-
 debian/tests/control                               |    2 +
 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 +-
 tests/run.sh                                       |    4 +-
 ..._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 +-
 55 files changed, 2497 insertions(+), 1029 deletions(-)
 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