Hello community,
here is the log from the commit of package python-concurrentloghandler for
openSUSE:Factory checked in at 2013-09-27 18:00:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-concurrentloghandler (Old)
and /work/SRC/openSUSE:Factory/.python-concurrentloghandler.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-concurrentloghandler"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-concurrentloghandler/python-concurrentloghandler.changes
2011-09-23 12:42:32.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-concurrentloghandler.new/python-concurrentloghandler.changes
2013-09-27 18:00:20.000000000 +0200
@@ -1,0 +2,28 @@
+Thu Sep 26 23:38:12 UTC 2013 - [email protected]
+
+- Update to version 0.9.1
+ + Bug fixes - LP Bug 1199332 and LP Bug 1199333
+ + More gracefully handle out of disk space scenarios. Prevent release()
+ from throwing an exception
+ + Handle logging.shutdown() in Python 2.7+. Close the lock file stream
+ via close()
+- Changes between 0.9.0 and 0.8.6
+ + Now requires Python 2.6+
+ + Revamp file opening/closing and file-locking internals
+ + Add the 'delay' parameter (delayed log file opening) to better match
+ the core logging functionality in more recent version of Python.
+ + For anyone still using Python 2.3-2.5, please use the latest 0.8.x release
+- Changes between 0.8.6 and 0.8.5
+ + Fix a small packaging bug from the 0.8.5 release.
+ + Updated stresstest.py to always use the correct python version when
+ launching sub-processes instead of the system's default "python"
+- Changes between 0.8.5 and 0.8.4
+ + Bugs resolved Red Hat Bug #858912 and Python Bug #15960
+ + Updated ez_setup.py to 0.7.7
+ + Updated portalocker to 0.3
+ + Initial Python 3 support
+ + Fixed minor spelling mistakes
+- Rebase specfile
+- Rebase ConcurrentLogHandler-0.8.4-testpath.patch to work with upstream
changes
+
+-------------------------------------------------------------------
Old:
----
ConcurrentLogHandler-0.8.4-testpath.patch
ConcurrentLogHandler-0.8.4.tar.bz2
New:
----
ConcurrentLogHandler-0.9.1-testpath.patch
ConcurrentLogHandler-0.9.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-concurrentloghandler.spec ++++++
--- /var/tmp/diff_new_pack.W8o4ch/_old 2013-09-27 18:00:21.000000000 +0200
+++ /var/tmp/diff_new_pack.W8o4ch/_new 2013-09-27 18:00:21.000000000 +0200
@@ -1,7 +1,7 @@
#
-# spec file for package python-concurrentloghandler (Version 0.8.4)
+# spec file for package python-concurrentloghandler
#
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -19,18 +19,22 @@
%define modname ConcurrentLogHandler
Name: python-concurrentloghandler
-Version: 0.8.4
+Version: 0.9.1
Release: 1
Summary: Concurrent logging handler
Url: http://pypi.python.org/pypi/ConcurrentLogHandler
License: Apache-2.0
Group: Development/Libraries/Python
-Source: %{modname}-%{version}.tar.bz2
-Patch0: %modname-0.8.4-testpath.patch
+Source:
https://pypi.python.org/packages/source/C/ConcurrentLogHandler/%{modname}-%{version}.tar.gz
+Patch0: %modname-0.9.1-testpath.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildRequires: python-devel python-setuptools
+BuildRequires: python-devel
+BuildRequires: python-setuptools
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+%{!?python_sitelib: %global python_sitelib %(python -c "from
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%else
BuildArch: noarch
-%{py_requires}
+%endif
%description
This module provides an additional log handler for Python's standard logging
@@ -49,9 +53,6 @@
%install
python setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT
--install-data=%_defaultdocdir/%name --record=INSTALLED_FILES
-%clean
-rm -rf %{buildroot}
-
%files -f INSTALLED_FILES
%defattr(-,root,root)
%doc README LICENSE
++++++ ConcurrentLogHandler-0.8.4-testpath.patch ->
ConcurrentLogHandler-0.9.1-testpath.patch ++++++
---
/work/SRC/openSUSE:Factory/python-concurrentloghandler/ConcurrentLogHandler-0.8.4-testpath.patch
2011-09-23 12:42:32.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-concurrentloghandler.new/ConcurrentLogHandler-0.9.1-testpath.patch
2013-09-27 18:00:20.000000000 +0200
@@ -1,9 +1,10 @@
--- setup.py
+++ setup.py
-@@ -220,13 +220,7 @@
+@@ -261,14 +261,7 @@
+ "cloghandler",
"portalocker",
],
- package_dir={ '' : 'src', },
+- package_dir={ '' : 'src', },
- data_files=[
- ('tests', ["stresstest.py"]),
- ('docs', [
@@ -12,6 +13,6 @@
- ]),
- ],
+ data_files=[ ],
- url="http://pypi.python.org/pypi/ConcurrentLogHandler",
+ url="http://launchpad.net/python-concurrent-log-handler",
license = "http://www.apache.org/licenses/LICENSE-2.0",
description=doc.pop(0),
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]