[Python-modules-commits] [python-psutil] branch upstream updated	(1e88314 -> 8bc102f)
    Sandro Tosi 
    morph at moszumanska.debian.org
       
    Thu Jan  5 19:28:20 UTC 2017
    
    
  
This is an automated email from the git hooks/post-receive script.
morph pushed a change to branch upstream
in repository python-psutil.
      from  1e88314   Import python-psutil_5.0.0.orig.tar.gz
       new  8bc102f   Import python-psutil_5.0.1.orig.tar.gz
The 1 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 ---------
 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 ++--
 45 files changed, 890 insertions(+), 900 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