Accepting request 407226 from devel:languages:python
- fix source url - update to version 4.3.0: * #819: [Linux] different speedup improvements: Process.ppid() is 20% faster Process.status() is 28% faster Process.name() is 25% faster Process.num_threads is 20% faster on Python 3 * #810: [Windows] Windows wheels are incompatible with pip 7.1.2. * #812: [NetBSD] fix compilation on NetBSD-5.x. * #823: [NetBSD] virtual_memory() raises TypeError on Python 3. * #829: [UNIX] psutil.disk_usage() percent field takes root reserved space into account. * #816: [Windows] fixed net_io_counter() values wrapping after 4.3GB in Windows Vista (NT 6.0) and above using 64bit values from newer win APIs. OBS-URL: https://build.opensuse.org/request/show/407226 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=30
This commit is contained in:
commit
ecb655a2a5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:544f013a0aea7199e07e3efe5627f5d4165179a04c66050b234cc3be2eca1ace
|
||||
size 311767
|
3
psutil-4.3.0.tar.gz
Normal file
3
psutil-4.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:86197ae5978f216d33bfff4383d5cc0b80f079d09cf45a2a406d1abb5d0299f0
|
||||
size 316470
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 8 08:51:43 UTC 2016 - dmueller@suse.com
|
||||
|
||||
- fix source url
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 20 07:39:11 UTC 2016 - michael@stroeder.com
|
||||
|
||||
- update to version 4.3.0:
|
||||
* #819: [Linux] different speedup improvements:
|
||||
Process.ppid() is 20% faster
|
||||
Process.status() is 28% faster
|
||||
Process.name() is 25% faster
|
||||
Process.num_threads is 20% faster on Python 3
|
||||
* #810: [Windows] Windows wheels are incompatible with pip 7.1.2.
|
||||
* #812: [NetBSD] fix compilation on NetBSD-5.x.
|
||||
* #823: [NetBSD] virtual_memory() raises TypeError on Python 3.
|
||||
* #829: [UNIX] psutil.disk_usage() percent field takes root reserved space
|
||||
into account.
|
||||
* #816: [Windows] fixed net_io_counter() values wrapping after 4.3GB in
|
||||
Windows Vista (NT 6.0) and above using 64bit values from newer win APIs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 30 07:28:01 UTC 2016 - tbechtold@suse.com
|
||||
|
||||
|
@ -17,15 +17,13 @@
|
||||
|
||||
|
||||
Name: python-psutil
|
||||
Version: 4.2.0
|
||||
Version: 4.3.0
|
||||
Release: 0
|
||||
Summary: A process utilities module for Python
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Languages/Python
|
||||
Url: https://pypi.python.org/pypi/psutil/
|
||||
Source: https://pypi.python.org/packages/a6/bf/5ce23dc9f50de662af3b4bf54812438c298634224924c4e18b7c3b57a2aa/psutil-%{version}.tar.gz
|
||||
BuildRequires: net-tools
|
||||
BuildRequires: procps
|
||||
Source: https://pypi.io/packages/source/p/psutil/psutil-%{version}.tar.gz
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-setuptools
|
||||
Requires: net-tools
|
||||
|
Loading…
x
Reference in New Issue
Block a user