Skip to content

Commit

Permalink
pypi-jaraco.text: Autospec creation for update from version 3.8.1 to …
Browse files Browse the repository at this point in the history
…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.
  • Loading branch information
fenrus75 committed Aug 15, 2022
1 parent acecf1d commit 22db011
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 14 deletions.
2 changes: 1 addition & 1 deletion 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
2 changes: 1 addition & 1 deletion 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 =
Expand Down
24 changes: 15 additions & 9 deletions pypi-jaraco.text.spec
Expand Up @@ -3,19 +3,22 @@
# 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
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)
Expand Down Expand Up @@ -52,26 +55,29 @@ 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
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
Expand All @@ -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 || :
Expand Down
2 changes: 1 addition & 1 deletion release
@@ -1 +1 @@
30
31
2 changes: 1 addition & 1 deletion upstream
@@ -1 +1 @@
52d02eaf22cabbad6081fe5612834133a87a5b25/jaraco.text-3.8.1.tar.gz
b2ebe2daafde2212b36b76fc1c3d65986c42bb97/jaraco.text-3.9.0.tar.gz
2 changes: 1 addition & 1 deletion versions
@@ -1 +1 @@
3.8.1
3.9.0

0 comments on commit 22db011

Please sign in to comment.