update to 2.2.5 [release 2.2.5-1mamba;Thu Oct 24 2024]

This commit is contained in:
Silvan Calarco 2024-10-24 19:56:58 +02:00
parent b4224e67f5
commit d1ae0205de
2 changed files with 8 additions and 15 deletions

View File

@ -1,9 +1,4 @@
# python-mysqlclient # python-mysqlclient
mysqlclient is a fork of MySQL-python. It add Python 3.3 support and merges some pull requests. MySQL/MariaDB connector for Python.
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.

View File

@ -1,13 +1,13 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _) %define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-mysqlclient Name: python-mysqlclient
Version: 2.2.4 Version: 2.2.5
Release: 1mamba Release: 1mamba
Summary: Python interface to MySQL Summary: MySQL/MariaDB connector for Python
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> 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 Source: https://pypi.debian.net/mysqlclient/mysqlclient-%{version}.tar.gz
License: GPL, Python License, Zope Public License License: GPL, Python License, Zope Public License
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
@ -23,12 +23,7 @@ Provides: python-MySQL
Obsoletes: python-MySQL < 2.2.1 Obsoletes: python-MySQL < 2.2.1
%description %description
mysqlclient is a fork of MySQL-python. It add Python 3.3 support and merges some pull requests. MySQL/MariaDB connector for Python.
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.
%if "%{?with_pyver}" %if "%{?with_pyver}"
%pyver_package %pyver_package
@ -61,6 +56,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%doc doc/* %doc doc/*
%changelog %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 * Sat Feb 10 2024 Automatic Build System <autodist@openmamba.org> 2.2.4-1mamba
- automatic version update by autodist - automatic version update by autodist