%global modname tqdm Name: python-%{modname} Version: 4.45.0 Release: 2%{?dist} Summary: Fast, Extensible Progress Meter # see PACKAGE-LICENSING for more info License: MPLv2.0 and MIT URL: https://github.com/tqdm/tqdm Source0: %{url}/archive/v%{version}/%{modname}-%{version}.tar.gz BuildArch: noarch %global _description \ tqdm (read taqadum, تقدّم) means "progress" in Arabic.\ \ Instantly make your loops show a smart progress meter - just wrap any iterable\ with "tqdm(iterable)", and you are done! %description %{_description} %package -n python3-%{modname} Summary: %{summary} %{?python_provide:%python_provide python3-%{modname}} BuildRequires: python3-devel BuildRequires: python3-setuptools %description -n python3-%{modname} %{_description} Python 3 version. %prep %autosetup -n %{modname}-%{version} %build %py3_build %install %py3_install mkdir -p %{buildroot}%{_mandir}/man1/ mv -v %{buildroot}%{python3_sitelib}/%{modname}/%{modname}.1 %{buildroot}%{_mandir}/man1/ %files -n python3-%{modname} %license LICENCE %doc README.rst examples %{_bindir}/%{modname} %{_mandir}/man1/%{modname}.1* %{python3_sitelib}/%{modname}-*.egg-info/ %{python3_sitelib}/%{modname}/ %changelog * Tue May 26 2020 Miro Hrončok - 4.45.0-2 - Rebuilt for Python 3.9 * Fri Apr 03 2020 Stephen Gallagher - 4.45.0-1 - Update to 4.45.0 * Mon Feb 10 2020 Stephen Gallagher - 4.42.1-1 - Update to 4.42.1 * Mon Feb 10 2020 Stephen Gallagher - 4.41.1-1 - Update to 4.41.1 * Thu Jan 30 2020 Fedora Release Engineering - 4.37.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Nov 08 2019 Stephen Gallagher - 4.37.0-1 - Update to 4.37.0 * Wed Oct 02 2019 Stephen Gallagher - 4.36.1-1 - Update to 4.36.1 * Wed Sep 04 2019 Stephen Gallagher - 4.35.0-1 - Update to 4.35.0 * Fri Aug 23 2019 Stephen Gallagher - 4.34.0-1 - Update to 4.34.0 * Thu Aug 15 2019 Orion Poplawski - 4.33.0-1 - Update to 4.33.0 * Fri Jul 26 2019 Fedora Release Engineering - 4.28.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Feb 02 2019 Fedora Release Engineering - 4.28.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Nov 20 2018 Igor Gnatenko - 4.28.1-2 - Drop python2 subpackage * Mon Nov 19 2018 Ankur Sinha - 4.28.1-1 - Update to latest upstream release * Sat Jul 14 2018 Fedora Release Engineering - 4.19.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok - 4.19.6-2 - Rebuilt for Python 3.7 * Tue Mar 06 2018 Igor Gnatenko - 4.19.6-1 - Update to 4.19.6 * Fri Feb 23 2018 Igor Gnatenko - 4.19.5-1 - Update to 4.19.5 * Fri Feb 09 2018 Fedora Release Engineering - 4.15.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering - 4.15.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sun Jul 23 2017 Igor Gnatenko - 4.15.0-1 - Update to 4.15.0 * Thu Jun 01 2017 Igor Gnatenko - 4.14.0-1 - Update to 4.14.0 * Sat Feb 11 2017 Igor Gnatenko - 4.11.2-1 - Update to 4.11.2 * Sat Feb 11 2017 Fedora Release Engineering - 4.11.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Fri Jan 20 2017 Igor Gnatenko - 4.11.1-1 - Update to 4.11.1 * Mon Dec 19 2016 Miro Hrončok - 4.10.0-2 - Rebuild for Python 3.6 * Sun Nov 13 2016 Igor Gnatenko - 4.10.0-1 - Update to 4.10.0 * Mon Oct 31 2016 Igor Gnatenko - 4.9.0-1 - Update to 4.9.0 * Tue Aug 16 2016 Igor Gnatenko - 4.8.3-1 - Update to 4.8.3 * Fri Jul 22 2016 Igor Gnatenko - 4.7.6-1 - Update to 4.7.6 * Thu Jun 23 2016 Igor Gnatenko - 4.7.4-1 - Initial package