From 9a56e7655782df1b4ef047089ddf010938526d7eec86fd09b800c053924d5b0b Mon Sep 17 00:00:00 2001 From: Nico Krapp Date: Fri, 7 Feb 2025 13:01:57 +0000 Subject: [PATCH] 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 --- inflect-7.4.0.tar.gz | 3 --- inflect-7.5.0.tar.gz | 3 +++ python-inflect.changes | 6 ++++++ python-inflect.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 inflect-7.4.0.tar.gz create mode 100644 inflect-7.5.0.tar.gz diff --git a/inflect-7.4.0.tar.gz b/inflect-7.4.0.tar.gz deleted file mode 100644 index e57ae12..0000000 --- a/inflect-7.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:904baa17cc2cb74827a6c27b95692e95670dadc72b208b3e8c1c05aeed47026b -size 72730 diff --git a/inflect-7.5.0.tar.gz b/inflect-7.5.0.tar.gz new file mode 100644 index 0000000..34dc062 --- /dev/null +++ b/inflect-7.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faf19801c3742ed5a05a8ce388e0d8fe1a07f8d095c82201eb904f5d27ad571f +size 73751 diff --git a/python-inflect.changes b/python-inflect.changes index 0c61f64..372bd5a 100644 --- a/python-inflect.changes +++ b/python-inflect.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 7 12:12:46 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 7.5.0 + * Updated ast classes for Python 3.14 compatibility. (#225) + ------------------------------------------------------------------- Tue Nov 19 15:09:13 UTC 2024 - Dominique Leuenberger diff --git a/python-inflect.spec b/python-inflect.spec index bcda5e5..f5bf47f 100644 --- a/python-inflect.spec +++ b/python-inflect.spec @@ -1,7 +1,7 @@ # # spec file for package python-inflect # -# Copyright (c) 2024 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.4.0 +Version: 7.5.0 Release: 0 Summary: Methods for working on numbers and nouns License: MIT