#1 Provide python3-progressbar
Merged 5 years ago by ankursinha. Opened 5 years ago by pviktori.
rpms/ pviktori/python-progressbar2 provide-progressbar  into  master

file modified
+5 -1
@@ -14,7 +14,7 @@ 

  

  Name:           python-%{srcname}

  Version:        3.39.2

- Release:        1%{?dist}

+ Release:        2%{?dist}

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

  

  
@@ -50,6 +50,7 @@ 

  

  # obsolete python-progressbar

  Obsoletes:      python3-progressbar < 2.3-14

+ Provides:       python3-progressbar == %{version}

  

  %{?python_provide:%python_provide python3-%{srcname}}

  
@@ -83,6 +84,9 @@ 

  %{python3_sitelib}/progressbar

  

  %changelog

+ * Wed Dec 19 2018 Petr Viktorin <pviktori@redhat.com> - 3.39.2-2

+ - Provide python3-progressbar

+ 

  * Wed Dec 19 2018 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 3.39.2-1

  - Update to latest upstream commit

  - Should fix failing tests

Without this, packages that depend on python3-progressbar (currently, python3-libtaskotron) would not use progressbar2.

libtaskotron will need some tweaking I think, but I've informed the maintainers here already.

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

Merging this and rebuilding.

Pull-Request has been merged by ankursinha

5 years ago