14
0
forked from pool/python-pybeam

- Remove doc conditional as it is never built due to always being

as a bcond_with
- Use unittest directly to avoid setup.py test deprecation
- Allow usage with construct 2.10

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pybeam?expand=0&rev=30
This commit is contained in:
Tomáš Chvátal
2020-02-12 16:51:33 +00:00
committed by Git OBS Bridge
parent 3b3573e3f9
commit 4371383c21
2 changed files with 20 additions and 26 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Feb 12 16:47:55 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Remove doc conditional as it is never built due to always being
as a bcond_with
- Use unittest directly to avoid setup.py test deprecation
- Allow usage with construct 2.10
-------------------------------------------------------------------
Sun Dec 15 02:38:15 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>