Metadata updates, 1.2.2b2

This commit is contained in:
adustman
2006-10-13 22:12:34 +00:00
parent 1044fea0ff
commit 1699cc8eb1
3 changed files with 12 additions and 6 deletions

View File

@ -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;

View File

@ -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

View File

@ -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