diff --git a/Makefile b/Makefile index 33cadd6..4a9cfcc 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := pypi-importlib_resources -URL = https://files.pythonhosted.org/packages/06/72/6bf0df4fe7a139147f5d6b473f16d5aefb7bc5b719ba5dd33f230d35760f/importlib_resources-5.10.0.tar.gz +URL = https://files.pythonhosted.org/packages/1c/c8/cfc6ae38e378be60925f121cce01e7f4996dc3aca424799a693e48c9ce4d/importlib_resources-5.10.1.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index 735fe75..bcc4e53 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = pypi-importlib_resources -url = https://files.pythonhosted.org/packages/06/72/6bf0df4fe7a139147f5d6b473f16d5aefb7bc5b719ba5dd33f230d35760f/importlib_resources-5.10.0.tar.gz +url = https://files.pythonhosted.org/packages/1c/c8/cfc6ae38e378be60925f121cce01e7f4996dc3aca424799a693e48c9ce4d/importlib_resources-5.10.1.tar.gz archives = giturl = https://github.com/python/importlib_resources/ domain = @@ -35,6 +35,8 @@ insecure_build = false keepstatic = false # do not require autostart subpackage no_autostart = false +# do not use the replacement pattern for file matching +no_glob = false # do not generate debuginfo for this package nodebug = false # disable stripping binaries diff --git a/pypi-importlib_resources.spec b/pypi-importlib_resources.spec index 548efff..e40233e 100644 --- a/pypi-importlib_resources.spec +++ b/pypi-importlib_resources.spec @@ -3,10 +3,10 @@ # Generated by: autospec.py # Name : pypi-importlib_resources -Version : 5.10.0 -Release : 26 -URL : https://files.pythonhosted.org/packages/06/72/6bf0df4fe7a139147f5d6b473f16d5aefb7bc5b719ba5dd33f230d35760f/importlib_resources-5.10.0.tar.gz -Source0 : https://files.pythonhosted.org/packages/06/72/6bf0df4fe7a139147f5d6b473f16d5aefb7bc5b719ba5dd33f230d35760f/importlib_resources-5.10.0.tar.gz +Version : 5.10.1 +Release : 27 +URL : https://files.pythonhosted.org/packages/1c/c8/cfc6ae38e378be60925f121cce01e7f4996dc3aca424799a693e48c9ce4d/importlib_resources-5.10.1.tar.gz +Source0 : https://files.pythonhosted.org/packages/1c/c8/cfc6ae38e378be60925f121cce01e7f4996dc3aca424799a693e48c9ce4d/importlib_resources-5.10.1.tar.gz Summary : Read resources from Python packages Group : Development/Tools License : Apache-2.0 @@ -24,7 +24,7 @@ BuildRequires : pypi-virtualenv %description .. image:: https://img.shields.io/pypi/v/importlib_resources.svg -:target: `PyPI link`_ +:target: https://pypi.org/project/importlib_resources %package license Summary: license components for the pypi-importlib_resources package. @@ -54,10 +54,10 @@ python3 components for the pypi-importlib_resources package. %prep -%setup -q -n importlib_resources-5.10.0 -cd %{_builddir}/importlib_resources-5.10.0 +%setup -q -n importlib_resources-5.10.1 +cd %{_builddir}/importlib_resources-5.10.1 pushd .. -cp -a importlib_resources-5.10.0 buildavx2 +cp -a importlib_resources-5.10.1 buildavx2 popd %build @@ -65,7 +65,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=1665419158 +export SOURCE_DATE_EPOCH=1670496924 export GCC_IGNORE_WERROR=1 export AR=gcc-ar export RANLIB=gcc-ranlib @@ -77,8 +77,8 @@ export CXXFLAGS="$CXXFLAGS -O3 -ffat-lto-objects -flto=auto " export MAKEFLAGS=%{?_smp_mflags} python3 -m build --wheel --skip-dependency-check --no-isolation pushd ../buildavx2/ -export CFLAGS="$CFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 -msse2avx" -export CXXFLAGS="$CXXFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 -msse2avx " +export CFLAGS="$CFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 " +export CXXFLAGS="$CXXFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 " export FFLAGS="$FFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 " export FCFLAGS="$FCFLAGS -m64 -march=x86-64-v3 " export LDFLAGS="$LDFLAGS -m64 -march=x86-64-v3 " diff --git a/release b/release index 6f4247a..f64f5d8 100644 --- a/release +++ b/release @@ -1 +1 @@ -26 +27 diff --git a/upstream b/upstream index 2c61566..2aafcbc 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -a8c7a6a976fffb9841c548230cb633eda3111c4f/importlib_resources-5.10.0.tar.gz +94d076213f20bcf9d6aa907b231221678731ab41/importlib_resources-5.10.1.tar.gz diff --git a/versions b/versions index 509b0b6..4e32c7b 100644 --- a/versions +++ b/versions @@ -1 +1 @@ -5.10.0 +5.10.1