[Python-modules-commits] [python-multidict] branch upstream updated (cb56a70 -> 866086f)

Piotr Ożarowski piotr at moszumanska.debian.org
Fri Jun 30 11:54:58 UTC 2017


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

piotr pushed a change to branch upstream
in repository python-multidict.

      from  cb56a70   Import python-multidict_2.1.6.orig.tar.gz
       new  866086f   Import python-multidict_3.1.0.orig.tar.gz

The 1 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:
 CHANGES.rst                                     |    37 +
 Makefile                                        |    16 +-
 PKG-INFO                                        |    39 +-
 docs/multidict.rst                              |    45 +-
 multidict.egg-info/PKG-INFO                     |    39 +-
 multidict.egg-info/SOURCES.txt                  |     7 +-
 multidict/__init__.py                           |     2 +-
 multidict/__init__.pyi                          |    13 +
 multidict/_istr.c                               |   237 +
 multidict/_istr.cpython-35m-x86_64-linux-gnu.so |   Bin 0 -> 30970 bytes
 multidict/_multidict.c                          | 12639 ++++++++++++----------
 multidict/_multidict.pyx                        |   482 +-
 multidict/_multidict_py.py                      |   292 +-
 setup.py                                        |     3 +
 tests/test_guard.py                             |    34 +
 tests/test_istr.py                              |    57 +
 tests/test_multidict.py                         |   213 +-
 tests/test_version.py                           |   185 +
 18 files changed, 8114 insertions(+), 6226 deletions(-)
 create mode 100644 multidict/_istr.c
 create mode 100755 multidict/_istr.cpython-35m-x86_64-linux-gnu.so
 create mode 100644 tests/test_guard.py
 create mode 100644 tests/test_istr.py
 create mode 100644 tests/test_version.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-multidict.git



More information about the Python-modules-commits mailing list