Update to 22.2.2

Resolves: rhbz#2109468
This commit is contained in:
Charalampos Stratakis 2022-08-06 02:50:54 +02:00
commit 9361272bc9
2 changed files with 7 additions and 2 deletions

View file

@ -13,7 +13,7 @@
%endif
%global srcname pip
%global base_version 22.2
%global base_version 22.2.2
%global upstream_version %{base_version}%{?prerel}
%global python_wheel_name %{srcname}-%{upstream_version}-py3-none-any.whl
@ -189,6 +189,7 @@ BuildRequires: python%{python3_pkgversion}-virtualenv
BuildRequires: python%{python3_pkgversion}-werkzeug
BuildRequires: python%{python3_pkgversion}-pyyaml
BuildRequires: python%{python3_pkgversion}-tomli-w
BuildRequires: python%{python3_pkgversion}-installer
%endif
BuildRequires: python%{python3_pkgversion}-wheel
BuildRequires: ca-certificates
@ -402,6 +403,10 @@ pytest_k='not completion and
%{python_wheel_dir}/%{python_wheel_name}
%changelog
* Wed Aug 03 2022 Charalampos Stratakis <cstratak@redhat.com> - 22.2.2-1
- Update to 22.2.2
Resolves: rhbz#2109468
* Fri Jul 22 2022 Charalampos Stratakis <cstratak@redhat.com> - 22.2-1
- Update to 22.2
Resolves: rhbz#2109468