[Python-modules-commits] [python-psutil] branch master updated (9e3fee8 -> a097e78)

Sandro Tosi morph at moszumanska.debian.org
Sat Jun 11 20:17:28 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  9e3fee8   releasing package python-psutil version 4.1.0-1
       new  594aec6   record new upstream branch created by importing python-psutil_4.2.0.orig.tar.gz
       new  52757aa   Import python-psutil_4.2.0.orig.tar.gz
       new  ed8f967   remove Google Analytics tracking from documentation
       new  b759c9b   dont depend on install when running tests
       new  ef1e60b   pass PYTHONPATH to the test runner
       new  4781293   merge patched into master
       new  eb37798   New upstream release
       new  2c9a76d   bump Standards-Version t0 3.9.8 (no changes needed)
       new  a097e78   releasing package python-psutil version 4.2.0-1

The 9 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                      |  92 +++++
 .ci/appveyor/run_with_compiler.cmd                 |  71 +++-
 DEVGUIDE.rst                                       |  12 +
 HISTORY.rst                                        |  21 +
 IDEAS                                              |  18 +-
 INSTALL.rst                                        |   4 +-
 Makefile                                           |   9 +
 PKG-INFO                                           |  29 +-
 README.rst                                         |  27 +-
 appveyor.yml                                       |  26 +-
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |   8 +
 debian/control                                     |   2 +-
 ...dont-depend-on-install-when-running-tests.patch |   6 +-
 .../0003-pass-PYTHONPATH-to-the-test-runner.patch  |   6 +-
 debian/patches/remove-google-analytics.patch       |   2 +-
 docs/index.rst                                     |  79 +++-
 make.bat                                           |   7 +
 psutil.egg-info/PKG-INFO                           |  29 +-
 psutil.egg-info/SOURCES.txt                        |   6 +-
 psutil/__init__.py                                 |  39 +-
 psutil/_common.py                                  |   2 +-
 psutil/_psbsd.py                                   |   3 +-
 psutil/_pslinux.py                                 | 197 +++++-----
 psutil/_psosx.py                                   |   3 +-
 psutil/_pssunos.py                                 |   4 +-
 psutil/_psutil_linux.c                             |   7 +-
 psutil/_psutil_windows.c                           |  43 +-
 psutil/_pswindows.py                               | 201 +++++++++-
 psutil/arch/windows/services.c                     | 431 +++++++++++++++++++++
 psutil/arch/windows/services.h                     |  17 +
 psutil/tests/__init__.py                           |   2 +-
 psutil/tests/test_linux.py                         | 104 +++--
 psutil/tests/test_memory_leaks.py                  |  23 +-
 psutil/tests/test_misc.py                          |  10 +
 psutil/tests/test_osx.py                           |   2 +-
 psutil/tests/test_windows.py                       |  89 ++++-
 scripts/winservices.py                             |  56 +++
 setup.py                                           |   1 +
 39 files changed, 1486 insertions(+), 216 deletions(-)
 create mode 100755 .ci/appveyor/download_exes.py
 create mode 100644 psutil/arch/windows/services.c
 create mode 100644 psutil/arch/windows/services.h
 create mode 100755 scripts/winservices.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