[Python-modules-commits] [python-multidict] branch master updated (b61833f -> 3b526bb)

Piotr Ożarowski piotr at moszumanska.debian.org
Fri Jun 30 11:54:57 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  b61833f   Standards-Version bumped to 4.0.0 (no changes needed)
       new  866086f   Import python-multidict_3.1.0.orig.tar.gz
       new  bcb830e   record new upstream branch created by importing python-multidict_3.1.0.orig.tar.gz and merge it
       new  cabffd3   New upstream release
       new  9d0db6b   remove .so files in clean target
       new  3b526bb   add lintian override for false positive source-is-missing about cython files

The 5 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 +-
 debian/.git-dpm                 |    14 +-
 debian/changelog                |     6 +
 debian/clean                    |     1 +
 debian/source/lintian-overrides |     2 +
 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/_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 +
 21 files changed, 8130 insertions(+), 6233 deletions(-)
 create mode 100644 debian/clean
 create mode 100644 debian/source/lintian-overrides
 create mode 100644 multidict/_istr.c
 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