From d1ae0205de02a9a0d200eff39173da855d1d2798 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Thu, 24 Oct 2024 19:56:58 +0200 Subject: [PATCH] update to 2.2.5 [release 2.2.5-1mamba;Thu Oct 24 2024] --- README.md | 7 +------ python-mysqlclient.spec | 16 +++++++--------- 2 files changed, 8 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 3ad7694..93a251a 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/python-mysqlclient.spec b/python-mysqlclient.spec index 6e772f9..9d80da8 100644 --- a/python-mysqlclient.spec +++ b/python-mysqlclient.spec @@ -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 -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 2.2.5-1mamba +- update to 2.2.5 + * Sat Feb 10 2024 Automatic Build System 2.2.4-1mamba - automatic version update by autodist