[Python-modules-commits] [python-psutil] branch upstream updated (ec23e98 -> 120c55e)
Sandro Tosi
morph at moszumanska.debian.org
Mon Feb 8 22:27:06 UTC 2016
This is an automated email from the git hooks/post-receive script.
morph pushed a change to branch upstream
in repository python-psutil.
from ec23e98 Import python-psutil_3.4.1.orig.tar.gz
new 120c55e Import python-psutil_3.4.2.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:
.ci/README | 3 ++
.ci/appveyor/README | 2 +
.ci/appveyor/install.ps1 | 85 ++++++++++++++++++++++++++++++++++++++
.ci/appveyor/run_with_compiler.cmd | 47 +++++++++++++++++++++
.ci/travis/README | 2 +
.ci/travis/install.sh | 51 +++++++++++++++++++++++
.ci/travis/run.sh | 18 ++++++++
CREDITS | 4 ++
HISTORY.rst | 23 +++++++----
MANIFEST.in | 2 +-
PKG-INFO | 6 ++-
README.rst | 1 +
docs/index.rst | 63 ++++++++++++++--------------
psutil.egg-info/PKG-INFO | 6 ++-
psutil.egg-info/SOURCES.txt | 7 ++++
psutil/__init__.py | 8 +++-
psutil/_pssunos.py | 83 +++++++++++++++++++++++--------------
psutil/_psutil_sunos.c | 59 +++++++++++++++-----------
psutil/arch/bsd/freebsd.c | 3 +-
setup.py | 3 ++
20 files changed, 376 insertions(+), 100 deletions(-)
create mode 100644 .ci/README
create mode 100644 .ci/appveyor/README
create mode 100644 .ci/appveyor/install.ps1
create mode 100644 .ci/appveyor/run_with_compiler.cmd
create mode 100644 .ci/travis/README
create mode 100755 .ci/travis/install.sh
create mode 100755 .ci/travis/run.sh
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-psutil.git
More information about the Python-modules-commits
mailing list