From f8a77dba2c472984dfef50fa0c97f15d670605f2 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 11:11:02 +0100 Subject: [PATCH] update to 1.0.2 [release 1.0.2-1mamba;Mon Aug 08 2016] --- python-funcsigs.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/python-funcsigs.spec b/python-funcsigs.spec index 3d40755..650e47c 100644 --- a/python-funcsigs.spec +++ b/python-funcsigs.spec @@ -1,5 +1,5 @@ Name: python-funcsigs -Version: 0.4 +Version: 1.0.2 Release: 1mamba Summary: Python function signatures from PEP362 for Python Group: System/Libraries @@ -7,7 +7,7 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://funcsigs.readthedocs.org/ -Source: https://pypi.python.org/packages/source/f/funcsigs/funcsigs-%{version}.tar.gz +Source: https://pypi.debian.net/funcsigs/funcsigs-%{version}.tar.gz License: Apache License 2.0 ## AUTOBUILDREQ-BEGIN BuildRequires: libpython-devel @@ -33,12 +33,17 @@ CFLAGS="%{optflags}" %{__python} setup.py build --install-lib=%{python_sitearch} \ --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) +%dir %{python_sitearch}/funcsigs-%{version}-py*.egg-info +%{python_sitearch}/funcsigs-%{version}-py*.egg-info/* %doc LICENSE %changelog +* Mon Aug 08 2016 Silvan Calarco 1.0.2-1mamba +- update to 1.0.2 + * Sat Dec 05 2015 Silvan Calarco 0.4-1mamba - package created using the webbuild interface