This commit is contained in:
Inada Naoki
2019-02-08 21:23:05 +09:00
parent 9339b153f0
commit c3dcb16f8e
3 changed files with 14 additions and 18 deletions

View File

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

View File

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

View File

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