[Python-modules-commits] [python-pkginfo] branch master updated (8f5458f -> f15f738)

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


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

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

      from  8f5458f   Update Vcs fields for git migration
       new  4ef9f9e   Import python-pkginfo_1.2.1.orig.tar.gz
       new  365dc86   record new upstream branch created by importing python-pkginfo_1.2.1.orig.tar.gz and merge it
       new  ad5169e   Bump Standards-Version to 3.9.6 (No changes)
       new  ccae525   remove unneeded override_dh_auto_clean
       new  07a39b1   Use dh_auto_test
       new  ea9cf56   Disable tests failing in Debian build
       new  0399727   merge patched into master
       new  77260bc   Disable tests not working in Debian build
       new  2c82420   Disable test test_ctor_w_package_no_PKG_INFO
       new  a44f578   merge patched into master
       new  2051e40   Remove tests from binary packages
       new  f15f738   releasing package python-pkginfo version 1.2.1-1

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:
 .bzrignore                                         |   2 -
 CHANGES.txt                                        |  61 +++--
 PKG-INFO                                           |  66 +++--
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |  12 +-
 debian/control                                     |   2 +-
 ...001-Disable-tests-failing-in-Debian-build.patch |  43 +++
 ...able-test-test_ctor_w_package_no_PKG_INFO.patch |  30 +++
 debian/patches/series                              |   2 +
 debian/rules                                       |  14 +-
 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                    |  44 ++-
 pkginfo/tests/test_utils.py                        |  29 +-
 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 +-
 31 files changed, 715 insertions(+), 153 deletions(-)
 create mode 100644 debian/patches/0001-Disable-tests-failing-in-Debian-build.patch
 create mode 100644 debian/patches/0002-Disable-test-test_ctor_w_package_no_PKG_INFO.patch
 create mode 100644 debian/patches/series
 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