commit python-concurrentloghandler for openSUSE:Factory

2018-05-17 Thread root
Hello community,

here is the log from the commit of package python-concurrentloghandler for 
openSUSE:Factory checked in at 2018-05-17 19:33:15

Comparing /work/SRC/openSUSE:Factory/python-concurrentloghandler (Old)
 and  /work/SRC/openSUSE:Factory/.python-concurrentloghandler.new (New)


Package is "python-concurrentloghandler"

Thu May 17 19:33:15 2018 rev:13 rq:610078 version:0.9.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-concurrentloghandler/python-concurrentloghandler.changes
  2016-08-03 11:42:45.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-concurrentloghandler.new/python-concurrentloghandler.changes
 2018-05-17 19:33:16.135372269 +0200
@@ -1,0 +2,17 @@
+Thu May 17 13:09:05 UTC 2018 - mc...@suse.com
+
+- Fix tests
+
+---
+Thu May 17 10:26:32 UTC 2018 - mc...@suse.com
+
+- Run spec-cleaner on the SPEC file.
+- Fix SPEC file to work according to the latest standards
+- Failed to make tests working.
+
+---
+Thu Aug 24 13:34:37 UTC 2017 - jmate...@suse.com
+
+- singlespec auto-conversion
+
+---
@@ -41,0 +59 @@
+



Other differences:
--
++ python-concurrentloghandler.spec ++
--- /var/tmp/diff_new_pack.Bp5fPY/_old  2018-05-17 19:33:17.475323315 +0200
+++ /var/tmp/diff_new_pack.Bp5fPY/_new  2018-05-17 19:33:17.475323315 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-concurrentloghandler
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX 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,44 +17,50 @@
 
 
 %define modname ConcurrentLogHandler
-
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-concurrentloghandler
 Version:0.9.1
 Release:0
 Summary:Concurrent logging handler
 License:Apache-2.0
 Group:  Development/Libraries/Python
-Url:http://pypi.python.org/pypi/ConcurrentLogHandler
-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
-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
+URL:http://pypi.python.org/pypi/ConcurrentLogHandler
+Source: 
https://files.pythonhosted.org/packages/source/C/ConcurrentLogHandler/%{modname}-%{version}.tar.gz
+Patch0: %{modname}-0.9.1-testpath.patch
+BuildRequires:  %{python_module portalocker}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+BuildRequires:  sed
 BuildArch:  noarch
-%endif
+%python_subpackages
 
 %description
-This module provides an additional log handler for Python's standard logging
-package (PEP 282). This handler will write log events to log file which is
-rotated when the log file reaches a certain size. Multiple processes can safely
-write to the same log file concurrently.
+This module provides an additional log handler for Python's
+standard logging package (PEP 282). This handler will write log
+events to log file which is rotated when the log file reaches
+a certain size. Multiple processes can safely write to the same
+log file concurrently.
 
 %prep
 %setup -q -n %{modname}-%{version}
-%patch0
+%patch0 -p1
+rm -v src/portalocker.py
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS"
-python setup.py build
+export CFLAGS="%{optflags}"
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT 
--install-data=%_defaultdocdir/%name --record-rpm=INSTALLED_FILES
+%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
+
+%check
+%{python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} sh run_tests.sh 
$python }
 
-%files -f INSTALLED_FILES
-%defattr(-,root,root)
-%doc README LICENSE
+%files %{python_files}
+%license LICENSE
+%doc README
+%{python_sitelib}/*
 
 %changelog

++ ConcurrentLogHandler-0.9.1-testpath.patch ++
--- /var/tmp/diff_new_pack.Bp5fPY/_old  2018-05-17 19:33:17.495322584 +0200
+++ /var/tmp/diff_new_pack.Bp5fPY/_new  2018-05-17 19:33:17.495322584 +0200
@@ -1,5 +1,5 @@
 setup.py
-+++ setup.py
+--- a/setup.py
 b/setup.py
 @@ -262,13 +262,7 @@ setup(name='ConcurrentLogHandler',
  

commit python-concurrentloghandler for openSUSE:Factory

2016-08-03 Thread h_root
Hello community,

here is the log from the commit of package python-concurrentloghandler for 
openSUSE:Factory checked in at 2016-08-03 11:42:44

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
  2013-09-27 18:00:20.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-concurrentloghandler.new/python-concurrentloghandler.changes
 2016-08-03 11:42:45.0 +0200
@@ -1,0 +2,9 @@
+Wed Jul 20 17:05:26 UTC 2016 - antoine.belv...@laposte.net
+
+- Fix build (boo#985412):
+  * Use --record-rpm instead of --record for listing files
+installed with setup.py
+  * Fix ConcurrentLogHandler-0.9.1-testpath.patch: py files were
+not installed.
+
+---



Other differences:
--
++ python-concurrentloghandler.spec ++
--- /var/tmp/diff_new_pack.4FhfTS/_old  2016-08-03 11:42:46.0 +0200
+++ /var/tmp/diff_new_pack.4FhfTS/_new  2016-08-03 11:42:46.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-concurrentloghandler
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,11 +20,11 @@
 
 Name:   python-concurrentloghandler
 Version:0.9.1
-Release:1
+Release:0
 Summary:Concurrent logging handler
-Url:http://pypi.python.org/pypi/ConcurrentLogHandler
 License:Apache-2.0
 Group:  Development/Libraries/Python
+Url:http://pypi.python.org/pypi/ConcurrentLogHandler
 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
@@ -51,7 +51,7 @@
 python setup.py build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT 
--install-data=%_defaultdocdir/%name --record=INSTALLED_FILES
+python setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT 
--install-data=%_defaultdocdir/%name --record-rpm=INSTALLED_FILES
 
 %files -f INSTALLED_FILES
 %defattr(-,root,root)

++ ConcurrentLogHandler-0.9.1-testpath.patch ++
--- /var/tmp/diff_new_pack.4FhfTS/_old  2016-08-03 11:42:46.0 +0200
+++ /var/tmp/diff_new_pack.4FhfTS/_new  2016-08-03 11:42:46.0 +0200
@@ -1,10 +1,9 @@
 --- setup.py
 +++ setup.py
-@@ -261,14 +261,7 @@
- "cloghandler",
+@@ -262,13 +262,7 @@ setup(name='ConcurrentLogHandler',
  "portalocker",
  ],
--  package_dir={ '' : 'src', },
+   package_dir={ '' : 'src', },
 -  data_files=[
 -('tests', ["stresstest.py"]),
 -('docs', [
@@ -12,7 +11,7 @@
 -'LICENSE',
 -]),
 -  ],
-+  data_files=[ ],
++  data_files=[],
url="http://launchpad.net/python-concurrent-log-handler;,
license = "http://www.apache.org/licenses/LICENSE-2.0;,
description=doc.pop(0),




commit python-concurrentloghandler for openSUSE:Factory

2013-09-27 Thread h_root
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.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-concurrentloghandler.new/python-concurrentloghandler.changes
 2013-09-27 18:00:20.0 +0200
@@ -1,0 +2,28 @@
+Thu Sep 26 23:38:12 UTC 2013 - p.drou...@gmail.com
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.W8o4ch/_new  2013-09-27 18:00:21.0 +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.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-concurrentloghandler.new/ConcurrentLogHandler-0.9.1-testpath.patch
   2013-09-27 18:00:20.0 +0200
@@ -1,9 +1,10 @@
 --- setup.py
 +++ setup.py
-@@ -220,13 +220,7 @@
+@@ -261,14 +261,7 @@
+ cloghandler,
  portalocker,
  ],
-   package_dir={ '' : 'src', },
+-  package_dir={ 

commit python-concurrentloghandler for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package python-concurrentloghandler for 
openSUSE:Factory checked in at 2011-12-06 18:55:04

Comparing /work/SRC/openSUSE:Factory/python-concurrentloghandler (Old)
 and  /work/SRC/openSUSE:Factory/.python-concurrentloghandler.new (New)


Package is python-concurrentloghandler, Maintainer is 

Changes:




Other differences:
--
++ python-concurrentloghandler.spec ++
--- /var/tmp/diff_new_pack.eTwQPk/_old  2011-12-06 19:28:24.0 +0100
+++ /var/tmp/diff_new_pack.eTwQPk/_new  2011-12-06 19:28:24.0 +0100
@@ -23,7 +23,7 @@
 Release:1
 Summary:Concurrent logging handler
 Url:http://pypi.python.org/pypi/ConcurrentLogHandler
-License:Apache Software License
+License:Apache-2.0
 Group:  Development/Libraries/Python
 Source: %{modname}-%{version}.tar.bz2
 Patch0: %modname-0.8.4-testpath.patch

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org