[Python-modules-commits] [python-multidict] branch master updated (b1c1602 -> ab356fe)
Piotr Ożarowski
piotr at moszumanska.debian.org
Mon Nov 13 20:45:32 UTC 2017
This is an automated email from the git hooks/post-receive script.
piotr pushed a change to branch master
in repository python-multidict.
from b1c1602 remove _multidict.c in clean target (will be regenerated)
new 8baed15 Import python-multidict_3.3.2.orig.tar.gz
new 5f2af5c record new upstream branch created by importing python-multidict_3.3.2.orig.tar.gz and merge it
new 66123de New upstream release
new ab356fe set tpython3-multidict-dbg's Priority to optional
The 4 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 +-
debian/.git-dpm | 14 +-
debian/changelog | 6 +
debian/control | 1 -
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 +-
30 files changed, 24140 insertions(+), 1477 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