Skip to content

Commit 8b0695a

Browse files
committed
pypi-importlib_metadata: Autospec creation for update from version 6.0.0 to version 6.1.0
Filipe Laíns (3): Sync PackageMetadata with email.message.Message Fix formatting in test_api Add missing modules to packages_distributions Jason R. Coombs (16): Update badge for 2023 ALLOW_UNICODE no longer needed on Python 3. As a result, ELLIPSES is also now enabled by default. Enable default encoding warning where available. See PEP 597. Suppress EncodingWarning in pytest_black. Workaround for shopkeep/pytest-black#67. Exempt warning. Workaround for realpython/pytest-mypy#152 Add #upstream markers for filtered warnings. Add filter for platform module (ref python/cpython#100750). Remove reference to EncodingWarning as it doesn't exist on some Pythons. Revert "exclude build env from cov reporting (jaraco/skeleton#60)" Disable couldnt-parse warnings. Prescribed workaround for nedbat/coveragepy#1392. Fixes python/importlib_resources#279 and fixes jaraco/skeleton#56. Add comment to link rationale for existence. 👹 Feed the hobgoblins (delint). Update changelog. Extend the workaround to satisfy docstring of typing._overload_dummy. Remove long-line comment. Extract variable for optional names. Restore logic for parts.
1 parent f80b7d6 commit 8b0695a

6 files changed

+14
-13
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PKG_NAME := pypi-importlib_metadata
2-
URL = https://files.pythonhosted.org/packages/90/07/6397ad02d31bddf1841c9ad3ec30a693a3ff208e09c2ef45c9a8a5f85156/importlib_metadata-6.0.0.tar.gz
2+
URL = https://files.pythonhosted.org/packages/e2/d8/3d431bade4598ad9e33be9da41d15e6607b878008e922d122659ab01b077/importlib_metadata-6.1.0.tar.gz
33
ARCHIVES =
44

55
include ../common/Makefile.common

options.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = pypi-importlib_metadata
3-
url = https://files.pythonhosted.org/packages/90/07/6397ad02d31bddf1841c9ad3ec30a693a3ff208e09c2ef45c9a8a5f85156/importlib_metadata-6.0.0.tar.gz
3+
url = https://files.pythonhosted.org/packages/e2/d8/3d431bade4598ad9e33be9da41d15e6607b878008e922d122659ab01b077/importlib_metadata-6.1.0.tar.gz
44
archives =
55
giturl = https://github.com/python/importlib_metadata/
66
domain =

pypi-importlib_metadata.spec

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
#
22
# This file is auto-generated. DO NOT EDIT
33
# Generated by: autospec.py
4+
# Using build pattern: pyproject
45
#
56
Name : pypi-importlib_metadata
6-
Version : 6.0.0
7-
Release : 101
8-
URL : https://files.pythonhosted.org/packages/90/07/6397ad02d31bddf1841c9ad3ec30a693a3ff208e09c2ef45c9a8a5f85156/importlib_metadata-6.0.0.tar.gz
9-
Source0 : https://files.pythonhosted.org/packages/90/07/6397ad02d31bddf1841c9ad3ec30a693a3ff208e09c2ef45c9a8a5f85156/importlib_metadata-6.0.0.tar.gz
7+
Version : 6.1.0
8+
Release : 102
9+
URL : https://files.pythonhosted.org/packages/e2/d8/3d431bade4598ad9e33be9da41d15e6607b878008e922d122659ab01b077/importlib_metadata-6.1.0.tar.gz
10+
Source0 : https://files.pythonhosted.org/packages/e2/d8/3d431bade4598ad9e33be9da41d15e6607b878008e922d122659ab01b077/importlib_metadata-6.1.0.tar.gz
1011
Summary : Read metadata from Python packages
1112
Group : Development/Tools
1213
License : Apache-2.0
@@ -62,19 +63,19 @@ python3 components for the pypi-importlib_metadata package.
6263

6364

6465
%prep
65-
%setup -q -n importlib_metadata-6.0.0
66-
cd %{_builddir}/importlib_metadata-6.0.0
66+
%setup -q -n importlib_metadata-6.1.0
67+
cd %{_builddir}/importlib_metadata-6.1.0
6768
%patch1 -p1
6869
pushd ..
69-
cp -a importlib_metadata-6.0.0 buildavx2
70+
cp -a importlib_metadata-6.1.0 buildavx2
7071
popd
7172

7273
%build
7374
export http_proxy=http://127.0.0.1:9/
7475
export https_proxy=http://127.0.0.1:9/
7576
export no_proxy=localhost,127.0.0.1,0.0.0.0
7677
export LANG=C.UTF-8
77-
export SOURCE_DATE_EPOCH=1672688516
78+
export SOURCE_DATE_EPOCH=1679326556
7879
export GCC_IGNORE_WERROR=1
7980
export CFLAGS="$CFLAGS -fdebug-types-section -femit-struct-debug-baseonly -fno-lto -g1 -gno-column-info -gno-variable-location-views -gz "
8081
export FCFLAGS="$FFLAGS -fdebug-types-section -femit-struct-debug-baseonly -fno-lto -g1 -gno-column-info -gno-variable-location-views -gz "

release

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
101
1+
102

upstream

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b9b1f85f9d7ea8464990aa48078c2bc18c88b17d/importlib_metadata-6.0.0.tar.gz
1+
049ca5664cc219f47432bbfdc72b6432ed3c2d38/importlib_metadata-6.1.0.tar.gz

versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.0.0
1+
6.1.0

0 commit comments

Comments
 (0)