automatic update by autodist [release 1.3.7-1mamba;Sat Sep 17 2016]

This commit is contained in:
Automatic Build System 2024-01-06 11:29:03 +01:00
parent f6fff5c949
commit 11c2402d73

View File

@ -1,5 +1,5 @@
Name: python-mysqlclient
Version: 1.3.6
Version: 1.3.7
Release: 1mamba
Summary: Python interface to MySQL
Group: System/Libraries
@ -7,7 +7,7 @@ Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://sourceforge.net/projects/mysql-python/
Source: https://pypi.python.org/packages/source/m/mysqlclient/mysqlclient-%{version}.tar.gz
Source: https://pypi.debian.net/mysqlclient/mysqlclient-%{version}.tar.gz
License: GPL, Python License, Zope Public License
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -53,13 +53,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 %{?pyappend} -f %{name}.filelist
%defattr(-,root,root)
%doc doc/*
%changelog
* Sat Sep 17 2016 Automatic Build System <autodist@mambasoft.it> 1.3.7-1mamba
- automatic update by autodist
* Sat May 16 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.6-1mamba
- update to 1.3.6
- switched from python-MySQL and added python3 support