[Python-modules-commits] [python-cpuinfo] branch master updated (b3b04d5 -> 1dba405)

Hugo Lefeuvre hle at moszumanska.debian.org
Sun Sep 24 21:54:20 UTC 2017


This is an automated email from the git hooks/post-receive script.

hle pushed a change to branch master
in repository python-cpuinfo.

      from  b3b04d5   Import Debian changes 3.0.0-1
       new  ae99e74   New upstream version 3.3.0
       new  287115f   Updated version 3.3.0 from 'upstream/3.3.0'
       new  1dba405   New upstream release.

The 3 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:
 ChangeLog                                    |  15 +
 PKG-INFO                                     | 147 +---------
 README.rst                                   | 145 +---------
 cpuinfo/cpuinfo.py                           | 159 ++++++++++-
 debian/changelog                             |   9 +
 debian/control                               |   3 +-
 py_cpuinfo.egg-info/PKG-INFO                 | 147 +---------
 py_cpuinfo.egg-info/SOURCES.txt              |   3 +
 setup.py                                     |   2 +-
 test_suite.py                                |  11 +
 tests/helpers.py                             |  12 +
 tests/test_actual.py                         |   2 +-
 tests/test_free_bsd_11_x86_64.py             |   3 +-
 tests/test_haiku_x86_32.py                   |   3 +-
 tests/test_linux_aarch64_64.py               |   5 +-
 tests/test_linux_beagle_bone_arm.py          |   3 +-
 tests/test_linux_debian_8_5_x86_64.py        |   3 +-
 tests/test_linux_debian_8_7_1_ppc64le.py     |  33 ++-
 tests/test_linux_debian_8_x86_64.py          |   3 +-
 tests/test_linux_fedora_24_ppc64le.py        | 405 +++++++++++++++++++++++++++
 tests/test_linux_fedora_24_x86_64.py         |   3 +-
 tests/test_linux_gentoo_2_2_x86_64.py        |   3 +-
 tests/test_linux_odroid_c2_aarch64.py        |   3 +-
 tests/test_linux_odroid_xu3_arm_32.py        | 317 +++++++++++++++++++++
 tests/test_linux_raspberry_pi_model_b_arm.py |   3 +-
 tests/test_linux_rhel_7_3_ppc64le.py         | 383 +++++++++++++++++++++++++
 tests/test_linux_ubuntu_16_04_x86_64.py      |   3 +-
 tests/test_osx_10_12_x86_64.py               |   3 +-
 tests/test_osx_10_9_x86_64.py                |   9 +-
 tests/test_parse_errors.py                   |   1 +
 tests/test_pcbsd_10_x86_64.py                |   3 +-
 tests/test_solaris_11_x86_32.py              |   3 +-
 tests/test_windows_10_x86_64.py              |   9 +-
 tests/test_windows_8_x86_64.py               |   9 +-
 34 files changed, 1393 insertions(+), 472 deletions(-)
 create mode 100644 tests/test_linux_fedora_24_ppc64le.py
 create mode 100644 tests/test_linux_odroid_xu3_arm_32.py
 create mode 100644 tests/test_linux_rhel_7_3_ppc64le.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-cpuinfo.git



More information about the Python-modules-commits mailing list