Skip to content

Commit

Permalink
pypi-inflect: Autospec creation for update from version 6.0.0 to vers…
Browse files Browse the repository at this point in the history
…ion 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)
  • Loading branch information
fenrus75 committed Oct 20, 2022
1 parent 433eeb2 commit 557ab73
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
PKG_NAME := pypi-inflect
URL = https://files.pythonhosted.org/packages/93/b3/f53dae21efbc41231797d136f97414a441b9e4cc51ee72a1780793b84bed/inflect-6.0.0.tar.gz
URL = https://files.pythonhosted.org/packages/59/27/eab494fe42e7c91f8198daeece278857cbf386a84780242a270d79fd007f/inflect-6.0.1.tar.gz
ARCHIVES =

include ../common/Makefile.common
2 changes: 1 addition & 1 deletion options.conf
@@ -1,6 +1,6 @@
[package]
name = pypi-inflect
url = https://files.pythonhosted.org/packages/93/b3/f53dae21efbc41231797d136f97414a441b9e4cc51ee72a1780793b84bed/inflect-6.0.0.tar.gz
url = https://files.pythonhosted.org/packages/59/27/eab494fe42e7c91f8198daeece278857cbf386a84780242a270d79fd007f/inflect-6.0.1.tar.gz
archives =
giturl = https://github.com/jaraco/inflect/
domain =
Expand Down
18 changes: 9 additions & 9 deletions pypi-inflect.spec
Expand Up @@ -3,10 +3,10 @@
# Generated by: autospec.py
#
Name : pypi-inflect
Version : 6.0.0
Release : 15
URL : https://files.pythonhosted.org/packages/93/b3/f53dae21efbc41231797d136f97414a441b9e4cc51ee72a1780793b84bed/inflect-6.0.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/93/b3/f53dae21efbc41231797d136f97414a441b9e4cc51ee72a1780793b84bed/inflect-6.0.0.tar.gz
Version : 6.0.1
Release : 16
URL : https://files.pythonhosted.org/packages/59/27/eab494fe42e7c91f8198daeece278857cbf386a84780242a270d79fd007f/inflect-6.0.1.tar.gz
Source0 : https://files.pythonhosted.org/packages/59/27/eab494fe42e7c91f8198daeece278857cbf386a84780242a270d79fd007f/inflect-6.0.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 @@ -58,18 +58,18 @@ python3 components for the pypi-inflect package.


%prep
%setup -q -n inflect-6.0.0
cd %{_builddir}/inflect-6.0.0
%setup -q -n inflect-6.0.1
cd %{_builddir}/inflect-6.0.1
pushd ..
cp -a inflect-6.0.0 buildavx2
cp -a inflect-6.0.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=1659484117
export SOURCE_DATE_EPOCH=1666279384
export GCC_IGNORE_WERROR=1
export AR=gcc-ar
export RANLIB=gcc-ranlib
Expand All @@ -94,7 +94,7 @@ popd
export MAKEFLAGS=%{?_smp_mflags}
rm -rf %{buildroot}
mkdir -p %{buildroot}/usr/share/package-licenses/pypi-inflect
cp %{_builddir}/inflect-%{version}/LICENSE %{buildroot}/usr/share/package-licenses/pypi-inflect/8e6689d37f82d5617b7f7f7232c94024d41066d1
cp %{_builddir}/inflect-%{version}/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
@@ -1 +1 @@
15
16
2 changes: 1 addition & 1 deletion upstream
@@ -1 +1 @@
79c110d43122db8c61e7ee6d22b6f376ab43ab86/inflect-6.0.0.tar.gz
cff4dc5d01f02218991ed8dd2f19555fe819dd83/inflect-6.0.1.tar.gz
2 changes: 1 addition & 1 deletion versions
@@ -1 +1 @@
6.0.0
6.0.1

0 comments on commit 557ab73

Please sign in to comment.