11
0

Accepting request 940104 from home:bnavigator:python-rpm-macros

- update to 1.9.0
  * Removed the apipkg dependency.
- Release 1.8.1
  * Update calls of threading.Event.isSet() to
    threading.Event.is_set(), which avoids a deprecation warning
    with Python 3.10.

OBS-URL: https://build.opensuse.org/request/show/940104
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-execnet?expand=0&rev=17
This commit is contained in:
2021-12-14 13:04:51 +00:00
committed by Git OBS Bridge
parent 14119d521b
commit 2a0a3dd09f
4 changed files with 14 additions and 6 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Dec 12 16:55:20 UTC 2021 - Ben Greiner <code@bnavigator.de>
- update to 1.9.0
* Removed the apipkg dependency.
- Release 1.8.1
* Update calls of threading.Event.isSet() to
threading.Event.is_set(), which avoids a deprecation warning
with Python 3.10.
-------------------------------------------------------------------
Tue Feb 2 09:57:10 UTC 2021 - Dirk Müller <dmueller@suse.com>