From 92b61f1d86fe0fa90511a37e24f8c4b93ddb2ee9 Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Tue, 28 Sep 2021 21:40:30 +0000 Subject: [PATCH] zipp: Autospec creation for update from version 3.5.0 to version 3.5.1 Alan Fregtman (1): .editorconfig: Set max_line_length to 88 for Python files. Jason R. Coombs (6): Rely on setuptools 56 and drop the explicit mention of the license file in favor of simple discovery. Remove workaround for python/typed_ast#156. Use line continuations to indicate which exclusions are for which workarounds. Remove blacken docs as it cannot honor Python's default repr. Ref asottile/blacken-docs#62. Add intersphinx mappings for Python to prevent spurious nitpicky failures. Fixes jaraco/skeleton#51. Remove news entry unintentionally pulled from CPython. Fixes #77. --- Makefile | 2 +- options.conf | 4 +++- release | 2 +- upstream | 2 +- versions | 2 +- whatrequires | 2 ++ zipp.spec | 24 ++++++++++++------------ 7 files changed, 21 insertions(+), 17 deletions(-) diff --git a/Makefile b/Makefile index a4bf89f..c9c1f18 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := zipp -URL = https://files.pythonhosted.org/packages/3a/9f/1d4b62cbe8d222539a84089eeab603d8e45ee1f897803a0ae0860400d6e7/zipp-3.5.0.tar.gz +URL = https://files.pythonhosted.org/packages/76/e4/b0f1010d29a61e3527667b214498da73299f747dd25ad0fd135705170716/zipp-3.5.1.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index 292d394..be39c29 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = zipp -url = https://files.pythonhosted.org/packages/3a/9f/1d4b62cbe8d222539a84089eeab603d8e45ee1f897803a0ae0860400d6e7/zipp-3.5.0.tar.gz +url = https://files.pythonhosted.org/packages/76/e4/b0f1010d29a61e3527667b214498da73299f747dd25ad0fd135705170716/zipp-3.5.1.tar.gz archives = giturl = https://github.com/jaraco/zipp.git domain = @@ -47,6 +47,8 @@ optimize_size = false pgo = false # set flags for security-sensitive builds security_sensitive = false +# package is only used by servers +server = false # do not run test suite skip_tests = false # add .so files to the lib package instead of dev diff --git a/release b/release index e85087a..f5c8955 100644 --- a/release +++ b/release @@ -1 +1 @@ -31 +32 diff --git a/upstream b/upstream index b90f4ce..e74324e 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -53234d6dbfc809d03f2b85db6dbb4e559ef200a1/zipp-3.5.0.tar.gz +a65934b235c3d817fd0cb1e10691da473bc0fb53/zipp-3.5.1.tar.gz diff --git a/versions b/versions index 1545d96..d5c0c99 100644 --- a/versions +++ b/versions @@ -1 +1 @@ -3.5.0 +3.5.1 diff --git a/whatrequires b/whatrequires index 176ab39..eae3f8a 100644 --- a/whatrequires +++ b/whatrequires @@ -1,3 +1,5 @@ # This file contains recursive sources that require this package +ansible importlib_metadata +importlib_resources python-zstandard diff --git a/zipp.spec b/zipp.spec index 03cdfb9..3c819f8 100644 --- a/zipp.spec +++ b/zipp.spec @@ -3,10 +3,10 @@ # Generated by: autospec.py # Name : zipp -Version : 3.5.0 -Release : 31 -URL : https://files.pythonhosted.org/packages/3a/9f/1d4b62cbe8d222539a84089eeab603d8e45ee1f897803a0ae0860400d6e7/zipp-3.5.0.tar.gz -Source0 : https://files.pythonhosted.org/packages/3a/9f/1d4b62cbe8d222539a84089eeab603d8e45ee1f897803a0ae0860400d6e7/zipp-3.5.0.tar.gz +Version : 3.5.1 +Release : 32 +URL : https://files.pythonhosted.org/packages/76/e4/b0f1010d29a61e3527667b214498da73299f747dd25ad0fd135705170716/zipp-3.5.1.tar.gz +Source0 : https://files.pythonhosted.org/packages/76/e4/b0f1010d29a61e3527667b214498da73299f747dd25ad0fd135705170716/zipp-3.5.1.tar.gz Summary : Backport of pathlib-compatible object wrapper for zip files Group : Development/Tools License : MIT @@ -56,23 +56,23 @@ python3 components for the zipp package. %prep -%setup -q -n zipp-3.5.0 -cd %{_builddir}/zipp-3.5.0 +%setup -q -n zipp-3.5.1 +cd %{_builddir}/zipp-3.5.1 %build 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=1626122332 +export SOURCE_DATE_EPOCH=1632865226 export GCC_IGNORE_WERROR=1 export AR=gcc-ar export RANLIB=gcc-ranlib export NM=gcc-nm -export CFLAGS="$CFLAGS -O3 -ffat-lto-objects -flto=4 " -export FCFLAGS="$FFLAGS -O3 -ffat-lto-objects -flto=4 " -export FFLAGS="$FFLAGS -O3 -ffat-lto-objects -flto=4 " -export CXXFLAGS="$CXXFLAGS -O3 -ffat-lto-objects -flto=4 " +export CFLAGS="$CFLAGS -O3 -ffat-lto-objects -flto=auto " +export FCFLAGS="$FFLAGS -O3 -ffat-lto-objects -flto=auto " +export FFLAGS="$FFLAGS -O3 -ffat-lto-objects -flto=auto " +export CXXFLAGS="$CXXFLAGS -O3 -ffat-lto-objects -flto=auto " export MAKEFLAGS=%{?_smp_mflags} python3 setup.py build @@ -80,7 +80,7 @@ python3 setup.py build export MAKEFLAGS=%{?_smp_mflags} rm -rf %{buildroot} mkdir -p %{buildroot}/usr/share/package-licenses/zipp -cp %{_builddir}/zipp-3.5.0/LICENSE %{buildroot}/usr/share/package-licenses/zipp/8e6689d37f82d5617b7f7f7232c94024d41066d1 +cp %{_builddir}/zipp-3.5.1/LICENSE %{buildroot}/usr/share/package-licenses/zipp/8e6689d37f82d5617b7f7f7232c94024d41066d1 python3 -tt setup.py build install --root=%{buildroot} echo ----[ mark ]---- cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || :