Update to 8.0.1 and remove tests from pipenv
Click will be bundled back to pipenv so we don't have to test it here anymore.
This commit is contained in:
parent
e05a6ab482
commit
15c2eeba3e
@ -1 +0,0 @@
|
|||||||
1
|
|
||||||
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@
|
|||||||
/click-7.0.tar.gz
|
/click-7.0.tar.gz
|
||||||
/click-7.1.1.tar.gz
|
/click-7.1.1.tar.gz
|
||||||
/click-7.1.2.tar.gz
|
/click-7.1.2.tar.gz
|
||||||
|
/click-8.0.1.tar.gz
|
||||||
|
|||||||
@ -1,7 +0,0 @@
|
|||||||
summary: Run pipenv tests
|
|
||||||
discover:
|
|
||||||
how: fmf
|
|
||||||
url: https://src.fedoraproject.org/rpms/pipenv/
|
|
||||||
execute:
|
|
||||||
how: tmt
|
|
||||||
|
|
||||||
@ -1,8 +1,8 @@
|
|||||||
%global pypi_name click
|
%global pypi_name click
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 7.1.2
|
Version: 8.0.1
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Simple wrapper around optparse for powerful command line utilities
|
Summary: Simple wrapper around optparse for powerful command line utilities
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -47,6 +47,10 @@ BuildRequires: pyproject-rpm-macros
|
|||||||
%doc README.rst CHANGES.rst
|
%doc README.rst CHANGES.rst
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 22 2021 Lumír Balhar <lbalhar@redhat.com> - 8.0.1-1
|
||||||
|
- Update to 8.0.1
|
||||||
|
Resolves: rhbz#1901659
|
||||||
|
|
||||||
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 7.1.2-6
|
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 7.1.2-6
|
||||||
- Rebuilt for Python 3.10
|
- Rebuilt for Python 3.10
|
||||||
|
|
||||||
|
|||||||
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (click-7.1.2.tar.gz) = d0caf2fb0a258774a18a7b8f83bdfa73abeb70196a70b45a6cc35befaeb862d068d2f2cce4e27201ab2e3adcd02e7e2f099d6c37c497a507010eefa10ad16eba
|
SHA512 (click-8.0.1.tar.gz) = d93ec1d070dfa306733ee79893c64de9afcb0c7bf03d3f543dd697ef195f3a750828f77842a22886960a938740b92f0122962076ea52b911b87f7f75941a9032
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user