Skip to content

Commit 44c1c98

Browse files
committed
pypi-inflect: Autospec creation for update from version 6.0.2 to version 6.0.4
James Addison (4): Add illustrative test coverage Apply a minimal fix to allow the test cases to pass Test coverage: ordinals for real numbers Code style: apply updated black v23 style rules Jason R. Coombs (33): Pin mypy to '<0.990' due to realpython/pytest-mypy#141 Remove the hyperlink for the Python versions badge. The PyPI badge is a better anchor for the hyperlink. Apply explicit_package_bases for mypy and unpin the version. Ref python/mypy#14057. Add Python 3.12 to matrix. Only test 3.8-3.10 on Linux. Disable flake8 on Python 3.12. Workaround for tholo/pytest-flake8#87. Honor ResourceWarnings. Fixes jaraco/skeleton#73. tox 4 requires a boolean value, so use '1' to FORCE_COLOR. Fixes jaraco/skeleton#74. Remove unnecessary shebang and encoding header in docs conf. Prevent Python 3.12 from blocking checks. Build docs in CI, including sphinx-lint. Put tidelift docs dependency in its own section to limit merge conflicts. Update badge for 2023 ALLOW_UNICODE no longer needed on Python 3. As a result, ELLIPSES is also now enabled by default. Add test capturing missed expectation in leading abbreviations. Ref #136. Enable default encoding warning where available. See PEP 597. Suppress EncodingWarning in pytest_black. Workaround for shopkeep/pytest-black#67. Exempt warning. Workaround for realpython/pytest-mypy#152 Add #upstream markers for filtered warnings. Add filter for platform module (ref python/cpython#100750). Remove reference to EncodingWarning as it doesn't exist on some Pythons. Revert "exclude build env from cov reporting (jaraco/skeleton#60)" Disable couldnt-parse warnings. Prescribed workaround for nedbat/coveragepy#1392. Fixes python/importlib_resources#279 and fixes jaraco/skeleton#56. Remove xfail now that test passes. Ref #179. Remove extra noqa. Fixes #177. Fix ResourceWarnings in tests. Remove commented code. Inline getwords Remove commented code. Extract filter function for suitable_for_pl_si Parameterize function instead of repeating one's self. Parameterize 'words' in test_pl_si Inline words parameterization, as it only has two words. Revert "Remove extra noqa. Fixes #177." Update changelog. Khuyen Tran (1): Change the parameter for gender in README kimgerdes (1): fix a/an issue 136 as indicated by tonywu7
1 parent ac04e77 commit 44c1c98

File tree

5 files changed

+16
-18
lines changed

5 files changed

+16
-18
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PKG_NAME := pypi-inflect
2-
URL = https://files.pythonhosted.org/packages/dd/34/0faab1eb3b2f30f1ed074672f21d39fbfd9ee780e9f16e28ca8bfc5e646f/inflect-6.0.2.tar.gz
2+
URL = https://files.pythonhosted.org/packages/3b/9b/6e44523788cadec2a2bef2632c21264a74ab172cf9a13fab5c94b10db7f2/inflect-6.0.4.tar.gz
33
ARCHIVES =
44

55
include ../common/Makefile.common

options.conf

Lines changed: 3 additions & 1 deletion
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/dd/34/0faab1eb3b2f30f1ed074672f21d39fbfd9ee780e9f16e28ca8bfc5e646f/inflect-6.0.2.tar.gz
3+
url = https://files.pythonhosted.org/packages/3b/9b/6e44523788cadec2a2bef2632c21264a74ab172cf9a13fab5c94b10db7f2/inflect-6.0.4.tar.gz
44
archives =
55
giturl = https://github.com/jaraco/inflect/
66
domain =
@@ -19,6 +19,8 @@ autoupdate = true
1919
broken_c++ = false
2020
# disable parallelization during build
2121
broken_parallel_build = false
22+
# create vendor archive with cargo
23+
cargo_vendor = false
2224
# this package is a library compatibility package and only ships versioned library files
2325
compat = false
2426
# set conservative build flags

pypi-inflect.spec

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
#
22
# This file is auto-generated. DO NOT EDIT
33
# Generated by: autospec.py
4+
# Using build pattern: pyproject
45
#
56
Name : pypi-inflect
6-
Version : 6.0.2
7-
Release : 21
8-
URL : https://files.pythonhosted.org/packages/dd/34/0faab1eb3b2f30f1ed074672f21d39fbfd9ee780e9f16e28ca8bfc5e646f/inflect-6.0.2.tar.gz
9-
Source0 : https://files.pythonhosted.org/packages/dd/34/0faab1eb3b2f30f1ed074672f21d39fbfd9ee780e9f16e28ca8bfc5e646f/inflect-6.0.2.tar.gz
7+
Version : 6.0.4
8+
Release : 22
9+
URL : https://files.pythonhosted.org/packages/3b/9b/6e44523788cadec2a2bef2632c21264a74ab172cf9a13fab5c94b10db7f2/inflect-6.0.4.tar.gz
10+
Source0 : https://files.pythonhosted.org/packages/3b/9b/6e44523788cadec2a2bef2632c21264a74ab172cf9a13fab5c94b10db7f2/inflect-6.0.4.tar.gz
1011
Summary : Correctly generate plurals, singular nouns, ordinals, indefinite articles; convert numbers to words
1112
Group : Development/Tools
1213
License : MIT
@@ -15,9 +16,6 @@ Requires: pypi-inflect-python = %{version}-%{release}
1516
Requires: pypi-inflect-python3 = %{version}-%{release}
1617
BuildRequires : buildreq-distutils3
1718
BuildRequires : pypi(py)
18-
BuildRequires : pypi(pydantic)
19-
BuildRequires : pypi(setuptools)
20-
BuildRequires : pypi(setuptools_scm)
2119
BuildRequires : pypi-pluggy
2220
BuildRequires : pypi-pytest
2321
BuildRequires : pypi-tox
@@ -28,9 +26,7 @@ BuildRequires : pypi-virtualenv
2826

2927
%description
3028
.. image:: https://img.shields.io/pypi/v/inflect.svg
31-
:target: `PyPI link`_
32-
.. image:: https://img.shields.io/pypi/pyversions/inflect.svg
33-
:target: `PyPI link`_
29+
:target: https://pypi.org/project/inflect
3430

3531
%package license
3632
Summary: license components for the pypi-inflect package.
@@ -61,18 +57,18 @@ python3 components for the pypi-inflect package.
6157

6258

6359
%prep
64-
%setup -q -n inflect-6.0.2
65-
cd %{_builddir}/inflect-6.0.2
60+
%setup -q -n inflect-6.0.4
61+
cd %{_builddir}/inflect-6.0.4
6662
pushd ..
67-
cp -a inflect-6.0.2 buildavx2
63+
cp -a inflect-6.0.4 buildavx2
6864
popd
6965

7066
%build
7167
export http_proxy=http://127.0.0.1:9/
7268
export https_proxy=http://127.0.0.1:9/
7369
export no_proxy=localhost,127.0.0.1,0.0.0.0
7470
export LANG=C.UTF-8
75-
export SOURCE_DATE_EPOCH=1672281566
71+
export SOURCE_DATE_EPOCH=1680793454
7672
export GCC_IGNORE_WERROR=1
7773
export AR=gcc-ar
7874
export RANLIB=gcc-ranlib

release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
21
1+
22

upstream

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2ca34e7dec95661dd0632bdef97f15ea62209f3e/inflect-6.0.2.tar.gz
1+
c4f4796ed3a038e37824f0addb6b2483cf175760/inflect-6.0.4.tar.gz

0 commit comments

Comments
 (0)