Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-Pyphen for openSUSE:Factory 
checked in at 2024-01-10 21:52:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Pyphen (Old)
 and      /work/SRC/openSUSE:Factory/.python-Pyphen.new.21961 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Pyphen"

Wed Jan 10 21:52:19 2024 rev:5 rq:1137833 version:0.14.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Pyphen/python-Pyphen.changes      
2021-03-30 21:43:03.214542573 +0200
+++ /work/SRC/openSUSE:Factory/.python-Pyphen.new.21961/python-Pyphen.changes   
2024-01-10 21:52:38.948952659 +0100
@@ -1,0 +2,20 @@
+Tue Jan  9 22:15:23 UTC 2024 - Dirk Müller <[email protected]>
+
+- update to 0.14.0:
+  * Store Path objects instead of strings in LANGUAGE.
+  * Use importlib.resources instead of deprecated pkg_resources.
+  * Add Thai dictionary.
+  * Update Italian dictionary.
+  * Make language parameter case-insensitive.
+  * Add Catalan dictionary.
+  * Update French dictionary.
+  * Update script upgrading dictionaries.
+  * Support Python 3.10, drop Python 3.6 support.
+  * Add documentation.
+  * Update Belarusian dictionary.
+  * Update dictionaries (add Albanian, Belarusian, Esperanto,
+    Mongolian; update Italian, Portuguese of Brazil, Russian).
+  * Use Flit for packaging. You can now build packages using pip
+    install flit, flit build.
+
+-------------------------------------------------------------------

Old:
----
  0.10.0.tar.gz

New:
----
  0.14.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-Pyphen.spec ++++++
--- /var/tmp/diff_new_pack.Lzvz77/_old  2024-01-10 21:52:40.248999869 +0100
+++ /var/tmp/diff_new_pack.Lzvz77/_new  2024-01-10 21:52:40.261000305 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Pyphen
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,16 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-Pyphen
-Version:        0.10.0
+Version:        0.14.0
 Release:        0
 Summary:        Pure Python module to hyphenate text
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later AND MPL-1.1
 URL:            https://github.com/Kozea/Pyphen
 Source:         https://github.com/Kozea/Pyphen/archive/%{version}.tar.gz
+BuildRequires:  %{python_module flit-core}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
@@ -42,17 +44,18 @@
 %setup -q -n Pyphen-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_bin_suffix} -v test.py
+%pytest
 
 %files %{python_files}
 %doc README.rst
-%license COPYING COPYING.GPL COPYING.LGPL COPYING.MPL
-%{python_sitelib}/*
+%license COPYING.GPL COPYING.LGPL COPYING.MPL
+%{python_sitelib}/pyphen
+%{python_sitelib}/pyphen-%{version}.dist-info
 

++++++ 0.10.0.tar.gz -> 0.14.0.tar.gz ++++++
++++ 44972 lines of diff (skipped)

Reply via email to