Accepting request 1183152 from home:alois:branches:devel:languages:python

- 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/request/show/1183152
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 c62cd03167
commit 048070fe0c
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>