!25 Upgrade version to 4.66.2

From: @cherry530 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2024-02-17 09:07:05 +00:00 committed by Gitee
commit 852f346941
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 9 additions and 5 deletions

View File

@ -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 <thistleslyn@163.com> - 4.65.0-1
- Upgrade package to version 4.65.0

Binary file not shown.

BIN
tqdm-4.66.2.tar.gz Normal file

Binary file not shown.