14
0

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

- update to version 4.5.2
- drop removal of macos hidden temporary files: fixed upstream
- get the source from github instead of pypi for the tests
- add the build requirements for the tests
- run the tests

OBS-URL: https://build.opensuse.org/request/show/850002
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pelican?expand=0&rev=28
This commit is contained in:
2020-11-23 09:52:55 +00:00
committed by Git OBS Bridge
parent ff445c55af
commit dd8ecdea7e
4 changed files with 34 additions and 7 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sun Nov 22 18:54:18 UTC 2020 - Benoît Monin <benoit.monin@gmx.fr>
- update to version 4.5.2:
* Improve logging of generators and writer loaders
- drop removal of macos hidden temporary files: fixed upstream
- get the source from github instead of pypi for the tests
- add the build requirements for the tests:
* python-Markdown
* python-beautifulsoup4
* python-lxml
* python-pytest-xdist
* python-pytest
* python-typogrify
* git-core
- run the tests
-------------------------------------------------------------------
Mon Nov 2 17:39:30 UTC 2020 - Benoît Monin <benoit.monin@gmx.fr>