2020-03-06 16:39:47 +08:00
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
Name: python-tqdm
|
2024-02-17 14:37:02 +08:00
|
|
|
Version: 4.66.2
|
2023-04-07 09:06:00 +08:00
|
|
|
Release: 1
|
2020-03-06 16:39:47 +08:00
|
|
|
Summary: A Fast and Extensible Progress Bar for Python and CLI
|
2022-12-09 11:05:18 +08:00
|
|
|
License: MPL-2.0 and MIT
|
2020-03-06 16:39:47 +08:00
|
|
|
URL: https://github.com/tqdm/tqdm
|
2024-02-17 14:37:02 +08:00
|
|
|
Source0: https://files.pythonhosted.org/packages/source/t/tqdm/tqdm-%{version}.tar.gz
|
2020-03-06 16:39:47 +08:00
|
|
|
|
2021-06-24 09:36:58 +08:00
|
|
|
BuildRequires: python3-devel python3-setuptools gcc python3-toml python3-setuptools_scm
|
2024-02-17 14:37:02 +08:00
|
|
|
BuildRequires: python3-pip python3-hatchling python3-hatch-vcs python3-wheel
|
2020-03-06 16:39:47 +08:00
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
tqdm derives from the Arabic word taqaddum which can mean "progress". Instantly
|
|
|
|
|
make your loops show a smart progress meter - just wrap any iterable with
|
|
|
|
|
tqdm(interable), and you are done!
|
|
|
|
|
|
|
|
|
|
%package -n python3-tqdm
|
|
|
|
|
Summary: A Fast and Extensible Progress Bar for Python and CLI
|
|
|
|
|
|
|
|
|
|
%{?python_provide:%python_provide python3-tqdm}
|
|
|
|
|
|
|
|
|
|
%description -n python3-tqdm
|
|
|
|
|
tqdm derives from the Arabic word taqaddum which can mean "progress". Instantly
|
|
|
|
|
make your loops show a smart progress meter - just wrap any iterable with
|
|
|
|
|
tqdm(interable), and you are done!
|
|
|
|
|
|
|
|
|
|
%package_help
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n tqdm-%{version} -p1
|
|
|
|
|
|
|
|
|
|
%build
|
2024-02-17 14:37:02 +08:00
|
|
|
%pyproject_build
|
2020-03-06 16:39:47 +08:00
|
|
|
|
|
|
|
|
%install
|
2024-02-17 14:37:02 +08:00
|
|
|
%pyproject_install
|
2020-03-06 16:39:47 +08:00
|
|
|
|
|
|
|
|
mkdir -p %{buildroot}%{_mandir}/man1/
|
|
|
|
|
mv -v %{buildroot}%{python3_sitelib}/tqdm/tqdm.1 %{buildroot}%{_mandir}/man1/
|
|
|
|
|
|
|
|
|
|
%files -n python3-tqdm
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%doc README.rst examples
|
|
|
|
|
%license LICENCE
|
|
|
|
|
%{_bindir}/tqdm
|
2024-02-17 14:37:02 +08:00
|
|
|
%{python3_sitelib}/tqdm-*.dist-info/
|
2020-03-06 16:39:47 +08:00
|
|
|
%{python3_sitelib}/tqdm/
|
|
|
|
|
|
|
|
|
|
%files help
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%{_mandir}/man1/tqdm.1*
|
|
|
|
|
|
|
|
|
|
%changelog
|
2024-02-17 14:37:02 +08:00
|
|
|
* Sat Feb 17 2024 xu_ping <707078654@qq.com> - 4.66.2-1
|
|
|
|
|
- Upgrade package to version 4.66.2
|
|
|
|
|
|
2023-04-07 09:06:00 +08:00
|
|
|
* Thu Apr 6 2023 liyanan <thistleslyn@163.com> - 4.65.0-1
|
|
|
|
|
- Upgrade package to version 4.65.0
|
|
|
|
|
|
2022-12-09 11:05:18 +08:00
|
|
|
* Fri Dec 09 2022 liukuo <liukuo@kylinos.cn> - 4.64.1-2
|
|
|
|
|
- License compliance rectification
|
|
|
|
|
|
2022-12-07 15:27:34 +08:00
|
|
|
* Wed Dec 07 2022 chendexi <chendexi@kylinos.cn> - 4.64.1-1
|
|
|
|
|
- Upgrade package to version 4.64.1
|
|
|
|
|
|
2022-08-03 14:51:24 +08:00
|
|
|
* Wed Aug 3 2022 kkz <zhaoshuang@uniontech.com> - 4.64.0-1
|
|
|
|
|
- Update to 4.64.0
|
|
|
|
|
|
2021-06-24 09:36:58 +08:00
|
|
|
* Thu Jun 24 2021 hanhui <hanhui15@huawei.com> - 4.56.0-2
|
|
|
|
|
- add BuildRequires:gcc python3-toml python3-setuptools_scm
|
|
|
|
|
|
2021-02-01 15:01:23 +08:00
|
|
|
* Mon Feb 1 2021 chengguipeng <chengguiopeng1@huawei.com> - 4.56.0-1
|
|
|
|
|
- Update to 4.56.0
|
|
|
|
|
|
2022-06-20 14:41:45 +08:00
|
|
|
* Thu May 28 2020 huanghaitao <huanghaitao8@huawei.com> - 4.28.1-2
|
2020-05-28 14:22:44 +08:00
|
|
|
- Remove tests
|
|
|
|
|
|
2020-03-06 16:39:47 +08:00
|
|
|
* Wed Mar 4 2020 hexiujun <hexiujun1@huawei.com> - 4.28.1-1
|
|
|
|
|
- Package init
|