forked from pool/python-importlib-metadata
- update to 4.10.1:
- #361: Avoid potential REDoS in ``EntryPoint.pattern``. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-importlib-metadata?expand=0&rev=19
This commit is contained in:
parent
a0b7567741
commit
193e4f9eb3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:92a8b58ce734b2a4494878e0ecf7d79ccd7a128b5fc6014c401e0b61f006f0f6
|
|
||||||
size 41896
|
|
3
importlib_metadata-4.10.1.tar.gz
Normal file
3
importlib_metadata-4.10.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:951f0d8a5b7260e9db5e41d429285b5f451e928479f19d80818878527d36e95e
|
||||||
|
size 42013
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 31 20:04:23 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 4.10.1:
|
||||||
|
- #361: Avoid potential REDoS in ``EntryPoint.pattern``.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 31 12:51:32 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
Fri Dec 31 12:51:32 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -28,7 +28,7 @@
|
|||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%define skip_python36 1
|
%define skip_python36 1
|
||||||
Name: python-importlib-metadata%{psuffix}
|
Name: python-importlib-metadata%{psuffix}
|
||||||
Version: 4.10.0
|
Version: 4.10.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Read metadata from Python packages
|
Summary: Read metadata from Python packages
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user