From 32c07a1c45e0ab2a2516dd4704ab46c3ff1bda2f Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 11:30:11 +0100 Subject: [PATCH] automatic version update by autodist [release 0.4.1-1mamba;Sat Jun 18 2016] --- python-ndg-httpsclient.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-ndg-httpsclient.spec b/python-ndg-httpsclient.spec index e0e988c..2cd0efc 100644 --- a/python-ndg-httpsclient.spec +++ b/python-ndg-httpsclient.spec @@ -1,5 +1,5 @@ Name: python-ndg-httpsclient -Version: 0.4.0 +Version: 0.4.1 Release: 1mamba Summary: Provides enhanced HTTPS support for httplib and urllib2 using PyOpenSSL Group: System/Libraries @@ -7,7 +7,7 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://github.com/cedadev/ndg_httpsclient/ -Source: https://pypi.python.org/packages/source/n/ndg-httpsclient/ndg_httpsclient-%{version}.tar.gz +Source: https://pypi.debian.net/ndg-httpsclient/ndg_httpsclient-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: libpython-devel @@ -33,11 +33,14 @@ 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) %changelog +* Sat Jun 18 2016 Automatic Build System 0.4.1-1mamba +- automatic version update by autodist + * Sat Dec 05 2015 Silvan Calarco 0.4.0-1mamba - package created using the webbuild interface