14
0

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

- udpate to version 2.0.0
- skip python2 build: support dropped from upstream
- add pytest to the BuildRequires: needed for the tests now
- run the tests with pytest but skip coverage generation

OBS-URL: https://build.opensuse.org/request/show/922075
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedgenerator?expand=0&rev=13
This commit is contained in:
2021-09-29 13:04:46 +00:00
committed by Git OBS Bridge
parent a9b31c5674
commit a6d6add484
4 changed files with 21 additions and 5 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Sep 28 20:24:30 UTC 2021 - Benoît Monin <benoit.monin@gmx.fr>
- udpate to version 2.0.0:
* Add preliminary support for adding images to feeds
* Update code for Python 3.6+
* Drop support for Python 2.7
* Fix double subtitles if both description & subtitle are
provided
- skip python2 build: support dropped from upstream
- add pytest to the BuildRequires: needed for the tests now
- run the tests with pytest but skip coverage generation
-------------------------------------------------------------------
Wed Aug 18 19:16:18 UTC 2021 - Benoît Monin <benoit.monin@gmx.fr>