- update to 3.7.2:

* Cleaned up cruft in entry_points docstring.
  * Internal refactoring to facilitate ``entry_points() -> dict``
    deprecation.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-importlib-metadata?expand=0&rev=14
This commit is contained in:
Dirk Mueller 2021-04-26 09:24:52 +00:00 committed by Git OBS Bridge
parent 67d3b8146c
commit 6bc6dabc14
4 changed files with 13 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:24499ffde1b80be08284100393955842be4a59c7c16bbf2738aad0e464a8e0aa
size 36517

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:18d5ff601069f98d5d605b6a4b50c18a34811d655c55548adc833e687289acde
size 36644

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Mar 12 21:29:20 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 3.7.2:
* Cleaned up cruft in entry_points docstring.
* Internal refactoring to facilitate ``entry_points() -> dict``
deprecation.
-------------------------------------------------------------------
Tue Mar 2 00:20:59 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -1,5 +1,5 @@
#
# spec file for package python-importlib-metadata
# spec file for package python-importlib-metadata-test
#
# Copyright (c) 2021 SUSE LLC
#
@ -27,7 +27,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-importlib-metadata%{psuffix}
Version: 3.7.0
Version: 3.7.2
Release: 0
Summary: Read metadata from Python packages
License: Apache-2.0