Skip to content

Commit edb849e

Browse files
committed
pypi-jaraco.functools: Autospec creation for version 3.5.2
1 parent 8c74ea8 commit edb849e

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed

options.conf

+4
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ conservative_flags = false
2727
dev_requires_extras = false
2828
# pass -ffast-math to compiler
2929
fast-math = false
30+
# compile full (traditional) debug info
31+
full-debug-info = false
3032
# optimize build for speed over size
3133
funroll-loops = false
3234
# set flags to smallest -02 flags possible
@@ -35,6 +37,8 @@ insecure_build = false
3537
keepstatic = false
3638
# do not require autostart subpackage
3739
no_autostart = false
40+
# do not use the replacement pattern for file matching
41+
no_glob = false
3842
# do not generate debuginfo for this package
3943
nodebug = false
4044
# disable stripping binaries

pypi-jaraco.functools.spec

+11-8
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Name : pypi-jaraco.functools
66
Version : 3.5.2
7-
Release : 48
7+
Release : 49
88
URL : https://files.pythonhosted.org/packages/b4/ea/9abca360081de9157668fcc52765989158aaf29b4826f26fcb17852d08e6/jaraco.functools-3.5.2.tar.gz
99
Source0 : https://files.pythonhosted.org/packages/b4/ea/9abca360081de9157668fcc52765989158aaf29b4826f26fcb17852d08e6/jaraco.functools-3.5.2.tar.gz
1010
Summary : Functools like those found in stdlib
@@ -22,6 +22,9 @@ BuildRequires : pypi-pluggy
2222
BuildRequires : pypi-pytest
2323
BuildRequires : pypi-tox
2424
BuildRequires : pypi-virtualenv
25+
# Suppress stripping binaries
26+
%define __strip /bin/true
27+
%define debug_package %{nil}
2528

2629
%description
2730
.. image:: https://img.shields.io/pypi/v/jaraco.functools.svg
@@ -67,17 +70,17 @@ export http_proxy=http://127.0.0.1:9/
6770
export https_proxy=http://127.0.0.1:9/
6871
export no_proxy=localhost,127.0.0.1,0.0.0.0
6972
export LANG=C.UTF-8
70-
export SOURCE_DATE_EPOCH=1664288623
73+
export SOURCE_DATE_EPOCH=1672283392
7174
export GCC_IGNORE_WERROR=1
72-
export CFLAGS="$CFLAGS -fno-lto "
73-
export FCFLAGS="$FFLAGS -fno-lto "
74-
export FFLAGS="$FFLAGS -fno-lto "
75-
export CXXFLAGS="$CXXFLAGS -fno-lto "
75+
export CFLAGS="$CFLAGS -fdebug-types-section -femit-struct-debug-baseonly -fno-lto -g1 -gno-column-info -gno-variable-location-views -gz "
76+
export FCFLAGS="$FFLAGS -fdebug-types-section -femit-struct-debug-baseonly -fno-lto -g1 -gno-column-info -gno-variable-location-views -gz "
77+
export FFLAGS="$FFLAGS -fdebug-types-section -femit-struct-debug-baseonly -fno-lto -g1 -gno-column-info -gno-variable-location-views -gz "
78+
export CXXFLAGS="$CXXFLAGS -fdebug-types-section -femit-struct-debug-baseonly -fno-lto -g1 -gno-column-info -gno-variable-location-views -gz "
7679
export MAKEFLAGS=%{?_smp_mflags}
7780
python3 -m build --wheel --skip-dependency-check --no-isolation
7881
pushd ../buildavx2/
79-
export CFLAGS="$CFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 -msse2avx"
80-
export CXXFLAGS="$CXXFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 -msse2avx "
82+
export CFLAGS="$CFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 "
83+
export CXXFLAGS="$CXXFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 "
8184
export FFLAGS="$FFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 "
8285
export FCFLAGS="$FCFLAGS -m64 -march=x86-64-v3 "
8386
export LDFLAGS="$LDFLAGS -m64 -march=x86-64-v3 "

release

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
48
1+
49

0 commit comments

Comments
 (0)