#2 Update to 3.47.0; remove linting BuildRequires
Merged 4 years ago by pviktori. Opened 4 years ago by pviktori.
rpms/ pviktori/python-progressbar2 nolint  into  master

file modified
+1
@@ -1,3 +1,4 @@ 

  /progressbar2-3.38.0.tar.gz

  /progressbar2-3.39.2.tar.gz

  /progressbar2-3.39.3.tar.gz

+ /progressbar2-3.47.0.tar.gz

file modified
+16 -6
@@ -13,8 +13,8 @@ 

  automatically enable features like auto-resizing when the system supports it.}

  

  Name:           python-%{srcname}

- Version:        3.39.3

- Release:        6%{?dist}

+ Version:        3.47.0

+ Release:        1%{?dist}

  Summary:        A Progressbar library to provide visual progress to long running operations

  

  
@@ -39,9 +39,6 @@ 

  BuildRequires:  %{py3_dist pytest}

  BuildRequires:  %{py3_dist pytest-cov}

  BuildRequires:  %{py3_dist pytest-runner}

- BuildRequires:  %{py3_dist pytest-flakes}

- BuildRequires:  %{py3_dist pytest-pep8}

- BuildRequires:  %{py3_dist flake8}

  %if %{with tests}

  BuildRequires:  %{py3_dist freezegun} >= 0.3.10

  %endif
@@ -78,10 +75,23 @@ 

  %files -n python3-%{srcname}

  %license LICENSE

  %doc README.rst CHANGES.rst CONTRIBUTING.rst

- %{python3_sitelib}/%{srcname}-%{version}-py3.?.egg-info

+ %{python3_sitelib}/%{srcname}-%{version}-py3.*.egg-info/

  %{python3_sitelib}/progressbar

  

  %changelog

+ * Wed Feb 12 2020 Petr Viktorin <pviktori@redhat.com> - 3.47.0-1

+ - Update to latest upstream version

+   https://github.com/WoLpH/python-progressbar/compare/v3.39.3...vv3.47.0

+   Highlights:

+   - Rate limiting

+   - Added proper support for non-terminal output

+   - Add MultiProgressBar

+ 

+ * Wed Feb 12 2020 Petr Viktorin <pviktori@redhat.com> - 3.39.3-7

+ - Remove linting BuildRequires

+   https://bugzilla.redhat.com/show_bug.cgi?id=1795451

+ - Fix egg-info glob to work for Python 3.10+

+ 

  * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.39.3-6

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (progressbar2-3.39.3.tar.gz) = b8944b319f1133fe7abdd256bed8803e9f426208af5ddc58935121845e81b9f65878e536bd5a1e4810eaa6906b24d114e8681dddf1f77c1bf96cb231f6473a5e

+ SHA512 (progressbar2-3.47.0.tar.gz) = b86f03f88a31f878fbb3720d73fc7a6181a1423d862d946834327d301e6b90fc283a8ca67e9137c72ea44876710f657d762d09cac99f2630d32b735db996dc6e

JFYI the Python 3.9 build fails. This does not block this PR, just a heads up.

ImportError while loading conftest '/builddir/build/BUILD/progressbar2-3.39.3/tests/conftest.py'.
tests/conftest.py:6: in <module>
    import progressbar
progressbar/__init__.py:4: in <module>
    from .shortcuts import progressbar
progressbar/shortcuts.py:1: in <module>
    from . import bar
progressbar/bar.py:50: in <module>
    class ProgressBarBase(collections.Iterable, ProgressBarMixinBase):
E   AttributeError: module 'collections' has no attribute 'Iterable'

https://copr.fedorainfracloud.org/coprs/g/python/python3.9/build/1237399/

1 new commit added

  • Update to 3.47.0
4 years ago

That's fixed upstream. Here's an update as well.

Thank you for testing!

Pull-Request has been merged by pviktori

4 years ago