14
0
forked from pool/python-k5test

Accepting request 1034586 from home:yarunachalam:branches:devel:languages:python

- Update to v0.10.3 
  * Remove no longer valid reference by @stanislavlevin in #23
- Update to v0.10.2
  * Remove redundant wheel dep from pyproject.toml by @mgorny in #19
  * Use built-in shutil.which() instead of which(1) tool by @mgorny in #20
  * Update CI to use new action versions by @jborean93 in #21

OBS-URL: https://build.opensuse.org/request/show/1034586
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-k5test?expand=0&rev=5
This commit is contained in:
2022-11-08 21:17:42 +00:00
committed by Git OBS Bridge
parent 97ec1ad1e2
commit d193123b16
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Nov 8 17:14:41 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to v0.10.3
* Remove no longer valid reference by @stanislavlevin in #23
- Update to v0.10.2
* Remove redundant wheel dep from pyproject.toml by @mgorny in #19
* Use built-in shutil.which() instead of which(1) tool by @mgorny in #20
* Update CI to use new action versions by @jborean93 in #21
-------------------------------------------------------------------
Sat Sep 17 12:57:07 UTC 2022 - John Vandenberg <jayvdb@gmail.com>