[Python-modules-commits] [python-multidict] branch upstream updated (e08cbd5 -> 8baed15)
Piotr Ożarowski
piotr at moszumanska.debian.org
Mon Nov 13 20:45:35 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 e08cbd5 Import python-multidict_3.2.0.orig.tar.gz
new 8baed15 Import python-multidict_3.3.2.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 | 28 +-
PKG-INFO | 516 +-
README.rst | 32 +-
docs/make.bat | 0
docs/multidict.rst | 11 +
multidict.egg-info/PKG-INFO | 516 +-
multidict.egg-info/SOURCES.txt | 8 +
multidict/__init__.py | 33 +-
multidict/_abc.py | 33 +
multidict/_compat.py | 9 +
multidict/_istr.pyd | Bin 0 -> 7168 bytes
multidict/_multidict.c | 22256 ++++++++++++++++++++++++++++++++++++++
multidict/_multidict.pyx | 9 +-
multidict/_multidict_py.py | 7 +-
setup.cfg | 14 +-
setup.py | 16 +-
tests/conftest.py | 16 +
tests/gen_pickles.py | 9 +-
tests/test_abc.py | 159 +
tests/test_copy.py | 73 +-
tests/test_guard.py | 12 +-
tests/test_istr.py | 23 +-
tests/test_multidict.py | 1134 +-
tests/test_mutable_multidict.py | 458 +
tests/test_pickle.py | 85 +-
tests/test_types.py | 55 +
tests/test_version.py | 84 +-
27 files changed, 24127 insertions(+), 1469 deletions(-)
mode change 100644 => 100755 docs/make.bat
create mode 100644 multidict/_abc.py
create mode 100644 multidict/_compat.py
create mode 100644 multidict/_istr.pyd
create mode 100644 multidict/_multidict.c
create mode 100644 tests/test_abc.py
create mode 100644 tests/test_mutable_multidict.py
create mode 100644 tests/test_types.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