15
0

Accepting request 1133139 from home:pgajdos:python

pmmu version update

OBS-URL: https://build.opensuse.org/request/show/1133139
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blessed?expand=0&rev=25
This commit is contained in:
2023-12-15 12:10:42 +00:00
committed by Git OBS Bridge
parent 144bd95f68
commit 80923e84c9
5 changed files with 22 additions and 734 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Dec 14 11:10:32 UTC 2023 - pgajdos@suse.com
- deleted patches
- drop-python2-support.patch (upstreamed)
-------------------------------------------------------------------
Thu Dec 14 09:16:16 UTC 2023 - Petr Gajdos <pgajdos@suse.com>
- update to 1.20.0:
* introduced `Terminal.get_fgcolor()` and
`Terminal.get_bgcolor()` to query
* the terminal for the currently set colors. #237 by
@stefanholek
* bugfix: Copy globals dict before iterating to avoid
`RuntimeError` in multithreaded
* applications, #248 by @adamnovak
-------------------------------------------------------------------
Mon Jun 26 06:59:29 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>