[Python-modules-commits] [enum34] branch master updated (d15bac6 -> 35f0b68)

Barry Warsaw barry at moszumanska.debian.org
Wed May 11 18:29:34 UTC 2016


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

barry pushed a change to branch master
in repository enum34.

      from  d15bac6   Fixed VCS URL (https)
       new  d646e4a   Import enum34_1.1.5.orig.tar.gz
       new  5a8e768   record new upstream branch created by importing enum34_1.1.5.orig.tar.gz and merge it
       new  35f0b68   New upstream release. (Closes: #793506)

The 3 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:
 MANIFEST.in                          |   9 +
 PKG-INFO                             | 749 ++---------------------------------
 enum/README => README                |   0
 debian/.git-dpm                      |  14 +-
 debian/changelog                     |  12 +-
 debian/control                       |   7 +-
 enum/__init__.py                     |  56 +--
 enum/doc/enum.pdf                    |  38 +-
 enum/doc/enum.rst                    |  11 +-
 enum/{test_enum.py => test.py}       |  40 +-
 enum34.egg-info/PKG-INFO             |  62 +++
 enum34.egg-info/SOURCES.txt          |  14 +
 enum34.egg-info/dependency_links.txt |   1 +
 enum34.egg-info/top_level.txt        |   1 +
 setup.cfg                            |   8 +
 setup.py                             |  98 +++--
 16 files changed, 298 insertions(+), 822 deletions(-)
 create mode 100644 MANIFEST.in
 copy enum/README => README (100%)
 rename enum/{test_enum.py => test.py} (98%)
 create mode 100644 enum34.egg-info/PKG-INFO
 create mode 100644 enum34.egg-info/SOURCES.txt
 create mode 100644 enum34.egg-info/dependency_links.txt
 create mode 100644 enum34.egg-info/top_level.txt
 create mode 100644 setup.cfg

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



More information about the Python-modules-commits mailing list