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