Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-inflect for openSUSE:Factory checked in at 2023-11-08 22:16:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-inflect (Old) and /work/SRC/openSUSE:Factory/.python-inflect.new.17445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-inflect" Wed Nov 8 22:16:50 2023 rev:8 rq:1124031 version:7.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-inflect/python-inflect.changes 2023-05-11 12:31:39.250162840 +0200 +++ /work/SRC/openSUSE:Factory/.python-inflect.new.17445/python-inflect.changes 2023-11-08 22:17:03.553699297 +0100 @@ -1,0 +2,22 @@ +Tue Nov 7 14:57:37 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to 7.0.0: + * Refine type hint for ``singular_noun`` to indicate a literal + return type for ``False``. (#186) + * Removed methods renamed in 0.2.0. + * Project now supports Pydantic 2 while retaining support for + Pydantic 1. (#187) + * Added validation of user-defined words and amended the type + declarations to match, allowing for null values but not empty + strings. (#187) + * ``ordinal`` now handles float types correctly without first + coercing them to strings. (#178) + * Require Python 3.8 or later. + +------------------------------------------------------------------- +Tue Nov 7 14:56:14 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to 6.0.5: + * Pin to Pydantic 1 to avoid breaking in Pydantic 2. + +------------------------------------------------------------------- Old: ---- inflect-6.0.4.tar.gz New: ---- inflect-7.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-inflect.spec ++++++ --- /var/tmp/diff_new_pack.SyW9tr/_old 2023-11-08 22:17:04.025716637 +0100 +++ /var/tmp/diff_new_pack.SyW9tr/_new 2023-11-08 22:17:04.029716784 +0100 @@ -18,17 +18,18 @@ %{?sle15_python_module_pythons} Name: python-inflect -Version: 6.0.4 +Version: 7.0.0 Release: 0 Summary: Methods for working on numbers and nouns License: MIT 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.7} +BuildRequires: %{python_module devel >= 3.8} 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 wheel} BuildRequires: fdupes @@ -57,6 +58,7 @@ %files %{python_files} %license LICENSE -%doc CHANGES.rst README.rst -%{python_sitelib}/* +%doc NEWS.rst README.rst +%{python_sitelib}/inflect +%{python_sitelib}/inflect-%{version}*-info ++++++ inflect-6.0.4.tar.gz -> inflect-7.0.0.tar.gz ++++++ ++++ 3418 lines of diff (skipped)