Hello community,
here is the log from the commit of package nodejs-source-map for openSUSE:Factory checked in at 2014-09-30 20:09:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nodejs-source-map (Old)
and /work/SRC/openSUSE:Factory/.nodejs-source-map.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nodejs-source-map"
Changes:
--------
New Changes file:
--- /dev/null 2014-09-26 12:09:11.568032006 +0200
+++ /work/SRC/openSUSE:Factory/.nodejs-source-map.new/nodejs-source-map.changes 2014-09-30 20:09:31.000000000 +0200
@@ -0,0 +1,17 @@
+-------------------------------------------------------------------
+Thu Sep 25 07:15:44 UTC 2014 - i(a)marguerite.su
+
+- away from npm
+
+-------------------------------------------------------------------
+Sat Sep 20 16:04:27 UTC 2014 - i(a)marguerite.su
+
+- update version 0.1.39
+ * Fix a bug where setting a source's contents to null before
+ any source content had been set before threw a TypeError
+
+-------------------------------------------------------------------
+Wed Aug 20 08:03:52 UTC 2014 - jgleissner(a)suse.com
+
+- Initial build
+
New:
----
nodejs-source-map.changes
nodejs-source-map.spec
source-map-0.1.39.tgz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ nodejs-source-map.spec ++++++
#
# spec file for package nodejs-source-map
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define base_name source-map
Name: nodejs-source-map
Version: 0.1.39
Release: 0
Summary: Generates and consumes source maps
License: BSD-2-Clause
Group: Development/Languages/Other
Url: https://github.com/mozilla/source-map
Source: http://registry.npmjs.org/%{base_name}/-/%{base_name}-%{version}.tgz
BuildRequires: nodejs
Requires: nodejs-amdefine
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%{?nodejs_requires}
%description
Node.js source-map module. Generates and consumes source maps.
%prep
%setup -q -n package
%build
%install
mkdir -p %{buildroot}%{nodejs_modulesdir}/%{base_name}
cp -pr package.json *.js build lib \
%{buildroot}%{nodejs_modulesdir}/%{base_name}/
%files
%defattr(-,root,root,-)
%doc CHANGELOG.md README.md LICENSE
%{nodejs_modulesdir}/%{base_name}
%changelog
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
Hello community,
here is the log from the commit of package nodejs-read-installed for openSUSE:Factory checked in at 2014-09-30 20:09:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nodejs-read-installed (Old)
and /work/SRC/openSUSE:Factory/.nodejs-read-installed.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nodejs-read-installed"
Changes:
--------
New Changes file:
--- /dev/null 2014-09-26 12:09:11.568032006 +0200
+++ /work/SRC/openSUSE:Factory/.nodejs-read-installed.new/nodejs-read-installed.changes 2014-09-30 20:09:17.000000000 +0200
@@ -0,0 +1,15 @@
+-------------------------------------------------------------------
+Mon Sep 22 19:08:04 UTC 2014 - i(a)marguerite.su
+
+- update version 3.1.3
+
+-------------------------------------------------------------------
+Tue Aug 19 13:08:57 UTC 2014 - jgleissner(a)suse.com
+
+- added dependency to nodejs-util-extend
+
+-------------------------------------------------------------------
+Mon Aug 18 14:12:11 UTC 2014 - jgleissner(a)suse.com
+
+- Initial build
+
New:
----
nodejs-read-installed.changes
nodejs-read-installed.spec
read-installed-3.1.3.tgz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ nodejs-read-installed.spec ++++++
#
# spec file for package nodejs-read-installed
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define base_name read-installed
Name: nodejs-read-installed
Version: 3.1.3
Release: 0
Summary: Read all the installed packages in a folder
License: ISC
Group: Development/Languages/Other
Url: https://github.com/isaacs/read-installed
Source: http://registry.npmjs.org/%{base_name}/-/%{base_name}-%{version}.tgz
Requires: nodejs-debuglog
Requires: nodejs-read-package-json
Requires: nodejs-readdir-scoped-modules
Requires: nodejs-semver
Requires: nodejs-slide
Requires: nodejs-util-extend
Requires: nodejs-graceful-fs
BuildRequires: nodejs
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
ExclusiveArch: %{ix86} x86_64 %{arm} noarch
%{?nodejs_requires}
%description
Read all the installed packages in a folder, and return a tree structure with all the data.
%prep
%setup -q -n package
%build
%install
mkdir -p %{buildroot}%{nodejs_modulesdir}/%{base_name}
cp -pr package.json read-installed.js \
%{buildroot}%{nodejs_modulesdir}/%{base_name}/
%files
%defattr(-,root,root,-)
%doc README.md LICENSE
%{nodejs_modulesdir}/%{base_name}
%changelog
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
Hello community,
here is the log from the commit of package nodejs-request for openSUSE:Factory checked in at 2014-09-30 20:09:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nodejs-request (Old)
and /work/SRC/openSUSE:Factory/.nodejs-request.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nodejs-request"
Changes:
--------
New Changes file:
--- /dev/null 2014-09-26 12:09:11.568032006 +0200
+++ /work/SRC/openSUSE:Factory/.nodejs-request.new/nodejs-request.changes 2014-09-30 20:09:07.000000000 +0200
@@ -0,0 +1,10 @@
+-------------------------------------------------------------------
+Mon Sep 22 16:20:11 UTC 2014 - i(a)marguerite.su
+
+- update version 2.44.0
+
+-------------------------------------------------------------------
+Mon Aug 18 14:15:41 UTC 2014 - jgleissner(a)suse.com
+
+- Initial build
+
New:
----
nodejs-request.changes
nodejs-request.spec
request-2.44.0.tgz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ nodejs-request.spec ++++++
#
# spec file for package nodejs-request
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define base_name request
Name: nodejs-request
Version: 2.44.0
Release: 0
Summary: Simplified HTTP request client
License: Apache-2.0
Group: Development/Languages/Other
Url: https://github.com/mikeal/request
Source: http://registry.npmjs.org/%{base_name}/-/%{base_name}-%{version}.tgz
Requires: nodejs-bl
Requires: nodejs-caseless
Requires: nodejs-forever-agent
Requires: nodejs-qs
Requires: nodejs-json-stringify-safe
Requires: nodejs-mime-types
Requires: nodejs-node-uuid
Requires: nodejs-tunnel-agent
Requires: nodejs-tough-cookie
Requires: nodejs-form-data
Requires: nodejs-http-signature
Requires: nodejs-oauth-sign
Requires: nodejs-hawk
Requires: nodejs-aws-sign2
Requires: nodejs-stringstream
BuildRequires: nodejs
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
ExclusiveArch: %{ix86} x86_64 %{arm} noarch
%{?nodejs_requires}
%description
Request is designed to be the simplest way possible to make http calls. It supports HTTPS and follows redirects by default.
%prep
%setup -q -n package
chmod 0644 package.json index.js
%build
%install
mkdir -p %{buildroot}%{nodejs_modulesdir}/%{base_name}
cp -pr package.json request.js index.js lib \
%{buildroot}%{nodejs_modulesdir}/%{base_name}/
%files
%defattr(-,root,root,-)
%doc README.md LICENSE CHANGELOG.md CONTRIBUTING.md
%{nodejs_modulesdir}/%{base_name}
%changelog
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
Hello community,
here is the log from the commit of package rsyslog for openSUSE:Factory checked in at 2014-09-30 19:40:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rsyslog (Old)
and /work/SRC/openSUSE:Factory/.rsyslog.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rsyslog"
Changes:
--------
--- /work/SRC/openSUSE:Factory/rsyslog/rsyslog.changes 2014-09-23 17:16:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rsyslog.new/rsyslog.changes 2014-09-30 19:42:30.000000000 +0200
@@ -1,0 +2,43 @@
+Tue Sep 30 11:07:08 UTC 2014 - mt(a)suse.de
+
+- update to rsyslog 8.4.1 [v8-stable] 2014-09-30 (bnc#897262)
+ - imudp: add for bracketing mode, which makes parsing stats easier
+ - permit at-sign in variable names
+ closes: https://github.com/rsyslog/rsyslog/issues/110
+ - bugfix: fix syntax error in anon_cc_numbers.py script
+ Thanks to github user anthcourtney for the patch.
+ closes: https://github.com/rsyslog/rsyslog/issues/109
+ - bugfix: ompgsql: don't loose uncomitted data on retry
+ Thanks to Jared Johnson and Axel Rau for the patch.
+ - bugfix: imfile: if a state file for a different file name was set,
+ that different file (name) was monitored instead of the configured
+ one. Now, the state file is deleted and the correct file monitored.
+ closes: https://github.com/rsyslog/rsyslog/issues/103
+ - bugfix: omudpspoof: source port was invalid
+ Thanks to Pavel Levshin for the patch
+ - bugfix: build failure on systems which don't have json_tokener_errors
+ Older versions of json-c need to use a different API (which don't exists
+ on newer versions, unfortunately...)
+ Thanks to Thomas D. for reporting this problem.
+ - bugfix: omelasticsearch does not work with broken/changed ES 1.0+ API
+ closes: https://github.com/rsyslog/rsyslog/issues/104
+ - bugfix: mmanon did not properly anonymize IP addresses starting with '9'
+ Thanks to defa-at-so36.net for reporting this problem.
+ closes: http://bugzilla.adiscon.com/show_bug.cgi?id=529
+ - bugfix: build problems on SuSe Linux
+ Thanks Andreas Stieger for the patch
+ - bugfix: omelasticsearch error file did not work correctly on ES 1.0+
+ due to a breaking change in the ElasticSearch API.
+ see also: https://github.com/rsyslog/rsyslog/issues/104
+ - bugfix: potential abort when a message with PRI > 191 was processed
+ if the "pri-text" property was used in active templates, this could
+ be abused to a remote denial of service from permitted senders
+ see also: CVE-2014-3634
+- removed patches obsoleted by this version:
+ [- rsyslog-8.4.0_implicit_declaration.patch,
+ - rsyslog-8.4.0-json-c-0.12-configure.patch,
+ - rsyslog-8.4.0-json-c-0.12.patch]
+- adopted patch for modified rsyslog.service:
+ [* rsyslog-unit.patch]
+
+-------------------------------------------------------------------
Old:
----
rsyslog-8.4.0-json-c-0.12-configure.patch
rsyslog-8.4.0-json-c-0.12.patch
rsyslog-8.4.0.tar.gz
rsyslog-8.4.0_implicit_declaration.patch
rsyslog-doc-8.4.0.tar.gz
New:
----
rsyslog-8.4.1.tar.gz
rsyslog-doc-8.4.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rsyslog.spec ++++++
--- /var/tmp/diff_new_pack.IToXrt/_old 2014-09-30 19:42:31.000000000 +0200
+++ /var/tmp/diff_new_pack.IToXrt/_new 2014-09-30 19:42:31.000000000 +0200
@@ -20,7 +20,7 @@
Summary: The enhanced syslogd for Linux and Unix
License: (GPL-3.0+ and Apache-2.0)
Group: System/Daemons
-Version: 8.4.0
+Version: 8.4.1
Release: 0
%if 0%{?suse_version} >= 1210
%bcond_without systemd
@@ -90,11 +90,6 @@
Requires(pre): %insserv_prereq %fillup_prereq /etc/init.d/syslog
BuildRequires: klogd
%endif
-# for Patch3 rsyslog-8.4.0-json-c-0.12-configure.patch
-BuildRequires: autoconf >= 2.61
-BuildRequires: automake
-BuildRequires: libtool
-#
BuildRequires: bison
BuildRequires: flex
BuildRequires: openssl-devel >= 0.9.7
@@ -190,9 +185,6 @@
# PATCH-FIX-OPENSUSE rsyslog-unit.patch crrodriguez(a)opensuse.org Customize upstream systemd unit for openSUSE needs.
Patch0: rsyslog-unit.patch
-Patch1: rsyslog-8.4.0_implicit_declaration.patch
-Patch2: rsyslog-8.4.0-json-c-0.12.patch
-Patch3: rsyslog-8.4.0-json-c-0.12-configure.patch
# this is a dirty hack since % dir does only work for the specified directory and nothing above
# but I want to be able to switch this to /etc/apparmor.d once the profiles received more testing
@@ -488,9 +480,6 @@
%prep
%setup -q -n %{name}-%{upstream_version} -a 14
%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
#
%if %{with systemd}
for file in rsyslog-service-prepare; do
@@ -502,8 +491,6 @@
%endif
%build
-# for Patch3 rsyslog-8.4.0-json-c-0.12-configure.patch
-autoreconf -fiv
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -W -Wall -I../grammar -I../../grammar"
# needs java
# --enable-gui \
++++++ rsyslog-8.4.0.tar.gz -> rsyslog-8.4.1.tar.gz ++++++
++++ 3338 lines of diff (skipped)
++++++ rsyslog-doc-8.4.0.tar.gz -> rsyslog-doc-8.4.1.tar.gz ++++++
++++ 1649 lines of diff (skipped)
++++++ rsyslog-unit.patch ++++++
--- /var/tmp/diff_new_pack.IToXrt/_old 2014-09-30 19:42:32.000000000 +0200
+++ /var/tmp/diff_new_pack.IToXrt/_new 2014-09-30 19:42:32.000000000 +0200
@@ -1,22 +1,25 @@
---- rsyslog-7.4.8/rsyslog.service.in
-+++ rsyslog-7.4.8/rsyslog.service.in 2014/01/24 14:23:45
-@@ -1,11 +1,19 @@
+--- rsyslog-8.4.1/rsyslog.service.in
++++ rsyslog-8.4.1/rsyslog.service.in 2014/09/30 11:04:56
+@@ -1,14 +1,21 @@
[Unit]
Description=System Logging Service
Requires=syslog.socket
+Requires=var-run.mount
+After=var-run.mount
+Conflicts=syslog-ng.service syslogd.service
+ Documentation=man:rsyslogd(8)
+ Documentation=http://www.rsyslog.com/doc/
[Service]
Type=notify
-ExecStart=@sbindir@/rsyslogd -n
-+ExecStart=@sbindir@/rsyslogd -n $RSYSLOGD_PARAMS
- StandardOutput=null
+Environment=RSYSLOGD_PARAMS=
-+ExecStartPre=@sbindir@/rsyslog-service-prepare
+EnvironmentFile=-/etc/sysconfig/syslog
++ExecStartPre=@sbindir@/rsyslog-service-prepare
++ExecStart=@sbindir@/rsyslogd -n $RSYSLOGD_PARAMS
+ExecReload=/bin/kill -HUP $MAINPID
+ StandardOutput=null
+-Restart=on-failure
+Restart=on-abort
[Install]
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
Hello community,
here is the log from the commit of package python3-psutil for openSUSE:Factory checked in at 2014-09-30 19:40:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-psutil (Old)
and /work/SRC/openSUSE:Factory/.python3-psutil.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-psutil"
Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-psutil/python3-psutil.changes 2013-06-21 19:01:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-psutil.new/python3-psutil.changes 2014-09-30 19:42:29.000000000 +0200
@@ -1,0 +2,138 @@
+Tue Sep 30 10:32:34 UTC 2014 - toddrme2178(a)gmail.com
+
+- Update documentation files
+- Spec file cleanups
+- Update shebang fix
+- Disable broken unit tests: tests don't work without root permissions
+- Update dependencies. We should actually guarantee psutil and so
+ on are installed.
+- Update urls
+- Update to version 2.1.2
+ * Enhancements
+ * #407: project moved from Google Code to Github; code moved from Mercurial
+ to Git.
+ * #492: use tox to run tests on multiple python versions. (patch by msabramo)
+ * #505: [Windows] distribution as wheel packages.
+ * #511: new examples/ps.py sample code.
+ * Bug fixes
+ * #340: [Windows] Process.get_open_files() no longer hangs. (patch by
+ Jeff Tang)
+ * #501: [Windows] disk_io_counters() may return negative values.
+ * #503: [Linux] in rare conditions Process exe(), open_files() and
+ connections() methods can raise OSError(ESRCH) instead of NoSuchProcess.
+ * #504: [Linux] can't build RPM packages via setup.py
+ * #506: [Linux] python 2.4 support was broken.
+ * #522: [Linux] Process.cpu_affinity() might return EINVAL. (patch by David
+ Daeschler)
+ * #529: [Windows] Process.exe() may raise unhandled WindowsError exception
+ for PIDs 0 and 4. (patch by Jeff Tang)
+ * #530: [Linux] psutil.disk_io_counters() may crash on old Linux distros
+ (< 2.6.5) (patch by Yaolong Huang)
+ * #533: [Linux] Process.memory_maps() may raise TypeError on old Linux distros.
+- Update to version 2.1.1
+ * Bug fixes
+ * #446: [Windows] fix encoding error when using net_io_counters() on Python 3.
+ (patch by Szigeti Gabor Niif)
+ * #460: [Windows] net_io_counters() wraps after 4G.
+ * #491: [Linux] psutil.net_connections() exceptions. (patch by Alexander Grothe)
+- Update to version 2.1.0
+ * Enhancements
+ * #387: system-wide open connections a-la netstat.
+ * Bug fixes
+ * #421: [Solaris] psutil does not compile on SunOS 5.10 (patch by Naveed
+ Roudsari)
+ * #489: [Linux] psutil.disk_partitions() return an empty list.
+- Update to version 2.0.0
+ * Enhancements
+ * #424: [Windows] installer for Python 3.X 64 bit.
+ * #427: number of logical and physical CPUs (psutil.cpu_count()).
+ * #447: psutil.wait_procs() timeout parameter is now optional.
+ * #452: make Process instances hashable and usable with set()s.
+ * #453: tests on Python < 2.7 require unittest2 module.
+ * #459: add a make file for running tests and other repetitive tasks (also
+ on Windows).
+ * #463: make timeout parameter of cpu_percent* functions default to 0.0 'cause
+ it's a common trap to introduce slowdowns.
+ * #468: move documentation to readthedocs.com.
+ * #477: process cpu_percent() is about 30% faster. (suggested by crusaderky)
+ * #478: [Linux] almost all APIs are about 30% faster on Python 3.X.
+ * #479: long deprecated psutil.error module is gone; exception classes now
+ live in "psutil" namespace only.
+ * Bug fixes
+ * #193: psutil.Popen constructor can throw an exception if the spawned process
+ terminates quickly.
+ * #340: [Windows] process get_open_files() no longer hangs. (patch by
+ jtang(a)vahna.net)
+ * #443: [Linux] fix a potential overflow issue for Process.set_cpu_affinity()
+ on systems with more than 64 CPUs.
+ * #448: [Windows] get_children() and ppid() memory leak (patch by Ulrich
+ Klank).
+ * #457: [POSIX] pid_exists() always returns True for PID 0.
+ * #461: namedtuples are not pickle-able.
+ * #466: [Linux] process exe improper null bytes handling. (patch by
+ Gautam Singh)
+ * #470: wait_procs() might not wait. (patch by crusaderky)
+ * #471: [Windows] process exe improper unicode handling. (patch by
+ alex(a)mroja.net)
+ * #473: psutil.Popen.wait() does not set returncode attribute.
+ * #474: [Windows] Process.cpu_percent() is no longer capped at 100%.
+ * #476: [Linux] encoding error for process name and cmdline.
+ * API changes
+ For the sake of consistency a lot of psutil APIs have been renamed.
+ In most cases accessing the old names will work but it will cause a
+ DeprecationWarning.
+ * psutil.* module level constants have being replaced by functions
+ * Renamed psutil.* functions
+ * All psutil.Process ``get_*`` methods lost the ``get_`` prefix.
+ get_ext_memory_info() renamed to memory_info_ex().
+ Assuming "p = psutil.Process()"
+ * All psutil.Process ``set_*`` methods lost the ``set_`` prefix.
+ Assuming "p = psutil.Process()"
+ * Except for 'pid' all psutil.Process class properties have been turned into
+ methods. This is the only case which there are no aliases.
+ Assuming "p = psutil.Process()"
+ * timeout parameter of cpu_percent* functions defaults to 0.0 instead of 0.1.
+ * long deprecated psutil.error module is gone; exception classes now live in
+ "psutil" namespace only.
+ * Process instances' "retcode" attribute returned by psutil.wait_procs() has
+ been renamed to "returncode" for consistency with subprocess.Popen.
+- Update to version 1.2.1
+ * #348: [Windows XP] fixed "ImportError: DLL load failed" occurring
+ on module import.
+ * #425: [Solaris] crash on import due to failure at determining BOOT_TIME.
+ * #443: [Linux] can't set CPU affinity with systems with more than 64 cores.
+- Changes from version 1.2.0
+ * #439: assume os.getpid() if no argument is passed to psutil.Process
+ constructor.
+ * #440: new psutil.wait_procs() utility function which waits for multiple
+ processes to terminate.
+ * #348: [Windows XP/Vista] fixed "ImportError: DLL load failed" occurring on
+ module import.
+- Changes from version 1.1.3
+ * #442: [Linux] psutil won't compile on certain version of Linux because of
+ missing prlimit(2) syscall.
+- Changes from version 1.1.2
+ * #442: [Linux] psutil won't compile on Debian 6.0 because of missing
+ prlimit(2) syscall.
+- update to 1.1.1:
+ * #410: tar.gz and windows binary files are now hosted on PYPI.
+ * #412: [Linux] get/set process resource limits.
+ * #415: [Windows] Process.get_children() is an order of magnitude faster.
+ * #426: [Windows] Process.name is an order of magnitude faster.
+ * #431: [UNIX] Process.name is slightly faster because it unnecessarily
+ retrieved also process cmdline.
+- update to 1.0.1:
+ * network_io_counters(pernic=True) no longer works as intended in 1.0.0.
+- update to 1.0.0:
+ * Process.get_connections() 'status' strings are now constants.
+ * test suite exits with non-zero on failure. (patch by floppymaster)
+ * extensively use unittest2 module in unit tests and provide
+ workarounds if this is not installed on python < 2.7.
+ * Process.get_memory_maps() may raise ValueError.
+ * Process.get_connections() 'status' field is no longer a string but a constant
+ object (psutil.CONN_*).
+ * Process.get_connections() 'local_address' and 'remote_address' fields renamed
+ to 'laddr' and 'raddr'.
+ * psutil.network_io_counters() renamed to psutil.net_io_counters().
+
+-------------------------------------------------------------------
Old:
----
psutil-0.7.1.tar.gz
New:
----
psutil-2.1.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-psutil.spec ++++++
--- /var/tmp/diff_new_pack.TccUz6/_old 2014-09-30 19:42:30.000000000 +0200
+++ /var/tmp/diff_new_pack.TccUz6/_new 2014-09-30 19:42:30.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python3-psutil
#
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,21 @@
Name: python3-psutil
-Version: 0.7.1
+Version: 2.1.2
Release: 0
Summary: A process utilities module for Python
License: BSD-3-Clause
Group: Development/Languages/Python
-Url: http://code.google.com/p/psutil/
-Source: psutil-%{version}.tar.gz
-BuildRequires: python3
-BuildRequires: python3-2to3
+Url: https://pypi.python.org/pypi/psutil/
+Source: https://pypi.python.org/packages/source/p/psutil/psutil-%{version}.tar.gz
BuildRequires: python3-devel
-BuildRequires: python3-distribute
+BuildRequires: python3-2to3
+BuildRequires: python3-setuptools
+BuildRequires: net-tools
+BuildRequires: procps
+Requires: net-tools
+Requires: procps
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Requires: python(abi) = %{py3_ver}
%description
A graphical interface that lets you easily analyze and introspect unaltered running Python processes.
@@ -37,7 +39,7 @@
%prep
%setup -q -n psutil-%{version}
# Remove shebangs
-sed -i "1d" psutil/{__init__.py,_compat.py,_psbsd.py,_pslinux.py,_psmswindows.py,_psosx.py,_psposix.py,error.py}
+sed -i "1d" psutil/{__init__.py,_compat.py,_psbsd.py,_pslinux.py,_psosx.py,_psposix.py,_pssunos.py,_pswindows.py}
%build
python3 setup.py build
@@ -45,14 +47,16 @@
%install
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
-%check
-python3 setup.py test
+# not working due to lack of root priveleges
+# %check
+# make test PYTHON=python3
+# make memtest PYTHON=python3
%files
%defattr(-,root,root,-)
-%doc CREDITS examples HISTORY LICENSE README
+%doc CREDITS examples HISTORY.rst LICENSE README.rst TODO
%{python3_sitearch}/psutil/
%{python3_sitearch}/_psutil_*.so
-%{python3_sitearch}/psutil-%{version}-py%{py3_ver}.egg-info
+%{python3_sitearch}/psutil-%{version}-py*.egg-info
%changelog
++++++ psutil-0.7.1.tar.gz -> psutil-2.1.2.tar.gz ++++++
++++ 35697 lines of diff (skipped)
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
Hello community,
here is the log from the commit of package python-psutil for openSUSE:Factory checked in at 2014-09-30 19:40:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
and /work/SRC/openSUSE:Factory/.python-psutil.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-psutil"
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes 2013-11-28 19:05:07.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-psutil.new/python-psutil.changes 2014-09-30 19:42:28.000000000 +0200
@@ -1,0 +2,100 @@
+Tue Sep 30 10:32:34 UTC 2014 - toddrme2178(a)gmail.com
+
+- Update documentation files
+- Spec file cleanups
+- Update shebang fix
+- Disable broken unit tests: tests don't work without root permissions
+- Update dependencies. We should actually guarantee psutil and so
+ on are installed.
+- Update urls
+- Update to version 2.1.2
+ * Enhancements
+ * #407: project moved from Google Code to Github; code moved from Mercurial
+ to Git.
+ * #492: use tox to run tests on multiple python versions. (patch by msabramo)
+ * #505: [Windows] distribution as wheel packages.
+ * #511: new examples/ps.py sample code.
+ * Bug fixes
+ * #340: [Windows] Process.get_open_files() no longer hangs. (patch by
+ Jeff Tang)
+ * #501: [Windows] disk_io_counters() may return negative values.
+ * #503: [Linux] in rare conditions Process exe(), open_files() and
+ connections() methods can raise OSError(ESRCH) instead of NoSuchProcess.
+ * #504: [Linux] can't build RPM packages via setup.py
+ * #506: [Linux] python 2.4 support was broken.
+ * #522: [Linux] Process.cpu_affinity() might return EINVAL. (patch by David
+ Daeschler)
+ * #529: [Windows] Process.exe() may raise unhandled WindowsError exception
+ for PIDs 0 and 4. (patch by Jeff Tang)
+ * #530: [Linux] psutil.disk_io_counters() may crash on old Linux distros
+ (< 2.6.5) (patch by Yaolong Huang)
+ * #533: [Linux] Process.memory_maps() may raise TypeError on old Linux distros.
+- Update to version 2.1.1
+ * Bug fixes
+ * #446: [Windows] fix encoding error when using net_io_counters() on Python 3.
+ (patch by Szigeti Gabor Niif)
+ * #460: [Windows] net_io_counters() wraps after 4G.
+ * #491: [Linux] psutil.net_connections() exceptions. (patch by Alexander Grothe)
+- Update to version 2.1.0
+ * Enhancements
+ * #387: system-wide open connections a-la netstat.
+ * Bug fixes
+ * #421: [Solaris] psutil does not compile on SunOS 5.10 (patch by Naveed
+ Roudsari)
+ * #489: [Linux] psutil.disk_partitions() return an empty list.
+- Update to version 2.0.0
+ * Enhancements
+ * #424: [Windows] installer for Python 3.X 64 bit.
+ * #427: number of logical and physical CPUs (psutil.cpu_count()).
+ * #447: psutil.wait_procs() timeout parameter is now optional.
+ * #452: make Process instances hashable and usable with set()s.
+ * #453: tests on Python < 2.7 require unittest2 module.
+ * #459: add a make file for running tests and other repetitive tasks (also
+ on Windows).
+ * #463: make timeout parameter of cpu_percent* functions default to 0.0 'cause
+ it's a common trap to introduce slowdowns.
+ * #468: move documentation to readthedocs.com.
+ * #477: process cpu_percent() is about 30% faster. (suggested by crusaderky)
+ * #478: [Linux] almost all APIs are about 30% faster on Python 3.X.
+ * #479: long deprecated psutil.error module is gone; exception classes now
+ live in "psutil" namespace only.
+ * Bug fixes
+ * #193: psutil.Popen constructor can throw an exception if the spawned process
+ terminates quickly.
+ * #340: [Windows] process get_open_files() no longer hangs. (patch by
+ jtang(a)vahna.net)
+ * #443: [Linux] fix a potential overflow issue for Process.set_cpu_affinity()
+ on systems with more than 64 CPUs.
+ * #448: [Windows] get_children() and ppid() memory leak (patch by Ulrich
+ Klank).
+ * #457: [POSIX] pid_exists() always returns True for PID 0.
+ * #461: namedtuples are not pickle-able.
+ * #466: [Linux] process exe improper null bytes handling. (patch by
+ Gautam Singh)
+ * #470: wait_procs() might not wait. (patch by crusaderky)
+ * #471: [Windows] process exe improper unicode handling. (patch by
+ alex(a)mroja.net)
+ * #473: psutil.Popen.wait() does not set returncode attribute.
+ * #474: [Windows] Process.cpu_percent() is no longer capped at 100%.
+ * #476: [Linux] encoding error for process name and cmdline.
+ * API changes
+ For the sake of consistency a lot of psutil APIs have been renamed.
+ In most cases accessing the old names will work but it will cause a
+ DeprecationWarning.
+ * psutil.* module level constants have being replaced by functions
+ * Renamed psutil.* functions
+ * All psutil.Process ``get_*`` methods lost the ``get_`` prefix.
+ get_ext_memory_info() renamed to memory_info_ex().
+ Assuming "p = psutil.Process()"
+ * All psutil.Process ``set_*`` methods lost the ``set_`` prefix.
+ Assuming "p = psutil.Process()"
+ * Except for 'pid' all psutil.Process class properties have been turned into
+ methods. This is the only case which there are no aliases.
+ Assuming "p = psutil.Process()"
+ * timeout parameter of cpu_percent* functions defaults to 0.0 instead of 0.1.
+ * long deprecated psutil.error module is gone; exception classes now live in
+ "psutil" namespace only.
+ * Process instances' "retcode" attribute returned by psutil.wait_procs() has
+ been renamed to "returncode" for consistency with subprocess.Popen.
+
+-------------------------------------------------------------------
Old:
----
psutil-1.2.1.tar.gz
New:
----
psutil-2.1.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-psutil.spec ++++++
--- /var/tmp/diff_new_pack.4LlL2v/_old 2014-09-30 19:42:29.000000000 +0200
+++ /var/tmp/diff_new_pack.4LlL2v/_new 2014-09-30 19:42:29.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-psutil
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,19 @@
Name: python-psutil
-Version: 1.2.1
+Version: 2.1.2
Release: 0
Summary: A process utilities module for Python
License: BSD-3-Clause
Group: Development/Languages/Python
-Url: http://code.google.com/p/psutil/
-Source: psutil-%{version}.tar.gz
+Url: https://pypi.python.org/pypi/psutil/
+Source: https://pypi.python.org/packages/source/p/psutil/psutil-%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: python-setuptools
+BuildRequires: net-tools
+BuildRequires: procps
+Requires: net-tools
+Requires: procps
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
@@ -37,7 +41,7 @@
%prep
%setup -q -n psutil-%{version}
# Remove shebangs
-sed -i "1d" psutil/{__init__.py,_compat.py,_psbsd.py,_pslinux.py,_psmswindows.py,_psosx.py,_psposix.py,error.py}
+sed -i "1d" psutil/{__init__.py,_compat.py,_psbsd.py,_pslinux.py,_psosx.py,_psposix.py,_pssunos.py,_pswindows.py}
%build
python setup.py build
@@ -45,15 +49,16 @@
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-%check
-# fails with "no module named psutil"
-# python setup.py test
+# not working due to lack of root priveleges
+# %check
+# make test
+# make memtest
%files
%defattr(-,root,root,-)
-%doc CREDITS examples HISTORY LICENSE README
+%doc CREDITS examples HISTORY.rst LICENSE README.rst TODO
%{python_sitearch}/psutil/
%{python_sitearch}/_psutil_*.so
-%{python_sitearch}/psutil-%{version}-py%{py_ver}.egg-info
+%{python_sitearch}/psutil-%{version}-py*.egg-info
%changelog
++++++ psutil-1.2.1.tar.gz -> psutil-2.1.2.tar.gz ++++++
++++ 32833 lines of diff (skipped)
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org