Skip to content

Commit 557ab73

Browse files
committed
pypi-inflect: Autospec creation for update from version 6.0.0 to version 6.0.1
Jason R. Coombs (18): Pin flake8. Workaround for tholo/pytest-flake8#87. Update to setup-python v4. Fixes jaraco/skeleton#65. Also update release to v4 Add PyPy to the test matrix on Linux. Fixes jaraco/skeleton#63. When rendering docs, preserve the syntax for defaults. Fixes jaraco/path#197. Adopt furo theme for docs. Indicate to use latest Python version (workaround for readthedocs/readthedocs.org/#9623). Requires also specifying the OS version (workaround for readthedocs/readthedocs.org#9635). GHA pretty env (#67) Clean up module docstring. Extract cases for indefinite articles. Prefer generator expression for indefinite article cases. Update docstring for joinstem; change example to doctest. Employ more_itertools.always_iterable for Optional[Iterable] Simply fall back to list when words is None. Saves dependency. Add doctests for None values. Convert examples in bysize to doctest. Use defaultdict in bysize. Update changelog Zach Burnett (1): rename `.readthedocs.yml` to `.readthedocs.yaml` (RTD docs indicate that `.readthedocs.yml` will be deprecated) (#68)
1 parent 433eeb2 commit 557ab73

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PKG_NAME := pypi-inflect
2-
URL = https://files.pythonhosted.org/packages/93/b3/f53dae21efbc41231797d136f97414a441b9e4cc51ee72a1780793b84bed/inflect-6.0.0.tar.gz
2+
URL = https://files.pythonhosted.org/packages/59/27/eab494fe42e7c91f8198daeece278857cbf386a84780242a270d79fd007f/inflect-6.0.1.tar.gz
33
ARCHIVES =
44

55
include ../common/Makefile.common

options.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = pypi-inflect
3-
url = https://files.pythonhosted.org/packages/93/b3/f53dae21efbc41231797d136f97414a441b9e4cc51ee72a1780793b84bed/inflect-6.0.0.tar.gz
3+
url = https://files.pythonhosted.org/packages/59/27/eab494fe42e7c91f8198daeece278857cbf386a84780242a270d79fd007f/inflect-6.0.1.tar.gz
44
archives =
55
giturl = https://github.com/jaraco/inflect/
66
domain =

pypi-inflect.spec

+9-9
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# Generated by: autospec.py
44
#
55
Name : pypi-inflect
6-
Version : 6.0.0
7-
Release : 15
8-
URL : https://files.pythonhosted.org/packages/93/b3/f53dae21efbc41231797d136f97414a441b9e4cc51ee72a1780793b84bed/inflect-6.0.0.tar.gz
9-
Source0 : https://files.pythonhosted.org/packages/93/b3/f53dae21efbc41231797d136f97414a441b9e4cc51ee72a1780793b84bed/inflect-6.0.0.tar.gz
6+
Version : 6.0.1
7+
Release : 16
8+
URL : https://files.pythonhosted.org/packages/59/27/eab494fe42e7c91f8198daeece278857cbf386a84780242a270d79fd007f/inflect-6.0.1.tar.gz
9+
Source0 : https://files.pythonhosted.org/packages/59/27/eab494fe42e7c91f8198daeece278857cbf386a84780242a270d79fd007f/inflect-6.0.1.tar.gz
1010
Summary : Correctly generate plurals, singular nouns, ordinals, indefinite articles; convert numbers to words
1111
Group : Development/Tools
1212
License : MIT
@@ -58,18 +58,18 @@ python3 components for the pypi-inflect package.
5858

5959

6060
%prep
61-
%setup -q -n inflect-6.0.0
62-
cd %{_builddir}/inflect-6.0.0
61+
%setup -q -n inflect-6.0.1
62+
cd %{_builddir}/inflect-6.0.1
6363
pushd ..
64-
cp -a inflect-6.0.0 buildavx2
64+
cp -a inflect-6.0.1 buildavx2
6565
popd
6666

6767
%build
6868
export http_proxy=http://127.0.0.1:9/
6969
export https_proxy=http://127.0.0.1:9/
7070
export no_proxy=localhost,127.0.0.1,0.0.0.0
7171
export LANG=C.UTF-8
72-
export SOURCE_DATE_EPOCH=1659484117
72+
export SOURCE_DATE_EPOCH=1666279384
7373
export GCC_IGNORE_WERROR=1
7474
export AR=gcc-ar
7575
export RANLIB=gcc-ranlib
@@ -94,7 +94,7 @@ popd
9494
export MAKEFLAGS=%{?_smp_mflags}
9595
rm -rf %{buildroot}
9696
mkdir -p %{buildroot}/usr/share/package-licenses/pypi-inflect
97-
cp %{_builddir}/inflect-%{version}/LICENSE %{buildroot}/usr/share/package-licenses/pypi-inflect/8e6689d37f82d5617b7f7f7232c94024d41066d1
97+
cp %{_builddir}/inflect-%{version}/LICENSE %{buildroot}/usr/share/package-licenses/pypi-inflect/8e6689d37f82d5617b7f7f7232c94024d41066d1 || :
9898
pip install --root=%{buildroot} --no-deps --ignore-installed dist/*.whl
9999
echo ----[ mark ]----
100100
cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || :

release

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
15
1+
16

upstream

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
79c110d43122db8c61e7ee6d22b6f376ab43ab86/inflect-6.0.0.tar.gz
1+
cff4dc5d01f02218991ed8dd2f19555fe819dd83/inflect-6.0.1.tar.gz

versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.0.0
1+
6.0.1

0 commit comments

Comments
 (0)