[Python-modules-commits] [python-psutil] branch master updated (8f91516 -> f078c28)
Sandro Tosi
morph at moszumanska.debian.org
Mon Feb 8 22:27:05 UTC 2016
This is an automated email from the git hooks/post-receive script.
morph pushed a change to branch master
in repository python-psutil.
from 8f91516 releasing package python-psutil version 3.4.1-1
new 554f62b record new upstream branch created by importing python-psutil_3.4.2.orig.tar.gz
new 120c55e Import python-psutil_3.4.2.orig.tar.gz
new 0cd0ed4 remove Google Analytics tracking from documentation
new 5c28824 merge patched into master
new b392d9a New upstream release
new e42bb69 redirect Vcs-Git to https
new f078c28 releasing package python-psutil version 3.4.2-1
The 7 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 +
debian/.git-dpm | 14 ++---
debian/changelog | 8 +++
debian/control | 2 +-
debian/patches/remove-google-analytics.patch | 2 +-
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 +
24 files changed, 393 insertions(+), 109 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