14
0

- update to 1.0.2:

* Split out Python code into git branches to support older
    Python.
  * Master now can use newer Python idioms like f-strings, and
    newer packaging uses `pyproject.toml`.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-term-background?expand=0&rev=3
This commit is contained in:
2024-11-20 17:05:27 +00:00
committed by Git OBS Bridge
parent 091894df73
commit 865ff59a71
4 changed files with 25 additions and 13 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Nov 20 17:05:10 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.0.2:
* Split out Python code into git branches to support older
Python.
* Master now can use newer Python idioms like f-strings, and
newer packaging uses `pyproject.toml`.
-------------------------------------------------------------------
Sat Feb 5 17:43:21 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>