15
0

Accepting request 1079487 from home:benoit_monin:branches:devel:languages:python

- update to version 2.1.0
- require python >= 3.7

OBS-URL: https://build.opensuse.org/request/show/1079487
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedgenerator?expand=0&rev=16
This commit is contained in:
2023-04-14 17:22:53 +00:00
committed by Git OBS Bridge
parent 1b687c681a
commit 75a9bb28f8
4 changed files with 17 additions and 6 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Apr 14 16:28:32 UTC 2023 - Benoît Monin <benoit.monin@gmx.fr>
- update to version 2.1.0:
* Modernize and improve tests (#32 & #34 — thanks to @venthur)
* Drop support for Python 3.6 and test on 3.10 & 3.11
(#35 — thanks to @hugovk)
* Exclude tests_feedgenerator/__pycache__ from distribution
(#33 — thanks to @BenSturmfels)
- require python >= 3.7
-------------------------------------------------------------------
Thu Dec 15 09:38:31 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>