Upgrade version to 4.66.2

Signed-off-by: cherry530 <707078654@qq.com>
This commit is contained in:
cherry530 2024-02-17 14:37:02 +08:00
parent e62ab1d1c3
commit 94a2638554
3 changed files with 9 additions and 5 deletions

View File

@ -1,14 +1,15 @@
%global debug_package %{nil} %global debug_package %{nil}
Name: python-tqdm Name: python-tqdm
Version: 4.65.0 Version: 4.66.2
Release: 1 Release: 1
Summary: A Fast and Extensible Progress Bar for Python and CLI Summary: A Fast and Extensible Progress Bar for Python and CLI
License: MPL-2.0 and MIT License: MPL-2.0 and MIT
URL: https://github.com/tqdm/tqdm 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-devel python3-setuptools gcc python3-toml python3-setuptools_scm
BuildRequires: python3-pip python3-hatchling python3-hatch-vcs python3-wheel
%description %description
tqdm derives from the Arabic word taqaddum which can mean "progress". Instantly 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 %autosetup -n tqdm-%{version} -p1
%build %build
%py3_build %pyproject_build
%install %install
%py3_install %pyproject_install
mkdir -p %{buildroot}%{_mandir}/man1/ mkdir -p %{buildroot}%{_mandir}/man1/
mv -v %{buildroot}%{python3_sitelib}/tqdm/tqdm.1 %{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 %doc README.rst examples
%license LICENCE %license LICENCE
%{_bindir}/tqdm %{_bindir}/tqdm
%{python3_sitelib}/tqdm-*.egg-info/ %{python3_sitelib}/tqdm-*.dist-info/
%{python3_sitelib}/tqdm/ %{python3_sitelib}/tqdm/
%files help %files help
@ -52,6 +53,9 @@ mv -v %{buildroot}%{python3_sitelib}/tqdm/tqdm.1 %{buildroot}%{_mandir}/man1/
%{_mandir}/man1/tqdm.1* %{_mandir}/man1/tqdm.1*
%changelog %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 <thistleslyn@163.com> - 4.65.0-1 * Thu Apr 6 2023 liyanan <thistleslyn@163.com> - 4.65.0-1
- Upgrade package to version 4.65.0 - Upgrade package to version 4.65.0

Binary file not shown.

BIN
tqdm-4.66.2.tar.gz Normal file

Binary file not shown.