forked from pool/python-plaster
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-plaster?expand=0&rev=16
57 lines
2.3 KiB
Plaintext
57 lines
2.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Mar 26 05:32:28 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Don't use license in the dist-info directory.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 14 12:49:13 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
|
|
|
- Build from source, using obs_scm service to download from repository
|
|
without docs/* to do not distribute CC-noncomercial licensed
|
|
documentation.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 9 05:33:35 UTC 2023 - ecsos <ecsos@popensuse.org>
|
|
|
|
- Add %{?sle15_python_module_pythons}
|
|
|
|
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Use pyproject_install macro (boo#1094323)
|
|
|
|
-------------------------------------------------------------------
|
|
Sun May 19 23:39:33 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
|
|
|
- Switch to wheel, which doesn't have the problematic
|
|
CC-noncomercial licensed documentation.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 24 11:59:27 UTC 2019 - pgajdos@suse.com
|
|
|
|
- version update to 1.0
|
|
* improve the exception message for ``InvalidURI`` to show the ``config_uri``.
|
|
See https://github.com/Pylons/plaster/pull/17
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 14 18:11:11 UTC 2017 - aloisio@gmx.com
|
|
|
|
- Initial package (0.5)
|