Upgrade python-tqdm to version 4.63.1 (#2612)
* Upgrade TQDM * Updating changelog. Co-authored-by: Pawel Winogrodzki <pawelwi@microsoft.com>
This commit is contained in:
Родитель
8855d7663f
Коммит
701e998e4b
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"Signatures": {
|
||||
"tqdm-4.50.2.tar.gz": "ce976ce694f23c3d864788f8a494a5acd942056e9831843421eade6734543018"
|
||||
"tqdm-4.63.1.tar.gz": "4230a49119a416c88cc47d0d2d32d5d90f1a282d5e497d49801950704e49863d"
|
||||
}
|
||||
}
|
|
@ -6,13 +6,13 @@ Instantly make your loops show a smart progress meter - just wrap any iterable\
|
|||
with "tqdm(iterable)", and you are done!
|
||||
Summary: Fast, Extensible Progress Meter
|
||||
Name: python-%{srcname}
|
||||
Version: 4.50.2
|
||||
Release: 2%{?dist}
|
||||
Version: 4.63.1
|
||||
Release: 1%{?dist}
|
||||
License: MPLv2.0 AND MIT
|
||||
Vendor: Microsoft Corporation
|
||||
Distribution: Mariner
|
||||
URL: https://github.com/tqdm/tqdm
|
||||
Source0: %{url}/archive/v%{version}/%{srcname}-%{version}.tar.gz
|
||||
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz#/%{srcname}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
%description %{_description}
|
||||
|
@ -22,6 +22,8 @@ BuildArch: noarch
|
|||
Summary: %{summary}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-setuptools_scm
|
||||
BuildRequires: python3-wheel
|
||||
|
||||
%description -n python3-%{srcname} %{_description}
|
||||
|
||||
|
@ -39,6 +41,10 @@ Python 3 version.
|
|||
mkdir -p %{buildroot}%{_mandir}/man1/
|
||||
mv -v %{buildroot}%{python3_sitelib}/%{srcname}/%{srcname}.1 %{buildroot}%{_mandir}/man1/
|
||||
|
||||
%check
|
||||
pip3 install tox
|
||||
tox -e setup.py
|
||||
|
||||
%files -n python3-%{srcname}
|
||||
%license LICENCE
|
||||
%doc README.rst examples
|
||||
|
@ -47,7 +53,11 @@ mv -v %{buildroot}%{python3_sitelib}/%{srcname}/%{srcname}.1 %{buildroot}%{_mand
|
|||
%{python3_sitelib}/%{srcname}-*.egg-info/
|
||||
%{python3_sitelib}/%{srcname}/
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Mar 28 2022 Jon Slobodzian <joslobo@microsoft.com> - 4.63.1-1
|
||||
- Updating to version 4.63.1.
|
||||
|
||||
* Mon Jun 21 2021 Rachel Menge <rachelmenge@microsoft.com> - 4.50.2-2
|
||||
- Initial CBL-Mariner import from Fedora 33 (license: MIT)
|
||||
- License verified
|
||||
|
|
|
@ -24514,8 +24514,8 @@
|
|||
"type": "other",
|
||||
"other": {
|
||||
"name": "python-tqdm",
|
||||
"version": "4.50.2",
|
||||
"downloadUrl": "https://github.com/tqdm/tqdm/archive/v4.50.2/tqdm-4.50.2.tar.gz"
|
||||
"version": "4.63.1",
|
||||
"downloadUrl": "https://github.com/tqdm/tqdm/archive/refs/tags/v4.63.1.tar.gz"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче