forked from pool/python-importlib-resources
- 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
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4be82589bf5c1d7999aedf2a45159d10cb3ca4f19b2271f8792bc8e6da7b22f6
|
||||
size 39894
|
||||
BIN
importlib_resources-6.0.1.tar.gz
LFS
Normal file
BIN
importlib_resources-6.0.1.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 8 11:05:56 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <kastl@b1-systems.de>
|
||||
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user