From 003c1600db6b9fcd80249de73f485444a2c6edf3fb9ea106dbedae1b2e4129bb Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 14 Oct 2019 07:40:24 +0000 Subject: [PATCH] - Update to 0.18.0. - Remove python38-compat.patch, already included. - Add future-correct-mimetype.patch, since Python 3.8 is able to detect the MIME type now. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-future?expand=0&rev=25 --- python-future.changes | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/python-future.changes b/python-future.changes index 1bc310b..950f750 100644 --- a/python-future.changes +++ b/python-future.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Oct 14 07:17:21 UTC 2019 - Steve Kowalik + +- Update to 0.18.0. +- Remove python38-compat.patch, already included. +- Add future-correct-mimetype.patch, since Python 3.8 is able to detect + the MIME type now. + ------------------------------------------------------------------- Wed Oct 2 14:56:02 CEST 2019 - Matej Cepl