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

Commit faf0456

Browse files
committed
pypi-jaraco.collections: Autospec creation for update from version 5.0.1 to version 5.1.0
Anderson Bravalheri (1): Add `--fix` flag to ruff pre-commit hook for automatic suggestion of fixes (jaraco/skeleton#140) Avasam (4): Add Protocols, remove @overload, from `.coveragerc` `exclude_also` (jaraco/skeleton#135) Loosen restrictions on mypy (jaraco/skeleton#136) Pass mypy and link issues Fully typed `RangeMap` and avoid complete iterations to find matches (#16) Bartosz Sławecki (1): Move project metadata to `pyproject.toml` (jaraco/skeleton#122) Dimitri Papadopoulos Orfanos (3): "preserve" does not require preview any more (jaraco/skeleton#133) Enforce ruff/Perflint rule PERF401 (jaraco/skeleton#132) Update to the latest ruff version (jaraco/skeleton#137) Jason R. Coombs (14): Pin against pytest 8.1.x due to pytest-dev/pytest#12194. Migrated config to pyproject.toml using jaraco.develop.migrate-config and ini2toml. Allow macos on Python 3.8 to fail as GitHub CI has dropped support. Move project.urls to appear in the order that ini2toml generates it. Remove project.scripts. Revert "Allow macos on Python 3.8 to fail as GitHub CI has dropped support." Rename extras to align with core metadata spec. Prefer "Source" to "Homepage" for the repository label. Exclude pytest-ruff (and thus ruff), which cannot build on cygwin. Re-enable preview, this time not for one specific feature, but for all features in preview. Split the test dependencies into four classes (test, cover, type, check). (jaraco/skeleton#139) Add upstream and local sections for 'type' extra, since many projects will have 'types-*' dependencies. Disable mypy for now. Ref jaraco/skeleton#143 Finalize Remove unsupported attribution. See jaraco/skeleton#144.
1 parent 18faf28 commit faf0456

File tree

5 files changed

+19
-15
lines changed

5 files changed

+19
-15
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/53/87/93c02af0d3ca4c0195242ab74ba6fc4f1f32046e17d5494abdebf7827322/jaraco.collections-5.0.1.tar.gz
2+
URL = https://files.pythonhosted.org/packages/8c/ed/3f0ef2bcf765b5a3d58ecad8d825874a3af1e792fa89f89ad79f090a4ccc/jaraco_collections-5.1.0.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/53/87/93c02af0d3ca4c0195242ab74ba6fc4f1f32046e17d5494abdebf7827322/jaraco.collections-5.0.1.tar.gz
3+
url = https://files.pythonhosted.org/packages/8c/ed/3f0ef2bcf765b5a3d58ecad8d825874a3af1e792fa89f89ad79f090a4ccc/jaraco_collections-5.1.0.tar.gz
44
archives =
55
giturl = https://github.com/jaraco/jaraco.collections/
66
domain =
@@ -17,6 +17,8 @@ allow_test_failures = false
1717
asneeded = false
1818
# this package is trusted enough to automatically update (used by other tools)
1919
autoupdate = true
20+
# try to use mock short circuit to avoid full rebuilds
21+
avoid_rebuild = false
2022
# extend flags with '-std=gnu++98
2123
broken_c++ = false
2224
# disable parallelization during build
@@ -71,6 +73,8 @@ use_avx512 = false
7173
use_clang = false
7274
# configure build for lto
7375
use_lto = true
76+
# use ninja build files
77+
use_ninja = false
7478
# require package verification for build
7579
verify_required = false
7680

pypi-jaraco.collections.spec

+11-11
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: v10
6-
# autospec commit: 5905be9
5+
# autospec version: v18
6+
# autospec commit: f35655a
77
#
88
Name : pypi-jaraco.collections
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
9+
Version : 5.1.0
10+
Release : 48
11+
URL : https://files.pythonhosted.org/packages/8c/ed/3f0ef2bcf765b5a3d58ecad8d825874a3af1e792fa89f89ad79f090a4ccc/jaraco_collections-5.1.0.tar.gz
12+
Source0 : https://files.pythonhosted.org/packages/8c/ed/3f0ef2bcf765b5a3d58ecad8d825874a3af1e792fa89f89ad79f090a4ccc/jaraco_collections-5.1.0.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.1
65-
cd %{_builddir}/jaraco.collections-5.0.1
64+
%setup -q -n jaraco_collections-5.1.0
65+
cd %{_builddir}/jaraco_collections-5.1.0
6666
pushd ..
67-
cp -a jaraco.collections-5.0.1 buildavx2
67+
cp -a jaraco_collections-5.1.0 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=1713037688
75+
export SOURCE_DATE_EPOCH=1724626334
7676
export GCC_IGNORE_WERROR=1
7777
export AR=gcc-ar
7878
export RANLIB=gcc-ranlib
@@ -117,7 +117,7 @@ LDFLAGS="$CLEAR_INTERMEDIATE_LDFLAGS"
117117
export MAKEFLAGS=%{?_smp_mflags}
118118
rm -rf %{buildroot}
119119
mkdir -p %{buildroot}/usr/share/package-licenses/pypi-jaraco.collections
120-
cp %{_builddir}/jaraco.collections-%{version}/LICENSE %{buildroot}/usr/share/package-licenses/pypi-jaraco.collections/0445ed0f69910eeaee036f09a39a13c6e1f37e12 || :
120+
cp %{_builddir}/jaraco_collections-%{version}/LICENSE %{buildroot}/usr/share/package-licenses/pypi-jaraco.collections/0445ed0f69910eeaee036f09a39a13c6e1f37e12 || :
121121
python3 -m installer --destdir=%{buildroot} dist/*.whl
122122
echo ----[ mark ]----
123123
cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || :

release

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

upstream

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
acb5174ef037d545a8b1a2f3537911f284ae07c7/jaraco.collections-5.0.1.tar.gz
1+
3f9e7503700952db664f8b1e84a84debbc81c631/jaraco_collections-5.1.0.tar.gz

0 commit comments

Comments
 (0)