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

Commit 4b2d8c6

Browse files
committed
pypi-jaraco.text: Autospec creation for update from version 3.12.0 to version 3.12.1
Avasam (1): Allow mypy on PyPy (jaraco/skeleton#111) Bartosz Sławecki (3): Tweak coverage configuration for type checking (jaraco/skeleton#97) Add link to blog entry from jaraco/skeleton#115 above CI build matrix. Move project metadata to `pyproject.toml` (jaraco/skeleton#122) Christian Clauss (2): Upgrade GitHub Actions checkout (jaraco/skeleton#94) GitHub Actions: Combine tox jobs diffcov and docs (jaraco/skeleton#95) Dimitri Papadopoulos Orfanos (2): Use the ruff formatter (jaraco/skeleton#99) ruff: extended-ignore → ignore (jaraco/skeleton#105) Jason R. Coombs (27): Remove news fragment after allowing time to be processed downstream. Suppress deprecation warning in dateutil. Workaround for dateutil/dateutil#1284. Update Github Actions badge per actions/starter-workflows#1525. 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. 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. Finalize Sviatoslav Sydorenko (1): Enable testing merge queues @ GitHub Actions CI/CD (jaraco/skeleton#93)
1 parent cbd8851 commit 4b2d8c6

File tree

5 files changed

+17
-15
lines changed

5 files changed

+17
-15
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PKG_NAME := pypi-jaraco.text
2-
URL = https://files.pythonhosted.org/packages/53/30/52edc6c9997d48b0d9fbedb6a29edab2b397968f637b76aae299a9128c34/jaraco.text-3.12.0.tar.gz
2+
URL = https://files.pythonhosted.org/packages/c0/ec/498e308febbaa672af954101e9b369cac8188b1f7eccceefdc875d67d595/jaraco_text-3.12.1.tar.gz
33
ARCHIVES =
44

55
include ../common/Makefile.common

options.conf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = pypi-jaraco.text
3-
url = https://files.pythonhosted.org/packages/53/30/52edc6c9997d48b0d9fbedb6a29edab2b397968f637b76aae299a9128c34/jaraco.text-3.12.0.tar.gz
3+
url = https://files.pythonhosted.org/packages/c0/ec/498e308febbaa672af954101e9b369cac8188b1f7eccceefdc875d67d595/jaraco_text-3.12.1.tar.gz
44
archives =
55
giturl = https://github.com/jaraco/jaraco.text/
66
domain =
@@ -71,6 +71,8 @@ use_avx512 = false
7171
use_clang = false
7272
# configure build for lto
7373
use_lto = true
74+
# use ninja build files
75+
use_ninja = false
7476
# require package verification for build
7577
verify_required = false
7678

pypi-jaraco.text.spec

Lines changed: 11 additions & 11 deletions
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: 750e50d
5+
# autospec version: v12
6+
# autospec commit: fbcebd0
77
#
88
Name : pypi-jaraco.text
9-
Version : 3.12.0
10-
Release : 46
11-
URL : https://files.pythonhosted.org/packages/53/30/52edc6c9997d48b0d9fbedb6a29edab2b397968f637b76aae299a9128c34/jaraco.text-3.12.0.tar.gz
12-
Source0 : https://files.pythonhosted.org/packages/53/30/52edc6c9997d48b0d9fbedb6a29edab2b397968f637b76aae299a9128c34/jaraco.text-3.12.0.tar.gz
9+
Version : 3.12.1
10+
Release : 47
11+
URL : https://files.pythonhosted.org/packages/c0/ec/498e308febbaa672af954101e9b369cac8188b1f7eccceefdc875d67d595/jaraco_text-3.12.1.tar.gz
12+
Source0 : https://files.pythonhosted.org/packages/c0/ec/498e308febbaa672af954101e9b369cac8188b1f7eccceefdc875d67d595/jaraco_text-3.12.1.tar.gz
1313
Summary : Module for text manipulation
1414
Group : Development/Tools
1515
License : MIT
@@ -65,18 +65,18 @@ python3 components for the pypi-jaraco.text package.
6565

6666

6767
%prep
68-
%setup -q -n jaraco.text-3.12.0
69-
cd %{_builddir}/jaraco.text-3.12.0
68+
%setup -q -n jaraco_text-3.12.1
69+
cd %{_builddir}/jaraco_text-3.12.1
7070
pushd ..
71-
cp -a jaraco.text-3.12.0 buildavx2
71+
cp -a jaraco_text-3.12.1 buildavx2
7272
popd
7373

7474
%build
7575
export http_proxy=http://127.0.0.1:9/
7676
export https_proxy=http://127.0.0.1:9/
7777
export no_proxy=localhost,127.0.0.1,0.0.0.0
7878
export LANG=C.UTF-8
79-
export SOURCE_DATE_EPOCH=1707123457
79+
export SOURCE_DATE_EPOCH=1718652204
8080
export GCC_IGNORE_WERROR=1
8181
export AR=gcc-ar
8282
export RANLIB=gcc-ranlib
@@ -121,7 +121,7 @@ LDFLAGS="$CLEAR_INTERMEDIATE_LDFLAGS"
121121
export MAKEFLAGS=%{?_smp_mflags}
122122
rm -rf %{buildroot}
123123
mkdir -p %{buildroot}/usr/share/package-licenses/pypi-jaraco.text
124-
cp %{_builddir}/jaraco.text-%{version}/LICENSE %{buildroot}/usr/share/package-licenses/pypi-jaraco.text/0445ed0f69910eeaee036f09a39a13c6e1f37e12 || :
124+
cp %{_builddir}/jaraco_text-%{version}/LICENSE %{buildroot}/usr/share/package-licenses/pypi-jaraco.text/0445ed0f69910eeaee036f09a39a13c6e1f37e12 || :
125125
python3 -m installer --destdir=%{buildroot} dist/*.whl
126126
echo ----[ mark ]----
127127
cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || :

release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
46
1+
47

upstream

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
fdfb505ae7b38c0901c76573161c4fd8e1ea3d26/jaraco.text-3.12.0.tar.gz
1+
a6ff1fdbd652110a962e0bd591666bd87e877215/jaraco_text-3.12.1.tar.gz

0 commit comments

Comments
 (0)