15
0

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

- Update to version 1.1.2 
  Fix a bug in which plaster would crash harder than expected if a URI is specified to a distribution that does not have the specified entry points.
  Now a LoaderNotFound exception will be raised instead of a bad unpacking of tuples.
- Update to version 1.1.1
  * Add support for Python 3.11.
  * Fix an bug introduced in 1.1 on some systems where plaster.exceptions.MultipleLoadersFound would be raised due to lib and lib64 being symlinked
    to each other and both added to the sys.path. See https://github.com/Pylons/plaster/pull/27
- Update to version 1.1
  * Drop support for Python 2.7, 3.4, 3.5, 3.6.
  * Add support for Python 3.8, 3.9, 3.10.
  * Drop runtime dependency on setuptools / pkg_resources by switching to importlib.metadata.

OBS-URL: https://build.opensuse.org/request/show/1041220
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-plaster?expand=0&rev=10
This commit is contained in:
2022-12-07 21:29:19 +00:00
committed by Git OBS Bridge
parent 126a2c6358
commit 725b31e05c
4 changed files with 23 additions and 6 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Dec 7 20:07:51 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 1.1.2
Fix a bug in which plaster would crash harder than expected if a URI is specified to a distribution that does not have the specified entry points.
Now a LoaderNotFound exception will be raised instead of a bad unpacking of tuples.
- Update to version 1.1.1
* Add support for Python 3.11.
* Fix an bug introduced in 1.1 on some systems where plaster.exceptions.MultipleLoadersFound would be raised due to lib and lib64 being symlinked
to each other and both added to the sys.path. See https://github.com/Pylons/plaster/pull/27
- Update to version 1.1
* Drop support for Python 2.7, 3.4, 3.5, 3.6.
* Add support for Python 3.8, 3.9, 3.10.
* Drop runtime dependency on setuptools / pkg_resources by switching to importlib.metadata.
-------------------------------------------------------------------
Sat Jan 11 14:06:14 UTC 2020 - Bernhard Wiedemann <bwiedemann@suse.com>