require python-requests-toolbelt-[py*] [release 1.3.0-3mamba;Sat Apr 11 2020]
This commit is contained in:
parent
599d11ec3e
commit
1693b1eff7
@ -1,6 +1,6 @@
|
|||||||
Name: python-acme
|
Name: python-acme
|
||||||
Version: 1.2.0
|
Version: 1.3.0
|
||||||
Release: 1mamba
|
Release: 3mamba
|
||||||
Summary: ACME protocol implementation for Python
|
Summary: ACME protocol implementation for Python
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -15,15 +15,40 @@ BuildRequires: libpython-devel
|
|||||||
BuildRequires: python-cryptography >= 1.5.2-2mamba
|
BuildRequires: python-cryptography >= 1.5.2-2mamba
|
||||||
BuildRequires: python-pyOpenSSL
|
BuildRequires: python-pyOpenSSL
|
||||||
Requires: python >= %python_version
|
Requires: python >= %python_version
|
||||||
|
Requires: python-cryptography >= 1.5.2-2mamba
|
||||||
|
Requires: python-pyOpenSSL
|
||||||
Requires: python-ndg-httpsclient
|
Requires: python-ndg-httpsclient
|
||||||
Requires: python-werkzeug
|
Requires: python-werkzeug
|
||||||
Requires: python-pyOpenSSL
|
Requires: python-requests-toolbelt
|
||||||
Requires: python-cryptography >= 1.5.2-2mamba
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
|
|
||||||
|
%if "%?with_pyver"
|
||||||
|
%define pyver %{with_pyver}
|
||||||
|
%define pyappend py%{with_pyver}
|
||||||
|
%define __python %(rpm --eval %{__python%{with_pyver}})
|
||||||
|
%define python_sitearch %(rpm --eval %{python%{with_pyver}_sitearch})
|
||||||
|
%define python_sitelib %(rpm --eval %{python%{with_pyver}_sitelib})
|
||||||
|
%define python_inc %(rpm --eval %{python%{with_pyver}_inc})
|
||||||
|
%define python_version %(rpm --eval %{python%{with_pyver}_version})
|
||||||
|
%define python_provides %(rpm --eval %{python%{with_pyver}_provides})
|
||||||
|
%define python_requires %(rpm --eval %{python%{with_pyver}_requires})
|
||||||
|
%define py_requires %(rpm --eval %{py%{with_pyver}_requires})
|
||||||
|
|
||||||
|
%package py%{pyver}
|
||||||
|
Group: System/Libraries/Python
|
||||||
|
Summary: %{summary}.
|
||||||
|
Requires: python-cryptography-%{?pyappend}
|
||||||
|
Requires: python-pyOpenSSL-%{?pyappend}
|
||||||
|
Requires: python-requests-toolbelt-%{?pyappend}
|
||||||
|
%py_requires
|
||||||
|
|
||||||
|
%description py%{pyver}
|
||||||
|
%{summary}.
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n acme-%{version}
|
%setup -q -n acme-%{version}
|
||||||
|
|
||||||
@ -44,12 +69,21 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|||||||
#% check
|
#% check
|
||||||
#python setup.py nosetests
|
#python setup.py nosetests
|
||||||
|
|
||||||
%files -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{python_sitearch}/acme-%{version}-py*.egg-info
|
%dir %{python_sitearch}/acme-%{version}-py*.egg-info
|
||||||
%{python_sitearch}/acme-%{version}-py*.egg-info/*
|
%{python_sitearch}/acme-%{version}-py*.egg-info/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.0-3mamba
|
||||||
|
- require python-requests-toolbelt-[py*]
|
||||||
|
|
||||||
|
* Sat Apr 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.0-2mamba
|
||||||
|
- rebuilt with py3* packages
|
||||||
|
|
||||||
|
* Wed Mar 04 2020 Automatic Build System <autodist@mambasoft.it> 1.3.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Feb 05 2020 Automatic Build System <autodist@mambasoft.it> 1.2.0-1mamba
|
* Wed Feb 05 2020 Automatic Build System <autodist@mambasoft.it> 1.2.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user