From 4889f4549157a27c148390598a23796fc3ec8d794c245e96be1d8b9cafb71d9d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 2 Jan 2023 19:12:35 +0000 Subject: [PATCH] - update to 5.10.2: * Prefer ``write_bytes`` to context manager as proposed in gh-100586. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-importlib-resources?expand=0&rev=15 --- importlib_resources-5.10.1.tar.gz | 3 --- importlib_resources-5.10.2.tar.gz | 3 +++ python-importlib-resources.changes | 7 +++++++ python-importlib-resources.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 importlib_resources-5.10.1.tar.gz create mode 100644 importlib_resources-5.10.2.tar.gz diff --git a/importlib_resources-5.10.1.tar.gz b/importlib_resources-5.10.1.tar.gz deleted file mode 100644 index 28ba995..0000000 --- a/importlib_resources-5.10.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:32bb095bda29741f6ef0e5278c42df98d135391bee5f932841efc0041f748dc3 -size 38476 diff --git a/importlib_resources-5.10.2.tar.gz b/importlib_resources-5.10.2.tar.gz new file mode 100644 index 0000000..8c31101 --- /dev/null +++ b/importlib_resources-5.10.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4a96c8cc0339647ff9a5e0550d9f276fc5a01ffa276012b58ec108cfd7b8484 +size 38614 diff --git a/python-importlib-resources.changes b/python-importlib-resources.changes index c0cf556..5026e8c 100644 --- a/python-importlib-resources.changes +++ b/python-importlib-resources.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jan 2 19:11:16 UTC 2023 - Dirk Müller + +- update to 5.10.2: + * Prefer ``write_bytes`` to context manager as + proposed in gh-100586. + ------------------------------------------------------------------- Tue Dec 13 15:37:42 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-importlib-resources.spec b/python-importlib-resources.spec index 708cea3..e9a1cfb 100644 --- a/python-importlib-resources.spec +++ b/python-importlib-resources.spec @@ -1,7 +1,7 @@ # # spec file for package python-importlib-resources # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python3-%{**}} %define skip_python2 1 Name: python-importlib-resources -Version: 5.10.1 +Version: 5.10.2 Release: 0 Summary: Read resources from Python packages License: Apache-2.0