update to 7.0 [release 7.0-1mamba;Tue Apr 09 2019]

This commit is contained in:
Silvan Calarco 2024-01-06 10:57:55 +01:00
parent d05a06c18e
commit 7ff9f266ff

View File

@ -1,5 +1,5 @@
Name: python-click Name: python-click
Version: 6.7 Version: 7.0
Release: 1mamba Release: 1mamba
Summary: A simple wrapper around optparse for powerful command line utilities Summary: A simple wrapper around optparse for powerful command line utilities
Group: System/Libraries Group: System/Libraries
@ -7,7 +7,7 @@ Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org> Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
URL: http://click.pocoo.org URL: http://click.pocoo.org
Source: https://pypi.debian.net/click/click-%{version}.tar.gz Source: https://pypi.debian.net/click/Click-%{version}.tar.gz
License: BSD License: BSD
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython-devel BuildRequires: libpython-devel
@ -29,7 +29,7 @@ Click in three points:
* supports lazy loading of subcommands at runtime * supports lazy loading of subcommands at runtime
%prep %prep
%setup -q -n click-%{version} %setup -q -n Click-%{version}
%build %build
CFLAGS="%{optflags}" %{__python} setup.py build CFLAGS="%{optflags}" %{__python} setup.py build
@ -43,13 +43,15 @@ CFLAGS="%{optflags}" %{__python} setup.py build
--install-lib=%{python_sitearch} \ --install-lib=%{python_sitearch} \
--record=%{name}.filelist --record=%{name}.filelist
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist sed -i "s,.*/man/.*,&.gz," %{name}.filelist
%files -f %{name}.filelist %files -f %{name}.filelist
%defattr(-,root,root) %defattr(-,root,root)
%{python27_sitearch}/click-%{version}-py*.egg-info
%changelog %changelog
* Tue Apr 09 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 7.0-1mamba
- update to 7.0
* Tue Jan 10 2017 Automatic Build System <autodist@mambasoft.it> 6.7-1mamba * Tue Jan 10 2017 Automatic Build System <autodist@mambasoft.it> 6.7-1mamba
- automatic version update by autodist - automatic version update by autodist