rebuilt with tests
require patched python-cryptography = 1.5.2-2mamba [release 0.9.3-2mamba;Mon Oct 17 2016]
This commit is contained in:
parent
4845996806
commit
ec2705e0fe
@ -1,20 +1,24 @@
|
|||||||
Name: python-acme
|
Name: python-acme
|
||||||
Version: 0.5.0
|
Version: 0.9.3
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: ACME protocol implementation for Python
|
Summary: ACME protocol implementation for Python
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://github.com/letsencrypt/letsencrypt
|
URL: https://github.com/letsencrypt/letsencrypt
|
||||||
Source: https://pypi.python.org/packages/source/a/acme/acme-%{version}.tar.gz
|
Source: https://pypi.debian.net/acme/acme-%{version}.tar.gz
|
||||||
License: Apache License 2.0
|
License: Apache License 2.0
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: python-cryptography >= 1.5.2-2mamba
|
||||||
|
BuildRequires: python-pyOpenSSL
|
||||||
Requires: python >= %python_version
|
Requires: python >= %python_version
|
||||||
Requires: python-ndg-httpsclient
|
Requires: python-ndg-httpsclient
|
||||||
Requires: python-werkzeug
|
Requires: python-werkzeug
|
||||||
|
Requires: python-pyOpenSSL
|
||||||
|
Requires: python-cryptography >= 1.5.2-2mamba
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -37,12 +41,40 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
|
|
||||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
|
|
||||||
|
%check
|
||||||
|
python setup.py nosetests
|
||||||
|
|
||||||
%files -f %{name}.filelist
|
%files -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
|
||||||
|
* Mon Oct 17 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.3-2mamba
|
||||||
|
- rebuilt with tests
|
||||||
|
- require patched python-cryptography = 1.5.2-2mamba
|
||||||
|
|
||||||
|
* Fri Oct 14 2016 Automatic Build System <autodist@mambasoft.it> 0.9.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Oct 13 2016 Automatic Build System <autodist@mambasoft.it> 0.9.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Oct 07 2016 Automatic Build System <autodist@mambasoft.it> 0.9.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Oct 06 2016 Automatic Build System <autodist@mambasoft.it> 0.9.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed Jun 15 2016 Automatic Build System <autodist@mambasoft.it> 0.8.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Jun 03 2016 Automatic Build System <autodist@mambasoft.it> 0.8.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Jun 02 2016 Automatic Build System <autodist@mambasoft.it> 0.7.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Apr 06 2016 Automatic Build System <autodist@mambasoft.it> 0.5.0-1mamba
|
* Wed Apr 06 2016 Automatic Build System <autodist@mambasoft.it> 0.5.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user