Skip to content

Commit

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

Anderson Bravalheri (1):
      Update Github actions to v3 (#62)

David J. Malan (1):
      Prefixes `join` method with `p.` in README.rst

Hugo van Kemenade (1):
      Update base URL for PEPs (#61)

Jason R. Coombs (4):
      Add Python 3.11 into the matrix using workaround from actions/setup-python#213. Drop 3.9 from matrix for efficiency.
      Prefer spaces for rst. Fixes jaraco/skeleton#64.
      Honor PEP 518 with pytest-enabler.
      Update changelog.

wim glenn (1):
      exclude build env from cov reporting (#60)
  • Loading branch information
fenrus75 committed Jul 10, 2022
1 parent 56e525f commit 30ad5f9
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-inflect
URL = https://files.pythonhosted.org/packages/5b/1b/b78ba01dfa104f428461f7745b5e3b7e35a7654357e59d81c857a6f46bda/inflect-5.6.0.tar.gz
URL = https://files.pythonhosted.org/packages/da/d0/0744237ef19f2b67dd6b8ec4e7c87046e82fbc071e3209b76ff6275da173/inflect-5.6.1.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-inflect
url = https://files.pythonhosted.org/packages/5b/1b/b78ba01dfa104f428461f7745b5e3b7e35a7654357e59d81c857a6f46bda/inflect-5.6.0.tar.gz
url = https://files.pythonhosted.org/packages/da/d0/0744237ef19f2b67dd6b8ec4e7c87046e82fbc071e3209b76ff6275da173/inflect-5.6.1.tar.gz
archives =
giturl = https://github.com/jaraco/inflect/
domain =
Expand Down
18 changes: 9 additions & 9 deletions pypi-inflect.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# Generated by: autospec.py
#
Name : pypi-inflect
Version : 5.6.0
Release : 9
URL : https://files.pythonhosted.org/packages/5b/1b/b78ba01dfa104f428461f7745b5e3b7e35a7654357e59d81c857a6f46bda/inflect-5.6.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/5b/1b/b78ba01dfa104f428461f7745b5e3b7e35a7654357e59d81c857a6f46bda/inflect-5.6.0.tar.gz
Version : 5.6.1
Release : 10
URL : https://files.pythonhosted.org/packages/da/d0/0744237ef19f2b67dd6b8ec4e7c87046e82fbc071e3209b76ff6275da173/inflect-5.6.1.tar.gz
Source0 : https://files.pythonhosted.org/packages/da/d0/0744237ef19f2b67dd6b8ec4e7c87046e82fbc071e3209b76ff6275da173/inflect-5.6.1.tar.gz
Summary : Correctly generate plurals, singular nouns, ordinals, indefinite articles; convert numbers to words
Group : Development/Tools
License : MIT
Expand Down Expand Up @@ -56,18 +56,18 @@ python3 components for the pypi-inflect package.


%prep
%setup -q -n inflect-5.6.0
cd %{_builddir}/inflect-5.6.0
%setup -q -n inflect-5.6.1
cd %{_builddir}/inflect-5.6.1
pushd ..
cp -a inflect-5.6.0 buildavx2
cp -a inflect-5.6.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=1656400064
export SOURCE_DATE_EPOCH=1657478640
export GCC_IGNORE_WERROR=1
export AR=gcc-ar
export RANLIB=gcc-ranlib
Expand All @@ -92,7 +92,7 @@ popd
export MAKEFLAGS=%{?_smp_mflags}
rm -rf %{buildroot}
mkdir -p %{buildroot}/usr/share/package-licenses/pypi-inflect
cp %{_builddir}/inflect-5.6.0/LICENSE %{buildroot}/usr/share/package-licenses/pypi-inflect/8e6689d37f82d5617b7f7f7232c94024d41066d1
cp %{_builddir}/inflect-5.6.1/LICENSE %{buildroot}/usr/share/package-licenses/pypi-inflect/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 @@
9
10
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e27b584f90698a99d4086e13f5ea422e5941500f/inflect-5.6.0.tar.gz
77b7650c6f963c598431d4aa47565b8dffc30bc4/inflect-5.6.1.tar.gz
2 changes: 1 addition & 1 deletion versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.6.0
5.6.1

0 comments on commit 30ad5f9

Please sign in to comment.