[Python-modules-commits] [python-psutil] branch master updated (c3d50d6 -> 608bb95)
Sandro Tosi
morph at moszumanska.debian.org
Sun Nov 26 01:56:09 UTC 2017
This is an automated email from the git hooks/post-receive script.
morph pushed a change to branch master
in repository python-psutil.
from c3d50d6 releasing package python-psutil version 5.0.1-1
new 7cadf33 record new upstream branch created by importing python-psutil_5.4.1.orig.tar.gz
new 0d4af09 Import python-psutil_5.4.1.orig.tar.gz
new c4a0ef1 dont depend on install when running tests
new ca91fc9 pass PYTHONPATH to the test runner
new 2c498b5 merge patched into master
new 8d0c728 New upstream release; Closes: #881602
new d4319e5 bump Standards-Version to 4.1.1 (no changes needed)
new af75554 pass PYTHONPATH to the test runner
new f42eca6 merge patched into master
new dc0220d use upstream Makefile to run tests
new e5c3d9e remove all Priority: extra
new ad922d1 move to python3-sphinx
new e164244 build doc with python3
new 608bb95 releasing package python-psutil version 5.4.1-1
The 14 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:
.coveragerc | 35 +-
.git-pre-commit | 118 ++
.gitignore | 18 +
CREDITS | 101 +-
DEVGUIDE.rst | 68 +-
HISTORY.rst | 838 +++++++++++-
IDEAS | 24 +-
INSTALL.rst | 37 +-
MANIFEST.in | 140 +-
Makefile | 205 ++-
PKG-INFO | 180 ++-
README.rst | 170 ++-
debian/.git-dpm | 14 +-
debian/changelog | 14 +
debian/control | 6 +-
...dont-depend-on-install-when-running-tests.patch | 65 +
...dont-depend-on-install-when-running-tests.patch | 58 -
.../0002-pass-PYTHONPATH-to-the-test-runner.patch | 76 ++
.../0003-pass-PYTHONPATH-to-the-test-runner.patch | 66 -
debian/patches/remove-google-analytics.patch | 26 -
debian/patches/series | 5 +-
debian/rules | 6 +-
docs/Makefile | 57 +-
docs/README | 4 +-
docs/_static/css/custom.css | 518 ++++++++
docs/_static/favicon.ico | Bin 0 -> 15086 bytes
docs/_template/globaltoc.html | 12 -
docs/_template/indexcontent.html | 4 -
docs/_template/indexsidebar.html | 8 -
docs/_template/page.html | 66 -
docs/_themes/pydoctheme/static/pydoctheme.css | 197 ---
docs/_themes/pydoctheme/theme.conf | 23 -
docs/conf.py | 235 +++-
docs/index.rst | 1384 +++++++++++++++-----
docs/make.bat | 274 +++-
make.bat | 4 +-
psutil.egg-info/PKG-INFO | 180 ++-
psutil.egg-info/SOURCES.txt | 61 +-
.../{dependency_links.txt => not-zip-safe} | 0
psutil.egg-info/requires.txt | 3 +
psutil/DEVNOTES | 5 +
psutil/__init__.py | 549 +++++---
psutil/_common.py | 158 ++-
psutil/_psaix.py | 582 ++++++++
psutil/_psbsd.py | 92 +-
psutil/_pslinux.py | 517 ++++++--
psutil/_psosx.py | 134 +-
psutil/_psposix.py | 33 +-
psutil/_pssunos.py | 87 +-
psutil/_psutil_aix.c | 986 ++++++++++++++
psutil/_psutil_bsd.c | 220 ++--
psutil/_psutil_common.c | 111 +-
psutil/_psutil_common.h | 12 +-
psutil/_psutil_linux.c | 61 +-
psutil/_psutil_osx.c | 164 ++-
psutil/_psutil_posix.c | 107 +-
psutil/_psutil_posix.h | 3 +
psutil/_psutil_sunos.c | 378 ++++--
psutil/_psutil_windows.c | 477 ++++---
psutil/_pswindows.py | 245 ++--
psutil/arch/aix/common.c | 79 ++
psutil/arch/aix/common.h | 31 +
psutil/arch/aix/ifaddrs.c | 149 +++
psutil/arch/{solaris/v10 => aix}/ifaddrs.h | 15 +-
psutil/arch/aix/net_connections.c | 287 ++++
psutil/arch/aix/net_connections.h | 15 +
psutil/arch/aix/net_kernel_structs.h | 110 ++
psutil/arch/bsd/freebsd_socks.c | 631 ---------
psutil/arch/freebsd/proc_socks.c | 368 ++++++
.../{_psutil_posix.h => arch/freebsd/proc_socks.h} | 4 +
psutil/arch/{bsd/freebsd.c => freebsd/specific.c} | 117 +-
psutil/arch/{bsd/freebsd.h => freebsd/specific.h} | 3 +
psutil/arch/freebsd/sys_socks.c | 362 +++++
.../{bsd/freebsd_socks.h => freebsd/sys_socks.h} | 1 -
psutil/arch/{bsd/netbsd_socks.c => netbsd/socks.c} | 38 +-
psutil/arch/{bsd/netbsd_socks.h => netbsd/socks.h} | 0
psutil/arch/{bsd/netbsd.c => netbsd/specific.c} | 30 +-
psutil/arch/{bsd/netbsd.h => netbsd/specific.h} | 0
psutil/arch/{bsd/openbsd.c => openbsd/specific.c} | 61 +-
psutil/arch/{bsd/openbsd.h => openbsd/specific.h} | 0
psutil/arch/osx/process_info.c | 39 +-
psutil/arch/solaris/environ.c | 405 ++++++
psutil/arch/solaris/environ.h | 19 +
psutil/arch/solaris/v10/ifaddrs.c | 14 +-
psutil/arch/solaris/v10/ifaddrs.h | 6 +-
psutil/arch/windows/inet_ntop.c | 26 +-
psutil/arch/windows/inet_ntop.h | 11 +-
psutil/arch/windows/ntextapi.h | 12 +-
psutil/arch/windows/process_handles.c | 17 +-
psutil/arch/windows/process_handles.h | 2 +-
psutil/arch/windows/process_info.c | 499 ++++---
psutil/arch/windows/process_info.h | 14 +-
psutil/arch/windows/services.c | 111 +-
psutil/tests/README.rst | 28 +-
psutil/tests/__init__.py | 898 +++++++++----
psutil/tests/__main__.py | 96 ++
psutil/tests/runner.py | 27 -
psutil/tests/test_aix.py | 121 ++
psutil/tests/test_bsd.py | 85 +-
psutil/tests/test_connections.py | 523 ++++++++
psutil/tests/test_contracts.py | 631 +++++++++
psutil/tests/test_linux.py | 1004 +++++++++++---
psutil/tests/test_memory_leaks.py | 183 ++-
psutil/tests/test_misc.py | 466 ++++++-
psutil/tests/test_osx.py | 100 +-
psutil/tests/test_posix.py | 147 ++-
psutil/tests/test_process.py | 1321 ++++++-------------
psutil/tests/test_sunos.py | 6 +-
psutil/tests/test_system.py | 229 +++-
psutil/tests/test_unicode.py | 367 ++++++
psutil/tests/test_windows.py | 302 ++++-
scripts/battery.py | 48 +
scripts/cpu_distribution.py | 96 ++
scripts/fans.py | 36 +
scripts/ifconfig.py | 56 +-
scripts/internal/README | 2 +
scripts/internal/bench_oneshot.py | 7 +-
scripts/internal/check_broken_links.py | 259 ++++
scripts/internal/download_exes.py | 108 +-
scripts/internal/generate_manifest.py | 35 +
scripts/internal/print_announce.py | 2 +-
scripts/internal/print_timeline.py | 53 +
scripts/internal/winmake.py | 196 ++-
scripts/netstat.py | 7 +-
scripts/pidof.py | 25 +-
scripts/procinfo.py | 5 +-
scripts/sensors.py | 93 ++
scripts/temperatures.py | 48 +
scripts/who.py | 13 +-
scripts/winservices.py | 2 +-
setup.cfg | 1 -
setup.py | 148 ++-
tox.ini | 4 +-
133 files changed, 16375 insertions(+), 5100 deletions(-)
create mode 100755 .git-pre-commit
create mode 100644 .gitignore
create mode 100644 debian/patches/0001-dont-depend-on-install-when-running-tests.patch
delete mode 100644 debian/patches/0002-dont-depend-on-install-when-running-tests.patch
create mode 100644 debian/patches/0002-pass-PYTHONPATH-to-the-test-runner.patch
delete mode 100644 debian/patches/0003-pass-PYTHONPATH-to-the-test-runner.patch
delete mode 100644 debian/patches/remove-google-analytics.patch
create mode 100644 docs/_static/css/custom.css
create mode 100644 docs/_static/favicon.ico
delete mode 100644 docs/_template/globaltoc.html
delete mode 100644 docs/_template/indexcontent.html
delete mode 100644 docs/_template/indexsidebar.html
delete mode 100644 docs/_template/page.html
delete mode 100644 docs/_themes/pydoctheme/static/pydoctheme.css
delete mode 100644 docs/_themes/pydoctheme/theme.conf
copy psutil.egg-info/{dependency_links.txt => not-zip-safe} (100%)
create mode 100644 psutil.egg-info/requires.txt
create mode 100644 psutil/DEVNOTES
create mode 100644 psutil/_psaix.py
create mode 100644 psutil/_psutil_aix.c
create mode 100644 psutil/arch/aix/common.c
create mode 100644 psutil/arch/aix/common.h
create mode 100644 psutil/arch/aix/ifaddrs.c
copy psutil/arch/{solaris/v10 => aix}/ifaddrs.h (55%)
create mode 100644 psutil/arch/aix/net_connections.c
create mode 100644 psutil/arch/aix/net_connections.h
create mode 100644 psutil/arch/aix/net_kernel_structs.h
delete mode 100644 psutil/arch/bsd/freebsd_socks.c
create mode 100644 psutil/arch/freebsd/proc_socks.c
copy psutil/{_psutil_posix.h => arch/freebsd/proc_socks.h} (66%)
rename psutil/arch/{bsd/freebsd.c => freebsd/specific.c} (93%)
rename psutil/arch/{bsd/freebsd.h => freebsd/specific.h} (92%)
create mode 100644 psutil/arch/freebsd/sys_socks.c
rename psutil/arch/{bsd/freebsd_socks.h => freebsd/sys_socks.h} (79%)
rename psutil/arch/{bsd/netbsd_socks.c => netbsd/socks.c} (95%)
rename psutil/arch/{bsd/netbsd_socks.h => netbsd/socks.h} (100%)
rename psutil/arch/{bsd/netbsd.c => netbsd/specific.c} (97%)
rename psutil/arch/{bsd/netbsd.h => netbsd/specific.h} (100%)
rename psutil/arch/{bsd/openbsd.c => openbsd/specific.c} (94%)
rename psutil/arch/{bsd/openbsd.h => openbsd/specific.h} (100%)
create mode 100644 psutil/arch/solaris/environ.c
create mode 100644 psutil/arch/solaris/environ.h
create mode 100755 psutil/tests/__main__.py
delete mode 100755 psutil/tests/runner.py
create mode 100644 psutil/tests/test_aix.py
create mode 100755 psutil/tests/test_connections.py
create mode 100755 psutil/tests/test_contracts.py
create mode 100755 psutil/tests/test_unicode.py
create mode 100755 scripts/battery.py
create mode 100755 scripts/cpu_distribution.py
create mode 100755 scripts/fans.py
create mode 100644 scripts/internal/README
create mode 100755 scripts/internal/check_broken_links.py
create mode 100755 scripts/internal/generate_manifest.py
create mode 100644 scripts/internal/print_timeline.py
create mode 100755 scripts/sensors.py
create mode 100755 scripts/temperatures.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