diff --git a/plaster-1.0-py2.py3-none-any.whl b/plaster-1.0-py2.py3-none-any.whl deleted file mode 100644 index c49a8ea..0000000 --- a/plaster-1.0-py2.py3-none-any.whl +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:215c921a438b5349931fd7df9a5a11a3572947f20f4bc6dd622ac08f1c3ba249 -size 14064 diff --git a/plaster-1.1.2-py2.py3-none-any.whl b/plaster-1.1.2-py2.py3-none-any.whl new file mode 100644 index 0000000..8abb64a --- /dev/null +++ b/plaster-1.1.2-py2.py3-none-any.whl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42992ab1f4865f1278e2ad740e8ad145683bb4022e03534265528f0c23c0df2d +size 11554 diff --git a/python-plaster.changes b/python-plaster.changes index 8fe2caf..1ecc1cc 100644 --- a/python-plaster.changes +++ b/python-plaster.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed Dec 7 20:07:51 UTC 2022 - Yogalakshmi Arunachalam + +- 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 diff --git a/python-plaster.spec b/python-plaster.spec index 5e329aa..6dbd78d 100644 --- a/python-plaster.spec +++ b/python-plaster.spec @@ -1,7 +1,7 @@ # # spec file for package python-plaster # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-plaster -Version: 1.0 +Version: 1.1.2 Release: 0 Summary: A loader interface around multiple config file formats License: MIT Group: Development/Languages/Python -Url: http://docs.pylonsproject.org/projects/plaster/en/latest +URL: http://docs.pylonsproject.org/projects/plaster/en/latest # Wheels lack files with problematic noncommercial license Source: https://files.pythonhosted.org/packages/py2.py3/p/plaster/plaster-%{version}-py2.py3-none-any.whl BuildRequires: %{python_module pip}