diff --git a/Makefile b/Makefile index 1a87562..dd8c6c4 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := pypi-inflect -URL = https://files.pythonhosted.org/packages/cb/4e/fcce5b3f67a5196be7bc224613bbfd487959f828c233c1849b0388324479/inflect-7.2.1.tar.gz +URL = https://files.pythonhosted.org/packages/b3/b3/dc8790f3165ae1a2df640aab8c768c8b378754d353706e92a7a6a20a42f6/inflect-7.3.0.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index f008344..a4ca8ba 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = pypi-inflect -url = https://files.pythonhosted.org/packages/cb/4e/fcce5b3f67a5196be7bc224613bbfd487959f828c233c1849b0388324479/inflect-7.2.1.tar.gz +url = https://files.pythonhosted.org/packages/b3/b3/dc8790f3165ae1a2df640aab8c768c8b378754d353706e92a7a6a20a42f6/inflect-7.3.0.tar.gz archives = giturl = https://github.com/jaraco/inflect/ 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-inflect.spec b/pypi-inflect.spec index b2f751a..80a2009 100644 --- a/pypi-inflect.spec +++ b/pypi-inflect.spec @@ -2,14 +2,14 @@ # This file is auto-generated. DO NOT EDIT # Generated by: autospec.py # Using build pattern: pyproject -# autospec version: v10 -# autospec commit: 5905be9 +# autospec version: v12 +# autospec commit: f9eab48 # Name : pypi-inflect -Version : 7.2.1 -Release : 28 -URL : https://files.pythonhosted.org/packages/cb/4e/fcce5b3f67a5196be7bc224613bbfd487959f828c233c1849b0388324479/inflect-7.2.1.tar.gz -Source0 : https://files.pythonhosted.org/packages/cb/4e/fcce5b3f67a5196be7bc224613bbfd487959f828c233c1849b0388324479/inflect-7.2.1.tar.gz +Version : 7.3.0 +Release : 29 +URL : https://files.pythonhosted.org/packages/b3/b3/dc8790f3165ae1a2df640aab8c768c8b378754d353706e92a7a6a20a42f6/inflect-7.3.0.tar.gz +Source0 : https://files.pythonhosted.org/packages/b3/b3/dc8790f3165ae1a2df640aab8c768c8b378754d353706e92a7a6a20a42f6/inflect-7.3.0.tar.gz Summary : Correctly generate plurals, singular nouns, ordinals, indefinite articles Group : Development/Tools License : MIT @@ -56,17 +56,16 @@ Requires: python3-core Provides: pypi(inflect) Requires: pypi(more_itertools) Requires: pypi(typeguard) -Requires: pypi(typing_extensions) %description python3 python3 components for the pypi-inflect package. %prep -%setup -q -n inflect-7.2.1 -cd %{_builddir}/inflect-7.2.1 +%setup -q -n inflect-7.3.0 +cd %{_builddir}/inflect-7.3.0 pushd .. -cp -a inflect-7.2.1 buildavx2 +cp -a inflect-7.3.0 buildavx2 popd %build @@ -74,7 +73,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=1713970426 +export SOURCE_DATE_EPOCH=1718920150 export GCC_IGNORE_WERROR=1 export AR=gcc-ar export RANLIB=gcc-ranlib diff --git a/release b/release index 9902f17..f04c001 100644 --- a/release +++ b/release @@ -1 +1 @@ -28 +29 diff --git a/upstream b/upstream index 5b9f79a..f47914c 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -2ee8f2be95bfabe261f490f55f2c5d01beb810b4/inflect-7.2.1.tar.gz +a68b2a2dbb05f8d992ab5649bd33e5d0c28bf779/inflect-7.3.0.tar.gz