From 05dba55056f4ab7e3acbf00739e3cfa281a48c98fffbc4598caaad7f7a1dc4de Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 8 Aug 2023 11:06:13 +0000 Subject: [PATCH] - update to 6.0.1: * Bugfixes * Restored Apache license. (#285) * Deprecations and Removals * Removed legacy functions deprecated in 5.3. (#80) * Features * Require Python 3.8 or later OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-importlib-resources?expand=0&rev=22 --- importlib_resources-5.12.0.tar.gz | 3 --- importlib_resources-6.0.1.tar.gz | 3 +++ python-importlib-resources.changes | 11 +++++++++++ python-importlib-resources.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 importlib_resources-5.12.0.tar.gz create mode 100644 importlib_resources-6.0.1.tar.gz diff --git a/importlib_resources-5.12.0.tar.gz b/importlib_resources-5.12.0.tar.gz deleted file mode 100644 index bf3b991..0000000 --- a/importlib_resources-5.12.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4be82589bf5c1d7999aedf2a45159d10cb3ca4f19b2271f8792bc8e6da7b22f6 -size 39894 diff --git a/importlib_resources-6.0.1.tar.gz b/importlib_resources-6.0.1.tar.gz new file mode 100644 index 0000000..9de8026 --- /dev/null +++ b/importlib_resources-6.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4359457e42708462b9626a04657c6208ad799ceb41e5c58c57ffa0e6a098a5d4 +size 38745 diff --git a/python-importlib-resources.changes b/python-importlib-resources.changes index 5963227..8446d3f 100644 --- a/python-importlib-resources.changes +++ b/python-importlib-resources.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Aug 8 11:05:56 UTC 2023 - Dirk Müller + +- update to 6.0.1: + * Bugfixes + * Restored Apache license. (#285) + * Deprecations and Removals + * Removed legacy functions deprecated in 5.3. (#80) + * Features + * Require Python 3.8 or later + ------------------------------------------------------------------- Mon May 8 04:51:00 UTC 2023 - Johannes Kastl diff --git a/python-importlib-resources.spec b/python-importlib-resources.spec index cbbc12e..ad63707 100644 --- a/python-importlib-resources.spec +++ b/python-importlib-resources.spec @@ -18,13 +18,13 @@ %{?sle15_python_module_pythons} Name: python-importlib-resources -Version: 5.12.0 +Version: 6.0.1 Release: 0 Summary: Read resources from Python packages License: Apache-2.0 URL: https://importlib-resources.readthedocs.io/ Source: https://files.pythonhosted.org/packages/source/i/importlib_resources/importlib_resources-%{version}.tar.gz -BuildRequires: %{python_module base >= 3.7} +BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest >= 6} BuildRequires: %{python_module setuptools_scm >= 3.4.1}