[Python-modules-commits] [flufl.enum] branch master updated (7530ac9 -> 4ddcd94)

Barry Warsaw barry at moszumanska.debian.org
Fri Oct 9 22:46:47 UTC 2015


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

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

      from  7530ac9   Update Vcs fields for git migration
       new  a8a11eb   Import flufl.enum_4.1.orig.tar.gz
       new  132ccb7   record new upstream branch created by importing flufl.enum_4.1.orig.tar.gz and merge it
       new  6203835   * New upstream release. * d/python{,3}-flufl.enum.install: Remove.
       new  4ddcd94   * d/python{,3}-flufl.enum.install: Removed. * d/python-flufl.enum.pyremove: Removed. * d/rules: Be sure to remove any leftover python3.X/dist-packages.

The 4 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:
 PKG-INFO                               |  63 ++++-
 README.rst                             |  37 ++-
 debian/.git-dpm                        |  14 +-
 debian/changelog                       |   9 +
 debian/python-flufl.enum.install       |   0
 debian/python-flufl.enum.pyremove      |   4 -
 debian/python3-flufl.enum.install      |   0
 debian/rules                           |   4 +
 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 +-
 25 files changed, 491 insertions(+), 773 deletions(-)
 delete mode 100644 debian/python-flufl.enum.install
 delete mode 100644 debian/python-flufl.enum.pyremove
 delete mode 100644 debian/python3-flufl.enum.install
 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