15
0
forked from pool/python-enzyme

- Update to version 0.5.1

* Fix package distribution
  version 0.5.0:
  * Drop support for older Python versions
  * Add support to Python 3.12, replacing the deprecated
    function pkg_resources.resource_stream with
    importlib.resources.files

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-enzyme?expand=0&rev=15
This commit is contained in:
2024-06-25 15:36:16 +00:00
committed by Git OBS Bridge
parent 667ef5388b
commit 35c3ceec61
4 changed files with 23 additions and 11 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Jun 25 09:48:01 UTC 2024 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 0.5.1
* Fix package distribution
version 0.5.0:
* Drop support for older Python versions
* Add support to Python 3.12, replacing the deprecated
function pkg_resources.resource_stream with
importlib.resources.files
-------------------------------------------------------------------
Sat Mar 14 09:00:11 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>