Update to 3.4.2
This commit is contained in:
parent
c746165e1f
commit
f8ed9b3836
@ -1,8 +1,8 @@
|
|||||||
%global pylib_version 1.4.29
|
%global pylib_version 1.4.29
|
||||||
|
|
||||||
Name: pytest
|
Name: pytest
|
||||||
Version: 3.2.3
|
Version: 3.4.2
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Simple powerful testing with Python
|
Summary: Simple powerful testing with Python
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://pytest.org
|
URL: http://pytest.org
|
||||||
@ -31,6 +31,7 @@ BuildRequires: python2-hypothesis
|
|||||||
BuildRequires: python2-pytest-timeout
|
BuildRequires: python2-pytest-timeout
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: python2-mock
|
BuildRequires: python2-mock
|
||||||
|
BuildRequires: python2-pluggy
|
||||||
BuildRequires: python2-twisted
|
BuildRequires: python2-twisted
|
||||||
BuildRequires: python2-jinja2
|
BuildRequires: python2-jinja2
|
||||||
BuildRequires: python2-nose
|
BuildRequires: python2-nose
|
||||||
@ -59,6 +60,7 @@ BuildRequires: python3-hypothesis
|
|||||||
BuildRequires: python3-pytest-timeout
|
BuildRequires: python3-pytest-timeout
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: python3-mock
|
BuildRequires: python3-mock
|
||||||
|
BuildRequires: python3-pluggy
|
||||||
BuildRequires: python3-twisted
|
BuildRequires: python3-twisted
|
||||||
BuildRequires: python3-jinja2
|
BuildRequires: python3-jinja2
|
||||||
BuildRequires: python3-nose
|
BuildRequires: python3-nose
|
||||||
@ -160,6 +162,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \
|
|||||||
%{python3_sitelib}/__pycache__/pytest.*
|
%{python3_sitelib}/__pycache__/pytest.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 14 2018 Charalampos Stratakis <cstratak@redhat.com> - 3.4.2-1
|
||||||
|
- Update to 3.4.2
|
||||||
|
|
||||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.3-4
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.3-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (pytest-3.2.3.tar.gz) = 40abe4e290c7e91fdfae3dc33aa242df51aef0476f8a400460a6e88e5a6c3895dbe30840b221bf123f487e301b55788591abbb64a6085830ad7859e134635cc7
|
SHA512 (pytest-3.4.2.tar.gz) = 787065ab76d4482799bb2da9f024c9c383e68cc1cc01f3b80f6ed9444ca6383d20953615696ed4dd01668777b094cf5002b23c4ce51828879dcf8ebf2170c71b
|
||||||
|
Loading…
Reference in New Issue
Block a user