[Python-modules-commits] [pyutilib] branch upstream updated (75d6c41 -> a8d582c)

Daniel Stender danstender-guest at moszumanska.debian.org
Fri Apr 8 18:48:18 UTC 2016


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

danstender-guest pushed a change to branch upstream
in repository pyutilib.

      from  75d6c41   Imported Upstream version 5.2.3601
       new  a8d582c   Import pyutilib_5.3.2.orig.tar.xz

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:
 AUTHORS.txt                                        |  14 +-
 CHANGELOG.txt                                      |  32 ++
 PKG-INFO                                           |  68 ---
 PYPI.txt                                           |   8 +
 PyUtilib.egg-info/PKG-INFO                         |  68 ---
 PyUtilib.egg-info/SOURCES.txt                      | 503 ---------------------
 PyUtilib.egg-info/dependency_links.txt             |   1 -
 PyUtilib.egg-info/entry_points.txt                 |  20 -
 PyUtilib.egg-info/namespace_packages.txt           |   2 -
 PyUtilib.egg-info/requires.txt                     |   2 -
 PyUtilib.egg-info/top_level.txt                    |   1 -
 README.md                                          |  26 ++
 README.txt                                         |  47 --
 RELEASE.txt                                        |   2 +-
 pyutilib/component/core/__init__.py                |  10 +-
 pyutilib/component/core/core.py                    | 456 +++++++++++--------
 .../loader/tests/eggs1/Package1-0.1-py3.5.egg      | Bin 0 -> 2398 bytes
 .../loader/tests/eggs1/Package2-0.1-py3.5.egg      | Bin 0 -> 2391 bytes
 .../loader/tests/eggs2/Package3-0.1-py3.5.egg      | Bin 0 -> 2421 bytes
 .../loader/tests/eggs2/Package4-0.1-py3.5.egg      | Bin 0 -> 2553 bytes
 .../loader/tests/eggs2/Package5-0.1-py3.5.egg      | Bin 0 -> 2543 bytes
 .../loader/tests/eggs2/Package6-0.1-py3.5.egg      | Bin 0 -> 2406 bytes
 .../loader/tests/eggs2/Package7-0.1-py3.5.egg      | Bin 0 -> 2541 bytes
 pyutilib/component/loader/tests/eggsrc/README      |   6 +
 pyutilib/dev/lbin.py                               |   3 +-
 pyutilib/dev/lpython.py                            |  37 +-
 pyutilib/dev/runtests.py                           |  53 +--
 pyutilib/enum/enum.py                              |  59 ++-
 pyutilib/enum/tests/test_enum.py                   |  20 +-
 pyutilib/misc/config.py                            |  82 ++--
 pyutilib/misc/misc.py                              |  25 +-
 pyutilib/misc/tests/test_config.py                 |  17 +-
 pyutilib/misc/tests/test_misc.py                   |   2 +
 pyutilib/misc/tests/test_reference.txt             |   8 +-
 pyutilib/misc/timing.py                            |   7 +-
 pyutilib/pyro/client.py                            |   4 +
 pyutilib/pyro/util.py                              |  17 +-
 pyutilib/pyro/worker.py                            |  54 ++-
 pyutilib/subprocess/processmngr.py                 |  22 +-
 pyutilib/subprocess/tests/test_subprocess.py       |  11 +-
 pyutilib/th/pyunit.py                              |  44 +-
 pyutilib/th/tests/test_pyunit1.py                  |   6 +-
 pyutilib/th/tests/test_pyunit2.py                  |   6 +-
 pyutilib/workflow/task.py                          |  31 +-
 pyutilib/workflow/workflow.py                      |   6 +-
 setup.cfg                                          |   8 +-
 setup.py                                           |   8 +-
 47 files changed, 677 insertions(+), 1119 deletions(-)
 delete mode 100644 PKG-INFO
 create mode 100644 PYPI.txt
 delete mode 100644 PyUtilib.egg-info/PKG-INFO
 delete mode 100644 PyUtilib.egg-info/SOURCES.txt
 delete mode 100644 PyUtilib.egg-info/dependency_links.txt
 delete mode 100644 PyUtilib.egg-info/entry_points.txt
 delete mode 100644 PyUtilib.egg-info/namespace_packages.txt
 delete mode 100644 PyUtilib.egg-info/requires.txt
 delete mode 100644 PyUtilib.egg-info/top_level.txt
 create mode 100644 README.md
 delete mode 100644 README.txt
 create mode 100644 pyutilib/component/loader/tests/eggs1/Package1-0.1-py3.5.egg
 create mode 100644 pyutilib/component/loader/tests/eggs1/Package2-0.1-py3.5.egg
 create mode 100644 pyutilib/component/loader/tests/eggs2/Package3-0.1-py3.5.egg
 create mode 100644 pyutilib/component/loader/tests/eggs2/Package4-0.1-py3.5.egg
 create mode 100644 pyutilib/component/loader/tests/eggs2/Package5-0.1-py3.5.egg
 create mode 100644 pyutilib/component/loader/tests/eggs2/Package6-0.1-py3.5.egg
 create mode 100644 pyutilib/component/loader/tests/eggs2/Package7-0.1-py3.5.egg

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



More information about the Python-modules-commits mailing list