15
0

Accepting request 945691 from home:bnavigator:branches:devel:languages:python

- Add support for Python 3.10
  * transitions-fixpy310.patch -- gh#pytransitions/transitions#559
- Make sure the graphviz tests don't error out without an installed
  font
- Clean obsolete python36 conditionals

OBS-URL: https://build.opensuse.org/request/show/945691
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-transitions?expand=0&rev=19
This commit is contained in:
2022-01-13 12:41:18 +00:00
committed by Git OBS Bridge
parent ff4976a970
commit 0523109636
3 changed files with 65 additions and 6 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Jan 11 21:26:06 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Add support for Python 3.10
* transitions-fixpy310.patch -- gh#pytransitions/transitions#559
- Make sure the graphviz tests don't error out without an installed
font
- Clean obsolete python36 conditionals
-------------------------------------------------------------------
Sun Oct 24 17:34:22 UTC 2021 - Ben Greiner <code@bnavigator.de>