Skip to content

Commit

Permalink
pypi-inflect: Autospec creation for update from version 7.2.1 to vers…
Browse files Browse the repository at this point in the history
…ion 7.3.0

Arkadiy Illarionov (1):
      Use typing_extensions only when needed

Jason R. Coombs (7):
      Allow macos on Python 3.8 to fail as GitHub CI has dropped support.
      Move project.urls to appear in the order that ini2toml generates it. Remove project.scripts.
      Revert "Allow macos on Python 3.8 to fail as GitHub CI has dropped support."
      Rename extras to align with core metadata spec.
      Move compatibility logic into its own module.
      Add news fragment.
      Finalize
  • Loading branch information
fenrus75 committed Jun 20, 2024
1 parent 9676fd9 commit 9a96ba7
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 15 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-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
4 changes: 3 additions & 1 deletion options.conf
Original file line number Diff line number Diff line change
@@ -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 =
Expand Down Expand Up @@ -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

21 changes: 10 additions & 11 deletions pypi-inflect.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -56,25 +56,24 @@ 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
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
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
28
29
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2ee8f2be95bfabe261f490f55f2c5d01beb810b4/inflect-7.2.1.tar.gz
a68b2a2dbb05f8d992ab5649bd33e5d0c28bf779/inflect-7.3.0.tar.gz

0 comments on commit 9a96ba7

Please sign in to comment.