[Python-modules-commits] [python-multidict] branch upstream updated (8baed15 -> 47b01b5)

Piotr Ożarowski piotr at moszumanska.debian.org
Thu Feb 8 20:18:31 UTC 2018


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

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

      from  8baed15   Import python-multidict_3.3.2.orig.tar.gz
       new  47b01b5   Import python-multidict_4.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                     |  177 --
 Makefile                        |   12 +-
 PKG-INFO                        |  181 +-
 README.rst                      |    5 +
 docs/benchmark.rst              |   57 +
 docs/changes.rst                |  191 ++
 docs/conf.py                    |   40 +-
 docs/index.rst                  |    2 +
 multidict.egg-info/PKG-INFO     |  181 +-
 multidict.egg-info/SOURCES.txt  |    4 +-
 multidict/__init__.py           |    2 +-
 multidict/_istr.pyd             |  Bin 7168 -> 7168 bytes
 multidict/_multidict.c          | 4648 +++++++++++++++++++++++++--------------
 multidict/_multidict.pyx        |  164 +-
 multidict/_multidict_py.py      |   75 +-
 setup.cfg                       |    1 +
 setup.py                        |    2 +-
 tests/gen_pickles.py            |   17 +-
 tests/test_multidict.py         |   13 +-
 tests/test_mutable_multidict.py |   54 +-
 tests/test_update.py            |  135 ++
 21 files changed, 3666 insertions(+), 2295 deletions(-)
 delete mode 100644 CHANGES.rst
 create mode 100644 docs/benchmark.rst
 create mode 100644 docs/changes.rst
 create mode 100644 tests/test_update.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