automatic update by autodist [release 1.7.0-1mamba;Thu Sep 15 2016]

This commit is contained in:
Automatic Build System 2024-01-05 16:16:17 +01:00
parent 4bb534ba9f
commit cdad17e448

View File

@ -1,5 +1,5 @@
Name: python-pep8
Version: 1.5.7
Version: 1.7.0
Release: 1mamba
Summary: Python style guide checker
Group: System/Libraries
@ -7,7 +7,7 @@ Vendor: openmamba
Distribution: openmamba
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
URL: http://github.com/jcrocholl/pep8
Source: http://pypi.python.org/packages/source/p/pep8/pep8-%{version}.tar.gz
Source: http://pypi.debian.net/pep8/pep8-%{version}.tar.gz
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython-devel
@ -36,13 +36,16 @@ CFLAGS="%{optflags}" %{__python} setup.py build
--single-version-externally-managed \
--record=%{name}.filelist
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%files -f %{name}.filelist
%defattr(-,root,root)
%doc CHANGES.txt README.rst
%changelog
* Thu Sep 15 2016 Automatic Build System <autodist@mambasoft.it> 1.7.0-1mamba
- automatic update by autodist
* Sat May 31 2014 Automatic Build System <autodist@mambasoft.it> 1.5.7-1mamba
- automatic update by autodist