[Python-modules-commits] [python-psutil] branch master updated (608bb95 -> c18a5a4)

Sandro Tosi morph at moszumanska.debian.org
Mon Dec 11 02:14:01 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  608bb95   releasing package python-psutil version 5.4.1-1
       new  4da5e23   record new upstream branch created by importing python-psutil_5.4.2.orig.tar.gz
       new  714e49e   Import python-psutil_5.4.2.orig.tar.gz
       new  8fd54f8   dont depend on install when running tests
       new  0265cee   pass PYTHONPATH to the test runner
       new  2bfad4f   merge patched into master
       new  b226e61   New upstream release
       new  a0b6ff9   bump Standards-Version to 4.1.2 (no changes needed)
       new  c18a5a4   releasing package python-psutil version 5.4.2-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:
 CREDITS                                            |   6 +-
 DEVGUIDE.rst                                       |  58 +++--
 HISTORY.rst                                        |  26 ++
 INSTALL.rst                                        |  59 ++---
 MANIFEST.in                                        |   1 +
 Makefile                                           |  57 +++--
 PKG-INFO                                           |   5 +-
 README.rst                                         |   3 +-
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |   8 +
 debian/control                                     |   2 +-
 ...dont-depend-on-install-when-running-tests.patch |  30 +--
 .../0002-pass-PYTHONPATH-to-the-test-runner.patch  |  66 +-----
 docs/index.rst                                     |  25 +-
 psutil.egg-info/PKG-INFO                           |   5 +-
 psutil.egg-info/SOURCES.txt                        |   1 +
 psutil/__init__.py                                 | 261 +++++++--------------
 psutil/_common.py                                  |   4 +-
 psutil/_exceptions.py                              |  94 ++++++++
 psutil/_psaix.py                                   |  17 +-
 psutil/_psbsd.py                                   |  14 +-
 psutil/_pslinux.py                                 |  50 +++-
 psutil/_psosx.py                                   |  55 ++++-
 psutil/_psposix.py                                 |  12 +-
 psutil/_pssunos.py                                 |  14 +-
 psutil/_psutil_aix.c                               |   8 +-
 psutil/_psutil_bsd.c                               |   8 +-
 psutil/_psutil_common.c                            |  99 ++++----
 psutil/_psutil_common.h                            |  14 +-
 psutil/_psutil_linux.c                             |   8 +-
 psutil/_psutil_osx.c                               | 141 +++++++++--
 psutil/_psutil_posix.c                             |  15 +-
 psutil/_psutil_sunos.c                             |   8 +-
 psutil/_psutil_windows.c                           | 149 +++++++-----
 psutil/_pswindows.py                               |  11 +-
 psutil/arch/freebsd/proc_socks.c                   |   2 +-
 psutil/arch/freebsd/specific.c                     |  14 +-
 psutil/arch/netbsd/specific.c                      |  10 +-
 psutil/arch/openbsd/specific.c                     |  10 +-
 psutil/arch/osx/process_info.c                     |   8 +-
 psutil/arch/windows/process_info.c                 |  10 +-
 psutil/tests/__init__.py                           |  54 +++--
 psutil/tests/test_aix.py                           |   0
 psutil/tests/test_connections.py                   |   2 +
 psutil/tests/test_contracts.py                     |  24 +-
 psutil/tests/test_linux.py                         |  20 ++
 psutil/tests/test_misc.py                          |  27 ++-
 psutil/tests/test_osx.py                           |  13 +
 psutil/tests/test_posix.py                         |  11 +-
 psutil/tests/test_process.py                       |  48 ++--
 psutil/tests/test_system.py                        |   4 +-
 scripts/internal/print_announce.py                 |   7 +-
 scripts/internal/winmake.py                        |  42 +++-
 53 files changed, 1009 insertions(+), 645 deletions(-)
 create mode 100644 psutil/_exceptions.py
 mode change 100644 => 100755 psutil/tests/test_aix.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