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:
Silvan Calarco 2024-01-06 10:43:01 +01:00
parent 4845996806
commit ec2705e0fe

View File

@ -1,20 +1,24 @@
Name: python-acme
Version: 0.5.0
Release: 1mamba
Version: 0.9.3
Release: 2mamba
Summary: ACME protocol implementation for Python
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
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
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython-devel
## AUTOBUILDREQ-END
BuildRequires: python-cryptography >= 1.5.2-2mamba
BuildRequires: python-pyOpenSSL
Requires: python >= %python_version
Requires: python-ndg-httpsclient
Requires: python-werkzeug
Requires: python-pyOpenSSL
Requires: python-cryptography >= 1.5.2-2mamba
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
@ -37,12 +41,40 @@ CFLAGS="%{optflags}" %{__python} setup.py build
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%check
python setup.py nosetests
%files -f %{name}.filelist
%defattr(-,root,root)
%dir %{python_sitearch}/acme-%{version}-py*.egg-info
%{python_sitearch}/acme-%{version}-py*.egg-info/*
%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
- automatic version update by autodist