Skip to content

Commit 839c5ea

Browse files
committed
pypi-configparser: Autospec creation for update from version 7.0.0 to version 7.1.0
Bartosz Sławecki (1): Move project metadata to `pyproject.toml` (jaraco/skeleton#122) Dimitri Papadopoulos Orfanos (2): "preserve" does not require preview any more (jaraco/skeleton#133) Enforce ruff/Perflint rule PERF401 (jaraco/skeleton#132) Jason R. Coombs (19): 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. Use /usr/bin/env to launch py from the path. cpython-v3.13.0rc1 rev=e4a3e786a5eb 👹 Feed the hobgoblins (delint). Reformatted using ruff Converted sync script to use typer instead of autocommand. Add news fragment. Finalize Allow to specify any ref to sync. cpython-main rev=be257c58152e Finalize
1 parent d8cfa2e commit 839c5ea

File tree

5 files changed

+18
-14
lines changed

5 files changed

+18
-14
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PKG_NAME := pypi-configparser
2-
URL = https://files.pythonhosted.org/packages/fd/1d/a0f55c373f80437607b898956518443b9edd435b5a226392a9ef11d79fa0/configparser-7.0.0.tar.gz
2+
URL = https://files.pythonhosted.org/packages/a5/2e/a8d83652990ecb5df54680baa0c53d182051d9e164a25baa0582363841d1/configparser-7.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-configparser
3-
url = https://files.pythonhosted.org/packages/fd/1d/a0f55c373f80437607b898956518443b9edd435b5a226392a9ef11d79fa0/configparser-7.0.0.tar.gz
3+
url = https://files.pythonhosted.org/packages/a5/2e/a8d83652990ecb5df54680baa0c53d182051d9e164a25baa0582363841d1/configparser-7.1.0.tar.gz
44
archives =
55
giturl = https://github.com/jaraco/configparser/
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-configparser.spec

+10-10
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-configparser
9-
Version : 7.0.0
10-
Release : 20
11-
URL : https://files.pythonhosted.org/packages/fd/1d/a0f55c373f80437607b898956518443b9edd435b5a226392a9ef11d79fa0/configparser-7.0.0.tar.gz
12-
Source0 : https://files.pythonhosted.org/packages/fd/1d/a0f55c373f80437607b898956518443b9edd435b5a226392a9ef11d79fa0/configparser-7.0.0.tar.gz
9+
Version : 7.1.0
10+
Release : 21
11+
URL : https://files.pythonhosted.org/packages/a5/2e/a8d83652990ecb5df54680baa0c53d182051d9e164a25baa0582363841d1/configparser-7.1.0.tar.gz
12+
Source0 : https://files.pythonhosted.org/packages/a5/2e/a8d83652990ecb5df54680baa0c53d182051d9e164a25baa0582363841d1/configparser-7.1.0.tar.gz
1313
Summary : Updated configparser from stdlib for earlier Pythons.
1414
Group : Development/Tools
1515
License : MIT
@@ -60,18 +60,18 @@ python3 components for the pypi-configparser package.
6060

6161

6262
%prep
63-
%setup -q -n configparser-7.0.0
64-
cd %{_builddir}/configparser-7.0.0
63+
%setup -q -n configparser-7.1.0
64+
cd %{_builddir}/configparser-7.1.0
6565
pushd ..
66-
cp -a configparser-7.0.0 buildavx2
66+
cp -a configparser-7.1.0 buildavx2
6767
popd
6868

6969
%build
7070
export http_proxy=http://127.0.0.1:9/
7171
export https_proxy=http://127.0.0.1:9/
7272
export no_proxy=localhost,127.0.0.1,0.0.0.0
7373
export LANG=C.UTF-8
74-
export SOURCE_DATE_EPOCH=1713131128
74+
export SOURCE_DATE_EPOCH=1724078927
7575
export GCC_IGNORE_WERROR=1
7676
export AR=gcc-ar
7777
export RANLIB=gcc-ranlib

release

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
21

upstream

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b727cfa3aca7da46062c6430f45647497f0ced78/configparser-7.0.0.tar.gz
1+
d2c47237122fc75b5bd7bfb8d9807ddc63acb99b/configparser-7.1.0.tar.gz

0 commit comments

Comments
 (0)