14
0

Accepting request 783366 from home:pgajdos:python

- version update to 3.0.0
  3.0.0 (2019-10-04)
  - This release matches 2.0.0 other than in the version number. This fixes an
    issue with Requires-Python metadata not being uploaded correctly to PyPi.
    This version is only compatible with Python 3.5+
  2.0.0 (2019-10-04)
  - Drop support for Python 2.7, 3.3, and 3.4
  - Removed the usage of the ``imp`` module to squelch the warnings regarding a
    deprecated modules. See https://github.com/Pylons/venusian/pull/63 and
    https://github.com/Pylons/venusian/issues/57
- modified patches
  % fix-pylons-sphinx-theme.diff (refreshed)

OBS-URL: https://build.opensuse.org/request/show/783366
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-venusian?expand=0&rev=18
This commit is contained in:
Tomáš Chvátal
2020-03-10 12:39:35 +00:00
committed by Git OBS Bridge
parent b28328903b
commit ed90a75846
5 changed files with 45 additions and 26 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Mar 10 12:18:57 UTC 2020 - pgajdos@suse.com
- version update to 3.0.0
3.0.0 (2019-10-04)
- This release matches 2.0.0 other than in the version number. This fixes an
issue with Requires-Python metadata not being uploaded correctly to PyPi.
This version is only compatible with Python 3.5+
2.0.0 (2019-10-04)
- Drop support for Python 2.7, 3.3, and 3.4
- Removed the usage of the ``imp`` module to squelch the warnings regarding a
deprecated modules. See https://github.com/Pylons/venusian/pull/63 and
https://github.com/Pylons/venusian/issues/57
- modified patches
% fix-pylons-sphinx-theme.diff (refreshed)
-------------------------------------------------------------------
Mon Oct 14 14:49:37 UTC 2019 - Matej Cepl <mcepl@suse.com>