diff --git a/Makefile b/Makefile index f4c75e9..6d063b7 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := pypi-jaraco.text -URL = https://files.pythonhosted.org/packages/53/30/52edc6c9997d48b0d9fbedb6a29edab2b397968f637b76aae299a9128c34/jaraco.text-3.12.0.tar.gz +URL = https://files.pythonhosted.org/packages/c0/ec/498e308febbaa672af954101e9b369cac8188b1f7eccceefdc875d67d595/jaraco_text-3.12.1.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index eb7945d..3b0e359 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = pypi-jaraco.text -url = https://files.pythonhosted.org/packages/53/30/52edc6c9997d48b0d9fbedb6a29edab2b397968f637b76aae299a9128c34/jaraco.text-3.12.0.tar.gz +url = https://files.pythonhosted.org/packages/c0/ec/498e308febbaa672af954101e9b369cac8188b1f7eccceefdc875d67d595/jaraco_text-3.12.1.tar.gz archives = giturl = https://github.com/jaraco/jaraco.text/ domain = @@ -71,6 +71,8 @@ use_avx512 = false use_clang = false # configure build for lto use_lto = true +# use ninja build files +use_ninja = false # require package verification for build verify_required = false diff --git a/pypi-jaraco.text.spec b/pypi-jaraco.text.spec index f4c61ca..5a5dbb9 100644 --- a/pypi-jaraco.text.spec +++ b/pypi-jaraco.text.spec @@ -2,14 +2,14 @@ # This file is auto-generated. DO NOT EDIT # Generated by: autospec.py # Using build pattern: pyproject -# autospec version: v3 -# autospec commit: 750e50d +# autospec version: v12 +# autospec commit: fbcebd0 # Name : pypi-jaraco.text -Version : 3.12.0 -Release : 46 -URL : https://files.pythonhosted.org/packages/53/30/52edc6c9997d48b0d9fbedb6a29edab2b397968f637b76aae299a9128c34/jaraco.text-3.12.0.tar.gz -Source0 : https://files.pythonhosted.org/packages/53/30/52edc6c9997d48b0d9fbedb6a29edab2b397968f637b76aae299a9128c34/jaraco.text-3.12.0.tar.gz +Version : 3.12.1 +Release : 47 +URL : https://files.pythonhosted.org/packages/c0/ec/498e308febbaa672af954101e9b369cac8188b1f7eccceefdc875d67d595/jaraco_text-3.12.1.tar.gz +Source0 : https://files.pythonhosted.org/packages/c0/ec/498e308febbaa672af954101e9b369cac8188b1f7eccceefdc875d67d595/jaraco_text-3.12.1.tar.gz Summary : Module for text manipulation Group : Development/Tools License : MIT @@ -65,10 +65,10 @@ python3 components for the pypi-jaraco.text package. %prep -%setup -q -n jaraco.text-3.12.0 -cd %{_builddir}/jaraco.text-3.12.0 +%setup -q -n jaraco_text-3.12.1 +cd %{_builddir}/jaraco_text-3.12.1 pushd .. -cp -a jaraco.text-3.12.0 buildavx2 +cp -a jaraco_text-3.12.1 buildavx2 popd %build @@ -76,7 +76,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=1707123457 +export SOURCE_DATE_EPOCH=1718652204 export GCC_IGNORE_WERROR=1 export AR=gcc-ar export RANLIB=gcc-ranlib @@ -121,7 +121,7 @@ LDFLAGS="$CLEAR_INTERMEDIATE_LDFLAGS" 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/0445ed0f69910eeaee036f09a39a13c6e1f37e12 || : +cp %{_builddir}/jaraco_text-%{version}/LICENSE %{buildroot}/usr/share/package-licenses/pypi-jaraco.text/0445ed0f69910eeaee036f09a39a13c6e1f37e12 || : python3 -m installer --destdir=%{buildroot} dist/*.whl echo ----[ mark ]---- cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || : diff --git a/release b/release index 9e5feb5..abac1ea 100644 --- a/release +++ b/release @@ -1 +1 @@ -46 +47 diff --git a/upstream b/upstream index 757bbe2..6bc0756 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -fdfb505ae7b38c0901c76573161c4fd8e1ea3d26/jaraco.text-3.12.0.tar.gz +a6ff1fdbd652110a962e0bd591666bd87e877215/jaraco_text-3.12.1.tar.gz