Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 948def4

Browse filesBrowse files
committed
1.3.10
1 parent 31337c4 commit 948def4
Copy full SHA for 948def4

File tree

Expand file treeCollapse file tree

1 file changed

+10
-10
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+10
-10
lines changed

‎metadata.cfg

Copy file name to clipboardExpand all lines: metadata.cfg
+10-10Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[metadata]
2-
version: 1.3.9
3-
version_info: (1,3,9,'final',1)
2+
version: 1.3.10
3+
version_info: (1,3,10,'final',0)
44
description: Python interface to MySQL
55
long_description:
66
=========================
77
Python interface to MySQL
88
=========================
99
\n
10-
mysqlclient is a fork of MySQL-python. It adds Python 3.3~ support
11-
and merges some pull requests.
10+
mysqlclient is a fork of MySQL-python. It adds Python 3 support
11+
and fixed many bugs.
1212
\n
1313
MySQLdb is an interface to the popular MySQL_ database server for
1414
Python. The design goals are:
@@ -17,8 +17,8 @@ long_description:
1717
- Thread-safety
1818
- Thread-friendliness (threads will not block each other)
1919
\n
20-
MySQL-4.1 through 5.5 and Python-2.7, 3.3-3.5 are currently
21-
supported. PyPy is supported.
20+
MySQL-5.1 through 5.7 and Python 2.7, 3.3+ are currently
21+
supported. PyPy is supported too.
2222
\n
2323
MySQLdb is `Free Software`_.
2424
\n
@@ -50,20 +50,20 @@ classifiers:
5050
Programming Language :: Python :: 3.3
5151
Programming Language :: Python :: 3.4
5252
Programming Language :: Python :: 3.5
53+
Programming Language :: Python :: 3.6
5354
Topic :: Database
5455
Topic :: Database :: Database Engines/Servers
5556
py_modules:
5657
_mysql_exceptions
5758
MySQLdb.compat
58-
MySQLdb.converters
5959
MySQLdb.connections
60+
MySQLdb.converters
6061
MySQLdb.cursors
6162
MySQLdb.release
6263
MySQLdb.times
64+
MySQLdb.constants.CLIENT
6365
MySQLdb.constants.CR
64-
MySQLdb.constants.FIELD_TYPE
6566
MySQLdb.constants.ER
67+
MySQLdb.constants.FIELD_TYPE
6668
MySQLdb.constants.FLAG
6769
MySQLdb.constants.REFRESH
68-
MySQLdb.constants.CLIENT
69-

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.