Skip to content

Commit

Permalink
pypi-jaraco.text: Autospec creation for update from version 3.9.1 to …
Browse files Browse the repository at this point in the history
…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)
  • Loading branch information
fenrus75 committed Oct 20, 2022
1 parent 69f3234 commit bd057ff
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME := pypi-jaraco.text
URL = https://files.pythonhosted.org/packages/80/69/7ef593911e7cf28e930145f3cfa509ec902afca78f6b9135fa995bea8348/jaraco.text-3.9.1.tar.gz
URL = https://files.pythonhosted.org/packages/2f/d9/7b7b857b1e08ccca2370fa45c9c43425c90c993e78eff25a6ab1bff1efda/jaraco.text-3.10.0.tar.gz
ARCHIVES =

include ../common/Makefile.common
2 changes: 1 addition & 1 deletion options.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = pypi-jaraco.text
url = https://files.pythonhosted.org/packages/80/69/7ef593911e7cf28e930145f3cfa509ec902afca78f6b9135fa995bea8348/jaraco.text-3.9.1.tar.gz
url = https://files.pythonhosted.org/packages/2f/d9/7b7b857b1e08ccca2370fa45c9c43425c90c993e78eff25a6ab1bff1efda/jaraco.text-3.10.0.tar.gz
archives =
giturl = https://github.com/jaraco/jaraco.text/
domain =
Expand Down
18 changes: 9 additions & 9 deletions pypi-jaraco.text.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# Generated by: autospec.py
#
Name : pypi-jaraco.text
Version : 3.9.1
Release : 33
URL : https://files.pythonhosted.org/packages/80/69/7ef593911e7cf28e930145f3cfa509ec902afca78f6b9135fa995bea8348/jaraco.text-3.9.1.tar.gz
Source0 : https://files.pythonhosted.org/packages/80/69/7ef593911e7cf28e930145f3cfa509ec902afca78f6b9135fa995bea8348/jaraco.text-3.9.1.tar.gz
Version : 3.10.0
Release : 34
URL : https://files.pythonhosted.org/packages/2f/d9/7b7b857b1e08ccca2370fa45c9c43425c90c993e78eff25a6ab1bff1efda/jaraco.text-3.10.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/2f/d9/7b7b857b1e08ccca2370fa45c9c43425c90c993e78eff25a6ab1bff1efda/jaraco.text-3.10.0.tar.gz
Summary : Module for text manipulation
Group : Development/Tools
License : MIT
Expand Down Expand Up @@ -66,18 +66,18 @@ python3 components for the pypi-jaraco.text package.


%prep
%setup -q -n jaraco.text-3.9.1
cd %{_builddir}/jaraco.text-3.9.1
%setup -q -n jaraco.text-3.10.0
cd %{_builddir}/jaraco.text-3.10.0
pushd ..
cp -a jaraco.text-3.9.1 buildavx2
cp -a jaraco.text-3.10.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=1661192932
export SOURCE_DATE_EPOCH=1666309579
export GCC_IGNORE_WERROR=1
export AR=gcc-ar
export RANLIB=gcc-ranlib
Expand All @@ -102,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-%{version}/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
Original file line number Diff line number Diff line change
@@ -1 +1 @@
33
34
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
44eea281d67f69594b86c04c04946d839d335d0f/jaraco.text-3.9.1.tar.gz
d00805504bc62345c60f3b6f63f30680fb3bf6ca/jaraco.text-3.10.0.tar.gz
2 changes: 1 addition & 1 deletion versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.9.1
3.10.0

0 comments on commit bd057ff

Please sign in to comment.