commit python-PyPrind for openSUSE:Factory

2019-10-16 Thread root
Hello community,

here is the log from the commit of package python-PyPrind for openSUSE:Factory 
checked in at 2019-10-16 09:14:18

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


Package is "python-PyPrind"

Wed Oct 16 09:14:18 2019 rev:3 rq:738308 version:2.11.2

Changes:

--- /work/SRC/openSUSE:Factory/python-PyPrind/python-PyPrind.changes
2019-03-12 09:53:19.671539100 +0100
+++ /work/SRC/openSUSE:Factory/.python-PyPrind.new.2352/python-PyPrind.changes  
2019-10-16 09:14:19.959614883 +0200
@@ -1,0 +2,5 @@
+Mon Oct 14 11:45:29 UTC 2019 - Matej Cepl 
+
+- Replace %fdupes -s with plain %fdupes; hardlinks are better.
+
+---



Other differences:
--
++ python-PyPrind.spec ++
--- /var/tmp/diff_new_pack.e3KkYg/_old  2019-10-16 09:14:20.611613203 +0200
+++ /var/tmp/diff_new_pack.e3KkYg/_new  2019-10-16 09:14:20.611613203 +0200
@@ -22,7 +22,6 @@
 Release:0
 Summary:Python progress bar and percent indicator utility
 License:BSD-3-Clause
-Group:  Development/Languages/Python
 URL:https://github.com/rasbt/pyprind
 Source0:
https://files.pythonhosted.org/packages/source/P/PyPrind/PyPrind-%{version}.tar.gz
 BuildRequires:  %{python_module psutil >= 3.2.0}
@@ -50,10 +49,10 @@
 
 %install
 %python_install
-%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_bin_suffix} -v tests
+%pytest tests
 
 %files %{python_files}
 %doc README.md




commit python-PyPrind for openSUSE:Factory

2019-03-12 Thread root
Hello community,

here is the log from the commit of package python-PyPrind for openSUSE:Factory 
checked in at 2019-03-12 09:53:17

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


Package is "python-PyPrind"

Tue Mar 12 09:53:17 2019 rev:2 rq:682062 version:2.11.2

Changes:

--- /work/SRC/openSUSE:Factory/python-PyPrind/python-PyPrind.changes
2017-08-04 11:59:21.207852889 +0200
+++ /work/SRC/openSUSE:Factory/.python-PyPrind.new.28833/python-PyPrind.changes 
2019-03-12 09:53:19.671539100 +0100
@@ -1,0 +2,7 @@
+Wed Mar  6 09:17:35 UTC 2019 - Tomáš Chvátal 
+
+- Update to 2.11.2:
+  * Fixes issue where new lines are printed upon iterating over a completed 
progress bar object.
+- Run tests
+
+---

Old:

  PyPrind-2.11.1.tar.gz

New:

  PyPrind-2.11.2.tar.gz



Other differences:
--
++ python-PyPrind.spec ++
--- /var/tmp/diff_new_pack.hFCXVX/_old  2019-03-12 09:53:20.603538914 +0100
+++ /var/tmp/diff_new_pack.hFCXVX/_new  2019-03-12 09:53:20.603538914 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-PyPrind
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,25 +12,25 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-PyPrind
-Version:2.11.1
+Version:2.11.2
 Release:0
 Summary:Python progress bar and percent indicator utility
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Url:https://github.com/rasbt/pyprind
+URL:https://github.com/rasbt/pyprind
 Source0:
https://files.pythonhosted.org/packages/source/P/PyPrind/PyPrind-%{version}.tar.gz
-BuildRequires:  %{python_module psutil}
+BuildRequires:  %{python_module psutil >= 3.2.0}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Requires:   python-psutil >= 3.2.0
 BuildArch:  noarch
 %python_subpackages
 
@@ -53,10 +53,9 @@
 %python_expand %fdupes -s %{buildroot}%{$python_sitelib}
 
 %check
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python 
%{_bindir}/py.test -v tests
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_bin_suffix} -v tests
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc README.md
 %{python_sitelib}/*
 

++ PyPrind-2.11.1.tar.gz -> PyPrind-2.11.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyPrind-2.11.1/CHANGELOG.md 
new/PyPrind-2.11.2/CHANGELOG.md
--- old/PyPrind-2.11.1/CHANGELOG.md 2017-05-05 02:07:21.0 +0200
+++ new/PyPrind-2.11.2/CHANGELOG.md 2018-01-31 21:12:08.0 +0100
@@ -1,4 +1,8 @@
 
+Version 2.11.2
+
+- Fixes issue where new lines are printed upon iterating over a completed 
progress bar object.
+
 Version 2.11.1
 
 - Flushes both `stdout` and `stderr` prior to `ProgressBar` initialization to 
avoid cluttering environments with previously cached print statements.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyPrind-2.11.1/PKG-INFO new/PyPrind-2.11.2/PKG-INFO
--- old/PyPrind-2.11.1/PKG-INFO 2017-05-05 02:10:55.0 +0200
+++ new/PyPrind-2.11.2/PKG-INFO 2018-01-31 21:15:29.0 +0100
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: PyPrind
-Version: 2.11.1
+Version: 2.11.2
 Summary: Python Progress Bar and Percent Indicator Utility
 Home-page: https://github.com/rasbt/pyprind
 Author: Sebastian Raschka
 Author-email: m...@sebastianraschka.com
 License: BSD 3-Clause
+Description-Content-Type: UNKNOWN
 Description: 
 
 The PyPrind (Python Progress Indicator) module provides a progress
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyPrind-2.11.1/PyPrind.egg-info/PKG-INFO 
new/PyPrind-2.11.2/PyPrind.egg-info/PKG-INFO
--- old/PyPrind-2.11.1/PyPrind.egg-info/PKG-INFO2017-05-05 
02:10:55.0 +0200
+++ new/PyPrind-2.11.2/PyPrind.egg-info/PKG-INFO2018-01-31