10 Commits

Author SHA256 Message Date
01325506b3 Accepting request 1244150 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1244150
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-inflect?expand=0&rev=12
2025-02-09 18:59:04 +00:00
9a56e76557 Accepting request 1244137 from home:glaubitz:branches:devel:languages:python
- Update to 7.5.0
  * Updated ast classes for Python 3.14 compatibility. (#225)

OBS-URL: https://build.opensuse.org/request/show/1244137
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-inflect?expand=0&rev=27
2025-02-07 13:01:57 +00:00
aa6e0ec7d4 Accepting request 1225124 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1225124
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-inflect?expand=0&rev=11
2024-11-20 15:59:34 +00:00
0e61d69784 Accepting request 1225123 from home:dimstar:Factory
- 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.

OBS-URL: https://build.opensuse.org/request/show/1225123
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-inflect?expand=0&rev=25
2024-11-19 15:13:16 +00:00
4fe1360057 Accepting request 1224221 from devel:languages:python
- update to 7.4.0:
  * Handle a single apostrophe more gracefully.
- drop typing_extensions-version.patch (upstream)

OBS-URL: https://build.opensuse.org/request/show/1224221
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-inflect?expand=0&rev=10
2024-11-15 14:38:19 +00:00
ecc9f9701a - update to 7.4.0:
* Handle a single apostrophe more gracefully.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-inflect?expand=0&rev=23
2024-11-14 14:15:46 +00:00
099e9e5e06 Accepting request 1199303 from devel:languages:python
- Clean up the SPEC file.
- Add typing_extensions-version.patch cleaning up problematic
  handling with Annotated type on different versions of Pythons.

- 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)

OBS-URL: https://build.opensuse.org/request/show/1199303
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-inflect?expand=0&rev=9
2024-09-09 12:43:18 +00:00
e69ea2f676 - Clean up the SPEC file.
- Add typing_extensions-version.patch cleaning up problematic
  handling with Annotated type on different versions of Pythons.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-inflect?expand=0&rev=21
2024-09-07 00:09:21 +00:00
040591ffce Clean up the SPEC file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-inflect?expand=0&rev=20
2024-09-06 21:06:51 +00:00
2230393f74 Accepting request 1198730 from home:frantisek.simorda:branches:openSUSE:Factory
- 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)

OBS-URL: https://build.opensuse.org/request/show/1198730
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-inflect?expand=0&rev=19
2024-09-06 20:52:04 +00:00
4 changed files with 51 additions and 9 deletions

Binary file not shown.

BIN
inflect-7.5.0.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,44 @@
-------------------------------------------------------------------
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) 2023 SUSE LLC
# Copyright (c) 2025 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.0.0
Version: 7.5.0
Release: 0
Summary: Methods for working on numbers and nouns
License: MIT
@@ -26,16 +26,17 @@ 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 toml}
BuildRequires: %{python_module typeguard}
BuildRequires: %{python_module typing_extensions if %python-base < 3.9}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-pydantic >= 1.9.1
Requires: python-toml
Requires: python-more-itertools >= 8.5.0
Requires: python-typeguard
BuildArch: noarch
%python_subpackages