[Python-modules-commits] [pyutilib] branch master updated (34588c8 -> 710c431)
Daniel Stender
danstender-guest at moszumanska.debian.org
Fri Apr 8 18:48:17 UTC 2016
This is an automated email from the git hooks/post-receive script.
danstender-guest pushed a change to branch master
in repository pyutilib.
from 34588c8 deb/changelog: upload to unstable
new 2125dff deb/watch: watch Github repo
new 70d64ad deb/copyright: added .gitignore to Files-Excluded
new a8d582c Import pyutilib_5.3.2.orig.tar.xz
new c22416c record new upstream branch created by importing pyutilib_5.3.2.orig.tar.xz and merge it
new 74a9e95 deb/changelog: new upstream release
new 8e67374 deb/control: updated uploader email address
new 1e93b62 deb/control: updated Homepage (project moved to Github)
new cc573b6 deb/copyright: updated Source
new d25c504 deb/copyright: updated copyright spans, email address
new 710c431 deb/changelog: upload to unstable
The 10 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 +-
debian/.git-dpm | 14 +-
debian/changelog | 13 +
debian/control | 4 +-
debian/copyright | 7 +-
debian/watch | 4 +-
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 +-
52 files changed, 705 insertions(+), 1133 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