[Python-modules-commits] [python-multidict] branch master updated (ab356fe -> d387f34)

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


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

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

      from  ab356fe   set tpython3-multidict-dbg's Priority to optional
       new  47b01b5   Import python-multidict_4.1.0.orig.tar.gz
       new  ad41eee   record new upstream branch created by importing python-multidict_4.1.0.orig.tar.gz and merge it
       new  d387f34   New upstream 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:
 CHANGES.rst                     |  177 --
 Makefile                        |   12 +-
 PKG-INFO                        |  181 +-
 README.rst                      |    5 +
 debian/.git-dpm                 |   14 +-
 debian/changelog                |    6 +
 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 ++
 23 files changed, 3679 insertions(+), 2302 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