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

Commit 22db011

Browse files
committed
pypi-jaraco.text: Autospec creation for update from version 3.8.1 to version 3.9.0
Jason R. Coombs (6): Ran pre-commit autoupdate Use '-dev' for every Python version. Ref actions/setup-python#213. Use Python 3.11 for cutting releases. Pin flake8. Workaround for tholo/pytest-flake8#87. Add jaraco.text.show-newlines command. Update tests to be portable to Windows.
1 parent acecf1d commit 22db011

File tree

6 files changed

+20
-14
lines changed

6 files changed

+20
-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/a3/a8/38a9ee3492145b1e53b600a807e5bd929855b1157f527e36bf8aebcfd950/jaraco.text-3.8.1.tar.gz
2+
URL = https://files.pythonhosted.org/packages/70/11/f77a4f4c6e49ef37b37138f2de5aed8e67404ab591146e31c86231545ed3/jaraco.text-3.9.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/a3/a8/38a9ee3492145b1e53b600a807e5bd929855b1157f527e36bf8aebcfd950/jaraco.text-3.8.1.tar.gz
3+
url = https://files.pythonhosted.org/packages/70/11/f77a4f4c6e49ef37b37138f2de5aed8e67404ab591146e31c86231545ed3/jaraco.text-3.9.0.tar.gz
44
archives =
55
giturl = https://github.com/jaraco/jaraco.text/
66
domain =

pypi-jaraco.text.spec

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,22 @@
33
# Generated by: autospec.py
44
#
55
Name : pypi-jaraco.text
6-
Version : 3.8.1
7-
Release : 30
8-
URL : https://files.pythonhosted.org/packages/a3/a8/38a9ee3492145b1e53b600a807e5bd929855b1157f527e36bf8aebcfd950/jaraco.text-3.8.1.tar.gz
9-
Source0 : https://files.pythonhosted.org/packages/a3/a8/38a9ee3492145b1e53b600a807e5bd929855b1157f527e36bf8aebcfd950/jaraco.text-3.8.1.tar.gz
6+
Version : 3.9.0
7+
Release : 31
8+
URL : https://files.pythonhosted.org/packages/70/11/f77a4f4c6e49ef37b37138f2de5aed8e67404ab591146e31c86231545ed3/jaraco.text-3.9.0.tar.gz
9+
Source0 : https://files.pythonhosted.org/packages/70/11/f77a4f4c6e49ef37b37138f2de5aed8e67404ab591146e31c86231545ed3/jaraco.text-3.9.0.tar.gz
1010
Summary : Module for text manipulation
1111
Group : Development/Tools
1212
License : MIT
1313
Requires: pypi-jaraco.text-license = %{version}-%{release}
1414
Requires: pypi-jaraco.text-python = %{version}-%{release}
1515
Requires: pypi-jaraco.text-python3 = %{version}-%{release}
1616
BuildRequires : buildreq-distutils3
17+
BuildRequires : pypi(autocommand)
18+
BuildRequires : pypi(inflect)
1719
BuildRequires : pypi(jaraco.context)
1820
BuildRequires : pypi(jaraco.functools)
21+
BuildRequires : pypi(more_itertools)
1922
BuildRequires : pypi(py)
2023
BuildRequires : pypi(setuptools)
2124
BuildRequires : pypi(setuptools_scm)
@@ -52,26 +55,29 @@ Summary: python3 components for the pypi-jaraco.text package.
5255
Group: Default
5356
Requires: python3-core
5457
Provides: pypi(jaraco.text)
58+
Requires: pypi(autocommand)
59+
Requires: pypi(inflect)
5560
Requires: pypi(jaraco.context)
5661
Requires: pypi(jaraco.functools)
62+
Requires: pypi(more_itertools)
5763

5864
%description python3
5965
python3 components for the pypi-jaraco.text package.
6066

6167

6268
%prep
63-
%setup -q -n jaraco.text-3.8.1
64-
cd %{_builddir}/jaraco.text-3.8.1
69+
%setup -q -n jaraco.text-3.9.0
70+
cd %{_builddir}/jaraco.text-3.9.0
6571
pushd ..
66-
cp -a jaraco.text-3.8.1 buildavx2
72+
cp -a jaraco.text-3.9.0 buildavx2
6773
popd
6874

6975
%build
7076
export http_proxy=http://127.0.0.1:9/
7177
export https_proxy=http://127.0.0.1:9/
7278
export no_proxy=localhost,127.0.0.1,0.0.0.0
7379
export LANG=C.UTF-8
74-
export SOURCE_DATE_EPOCH=1657810293
80+
export SOURCE_DATE_EPOCH=1660580585
7581
export GCC_IGNORE_WERROR=1
7682
export AR=gcc-ar
7783
export RANLIB=gcc-ranlib
@@ -96,7 +102,7 @@ popd
96102
export MAKEFLAGS=%{?_smp_mflags}
97103
rm -rf %{buildroot}
98104
mkdir -p %{buildroot}/usr/share/package-licenses/pypi-jaraco.text
99-
cp %{_builddir}/jaraco.text-3.8.1/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
100106
pip install --root=%{buildroot} --no-deps --ignore-installed dist/*.whl
101107
echo ----[ mark ]----
102108
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-
30
1+
31

upstream

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
52d02eaf22cabbad6081fe5612834133a87a5b25/jaraco.text-3.8.1.tar.gz
1+
b2ebe2daafde2212b36b76fc1c3d65986c42bb97/jaraco.text-3.9.0.tar.gz

versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.8.1
1+
3.9.0

0 commit comments

Comments
 (0)