[Python-modules-commits] [python-venusian] branch master updated (d915529 -> 02c0591)

Takaki Taniguchi takaki at moszumanska.debian.org
Tue Jul 4 05:49:03 UTC 2017


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

takaki pushed a change to branch master
in repository python-venusian.

      from  d915529   Fixed VCS URL (https)
       new  002142c   Merge remote-tracking branch 'origin/master'
       new  c3ac6cd   New upstream version 1.1.0
       new  a9f80a2   Updated version 1.1.0 from 'upstream/1.1.0'
       new  1cdf96b   new upstream
       new  d1da669   debian/control: Add python-pytest-conv to B-D.
       new  5e24a12   debian/rules: test default rule
       new  e74d8e0   debian/compat: Bump to 10.
       new  adae28f   debian/rules: run pytest
       new  c9c61e9   debian/docs: Add README.rst
       new  bf21986   Bump Standards-Version to 4.0.0
       new  e05d19b   pytest
       new  02c0591   prepare release

The 12 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:
 .gitignore                                      |  27 +-
 .travis.yml                                     |  38 ++
 CHANGES.txt => CHANGES.rst                      |  43 ++
 CONTRIBUTORS.txt                                |   4 +
 PKG-INFO                                        |  62 ++-
 README.txt => README.rst                        |   7 +
 debian/changelog                                |  13 +-
 debian/compat                                   |   2 +-
 debian/control                                  |  10 +-
 debian/docs                                     |   4 +-
 debian/rules                                    |   6 +-
 docs/api.rst                                    |   5 +-
 docs/conf.py                                    |   7 +-
 docs/index.rst                                  |  11 +-
 rtd.txt                                         |   2 +-
 setup.cfg                                       |  10 +-
 setup.py                                        |  69 +--
 tox.ini                                         |  80 +++-
 venusian.egg-info/PKG-INFO                      |  62 ++-
 venusian.egg-info/SOURCES.txt                   |  17 +-
 venusian.egg-info/requires.txt                  |   7 +-
 venusian/__init__.py                            | 295 ++++++++++--
 venusian/advice.py                              |   7 +-
 venusian/{compat/__init__.py => compat.py}      |   9 +-
 venusian/compat/pkgutil_26.py                   | 586 ------------------------
 venusian/tests/fixtures/__init__.py             |   6 +-
 venusian/tests/fixtures/class_and_method.py     |   9 +
 venusian/tests/fixtures/import_and_scan/mock.py |  27 ++
 venusian/tests/fixtures/lifting1.py             |  33 ++
 venusian/tests/fixtures/lifting2.py             |  35 ++
 venusian/tests/fixtures/lifting3.py             |  38 ++
 venusian/tests/fixtures/lifting4.py             |  23 +
 venusian/tests/fixtures/lifting5.py             |  38 ++
 venusian/tests/fixtures/subclassing.py          |  15 +
 venusian/tests/fixtures/zipped.zip              | Bin 0 -> 898 bytes
 venusian/tests/test_venusian.py                 | 465 ++++++++++++++++---
 36 files changed, 1246 insertions(+), 826 deletions(-)
 create mode 100644 .travis.yml
 rename CHANGES.txt => CHANGES.rst (79%)
 rename README.txt => README.rst (56%)
 rename venusian/{compat/__init__.py => compat.py} (65%)
 delete mode 100644 venusian/compat/pkgutil_26.py
 create mode 100644 venusian/tests/fixtures/class_and_method.py
 create mode 100644 venusian/tests/fixtures/import_and_scan/mock.py
 create mode 100644 venusian/tests/fixtures/lifting1.py
 create mode 100644 venusian/tests/fixtures/lifting2.py
 create mode 100644 venusian/tests/fixtures/lifting3.py
 create mode 100644 venusian/tests/fixtures/lifting4.py
 create mode 100644 venusian/tests/fixtures/lifting5.py
 create mode 100644 venusian/tests/fixtures/subclassing.py
 create mode 100644 venusian/tests/fixtures/zipped.zip

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-venusian.git



More information about the Python-modules-commits mailing list