mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2026-03-13 08:00:02 +08:00
v1.4.2
This commit is contained in:
12
HISTORY.rst
12
HISTORY.rst
@@ -1,3 +1,15 @@
|
||||
======================
|
||||
What's new in 1.4.2
|
||||
======================
|
||||
|
||||
Release: 2019-02-08
|
||||
|
||||
* Fix Django 1.11 compatibility. (#327)
|
||||
mysqlclient 1.5 will not support Django 1.11. It is not because
|
||||
mysqlclient will break backward compatibility, but Django used
|
||||
unsupported APIs and Django 1.11 don't fix bugs including
|
||||
compatibility issues.
|
||||
|
||||
======================
|
||||
What's new in 1.4.1
|
||||
======================
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
version: 1.4.1
|
||||
version_info: (1,4,1,'final',0)
|
||||
version: 1.4.2
|
||||
version_info: (1,4,2,'final',0)
|
||||
description: Python interface to MySQL
|
||||
author: Inada Naoki
|
||||
author_email: songofacandy@gmail.com
|
||||
|
||||
16
setup.cfg
16
setup.cfg
@@ -1,16 +0,0 @@
|
||||
[build_ext]
|
||||
## Only uncomment/set these if the default configuration doesn't work
|
||||
## Also see https://docs.python.org/distutils/configfile.html
|
||||
# include-dirs = ?
|
||||
# library-dirs = ?
|
||||
# link-objects = ?
|
||||
# rpath = ?
|
||||
# libraries = ?
|
||||
|
||||
[bdist_rpm]
|
||||
doc_files = README MANIFEST doc/*.txt
|
||||
vendor = MySQL-python SourceForge Project
|
||||
packager = Andy Dustman <adustman@users.sourceforge.net>
|
||||
distribution-name = Red Stains Linux
|
||||
requires = python
|
||||
build-requires = python-devel mysql-devel zlib-devel openssl-devel
|
||||
Reference in New Issue
Block a user