mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-15 11:10:58 +08:00
Metadata updates, 1.2.2b2
This commit is contained in:
@ -55,6 +55,12 @@ PERFORMANCE OF THIS SOFTWARE.
|
|||||||
# define MyFree(ob) ob->ob_type->tp_free((PyObject *)ob)
|
# define MyFree(ob) ob->ob_type->tp_free((PyObject *)ob)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if PY_VERSION_HEX < 0x02050000 && !defined(PY_SSIZE_T_MIN)
|
||||||
|
typedef int Py_ssize_t;
|
||||||
|
#define PY_SSIZE_T_MAX INT_MAX
|
||||||
|
#define PY_SSIZE_T_MIN INT_MIN
|
||||||
|
#endif
|
||||||
|
|
||||||
static PyObject *_mysql_MySQLError;
|
static PyObject *_mysql_MySQLError;
|
||||||
static PyObject *_mysql_Warning;
|
static PyObject *_mysql_Warning;
|
||||||
static PyObject *_mysql_Error;
|
static PyObject *_mysql_Error;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
version: 1.2.2b1
|
version: 1.2.2b2
|
||||||
version_info: (1,2,2,'beta',1)
|
version_info: (1,2,2,'beta',2)
|
||||||
description: Python interface to MySQL
|
description: Python interface to MySQL
|
||||||
long_description:
|
long_description:
|
||||||
=========================
|
=========================
|
||||||
@ -29,7 +29,7 @@ author_email: andy@dustman.net
|
|||||||
license: GPL
|
license: GPL
|
||||||
platforms: ALL
|
platforms: ALL
|
||||||
url: http://sourceforge.net/projects/mysql-python
|
url: http://sourceforge.net/projects/mysql-python
|
||||||
download_url: http://prdownloads.sourceforge.net/mysql-python/MySQL-python-%(version)s.tar.gz
|
download_url: http://easynews.dl.sourceforge.net/sourceforge/mysql-python/MySQL-python-%(version)s.tar.gz
|
||||||
classifiers:
|
classifiers:
|
||||||
Development Status :: 5 - Production/Stable
|
Development Status :: 5 - Production/Stable
|
||||||
Environment :: Other Environment
|
Environment :: Other Environment
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[bdist_rpm]
|
[bdist_rpm]
|
||||||
doc_files = README doc/*.txt ChangeLog CHANGES-1.2.1
|
doc_files = README doc/*.txt
|
||||||
vendor = MySQL-python SourceForge Project
|
vendor = MySQL-python SourceForge Project
|
||||||
packager = Andy Dustman <andy@dustman.net>
|
packager = Andy Dustman <adustman@users.sourceforge.net>
|
||||||
distribution-name = Red Hat Linux
|
distribution-name = Red Stains Linux
|
||||||
requires = python
|
requires = python
|
||||||
build-requires = python-devel mysql-devel zlib-devel openssl-devel
|
build-requires = python-devel mysql-devel zlib-devel openssl-devel
|
||||||
|
Reference in New Issue
Block a user