Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit 18faf28

Browse files
committedApr 13, 2024
pypi-jaraco.collections: Autospec creation for update from version 5.0.0 to version 5.0.1
Avasam (1): Allow mypy on PyPy (jaraco/skeleton#111) Bartosz Sławecki (2): Tweak coverage configuration for type checking (jaraco/skeleton#97) Add link to blog entry from jaraco/skeleton#115 above CI build matrix. Dimitri Papadopoulos Orfanos (2): Use the ruff formatter (jaraco/skeleton#99) ruff: extended-ignore → ignore (jaraco/skeleton#105) Jason R. Coombs (24): Separate collateral jobs on different lines for easier override/extension. Drop minimum requirement on pytest-mypy as most environments are already running much later. Closes jaraco/skeleton#96. Remove sole entry for branches-ignore. Workaround for and closes jaraco/skeleton#103. Bump year on badge Remove build and dist from excludes. It appears they are not needed and their presence blocks the names of packages like 'builder' and 'distutils'. Ref pypa/distutils#224. Exclude docs and tests directories properly per Setuptools behavior. Rely on default discovery for good heuristics for finding packages. Enable preview to enable preserving quotes. Use latest versions in RTD boilerplate. Remove Sphinx pin. Ref sphinx-doc/sphinx#11662. Include deps from the base config in diffcov. Enable complexity check and pycodestyle warnings. Closes jaraco/skeleton#110. Use 'extend-select' to avoid disabling the default config. Ref jaraco/skeleton#110. Re-enable ignoring of temporary merge queue branches. Closes jaraco/skeleton#103. Fetch unshallow clones in readthedocs. Closes jaraco/skeleton#114. Move Python 3.11 out of the test matrix. Configure pytest to support namespace packages. Ref pytest-dev/pytest#12112. Declare sort_params as an immutable Mapping. Fixes B006. 👹 Feed the hobgoblins (delint). 👹 Feed the hobgoblins (delint). Ran ruff --select UP Add news fragment. Finalize Restore Python 3.8 compatibility. Sviatoslav Sydorenko (1): Enable testing merge queues @ GitHub Actions CI/CD (jaraco/skeleton#93)
1 parent 06ab66e commit 18faf28

File tree

5 files changed

+28
-24
lines changed

5 files changed

+28
-24
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PKG_NAME := pypi-jaraco.collections
2-
URL = https://files.pythonhosted.org/packages/e6/85/9c4ab9772bcc2c9b4beffd56aca70f646e4a1f3a576579fa401d742b46a8/jaraco.collections-5.0.0.tar.gz
2+
URL = https://files.pythonhosted.org/packages/53/87/93c02af0d3ca4c0195242ab74ba6fc4f1f32046e17d5494abdebf7827322/jaraco.collections-5.0.1.tar.gz
33
ARCHIVES =
44

55
include ../common/Makefile.common

‎options.conf

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = pypi-jaraco.collections
3-
url = https://files.pythonhosted.org/packages/e6/85/9c4ab9772bcc2c9b4beffd56aca70f646e4a1f3a576579fa401d742b46a8/jaraco.collections-5.0.0.tar.gz
3+
url = https://files.pythonhosted.org/packages/53/87/93c02af0d3ca4c0195242ab74ba6fc4f1f32046e17d5494abdebf7827322/jaraco.collections-5.0.1.tar.gz
44
archives =
55
giturl = https://github.com/jaraco/jaraco.collections/
66
domain =
@@ -9,6 +9,8 @@ alias =
99
[autospec]
1010
# build 32 bit libraries
1111
32bit = false
12+
# allow windows executables (*.exe, *.dll) to be packaged
13+
allow_exe = false
1214
# allow package to build with test failures
1315
allow_test_failures = false
1416
# unset %build ld_as_needed variable
@@ -59,6 +61,8 @@ server = false
5961
skip_tests = false
6062
# add .so files to the lib package instead of dev
6163
so_to_lib = false
64+
# configure build for apx
65+
use_apx = false
6266
# configure build for avx2
6367
use_avx2 = true
6468
# configure build for avx512

‎pypi-jaraco.collections.spec

+20-20
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# This file is auto-generated. DO NOT EDIT
33
# Generated by: autospec.py
44
# Using build pattern: pyproject
5-
# autospec version: v3
6-
# autospec commit: c1050fe
5+
# autospec version: v10
6+
# autospec commit: 5905be9
77
#
88
Name : pypi-jaraco.collections
9-
Version : 5.0.0
10-
Release : 46
11-
URL : https://files.pythonhosted.org/packages/e6/85/9c4ab9772bcc2c9b4beffd56aca70f646e4a1f3a576579fa401d742b46a8/jaraco.collections-5.0.0.tar.gz
12-
Source0 : https://files.pythonhosted.org/packages/e6/85/9c4ab9772bcc2c9b4beffd56aca70f646e4a1f3a576579fa401d742b46a8/jaraco.collections-5.0.0.tar.gz
9+
Version : 5.0.1
10+
Release : 47
11+
URL : https://files.pythonhosted.org/packages/53/87/93c02af0d3ca4c0195242ab74ba6fc4f1f32046e17d5494abdebf7827322/jaraco.collections-5.0.1.tar.gz
12+
Source0 : https://files.pythonhosted.org/packages/53/87/93c02af0d3ca4c0195242ab74ba6fc4f1f32046e17d5494abdebf7827322/jaraco.collections-5.0.1.tar.gz
1313
Summary : Collection objects similar to those in stdlib by jaraco
1414
Group : Development/Tools
1515
License : MIT
@@ -61,18 +61,18 @@ python3 components for the pypi-jaraco.collections package.
6161

6262

6363
%prep
64-
%setup -q -n jaraco.collections-5.0.0
65-
cd %{_builddir}/jaraco.collections-5.0.0
64+
%setup -q -n jaraco.collections-5.0.1
65+
cd %{_builddir}/jaraco.collections-5.0.1
6666
pushd ..
67-
cp -a jaraco.collections-5.0.0 buildavx2
67+
cp -a jaraco.collections-5.0.1 buildavx2
6868
popd
6969

7070
%build
7171
export http_proxy=http://127.0.0.1:9/
7272
export https_proxy=http://127.0.0.1:9/
7373
export no_proxy=localhost,127.0.0.1,0.0.0.0
7474
export LANG=C.UTF-8
75-
export SOURCE_DATE_EPOCH=1702927531
75+
export SOURCE_DATE_EPOCH=1713037688
7676
export GCC_IGNORE_WERROR=1
7777
export AR=gcc-ar
7878
export RANLIB=gcc-ranlib
@@ -90,11 +90,11 @@ LDFLAGS="$CLEAR_INTERMEDIATE_LDFLAGS"
9090
export MAKEFLAGS=%{?_smp_mflags}
9191
python3 -m build --wheel --skip-dependency-check --no-isolation
9292
pushd ../buildavx2/
93-
CFLAGS="$CLEAR_INTERMEDIATE_CFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 "
94-
CXXFLAGS="$CLEAR_INTERMEDIATE_CXXFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 "
95-
FFLAGS="$CLEAR_INTERMEDIATE_FFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 "
96-
FCFLAGS="$CLEAR_INTERMEDIATE_FCFLAGS -m64 -march=x86-64-v3 "
97-
LDFLAGS="$CLEAR_INTERMEDIATE_LDFLAGS -m64 -march=x86-64-v3 "
93+
CFLAGS="$CLEAR_INTERMEDIATE_CFLAGS -march=x86-64-v3 -Wl,-z,x86-64-v3 "
94+
CXXFLAGS="$CLEAR_INTERMEDIATE_CXXFLAGS -march=x86-64-v3 -Wl,-z,x86-64-v3 "
95+
FFLAGS="$CLEAR_INTERMEDIATE_FFLAGS -march=x86-64-v3 -Wl,-z,x86-64-v3 "
96+
FCFLAGS="$CLEAR_INTERMEDIATE_FCFLAGS -march=x86-64-v3 "
97+
LDFLAGS="$CLEAR_INTERMEDIATE_LDFLAGS -march=x86-64-v3 "
9898
python3 -m build --wheel --skip-dependency-check --no-isolation
9999

100100
popd
@@ -123,11 +123,11 @@ echo ----[ mark ]----
123123
cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || :
124124
echo ----[ mark ]----
125125
pushd ../buildavx2/
126-
CFLAGS="$CLEAR_INTERMEDIATE_CFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 "
127-
CXXFLAGS="$CLEAR_INTERMEDIATE_CXXFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 "
128-
FFLAGS="$CLEAR_INTERMEDIATE_FFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 "
129-
FCFLAGS="$CLEAR_INTERMEDIATE_FCFLAGS -m64 -march=x86-64-v3 "
130-
LDFLAGS="$CLEAR_INTERMEDIATE_LDFLAGS -m64 -march=x86-64-v3 "
126+
CFLAGS="$CLEAR_INTERMEDIATE_CFLAGS -march=x86-64-v3 -Wl,-z,x86-64-v3 "
127+
CXXFLAGS="$CLEAR_INTERMEDIATE_CXXFLAGS -march=x86-64-v3 -Wl,-z,x86-64-v3 "
128+
FFLAGS="$CLEAR_INTERMEDIATE_FFLAGS -march=x86-64-v3 -Wl,-z,x86-64-v3 "
129+
FCFLAGS="$CLEAR_INTERMEDIATE_FCFLAGS -march=x86-64-v3 "
130+
LDFLAGS="$CLEAR_INTERMEDIATE_LDFLAGS -march=x86-64-v3 "
131131
python3 -m installer --destdir=%{buildroot}-v3 dist/*.whl
132132
popd
133133
## Remove excluded files

‎release

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
46
1+
47

‎upstream

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dc15fb49fba0f704390f8385fcbf32b3bb38b870/jaraco.collections-5.0.0.tar.gz
1+
acb5174ef037d545a8b1a2f3537911f284ae07c7/jaraco.collections-5.0.1.tar.gz

0 commit comments

Comments
 (0)
This repository has been archived.