diff --git a/python-tqdm.spec b/python-tqdm.spec index 61644e8f9ce65f99a005ea447fe8242da45c03d3..421c4c912f365a10e5644f3cf013869cf8eb6c42 100644 --- a/python-tqdm.spec +++ b/python-tqdm.spec @@ -1,14 +1,15 @@ %global debug_package %{nil} Name: python-tqdm -Version: 4.65.0 +Version: 4.66.1 Release: 1 Summary: A Fast and Extensible Progress Bar for Python and CLI License: MPL-2.0 and MIT URL: https://github.com/tqdm/tqdm -Source0: https://files.pythonhosted.org/packages/3d/78/81191f56abb7d3d56963337dbdff6aa4f55805c8afd8bad64b0a34199e9b/tqdm-4.65.0.tar.gz +Source0: https://files.pythonhosted.org/packages/62/06/d5604a70d160f6a6ca5fd2ba25597c24abd5c5ca5f437263d177ac242308/tqdm-4.66.1.tar.gz BuildRequires: python3-devel python3-setuptools gcc python3-toml python3-setuptools_scm +BuildRequires: python3-pyinstaller python3-pip python3-wheel %description tqdm derives from the Arabic word taqaddum which can mean "progress". Instantly @@ -31,10 +32,10 @@ tqdm(interable), and you are done! %autosetup -n tqdm-%{version} -p1 %build -%py3_build +%pyproject_build %install -%py3_install +%pyproject_install mkdir -p %{buildroot}%{_mandir}/man1/ mv -v %{buildroot}%{python3_sitelib}/tqdm/tqdm.1 %{buildroot}%{_mandir}/man1/ @@ -44,7 +45,7 @@ mv -v %{buildroot}%{python3_sitelib}/tqdm/tqdm.1 %{buildroot}%{_mandir}/man1/ %doc README.rst examples %license LICENCE %{_bindir}/tqdm -%{python3_sitelib}/tqdm-*.egg-info/ +%{python3_sitelib}/tqdm-*.dist-info/ %{python3_sitelib}/tqdm/ %files help @@ -52,6 +53,9 @@ mv -v %{buildroot}%{python3_sitelib}/tqdm/tqdm.1 %{buildroot}%{_mandir}/man1/ %{_mandir}/man1/tqdm.1* %changelog +* Thu Jan 11 2024 Paul Thomas - 4.66.1-1 +- update to version 4.66.1 + * Thu Apr 6 2023 liyanan - 4.65.0-1 - Upgrade package to version 4.65.0 diff --git a/tqdm-4.65.0.tar.gz b/tqdm-4.65.0.tar.gz deleted file mode 100644 index c3e3280bf3def25980f39901e8516f3af1e7c95c..0000000000000000000000000000000000000000 Binary files a/tqdm-4.65.0.tar.gz and /dev/null differ diff --git a/tqdm-4.66.1.tar.gz b/tqdm-4.66.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..2f892e8fd507912cd9a007f3c7c434eb0fa4e23f Binary files /dev/null and b/tqdm-4.66.1.tar.gz differ