Compare commits

1 Commits
main ... 1.1

4 changed files with 9 additions and 51 deletions

BIN
inflect-7.0.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
inflect-7.5.0.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@@ -1,44 +1,3 @@
-------------------------------------------------------------------
Fri Feb 7 12:12:46 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 7.5.0
* Updated ast classes for Python 3.14 compatibility. (#225)
-------------------------------------------------------------------
Tue Nov 19 15:09:13 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Do not (ever) use %python_modules on runtime requires: it pulls
in all python flavors. Change to Requires: python-typeguard which
will be rewritten by the python singlespec machinery.
-------------------------------------------------------------------
Thu Nov 14 14:14:05 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 7.4.0:
* Handle a single apostrophe more gracefully.
- drop typing_extensions-version.patch (upstream)
-------------------------------------------------------------------
Sat Sep 7 00:08:11 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- Clean up the SPEC file.
- Add typing_extensions-version.patch cleaning up problematic
handling with Annotated type on different versions of Pythons.
-------------------------------------------------------------------
Wed Sep 4 12:42:21 UTC 2024 - Frantisek Simorda <frantisek.simorda@suse.com>
- update to 7.3.1:
* Set minimum version of more-itertools to 8.5 (#215)
- version 7.3.0:
* Restricted typing_extensions to Python 3.8. (#211)
- version 7.2.1:
* Refactored number_to_words toward reduced complexity.
- version 7.2.0:
* Replace pydantic with typeguard (#195)
- version 7.1.0:
* Now handle 'pair of x' in pl_sb_uninflected_complete (#188)
-------------------------------------------------------------------
Tue Nov 7 14:57:37 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-inflect
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-inflect
Version: 7.5.0
Version: 7.0.0
Release: 0
Summary: Methods for working on numbers and nouns
License: MIT
@@ -26,17 +26,16 @@ Group: Development/Languages/Python
URL: https://github.com/jaraco/inflect
Source0: https://files.pythonhosted.org/packages/source/i/inflect/inflect-%{version}.tar.gz
BuildRequires: %{python_module devel >= 3.8}
BuildRequires: %{python_module more-itertools >= 8.5.0}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pydantic >= 1.9.1}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module typeguard}
BuildRequires: %{python_module typing_extensions if %python-base < 3.9}
BuildRequires: %{python_module toml}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-more-itertools >= 8.5.0
Requires: python-typeguard
Requires: python-pydantic >= 1.9.1
Requires: python-toml
BuildArch: noarch
%python_subpackages