Latest upstream.
This commit is contained in:
parent
694bb6ebdf
commit
e34d267f8c
@ -11,8 +11,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 3.0.0
|
Version: 4.0.0
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: %{sum}
|
Summary: %{sum}
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -28,6 +28,7 @@ BuildRequires: python2-setuptools
|
|||||||
BuildRequires: pyOpenSSL
|
BuildRequires: pyOpenSSL
|
||||||
BuildRequires: python-crypto
|
BuildRequires: python-crypto
|
||||||
BuildRequires: python-django
|
BuildRequires: python-django
|
||||||
|
BuildRequires: python-jsonpickle
|
||||||
BuildRequires: python2-fasteners
|
BuildRequires: python2-fasteners
|
||||||
BuildRequires: python-flask
|
BuildRequires: python-flask
|
||||||
BuildRequires: python2-gflags
|
BuildRequires: python2-gflags
|
||||||
@ -45,6 +46,9 @@ BuildRequires: python-sphinx_rtd_theme
|
|||||||
BuildRequires: python-tox
|
BuildRequires: python-tox
|
||||||
BuildRequires: python-unittest2
|
BuildRequires: python-unittest2
|
||||||
BuildRequires: python-webtest
|
BuildRequires: python-webtest
|
||||||
|
|
||||||
|
BuildRequires: pytest
|
||||||
|
|
||||||
%if %{with python3}
|
%if %{with python3}
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
@ -53,6 +57,7 @@ BuildRequires: python3-mock
|
|||||||
BuildRequires: python3-pyasn1 >= 0.1.7
|
BuildRequires: python3-pyasn1 >= 0.1.7
|
||||||
BuildRequires: python3-pyasn1-modules >= 0.0.5
|
BuildRequires: python3-pyasn1-modules >= 0.0.5
|
||||||
BuildRequires: python3-tox
|
BuildRequires: python3-tox
|
||||||
|
BuildRequires: python3-pytest
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -174,6 +179,9 @@ rm -r $(find %{_buildrootdir} -type d -name 'tests')
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 29 2017 Ralph Bean <rbean@redhat.com> - 4.0.0-1
|
||||||
|
- new version
|
||||||
|
|
||||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-4
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user