update to 2.2.5 [release 2.2.5-1mamba;Thu Oct 24 2024]
This commit is contained in:
parent
b4224e67f5
commit
d1ae0205de
@ -1,9 +1,4 @@
|
||||
# python-mysqlclient
|
||||
|
||||
mysqlclient is a fork of MySQL-python. It add Python 3.3 support and merges some pull requests.
|
||||
|
||||
|
||||
MySQL support for Python. MySQL versions 3.23-5.1; and Python versions 2.3-2.6 are supported.
|
||||
MySQLdb is the Python DB API-2.0 interface. _mysql is a low-level API similiar to the MySQL C API.
|
||||
ZMySQLDA is a Database Adapter for Zope2.
|
||||
MySQL/MariaDB connector for Python.
|
||||
|
||||
|
@ -1,13 +1,13 @@
|
||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||
Name: python-mysqlclient
|
||||
Version: 2.2.4
|
||||
Version: 2.2.5
|
||||
Release: 1mamba
|
||||
Summary: Python interface to MySQL
|
||||
Summary: MySQL/MariaDB connector for Python
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://sourceforge.net/projects/mysql-python/
|
||||
URL: https://mysqlclient.readthedocs.io/
|
||||
Source: https://pypi.debian.net/mysqlclient/mysqlclient-%{version}.tar.gz
|
||||
License: GPL, Python License, Zope Public License
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
@ -23,12 +23,7 @@ Provides: python-MySQL
|
||||
Obsoletes: python-MySQL < 2.2.1
|
||||
|
||||
%description
|
||||
mysqlclient is a fork of MySQL-python. It add Python 3.3 support and merges some pull requests.
|
||||
|
||||
|
||||
MySQL support for Python. MySQL versions 3.23-5.1; and Python versions 2.3-2.6 are supported.
|
||||
MySQLdb is the Python DB API-2.0 interface. _mysql is a low-level API similiar to the MySQL C API.
|
||||
ZMySQLDA is a Database Adapter for Zope2.
|
||||
MySQL/MariaDB connector for Python.
|
||||
|
||||
%if "%{?with_pyver}"
|
||||
%pyver_package
|
||||
@ -61,6 +56,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
%doc doc/*
|
||||
|
||||
%changelog
|
||||
* Thu Oct 24 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.5-1mamba
|
||||
- update to 2.2.5
|
||||
|
||||
* Sat Feb 10 2024 Automatic Build System <autodist@openmamba.org> 2.2.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user