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

Commit bd057ff

Browse files
committed
pypi-jaraco.text: Autospec creation for update from version 3.9.1 to version 3.10.0
Jason R. Coombs (7): Also update release to v4 Add PyPy to the test matrix on Linux. Fixes jaraco/skeleton#63. When rendering docs, preserve the syntax for defaults. Fixes jaraco/path#197. Adopt furo theme for docs. Indicate to use latest Python version (workaround for readthedocs/readthedocs.org/#9623). Requires also specifying the OS version (workaround for readthedocs/readthedocs.org#9635). GHA pretty env (#67) Prefer casefold in FoldedCase. Zach Burnett (1): rename `.readthedocs.yml` to `.readthedocs.yaml` (RTD docs indicate that `.readthedocs.yml` will be deprecated) (#68)
1 parent 69f3234 commit bd057ff

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
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/80/69/7ef593911e7cf28e930145f3cfa509ec902afca78f6b9135fa995bea8348/jaraco.text-3.9.1.tar.gz
2+
URL = https://files.pythonhosted.org/packages/2f/d9/7b7b857b1e08ccca2370fa45c9c43425c90c993e78eff25a6ab1bff1efda/jaraco.text-3.10.0.tar.gz
33
ARCHIVES =
44

55
include ../common/Makefile.common

options.conf

Lines changed: 1 addition & 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/80/69/7ef593911e7cf28e930145f3cfa509ec902afca78f6b9135fa995bea8348/jaraco.text-3.9.1.tar.gz
3+
url = https://files.pythonhosted.org/packages/2f/d9/7b7b857b1e08ccca2370fa45c9c43425c90c993e78eff25a6ab1bff1efda/jaraco.text-3.10.0.tar.gz
44
archives =
55
giturl = https://github.com/jaraco/jaraco.text/
66
domain =

pypi-jaraco.text.spec

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# Generated by: autospec.py
44
#
55
Name : pypi-jaraco.text
6-
Version : 3.9.1
7-
Release : 33
8-
URL : https://files.pythonhosted.org/packages/80/69/7ef593911e7cf28e930145f3cfa509ec902afca78f6b9135fa995bea8348/jaraco.text-3.9.1.tar.gz
9-
Source0 : https://files.pythonhosted.org/packages/80/69/7ef593911e7cf28e930145f3cfa509ec902afca78f6b9135fa995bea8348/jaraco.text-3.9.1.tar.gz
6+
Version : 3.10.0
7+
Release : 34
8+
URL : https://files.pythonhosted.org/packages/2f/d9/7b7b857b1e08ccca2370fa45c9c43425c90c993e78eff25a6ab1bff1efda/jaraco.text-3.10.0.tar.gz
9+
Source0 : https://files.pythonhosted.org/packages/2f/d9/7b7b857b1e08ccca2370fa45c9c43425c90c993e78eff25a6ab1bff1efda/jaraco.text-3.10.0.tar.gz
1010
Summary : Module for text manipulation
1111
Group : Development/Tools
1212
License : MIT
@@ -66,18 +66,18 @@ python3 components for the pypi-jaraco.text package.
6666

6767

6868
%prep
69-
%setup -q -n jaraco.text-3.9.1
70-
cd %{_builddir}/jaraco.text-3.9.1
69+
%setup -q -n jaraco.text-3.10.0
70+
cd %{_builddir}/jaraco.text-3.10.0
7171
pushd ..
72-
cp -a jaraco.text-3.9.1 buildavx2
72+
cp -a jaraco.text-3.10.0 buildavx2
7373
popd
7474

7575
%build
7676
export http_proxy=http://127.0.0.1:9/
7777
export https_proxy=http://127.0.0.1:9/
7878
export no_proxy=localhost,127.0.0.1,0.0.0.0
7979
export LANG=C.UTF-8
80-
export SOURCE_DATE_EPOCH=1661192932
80+
export SOURCE_DATE_EPOCH=1666309579
8181
export GCC_IGNORE_WERROR=1
8282
export AR=gcc-ar
8383
export RANLIB=gcc-ranlib
@@ -102,7 +102,7 @@ popd
102102
export MAKEFLAGS=%{?_smp_mflags}
103103
rm -rf %{buildroot}
104104
mkdir -p %{buildroot}/usr/share/package-licenses/pypi-jaraco.text
105-
cp %{_builddir}/jaraco.text-%{version}/LICENSE %{buildroot}/usr/share/package-licenses/pypi-jaraco.text/8e6689d37f82d5617b7f7f7232c94024d41066d1
105+
cp %{_builddir}/jaraco.text-%{version}/LICENSE %{buildroot}/usr/share/package-licenses/pypi-jaraco.text/8e6689d37f82d5617b7f7f7232c94024d41066d1 || :
106106
pip install --root=%{buildroot} --no-deps --ignore-installed dist/*.whl
107107
echo ----[ mark ]----
108108
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-
33
1+
34

upstream

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
44eea281d67f69594b86c04c04946d839d335d0f/jaraco.text-3.9.1.tar.gz
1+
d00805504bc62345c60f3b6f63f30680fb3bf6ca/jaraco.text-3.10.0.tar.gz

versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.9.1
1+
3.10.0

0 commit comments

Comments
 (0)