From 22db01143d11549f2ad15f60676fd9237c14b16f Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Mon, 15 Aug 2022 16:23:09 +0000 Subject: [PATCH] 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. --- Makefile | 2 +- options.conf | 2 +- pypi-jaraco.text.spec | 24 +++++++++++++++--------- release | 2 +- upstream | 2 +- versions | 2 +- 6 files changed, 20 insertions(+), 14 deletions(-) diff --git a/Makefile b/Makefile index 0f80b73..54f1ad5 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := pypi-jaraco.text -URL = https://files.pythonhosted.org/packages/a3/a8/38a9ee3492145b1e53b600a807e5bd929855b1157f527e36bf8aebcfd950/jaraco.text-3.8.1.tar.gz +URL = https://files.pythonhosted.org/packages/70/11/f77a4f4c6e49ef37b37138f2de5aed8e67404ab591146e31c86231545ed3/jaraco.text-3.9.0.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index e8b432a..11a9d21 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = pypi-jaraco.text -url = https://files.pythonhosted.org/packages/a3/a8/38a9ee3492145b1e53b600a807e5bd929855b1157f527e36bf8aebcfd950/jaraco.text-3.8.1.tar.gz +url = https://files.pythonhosted.org/packages/70/11/f77a4f4c6e49ef37b37138f2de5aed8e67404ab591146e31c86231545ed3/jaraco.text-3.9.0.tar.gz archives = giturl = https://github.com/jaraco/jaraco.text/ domain = diff --git a/pypi-jaraco.text.spec b/pypi-jaraco.text.spec index c23d803..dee19d7 100644 --- a/pypi-jaraco.text.spec +++ b/pypi-jaraco.text.spec @@ -3,10 +3,10 @@ # Generated by: autospec.py # Name : pypi-jaraco.text -Version : 3.8.1 -Release : 30 -URL : https://files.pythonhosted.org/packages/a3/a8/38a9ee3492145b1e53b600a807e5bd929855b1157f527e36bf8aebcfd950/jaraco.text-3.8.1.tar.gz -Source0 : https://files.pythonhosted.org/packages/a3/a8/38a9ee3492145b1e53b600a807e5bd929855b1157f527e36bf8aebcfd950/jaraco.text-3.8.1.tar.gz +Version : 3.9.0 +Release : 31 +URL : https://files.pythonhosted.org/packages/70/11/f77a4f4c6e49ef37b37138f2de5aed8e67404ab591146e31c86231545ed3/jaraco.text-3.9.0.tar.gz +Source0 : https://files.pythonhosted.org/packages/70/11/f77a4f4c6e49ef37b37138f2de5aed8e67404ab591146e31c86231545ed3/jaraco.text-3.9.0.tar.gz Summary : Module for text manipulation Group : Development/Tools License : MIT @@ -14,8 +14,11 @@ Requires: pypi-jaraco.text-license = %{version}-%{release} Requires: pypi-jaraco.text-python = %{version}-%{release} Requires: pypi-jaraco.text-python3 = %{version}-%{release} BuildRequires : buildreq-distutils3 +BuildRequires : pypi(autocommand) +BuildRequires : pypi(inflect) BuildRequires : pypi(jaraco.context) BuildRequires : pypi(jaraco.functools) +BuildRequires : pypi(more_itertools) BuildRequires : pypi(py) BuildRequires : pypi(setuptools) BuildRequires : pypi(setuptools_scm) @@ -52,18 +55,21 @@ Summary: python3 components for the pypi-jaraco.text package. Group: Default Requires: python3-core Provides: pypi(jaraco.text) +Requires: pypi(autocommand) +Requires: pypi(inflect) Requires: pypi(jaraco.context) Requires: pypi(jaraco.functools) +Requires: pypi(more_itertools) %description python3 python3 components for the pypi-jaraco.text package. %prep -%setup -q -n jaraco.text-3.8.1 -cd %{_builddir}/jaraco.text-3.8.1 +%setup -q -n jaraco.text-3.9.0 +cd %{_builddir}/jaraco.text-3.9.0 pushd .. -cp -a jaraco.text-3.8.1 buildavx2 +cp -a jaraco.text-3.9.0 buildavx2 popd %build @@ -71,7 +77,7 @@ export http_proxy=http://127.0.0.1:9/ export https_proxy=http://127.0.0.1:9/ export no_proxy=localhost,127.0.0.1,0.0.0.0 export LANG=C.UTF-8 -export SOURCE_DATE_EPOCH=1657810293 +export SOURCE_DATE_EPOCH=1660580585 export GCC_IGNORE_WERROR=1 export AR=gcc-ar export RANLIB=gcc-ranlib @@ -96,7 +102,7 @@ popd export MAKEFLAGS=%{?_smp_mflags} rm -rf %{buildroot} mkdir -p %{buildroot}/usr/share/package-licenses/pypi-jaraco.text -cp %{_builddir}/jaraco.text-3.8.1/LICENSE %{buildroot}/usr/share/package-licenses/pypi-jaraco.text/8e6689d37f82d5617b7f7f7232c94024d41066d1 +cp %{_builddir}/jaraco.text-%{version}/LICENSE %{buildroot}/usr/share/package-licenses/pypi-jaraco.text/8e6689d37f82d5617b7f7f7232c94024d41066d1 pip install --root=%{buildroot} --no-deps --ignore-installed dist/*.whl echo ----[ mark ]---- cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || : diff --git a/release b/release index 64bb6b7..e85087a 100644 --- a/release +++ b/release @@ -1 +1 @@ -30 +31 diff --git a/upstream b/upstream index 052f0d0..6e7a400 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -52d02eaf22cabbad6081fe5612834133a87a5b25/jaraco.text-3.8.1.tar.gz +b2ebe2daafde2212b36b76fc1c3d65986c42bb97/jaraco.text-3.9.0.tar.gz diff --git a/versions b/versions index f280719..a5c4c76 100644 --- a/versions +++ b/versions @@ -1 +1 @@ -3.8.1 +3.9.0