Update to 6.0.1
Resolves https://bugzilla.redhat.com/show_bug.cgi?id=1862097
This commit is contained in:
parent
e60217fad3
commit
931736c0cd
@ -1,5 +1,5 @@
|
||||
Name: pytest
|
||||
Version: 6.0.0~rc1
|
||||
Version: 6.0.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Simple powerful testing with Python
|
||||
License: MIT
|
||||
@ -88,7 +88,7 @@ Conflicts: python-pytest < 4.6
|
||||
py.test provides simple, yet powerful testing for Python.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n %{name}-%{version_no_tilde %{quote:}}
|
||||
%autosetup -p1 -n %{name}-%{version}
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -152,6 +152,9 @@ find %{buildroot}%{python3_sitelib} \
|
||||
%{python3_sitelib}/pytest/
|
||||
|
||||
%changelog
|
||||
* Thu Aug 06 2020 Miro Hrončok <mhroncok@redhat.com> - 6.0.1-1
|
||||
- Update to 6.0.1 (#1862097)
|
||||
|
||||
* Mon Jul 28 2020 Miro Hrončok <mhroncok@redhat.com> - 6.0.0~rc1-1
|
||||
- Update to 6.0.0rc1
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pytest-6.0.0rc1.tar.gz) = 4ecef8cfd62d923519a0b151807d10a180ad5798ff8eaeedde072761210555b9010f628655fe70f6f6f6eb9cf1b8857e9bb2de83bd8668c22c7e53326992e501
|
||||
SHA512 (pytest-6.0.1.tar.gz) = bdd790c3860da2ed3a3ff47f04512c3bfae4fa1e31fc6b96fc19bd57d1804a6fec968ecf17a11c5b20d30dcf82d6391ef0d893ae57a3da9ad777a15c078c129f
|
||||
|
Loading…
Reference in New Issue
Block a user