[Python-modules-commits] [python-psutil] branch master updated (7b04bad -> c3d50d6)

Sandro Tosi morph at moszumanska.debian.org
Thu Jan 5 19:28:18 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  7b04bad   releasing package python-psutil version 5.0.0-1
       new  45cceee   record new upstream branch created by importing python-psutil_5.0.1.orig.tar.gz
       new  8bc102f   Import python-psutil_5.0.1.orig.tar.gz
       new  1ad1560   remove Google Analytics tracking from documentation
       new  84e2d4f   dont depend on install when running tests
       new  6db2aef   pass PYTHONPATH to the test runner
       new  5e27d78   merge patched into master
       new  01084a6   New upstream release
       new  d2f907b   extend packaging copyright years
       new  c3d50d6   releasing package python-psutil version 5.0.1-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/README                                         |   3 -
 .ci/appveyor/README                                |   2 -
 .ci/appveyor/install.ps1                           |  85 -----
 .ci/appveyor/run_with_compiler.cmd                 |  88 -----
 .ci/travis/README                                  |   2 -
 .ci/travis/install.sh                              |  54 ----
 .ci/travis/run.sh                                  |  34 --
 .git-pre-commit                                    |  94 ------
 .gitignore                                         |  18 --
 .travis.yml                                        |  39 ---
 CREDITS                                            |   4 +
 DEVGUIDE.rst                                       |   6 +-
 HISTORY.rst                                        |  21 ++
 IDEAS                                              |  24 ++
 MANIFEST.in                                        |  31 +-
 Makefile                                           |   4 +
 PKG-INFO                                           |  55 +++-
 README.rst                                         |  53 ++-
 appveyor.yml                                       | 116 -------
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |   8 +
 debian/copyright                                   |   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/_static/copybutton.js                         |  57 ++++
 docs/_static/sidebar.js                            | 161 ++++++++++
 docs/_themes/pydoctheme/static/pydoctheme.css      |  10 +
 docs/conf.py                                       |   3 +-
 docs/index.rst                                     | 357 +++++++++++++--------
 psutil.egg-info/PKG-INFO                           |  55 +++-
 psutil.egg-info/SOURCES.txt                        |  14 +-
 psutil/__init__.py                                 |  58 +++-
 psutil/_psbsd.py                                   |  22 +-
 psutil/_psutil_bsd.c                               | 105 +++---
 psutil/_psutil_posix.c                             |  69 ++--
 psutil/_psutil_windows.c                           |  11 +-
 psutil/_pswindows.py                               |  20 +-
 psutil/arch/bsd/netbsd.c                           |   4 +-
 psutil/arch/windows/ntextapi.h                     |   9 +-
 psutil/tests/__init__.py                           |   4 +
 psutil/tests/test_linux.py                         |  16 +
 psutil/tests/test_misc.py                          |   5 +-
 psutil/tests/test_posix.py                         |   4 +
 psutil/tests/test_process.py                       |   4 +-
 psutil/tests/test_system.py                        |   6 +-
 scripts/internal/README                            |   2 -
 scripts/internal/winmake.py                        |   3 +-
 scripts/nettop.py                                  |   1 +
 scripts/procsmem.py                                |   2 +-
 setup.py                                           |  55 ++--
 51 files changed, 913 insertions(+), 915 deletions(-)
 delete mode 100644 .ci/README
 delete mode 100644 .ci/appveyor/README
 delete mode 100644 .ci/appveyor/install.ps1
 delete mode 100644 .ci/appveyor/run_with_compiler.cmd
 delete mode 100644 .ci/travis/README
 delete mode 100755 .ci/travis/install.sh
 delete mode 100755 .ci/travis/run.sh
 delete mode 100755 .git-pre-commit
 delete mode 100644 .gitignore
 delete mode 100644 .travis.yml
 delete mode 100644 appveyor.yml
 create mode 100644 docs/_static/copybutton.js
 create mode 100644 docs/_static/sidebar.js
 delete mode 100644 scripts/internal/README

-- 
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