Skip to content

Commit d8cfa2e

Browse files
committed
pypi-configparser: Autospec creation for update from version 6.0.1 to version 7.0.0
Avasam (1): Allow mypy on PyPy (jaraco/skeleton#111) Bartosz Sławecki (1): Add link to blog entry from jaraco/skeleton#115 above CI build matrix. Jason R. Coombs (22): 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. Renamed 3.x to cpython for clarity and consistency with other projects. Removed configparser.rst Remove conftest, no longer needed. Renamed sync file. Change the process to match the new expectation that top-level configparser module is only maintained in the main branch. Add shebang to launch the script with pip-run. Fix logic in is_stable (off-by-one is a killer for booleans). Update cpython branch to receive the changed files in the same form as found upstream. Replace now redundant mapping with a sequence of paths. cpython-v3.13.0a6 rev=57aee2a02ce3 Add news fragment. Remove 'configparser' as a top-level name, as it's already masked by the stdlib on all supported Pythons. Removed sections pertaining to Python 2 concerns. Finalize
1 parent 08d9be1 commit d8cfa2e

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-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/82/97/930be4777f6b08fc7c248d70c2ea8dfb6a75ab4409f89abc47d6cab37d39/configparser-6.0.1.tar.gz
2+
URL = https://files.pythonhosted.org/packages/fd/1d/a0f55c373f80437607b898956518443b9edd435b5a226392a9ef11d79fa0/configparser-7.0.0.tar.gz
33
ARCHIVES =
44

55
include ../common/Makefile.common

options.conf

+1-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/82/97/930be4777f6b08fc7c248d70c2ea8dfb6a75ab4409f89abc47d6cab37d39/configparser-6.0.1.tar.gz
3+
url = https://files.pythonhosted.org/packages/fd/1d/a0f55c373f80437607b898956518443b9edd435b5a226392a9ef11d79fa0/configparser-7.0.0.tar.gz
44
archives =
55
giturl = https://github.com/jaraco/configparser/
66
domain =

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: v4
6-
# autospec commit: da8b975
5+
# autospec version: v10
6+
# autospec commit: 5905be9
77
#
88
Name : pypi-configparser
9-
Version : 6.0.1
10-
Release : 19
11-
URL : https://files.pythonhosted.org/packages/82/97/930be4777f6b08fc7c248d70c2ea8dfb6a75ab4409f89abc47d6cab37d39/configparser-6.0.1.tar.gz
12-
Source0 : https://files.pythonhosted.org/packages/82/97/930be4777f6b08fc7c248d70c2ea8dfb6a75ab4409f89abc47d6cab37d39/configparser-6.0.1.tar.gz
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
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-6.0.1
64-
cd %{_builddir}/configparser-6.0.1
63+
%setup -q -n configparser-7.0.0
64+
cd %{_builddir}/configparser-7.0.0
6565
pushd ..
66-
cp -a configparser-6.0.1 buildavx2
66+
cp -a configparser-7.0.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=1708967265
74+
export SOURCE_DATE_EPOCH=1713131128
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-
19
1+
20

upstream

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

0 commit comments

Comments
 (0)