Update to 3.6.0 (#1581692)
This commit is contained in:
parent
89e9545899
commit
8b70d05a67
10
pytest.spec
10
pytest.spec
@ -1,7 +1,7 @@
|
||||
%global pylib_version 1.5.0
|
||||
|
||||
Name: pytest
|
||||
Version: 3.5.1
|
||||
Version: 3.6.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Simple powerful testing with Python
|
||||
License: MIT
|
||||
@ -36,6 +36,7 @@ py.test provides simple, yet powerful testing for Python.
|
||||
|
||||
%package -n python2-%{name}
|
||||
Summary: Simple powerful testing with Python
|
||||
BuildRequires: python2-atomicwrites
|
||||
BuildRequires: python2-attrs
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python2-funcsigs
|
||||
@ -60,6 +61,7 @@ BuildRequires: python2-nose
|
||||
BuildRequires: python2-twisted
|
||||
%endif
|
||||
|
||||
Requires: python2-atomicwrites
|
||||
Requires: python2-attrs
|
||||
Requires: python2-funcsigs
|
||||
Requires: python2-more-itertools >= 4.0.0
|
||||
@ -78,6 +80,7 @@ py.test provides simple, yet powerful testing for Python.
|
||||
|
||||
%package -n python3-%{name}
|
||||
Summary: Simple powerful testing with Python
|
||||
BuildRequires: python3-atomicwrites
|
||||
BuildRequires: python3-attrs
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-hypothesis
|
||||
@ -101,6 +104,7 @@ BuildRequires: python3-nose
|
||||
BuildRequires: python3-twisted
|
||||
%endif
|
||||
|
||||
Requires: python3-atomicwrites
|
||||
Requires: python3-attrs
|
||||
Requires: python3-more-itertools
|
||||
Requires: python3-pluggy
|
||||
@ -211,6 +215,10 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \
|
||||
%{python3_sitelib}/__pycache__/pytest.*
|
||||
|
||||
%changelog
|
||||
* Mon May 28 2018 Miro Hrončok <mhroncok@redhat.com> - 3.6.0-1
|
||||
- Update to 3.6.0 (#1581692)
|
||||
- Require and BuildRequire atomicwrites
|
||||
|
||||
* Sat May 19 2018 Thomas Moschny <thomas.moschny@gmx.de> - 3.5.1-1
|
||||
- Update to 3.5.1.
|
||||
- Build the documentation with Python3.
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pytest-3.5.1.tar.gz) = 5f54251b197b4bebadb06536054b4f79e16c5cec2cdfd7d95fd74548b8ecfaddaafeb635eb90d085fe4d4bea1108f951fe500d0e548cc8b797b0d23e0c2693a0
|
||||
SHA512 (pytest-3.6.0.tar.gz) = f49755957c098e0d6b4cd9613e288dd2b5b68b1db488fae999b3278bb56df9d516e5a4ef9b021b5df94228129fc3702577883c76be1fbecfb3a39ace0189482d
|
||||
|
Loading…
Reference in New Issue
Block a user