[Python-modules-commits] [flufl.enum] branch upstream updated (7da4cf4 -> a8a11eb)

Barry Warsaw barry at moszumanska.debian.org
Sat Oct 10 17:38:53 UTC 2015


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

barry pushed a change to branch upstream
in repository flufl.enum.

      from  7da4cf4   Imported Upstream version 4.0.1
      adds  a8a11eb   Import flufl.enum_4.1.orig.tar.gz

No new revisions were added by this update.

Summary of changes:
 PKG-INFO                               |  63 ++++-
 README.rst                             |  37 ++-
 distribute_setup.py                    | 485 ---------------------------------
 flufl.enum.egg-info/PKG-INFO           |  63 ++++-
 flufl.enum.egg-info/SOURCES.txt        |   1 -
 flufl/__init__.py                      |   4 +-
 flufl/enum/NEWS.rst                    |  24 ++
 flufl/enum/README.rst                  |  55 ++--
 flufl/enum/__init__.py                 |   9 +-
 flufl/enum/_enum.py                    |  99 +++++--
 flufl/enum/conf.py                     |   2 +-
 flufl/enum/docs/using.rst              | 231 ++++++++--------
 flufl/enum/tests/fruit.py              |   4 +-
 flufl/enum/tests/test_documentation.py |   7 +-
 flufl/enum/tests/test_enum.py          | 112 +++++---
 setup.py                               |   6 +-
 setup_helpers.py                       |  25 +-
 template.py                            |   4 +-
 tox.ini                                |   2 +-
 19 files changed, 471 insertions(+), 762 deletions(-)
 delete mode 100644 distribute_setup.py

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



More information about the Python-modules-commits mailing list