From aa8172981003530ca4777a985df525e7fabf9391 Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Mon, 29 May 2023 23:16:44 +0000 Subject: [PATCH] pypi-jaraco.functools: Autospec creation for update from version 3.6.0 to version 3.7.0 Jason R. Coombs (9): Remove unnecessary and incorrect copyright notice. Fixes jaraco/skeleton#78. Replace flake8 with ruff. Fixes jaraco/skeleton#79 and sheds debt. Make substitution fields more prominent and distinct from true 'skeleton' references. (#71) Suppress EncodingWarning in build.env. Ref pypa/build#615. Remove reference to EncodingWarning as it doesn't exist on some Pythons. Add pass_through_when. Rely on boolean value of check. Use mutability for dynamic behavior. Invert the logic and rename the function to 'bypass_unless' Refactor as 'bypass_when' and 'bypass_unless' because one is likely much more useful to the caller than the other. Joyce (1): Feat: initial permissions to main.yml (jaraco/skeleton#76) --- Makefile | 2 +- options.conf | 6 ++++-- pypi-jaraco.functools.spec | 30 +++++++++++++++--------------- release | 2 +- upstream | 2 +- 5 files changed, 22 insertions(+), 20 deletions(-) diff --git a/Makefile b/Makefile index 9ea2714..5843276 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := pypi-jaraco.functools -URL = https://files.pythonhosted.org/packages/6d/82/e94ee23a7924ab1c3b617e42ddee24a60add7d988497d5cde8ae524b1525/jaraco.functools-3.6.0.tar.gz +URL = https://files.pythonhosted.org/packages/a9/9b/5da438f6734ad7bc13ae1ab5d14329526f2c93b122d89482cb24bad97714/jaraco.functools-3.7.0.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index 0dc029e..fd0924c 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = pypi-jaraco.functools -url = https://files.pythonhosted.org/packages/6d/82/e94ee23a7924ab1c3b617e42ddee24a60add7d988497d5cde8ae524b1525/jaraco.functools-3.6.0.tar.gz +url = https://files.pythonhosted.org/packages/a9/9b/5da438f6734ad7bc13ae1ab5d14329526f2c93b122d89482cb24bad97714/jaraco.functools-3.7.0.tar.gz archives = giturl = https://github.com/jaraco/jaraco.functools/ 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 @@ -58,7 +60,7 @@ skip_tests = false # add .so files to the lib package instead of dev so_to_lib = false # configure build for avx2 -use_avx2 = false +use_avx2 = true # configure build for avx512 use_avx512 = false # add clang flags diff --git a/pypi-jaraco.functools.spec b/pypi-jaraco.functools.spec index b34231d..763a819 100644 --- a/pypi-jaraco.functools.spec +++ b/pypi-jaraco.functools.spec @@ -1,12 +1,13 @@ # # This file is auto-generated. DO NOT EDIT # Generated by: autospec.py +# Using build pattern: pyproject # Name : pypi-jaraco.functools -Version : 3.6.0 -Release : 51 -URL : https://files.pythonhosted.org/packages/6d/82/e94ee23a7924ab1c3b617e42ddee24a60add7d988497d5cde8ae524b1525/jaraco.functools-3.6.0.tar.gz -Source0 : https://files.pythonhosted.org/packages/6d/82/e94ee23a7924ab1c3b617e42ddee24a60add7d988497d5cde8ae524b1525/jaraco.functools-3.6.0.tar.gz +Version : 3.7.0 +Release : 52 +URL : https://files.pythonhosted.org/packages/a9/9b/5da438f6734ad7bc13ae1ab5d14329526f2c93b122d89482cb24bad97714/jaraco.functools-3.7.0.tar.gz +Source0 : https://files.pythonhosted.org/packages/a9/9b/5da438f6734ad7bc13ae1ab5d14329526f2c93b122d89482cb24bad97714/jaraco.functools-3.7.0.tar.gz Summary : Functools like those found in stdlib Group : Development/Tools License : MIT @@ -14,7 +15,6 @@ Requires: pypi-jaraco.functools-license = %{version}-%{release} Requires: pypi-jaraco.functools-python = %{version}-%{release} Requires: pypi-jaraco.functools-python3 = %{version}-%{release} BuildRequires : buildreq-distutils3 -BuildRequires : pypi(more_itertools) BuildRequires : pypi(py) BuildRequires : pypi(setuptools) BuildRequires : pypi(setuptools_scm) @@ -59,10 +59,10 @@ python3 components for the pypi-jaraco.functools package. %prep -%setup -q -n jaraco.functools-3.6.0 -cd %{_builddir}/jaraco.functools-3.6.0 +%setup -q -n jaraco.functools-3.7.0 +cd %{_builddir}/jaraco.functools-3.7.0 pushd .. -cp -a jaraco.functools-3.6.0 buildavx2 +cp -a jaraco.functools-3.7.0 buildavx2 popd %build @@ -70,12 +70,12 @@ 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=1676920033 +export SOURCE_DATE_EPOCH=1685402200 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 " -export FFLAGS="$FFLAGS -fdebug-types-section -femit-struct-debug-baseonly -fno-lto -g1 -gno-column-info -gno-variable-location-views -gz " -export CXXFLAGS="$CXXFLAGS -fdebug-types-section -femit-struct-debug-baseonly -fno-lto -g1 -gno-column-info -gno-variable-location-views -gz " +export CFLAGS="$CFLAGS -fdebug-types-section -femit-struct-debug-baseonly -fno-lto -g1 -gno-column-info -gno-variable-location-views -gz=zstd " +export FCFLAGS="$FFLAGS -fdebug-types-section -femit-struct-debug-baseonly -fno-lto -g1 -gno-column-info -gno-variable-location-views -gz=zstd " +export FFLAGS="$FFLAGS -fdebug-types-section -femit-struct-debug-baseonly -fno-lto -g1 -gno-column-info -gno-variable-location-views -gz=zstd " +export CXXFLAGS="$CXXFLAGS -fdebug-types-section -femit-struct-debug-baseonly -fno-lto -g1 -gno-column-info -gno-variable-location-views -gz=zstd " export MAKEFLAGS=%{?_smp_mflags} python3 -m build --wheel --skip-dependency-check --no-isolation pushd ../buildavx2/ @@ -92,7 +92,7 @@ popd export MAKEFLAGS=%{?_smp_mflags} rm -rf %{buildroot} mkdir -p %{buildroot}/usr/share/package-licenses/pypi-jaraco.functools -cp %{_builddir}/jaraco.functools-%{version}/LICENSE %{buildroot}/usr/share/package-licenses/pypi-jaraco.functools/8e6689d37f82d5617b7f7f7232c94024d41066d1 || : +cp %{_builddir}/jaraco.functools-%{version}/LICENSE %{buildroot}/usr/share/package-licenses/pypi-jaraco.functools/0445ed0f69910eeaee036f09a39a13c6e1f37e12 || : pip install --root=%{buildroot} --no-deps --ignore-installed dist/*.whl echo ----[ mark ]---- cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || : @@ -112,7 +112,7 @@ popd %files license %defattr(0644,root,root,0755) -/usr/share/package-licenses/pypi-jaraco.functools/8e6689d37f82d5617b7f7f7232c94024d41066d1 +/usr/share/package-licenses/pypi-jaraco.functools/0445ed0f69910eeaee036f09a39a13c6e1f37e12 %files python %defattr(-,root,root,-) diff --git a/release b/release index 82cced2..0691f67 100644 --- a/release +++ b/release @@ -1 +1 @@ -51 +52 diff --git a/upstream b/upstream index 971fef0..e0a98fe 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -c37c641d5b39a3b383e69191601a942ee7161e19/jaraco.functools-3.6.0.tar.gz +a53423547d6fc7e3b16f3c58782afd5da141f6d7/jaraco.functools-3.7.0.tar.gz