commit python-uniseg for openSUSE:Factory

2020-05-19 Thread root
Hello community,

here is the log from the commit of package python-uniseg for openSUSE:Factory 
checked in at 2020-05-19 14:48:25

Comparing /work/SRC/openSUSE:Factory/python-uniseg (Old)
 and  /work/SRC/openSUSE:Factory/.python-uniseg.new.2738 (New)


Package is "python-uniseg"

Tue May 19 14:48:25 2020 rev:4 rq:806961 version:0.7.1

Changes:

--- /work/SRC/openSUSE:Factory/python-uniseg/python-uniseg.changes  
2019-12-11 12:14:38.640519649 +0100
+++ /work/SRC/openSUSE:Factory/.python-uniseg.new.2738/python-uniseg.changes
2020-05-19 14:48:25.772063313 +0200
@@ -1,0 +2,5 @@
+Mon May 18 09:10:42 UTC 2020 - Petr Gajdos 
+
+- %python3_only -> %python_alternative
+
+---



Other differences:
--
++ python-uniseg.spec ++
--- /var/tmp/diff_new_pack.IK5frr/_old  2020-05-19 14:48:26.192064209 +0200
+++ /var/tmp/diff_new_pack.IK5frr/_new  2020-05-19 14:48:26.192064209 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-uniseg
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -30,6 +30,8 @@
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
 Requires:   python
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 BuildArch:  noarch
 %python_subpackages
 
@@ -45,15 +47,22 @@
 
 %install
 %python_install
+%python_clone -a %{buildroot}%{_bindir}/uniseg-dbpath
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
 %python_exec setup.py test
 
+%post
+%python_install_alternative uniseg-dbpath
+
+%postun
+%python_uninstall_alternative uniseg-dbpath
+
 %files %{python_files}
 %license LICENSE
 %doc README
-%python3_only %{_bindir}/uniseg-dbpath
+%python_alternative %{_bindir}/uniseg-dbpath
 %{python_sitelib}/*
 
 %changelog





commit python-uniseg for openSUSE:Factory

2019-12-11 Thread root
Hello community,

here is the log from the commit of package python-uniseg for openSUSE:Factory 
checked in at 2019-12-11 12:14:13

Comparing /work/SRC/openSUSE:Factory/python-uniseg (Old)
 and  /work/SRC/openSUSE:Factory/.python-uniseg.new.4691 (New)


Package is "python-uniseg"

Wed Dec 11 12:14:13 2019 rev:3 rq:755741 version:0.7.1

Changes:

--- /work/SRC/openSUSE:Factory/python-uniseg/python-uniseg.changes  
2018-07-28 12:43:20.932765707 +0200
+++ /work/SRC/openSUSE:Factory/.python-uniseg.new.4691/python-uniseg.changes
2019-12-11 12:14:38.640519649 +0100
@@ -1,0 +2,5 @@
+Wed Dec 11 08:11:41 UTC 2019 - Tomáš Chvátal 
+
+- Pull in the full python for sqlite module
+
+---



Other differences:
--
++ python-uniseg.spec ++
--- /var/tmp/diff_new_pack.lG41k0/_old  2019-12-11 12:14:40.232519202 +0100
+++ /var/tmp/diff_new_pack.lG41k0/_new  2019-12-11 12:14:40.236519201 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-uniseg
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,24 +12,24 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without  test
 Name:   python-uniseg
 Version:0.7.1
 Release:0
 Summary:Python module for determining Unicode text segmentations
 License:MIT
-Group:  Development/Languages/Python
 URL:https://bitbucket.org/emptypage/uniseg-python
 Source: 
https://files.pythonhosted.org/packages/source/u/uniseg/uniseg-%{version}.zip
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{pythons}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
+Requires:   python
 BuildArch:  noarch
 %python_subpackages
 





commit python-uniseg for openSUSE:Factory

2018-07-28 Thread root
Hello community,

here is the log from the commit of package python-uniseg for openSUSE:Factory 
checked in at 2018-07-28 12:43:16

Comparing /work/SRC/openSUSE:Factory/python-uniseg (Old)
 and  /work/SRC/openSUSE:Factory/.python-uniseg.new (New)


Package is "python-uniseg"

Sat Jul 28 12:43:16 2018 rev:2 rq:625604 version:0.7.1

Changes:

--- /work/SRC/openSUSE:Factory/python-uniseg/python-uniseg.changes  
2018-07-25 16:13:00.613910925 +0200
+++ /work/SRC/openSUSE:Factory/.python-uniseg.new/python-uniseg.changes 
2018-07-28 12:43:20.932765707 +0200
@@ -1,0 +2,5 @@
+Thu Jul 26 15:16:33 UTC 2018 - jeng...@inai.de
+
+- Use noun phrase in summary.
+
+---



Other differences:
--
++ python-uniseg.spec ++
--- /var/tmp/diff_new_pack.fQbGaH/_old  2018-07-28 12:43:21.512766823 +0200
+++ /var/tmp/diff_new_pack.fQbGaH/_new  2018-07-28 12:43:21.516766831 +0200
@@ -13,6 +13,7 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
@@ -20,7 +21,7 @@
 Name:   python-uniseg
 Version:0.7.1
 Release:0
-Summary:Determine Unicode text segmentations
+Summary:Python module for determining Unicode text segmentations
 License:MIT
 Group:  Development/Languages/Python
 URL:https://bitbucket.org/emptypage/uniseg-python