From da243393761f6365d562a6db9a27e64e2dfef4f0 Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Fri, 7 Apr 2023 23:05:36 +0000 Subject: [PATCH] pypi-importlib_metadata: Autospec creation for update from version 6.1.0 to version 6.2.0 David Hotham (1): add .get() to the PackageMetadata protocol Jason R. Coombs (1): Update changelog. Joyce (1): Feat: initial permissions to main.yml (jaraco/skeleton#76) --- Makefile | 2 +- options.conf | 4 +++- pypi-importlib_metadata.spec | 20 ++++++++------------ release | 2 +- upstream | 2 +- 5 files changed, 14 insertions(+), 16 deletions(-) diff --git a/Makefile b/Makefile index 3a13eb0..c3e8563 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := pypi-importlib_metadata -URL = https://files.pythonhosted.org/packages/e2/d8/3d431bade4598ad9e33be9da41d15e6607b878008e922d122659ab01b077/importlib_metadata-6.1.0.tar.gz +URL = https://files.pythonhosted.org/packages/3f/24/69442c79335591a2dfe3c9b796ae79348c49bc50c8f2886063d1b0e1e5f3/importlib_metadata-6.2.0.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index dd5f19a..2b42cd8 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = pypi-importlib_metadata -url = https://files.pythonhosted.org/packages/e2/d8/3d431bade4598ad9e33be9da41d15e6607b878008e922d122659ab01b077/importlib_metadata-6.1.0.tar.gz +url = https://files.pythonhosted.org/packages/3f/24/69442c79335591a2dfe3c9b796ae79348c49bc50c8f2886063d1b0e1e5f3/importlib_metadata-6.2.0.tar.gz archives = giturl = https://github.com/python/importlib_metadata/ domain = @@ -19,6 +19,8 @@ autoupdate = true broken_c++ = false # disable parallelization during build broken_parallel_build = false +# create vendor archive with cargo +cargo_vendor = false # this package is a library compatibility package and only ships versioned library files compat = false # set conservative build flags diff --git a/pypi-importlib_metadata.spec b/pypi-importlib_metadata.spec index fa8553d..a02ba05 100644 --- a/pypi-importlib_metadata.spec +++ b/pypi-importlib_metadata.spec @@ -4,10 +4,10 @@ # Using build pattern: pyproject # Name : pypi-importlib_metadata -Version : 6.1.0 -Release : 102 -URL : https://files.pythonhosted.org/packages/e2/d8/3d431bade4598ad9e33be9da41d15e6607b878008e922d122659ab01b077/importlib_metadata-6.1.0.tar.gz -Source0 : https://files.pythonhosted.org/packages/e2/d8/3d431bade4598ad9e33be9da41d15e6607b878008e922d122659ab01b077/importlib_metadata-6.1.0.tar.gz +Version : 6.2.0 +Release : 103 +URL : https://files.pythonhosted.org/packages/3f/24/69442c79335591a2dfe3c9b796ae79348c49bc50c8f2886063d1b0e1e5f3/importlib_metadata-6.2.0.tar.gz +Source0 : https://files.pythonhosted.org/packages/3f/24/69442c79335591a2dfe3c9b796ae79348c49bc50c8f2886063d1b0e1e5f3/importlib_metadata-6.2.0.tar.gz Summary : Read metadata from Python packages Group : Development/Tools License : Apache-2.0 @@ -17,10 +17,6 @@ Requires: pypi-importlib_metadata-python3 = %{version}-%{release} Requires: pypi(zipp) BuildRequires : buildreq-distutils3 BuildRequires : pypi(py) -BuildRequires : pypi(setuptools) -BuildRequires : pypi(setuptools_scm) -BuildRequires : pypi(trampolim) -BuildRequires : pypi(zipp) BuildRequires : pypi-pluggy BuildRequires : pypi-pytest BuildRequires : pypi-tox @@ -63,11 +59,11 @@ python3 components for the pypi-importlib_metadata package. %prep -%setup -q -n importlib_metadata-6.1.0 -cd %{_builddir}/importlib_metadata-6.1.0 +%setup -q -n importlib_metadata-6.2.0 +cd %{_builddir}/importlib_metadata-6.2.0 %patch1 -p1 pushd .. -cp -a importlib_metadata-6.1.0 buildavx2 +cp -a importlib_metadata-6.2.0 buildavx2 popd %build @@ -75,7 +71,7 @@ export http_proxy=http://127.0.0.1:9/ export https_proxy=http://127.0.0.1:9/ export no_proxy=localhost,127.0.0.1,0.0.0.0 export LANG=C.UTF-8 -export SOURCE_DATE_EPOCH=1679326556 +export SOURCE_DATE_EPOCH=1680908732 export GCC_IGNORE_WERROR=1 export CFLAGS="$CFLAGS -fdebug-types-section -femit-struct-debug-baseonly -fno-lto -g1 -gno-column-info -gno-variable-location-views -gz " export FCFLAGS="$FFLAGS -fdebug-types-section -femit-struct-debug-baseonly -fno-lto -g1 -gno-column-info -gno-variable-location-views -gz " diff --git a/release b/release index 257e563..a9c8fe8 100644 --- a/release +++ b/release @@ -1 +1 @@ -102 +103 diff --git a/upstream b/upstream index d971e47..d10628b 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -049ca5664cc219f47432bbfdc72b6432ed3c2d38/importlib_metadata-6.1.0.tar.gz +7c057e1abf625d0e8d0d46383d89183d45e814eb/importlib_metadata-6.2.0.tar.gz