Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-uniseg for openSUSE:Factory 
checked in at 2023-03-01 16:14:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-uniseg (Old)
 and      /work/SRC/openSUSE:Factory/.python-uniseg.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-uniseg"

Wed Mar  1 16:14:23 2023 rev:7 rq:1068328 version:0.7.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-uniseg/python-uniseg.changes      
2022-03-14 19:37:59.062192423 +0100
+++ /work/SRC/openSUSE:Factory/.python-uniseg.new.31432/python-uniseg.changes   
2023-03-01 16:14:50.470844641 +0100
@@ -1,0 +2,7 @@
+Mon Feb 27 13:53:27 UTC 2023 - Martin Hauke <mar...@gmx.de>
+
+- Update to version 0.7.2
+  * Improve performance of Unicode lookups.
+- Drop uniseg-dbpath
+
+-------------------------------------------------------------------

Old:
----
  uniseg-0.7.1.post2.zip

New:
----
  uniseg-0.7.2.zip

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

Other differences:
------------------
++++++ python-uniseg.spec ++++++
--- /var/tmp/diff_new_pack.Yifokh/_old  2023-03-01 16:14:50.978847268 +0100
+++ /var/tmp/diff_new_pack.Yifokh/_new  2023-03-01 16:14:50.986847309 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-uniseg
 #
-# Copyright (c) 2022 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
@@ -16,13 +16,12 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-uniseg
-Version:        0.7.1.post2
+Version:        0.7.2
 Release:        0
 Summary:        Python module for determining Unicode text segmentations
 License:        MIT
-URL:            https://bitbucket.org/emptypage/uniseg-python
+URL:            https://bitbucket.org/emptypage/uniseg-py
 Source:         
https://files.pythonhosted.org/packages/source/u/uniseg/uniseg-%{version}.zip
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{pythons}
@@ -30,8 +29,6 @@
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
 Requires:       python
-Requires(post): update-alternatives
-Requires(postun):update-alternatives
 BuildArch:      noarch
 %python_subpackages
 
@@ -47,22 +44,20 @@
 
 %install
 %python_install
-%python_clone -a %{buildroot}%{_bindir}/uniseg-dbpath
-%python_expand %fdupes %{buildroot}%{$python_sitelib}
+%python_expand rm -Rv %{buildroot}%{$python_sitelib}/uniseg/samples
+%python_expand rm -Rv %{buildroot}%{$python_sitelib}/uniseg/docs
+%python_expand %fdupes %{buildroot}%{$python_sitelib}/uniseg/__pycache__
 
 %check
 %pyunittest -v uniseg/*test.py
 
-%post
-%python_install_alternative uniseg-dbpath
-
-%postun
-%python_uninstall_alternative uniseg-dbpath
-
 %files %{python_files}
 %license LICENSE
-%doc README
-%python_alternative %{_bindir}/uniseg-dbpath
-%{python_sitelib}/*
+%doc README.rst
+%doc uniseg/docs/uniseg.ja.html
+%{python_sitelib}/uniseg-*
+%{python_sitelib}/uniseg/*.py
+%dir %{python_sitelib}/uniseg
+%pycache_only %{python_sitelib}/uniseg/__pycache__
 
 %changelog

Reply via email to