14
0
forked from pool/python-peewee

- switch to PyMSQL instead of mysql-connector-python, which is the

default since 3.12.x and doesn't have vulnerabilities (bsc#1122204)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-peewee?expand=0&rev=28
This commit is contained in:
2020-03-18 16:03:04 +00:00
committed by Git OBS Bridge
parent 6c70d7ac8c
commit 381cbd977b
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Mar 18 16:01:40 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- switch to PyMSQL instead of mysql-connector-python, which is the
default since 3.12.x and doesn't have vulnerabilities (bsc#1122204)
-------------------------------------------------------------------
Wed Mar 11 15:56:45 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>