Skip to content

Commit

Permalink
pypi-jaraco.text: Autospec creation for update from version 3.9.0 to …
Browse files Browse the repository at this point in the history
…version 3.9.1

Jason R. Coombs (3):
      Update to setup-python v4. Fixes jaraco/skeleton#65.
      Wrap tmp_path in a pathlib2.Path for compatibility on older Pythons. Fixes #10.
      Update changelog
  • Loading branch information
fenrus75 committed Aug 22, 2022
1 parent 22db011 commit f0027bd
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
PKG_NAME := pypi-jaraco.text
URL = https://files.pythonhosted.org/packages/70/11/f77a4f4c6e49ef37b37138f2de5aed8e67404ab591146e31c86231545ed3/jaraco.text-3.9.0.tar.gz
URL = https://files.pythonhosted.org/packages/80/69/7ef593911e7cf28e930145f3cfa509ec902afca78f6b9135fa995bea8348/jaraco.text-3.9.1.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/70/11/f77a4f4c6e49ef37b37138f2de5aed8e67404ab591146e31c86231545ed3/jaraco.text-3.9.0.tar.gz
url = https://files.pythonhosted.org/packages/80/69/7ef593911e7cf28e930145f3cfa509ec902afca78f6b9135fa995bea8348/jaraco.text-3.9.1.tar.gz
archives =
giturl = https://github.com/jaraco/jaraco.text/
domain =
Expand Down
16 changes: 8 additions & 8 deletions pypi-jaraco.text.spec
Expand Up @@ -3,10 +3,10 @@
# Generated by: autospec.py
#
Name : pypi-jaraco.text
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
Version : 3.9.1
Release : 32
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
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.0
cd %{_builddir}/jaraco.text-3.9.0
%setup -q -n jaraco.text-3.9.1
cd %{_builddir}/jaraco.text-3.9.1
pushd ..
cp -a jaraco.text-3.9.0 buildavx2
cp -a jaraco.text-3.9.1 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=1660580585
export SOURCE_DATE_EPOCH=1661192932
export GCC_IGNORE_WERROR=1
export AR=gcc-ar
export RANLIB=gcc-ranlib
Expand Down
2 changes: 1 addition & 1 deletion release
@@ -1 +1 @@
31
32
2 changes: 1 addition & 1 deletion upstream
@@ -1 +1 @@
b2ebe2daafde2212b36b76fc1c3d65986c42bb97/jaraco.text-3.9.0.tar.gz
44eea281d67f69594b86c04c04946d839d335d0f/jaraco.text-3.9.1.tar.gz
2 changes: 1 addition & 1 deletion versions
@@ -1 +1 @@
3.9.0
3.9.1

0 comments on commit f0027bd

Please sign in to comment.