14
0
forked from pool/python-vine

- Update to 5.0.0:

* Dropped Python 2.x, 3.4 and 3.5 support.
  * Removed the :mod:`vine.five` module.
  * Removed the :mod:`vine.backports.weakref_backports` module.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vine?expand=0&rev=8
This commit is contained in:
2020-11-09 05:33:54 +00:00
committed by Git OBS Bridge
parent 09ca2f4b1d
commit a1bd7bc6af
4 changed files with 15 additions and 7 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Nov 9 05:32:32 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 5.0.0:
* Dropped Python 2.x, 3.4 and 3.5 support.
* Removed the :mod:`vine.five` module.
* Removed the :mod:`vine.backports.weakref_backports` module.
-------------------------------------------------------------------
Mon Mar 25 15:15:29 UTC 2019 - pgajdos@suse.com