[Python-modules-commits] [python-pkginfo] branch upstream updated (0f6c695 -> 4ef9f9e)

Jan Dittberner jandd at moszumanska.debian.org
Wed Dec 30 18:16:13 UTC 2015


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

jandd pushed a change to branch upstream
in repository python-pkginfo.

      from  0f6c695   Imported Upstream version 1.1
       new  4ef9f9e   Import python-pkginfo_1.2.1.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:
 .bzrignore                                         |   2 -
 CHANGES.txt                                        |  61 +++--
 PKG-INFO                                           |  66 +++--
 docs/conf.py                                       |   8 +-
 docs/distributions.rst                             |  14 +
 .../mypackage-0.1-cp26-none-linux_x86_64.whl       | Bin 0 -> 1816 bytes
 .../{nopkginfo-0.1.egg => nodistinfo-0.1-any.whl}  | Bin
 docs/index.rst                                     |   8 +-
 pkginfo.egg-info/PKG-INFO                          |  66 +++--
 pkginfo.egg-info/SOURCES.txt                       |   5 +
 pkginfo.egg-info/requires.txt                      |   3 +-
 pkginfo/__init__.py                                |   1 +
 pkginfo/commandline.py                             |  24 +-
 pkginfo/distribution.py                            |   3 +
 pkginfo/tests/test_commandline.py                  | 294 +++++++++++++++++++++
 pkginfo/tests/test_distribution.py                 |  16 ++
 pkginfo/tests/test_installed.py                    |  36 +--
 pkginfo/tests/test_utils.py                        |  19 ++
 pkginfo/tests/test_wheel.py                        |  64 +++++
 pkginfo/utils.py                                   |   6 +
 pkginfo/{bdist.py => wheel.py}                     |  24 +-
 setup.cfg                                          |   8 +-
 setup.py                                           |   3 +-
 tox.ini                                            |   2 +-
 24 files changed, 607 insertions(+), 126 deletions(-)
 create mode 100644 docs/examples/mypackage-0.1-cp26-none-linux_x86_64.whl
 copy docs/examples/{nopkginfo-0.1.egg => nodistinfo-0.1-any.whl} (100%)
 create mode 100644 pkginfo/tests/test_commandline.py
 create mode 100644 pkginfo/tests/test_wheel.py
 copy pkginfo/{bdist.py => wheel.py} (61%)

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



More information about the Python-modules-commits mailing list