[Python-modules-commits] [enum34] branch upstream updated (a6b0242 -> d646e4a)

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


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

barry pushed a change to branch upstream
in repository enum34.

      from  a6b0242   Import enum34_1.1.2.orig.tar.gz
       new  d646e4a   Import enum34_1.1.5.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:
 MANIFEST.in                          |   9 +
 PKG-INFO                             | 749 ++---------------------------------
 enum/README => README                |   0
 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 +++--
 13 files changed, 277 insertions(+), 810 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