[Python-modules-commits] [python-psutil] branch master updated (9a90069 -> 58c4846)
Sandro Tosi
morph at moszumanska.debian.org
Sun Oct 2 20:03:16 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 9a90069 Merge tag 'upstream/4.3.0'
new cc4af18 record new upstream branch created by importing python-psutil_4.3.1.orig.tar.gz
new 59d1042 Import python-psutil_4.3.1.orig.tar.gz
new ac9ce3f remove Google Analytics tracking from documentation
new 0b963d7 dont depend on install when running tests
new d878eb3 pass PYTHONPATH to the test runner
new 4499279 merge patched into master
new 609f7d9 New upstream release
new 58c4846 releasing package python-psutil version 4.3.1-1
The 8 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/appveyor/download_exes.py | 10 +-
CREDITS | 8 +
DEVGUIDE.rst | 11 +-
HISTORY.rst | 23 +++
INSTALL.rst | 72 ++++++---
Makefile | 164 ++++++++++++++-------
PKG-INFO | 32 +---
README.rst | 28 +---
debian/.git-dpm | 14 +-
debian/changelog | 6 +
...dont-depend-on-install-when-running-tests.patch | 45 +++---
.../0003-pass-PYTHONPATH-to-the-test-runner.patch | 57 +++++--
debian/patches/remove-google-analytics.patch | 2 +-
docs/Makefile | 8 +-
docs/index.rst | 10 +-
psutil.egg-info/PKG-INFO | 32 +---
psutil.egg-info/SOURCES.txt | 6 -
psutil/__init__.py | 40 +++--
psutil/_common.py | 19 +--
psutil/_pslinux.py | 2 +-
psutil/_pssunos.py | 40 ++++-
psutil/_psutil_bsd.c | 1 -
psutil/_psutil_bsd.h | 36 -----
psutil/_psutil_linux.c | 2 -
psutil/_psutil_linux.h | 21 ---
psutil/_psutil_osx.c | 1 -
psutil/_psutil_osx.h | 43 ------
psutil/_psutil_posix.c | 2 +-
psutil/_psutil_sunos.c | 4 +-
psutil/_psutil_sunos.h | 28 ----
psutil/_psutil_windows.c | 54 +++++--
psutil/_psutil_windows.h | 70 ---------
psutil/_pswindows.py | 8 +-
psutil/arch/windows/process_info.c | 2 +
psutil/arch/windows/services.c | 72 +++++++--
psutil/tests/__init__.py | 80 ++++++----
psutil/tests/test_process.py | 122 +++++++--------
psutil/tests/test_testutils.py | 51 -------
38 files changed, 612 insertions(+), 614 deletions(-)
delete mode 100644 psutil/_psutil_bsd.h
delete mode 100644 psutil/_psutil_linux.h
delete mode 100644 psutil/_psutil_osx.h
delete mode 100644 psutil/_psutil_sunos.h
delete mode 100644 psutil/_psutil_windows.h
delete mode 100644 psutil/tests/test_testutils.py
--
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