forked from pool/python-plaster
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:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:215c921a438b5349931fd7df9a5a11a3572947f20f4bc6dd622ac08f1c3ba249
|
||||
size 14064
|
||||
3
plaster-1.1.2-py2.py3-none-any.whl
Normal file
3
plaster-1.1.2-py2.py3-none-any.whl
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:42992ab1f4865f1278e2ad740e8ad145683bb4022e03534265528f0c23c0df2d
|
||||
size 11554
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user