Update to 8.1.2
Resolves: rhbz#2069360
This commit is contained in:
parent
e48054d91c
commit
a10bb670e3
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,3 +20,4 @@
|
||||
/click-8.0.1.tar.gz
|
||||
/click-8.0.3.tar.gz
|
||||
/click-8.0.4.tar.gz
|
||||
/click-8.1.2.tar.gz
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
%global pypi_name click
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 8.0.4
|
||||
Release: 2%{?dist}
|
||||
Version: 8.1.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Simple wrapper around optparse for powerful command line utilities
|
||||
|
||||
License: BSD
|
||||
@ -30,9 +30,6 @@ BuildRequires: pyproject-rpm-macros
|
||||
%autosetup -n %{pypi_name}-%{version} -p1
|
||||
# Use test dependencies without version locks
|
||||
sed -i 's|requirements/tests.txt|requirements/tests.in|' tox.ini
|
||||
# Unpin pytest version
|
||||
# https://github.com/pallets/click/commit/91b2cd67dd04b2843fd6c71e582876c826f5b78e
|
||||
sed -i 's|pytest<7|pytest|' requirements/tests.in
|
||||
|
||||
%generate_buildrequires
|
||||
%pyproject_buildrequires -t
|
||||
@ -52,6 +49,10 @@ sed -i 's|pytest<7|pytest|' requirements/tests.in
|
||||
%doc README.rst CHANGES.rst
|
||||
|
||||
%changelog
|
||||
* Tue Apr 05 2022 Charalampos Stratakis <cstratak@redhat.com> - 8.1.2-1
|
||||
- Update to 8.1.2
|
||||
Resolves: rhbz#2069360
|
||||
|
||||
* Wed Mar 02 2022 Charalampos Stratakis <cstratak@redhat.com> - 8.0.4-2
|
||||
- Unpin pytest version
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (click-8.0.4.tar.gz) = 2a572863814ef4f79ee408d4aa8df30a15b958986c4615e13bdeab30b4847679330e1b3baeeeff1aa80464a08418400c7a1ff22f29db4fc8d8042ab7b1ba475c
|
||||
SHA512 (click-8.1.2.tar.gz) = 8781965212a0732990e47050db8ae5e37633986b23cd7895d74f06007c61993f8ea45183376761987931caf00dd68c22900bc8d3930d4416853374cfd170a0e5
|
||||
|
||||
Loading…
Reference in New Issue
Block a user