diff --git a/python-tqdm.spec b/python-tqdm.spec index 61644e8f9ce65f99a005ea447fe8242da45c03d3..9efcea964608e11179197931334a8a51f14c23f4 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.2 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/source/t/tqdm/tqdm-%{version}.tar.gz BuildRequires: python3-devel python3-setuptools gcc python3-toml python3-setuptools_scm +BuildRequires: python3-pip python3-hatchling python3-hatch-vcs 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 +* Sat Feb 17 2024 xu_ping <707078654@qq.com> - 4.66.2-1 +- Upgrade package to version 4.66.2 + * 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.2.tar.gz b/tqdm-4.66.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..1e09960708457b7a0f0a58d747bebff9c541091c Binary files /dev/null and b/tqdm-4.66.2.tar.gz differ