Hello community,
here is the log from the commit of package python-progressbar for
openSUSE:Factory checked in at 2018-10-12 13:11:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-progressbar (Old)
and /work/SRC/openSUSE:Factory/.python-progressbar.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-progressbar"
Fri Oct 12 13:11:26 2018 rev:12 rq:641313 version:2.5
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-progressbar/python-progressbar.changes
2017-09-05 15:15:23.339813485 +0200
+++
/work/SRC/openSUSE:Factory/.python-progressbar.new/python-progressbar.changes
2018-10-12 13:11:27.323234836 +0200
@@ -1,0 +2,10 @@
+Thu Oct 11 15:18:59 UTC 2018 - Todd R <[email protected]>
+
+- Update to version 2.5
+ * fix issue with recursive import and mixed tabs with spaces
+ * Add support for python3.6
+ * Don't use `sys.stderr` as a default value
+- Drop progressbar-python3-relative-imports.patch
+ It is included upstream
+
+-------------------------------------------------------------------
Old:
----
progressbar-2.3+hg20121105.3c94a3a1ebe1.tar.bz2
progressbar-python3-relative-imports.patch
New:
----
progressbar-2.5.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-progressbar.spec ++++++
--- /var/tmp/diff_new_pack.z6yIXS/_old 2018-10-12 13:11:27.911234001 +0200
+++ /var/tmp/diff_new_pack.z6yIXS/_new 2018-10-12 13:11:27.915233995 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-progressbar
#
-# Copyright (c) 2017 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
@@ -18,15 +18,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-progressbar
-Version: 2.3+hg20121105.3c94a3a1ebe1
-%define eggver 2.3
+Version: 2.5
Release: 0
Summary: Text Progressbar Library for Python
-License: LGPL-2.1+ or BSD-3-Clause
+License: LGPL-2.1+ OR BSD-3-Clause
Group: Development/Libraries/Python
Url: https://github.com/niltonvolpato/python-progressbar
-Source: progressbar-%{version}.tar.bz2
-Patch0: progressbar-python3-relative-imports.patch
+Source:
https://files.pythonhosted.org/packages/source/p/progressbar/progressbar-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
@@ -40,9 +38,7 @@
processing is underway.
%prep
-%setup -q -n progressbar
-%patch0 -p1
-sed -i "/\/usr\/bin\/python/d" progressbar/*.py # Correctly fix
non-executable-script warning
+%setup -q -n progressbar-%{version}
%build
%python_build
@@ -51,9 +47,9 @@
%python_install
%files %{python_files}
-%defattr(-,root,root)
-%doc LICENSE.txt README.txt examples.py
+%doc README.txt examples.py
+%license LICENSE.txt
%{python_sitelib}/progressbar/
-%{python_sitelib}/progressbar-%{eggver}-py*.egg-info
+%{python_sitelib}/progressbar-%{version}-py*.egg-info
%changelog