From 229d677bca6155e328749904a2da5bb658f8cc9e87392729e73b02ea7fc88a87 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 14 Dec 2022 10:11:20 +0000 Subject: [PATCH] Accepting request 1042713 from home:yarunachalam:branches:devel:languages:python - Update to v5.10.1 * v5.10.1 #274: Fixed ResourceWarning in _common. OBS-URL: https://build.opensuse.org/request/show/1042713 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-importlib-resources?expand=0&rev=13 --- importlib_resources-5.10.0.tar.gz | 3 --- importlib_resources-5.10.1.tar.gz | 3 +++ python-importlib-resources.changes | 7 +++++++ python-importlib-resources.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 importlib_resources-5.10.0.tar.gz create mode 100644 importlib_resources-5.10.1.tar.gz diff --git a/importlib_resources-5.10.0.tar.gz b/importlib_resources-5.10.0.tar.gz deleted file mode 100644 index e158180..0000000 --- a/importlib_resources-5.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c01b1b94210d9849f286b86bb51bcea7cd56dde0600d8db721d7b81330711668 -size 37906 diff --git a/importlib_resources-5.10.1.tar.gz b/importlib_resources-5.10.1.tar.gz new file mode 100644 index 0000000..28ba995 --- /dev/null +++ b/importlib_resources-5.10.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32bb095bda29741f6ef0e5278c42df98d135391bee5f932841efc0041f748dc3 +size 38476 diff --git a/python-importlib-resources.changes b/python-importlib-resources.changes index b2407eb..c0cf556 100644 --- a/python-importlib-resources.changes +++ b/python-importlib-resources.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Dec 13 15:37:42 UTC 2022 - Yogalakshmi Arunachalam + +- Update to v5.10.1 + * v5.10.1 + #274: Fixed ResourceWarning in _common. + ------------------------------------------------------------------- Fri Oct 28 17:45:02 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-importlib-resources.spec b/python-importlib-resources.spec index 960beb7..708cea3 100644 --- a/python-importlib-resources.spec +++ b/python-importlib-resources.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python3-%{**}} %define skip_python2 1 Name: python-importlib-resources -Version: 5.10.0 +Version: 5.10.1 Release: 0 Summary: Read resources from Python packages License: Apache-2.0