Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-empy for openSUSE:Factory 
checked in at 2023-12-08 22:31:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-empy (Old)
 and      /work/SRC/openSUSE:Factory/.python-empy.new.25432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-empy"

Fri Dec  8 22:31:44 2023 rev:2 rq:1131686 version:4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-empy/python-empy.changes  2019-07-17 
14:24:09.395935061 +0200
+++ /work/SRC/openSUSE:Factory/.python-empy.new.25432/python-empy.changes       
2023-12-08 22:31:53.139629496 +0100
@@ -1,0 +2,6 @@
+Thu Dec  7 20:23:33 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- update to 4.0:
+  * http://www.alcyone.com/software/empy/ANNOUNCE.html#changes
+
+-------------------------------------------------------------------

Old:
----
  empy-3.3.4.tar.gz
  lgpl-2.1.txt

New:
----
  empy-4.0.tar.gz

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

Other differences:
------------------
++++++ python-empy.spec ++++++
--- /var/tmp/diff_new_pack.kAhc1I/_old  2023-12-08 22:31:54.227669530 +0100
+++ /var/tmp/diff_new_pack.kAhc1I/_new  2023-12-08 22:31:54.231669677 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-empy
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -12,24 +12,25 @@
 # 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-%{**}}
 Name:           python-empy
-Version:        3.3.4
+Version:        4.0
 Release:        0
-License:        LGPL-2.1-or-later
 Summary:        A templating system for Python
-Url:            http://www.alcyone.com/software/empy
+License:        BSD-3-Clause
 Group:          Development/Languages/Python
+URL:            http://www.alcyone.com/software/empy
 Source:         
https://files.pythonhosted.org/packages/source/e/empy/empy-%{version}.tar.gz
-Source1:        https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+Requires(post): update-alternatives
+Requires(postun):update-alternatives
 BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -48,17 +49,26 @@
 
 %prep
 %setup -q -n empy-%{version}
-cp %{SOURCE1} .
 
 %build
 %python_build
 
 %install
 %python_install
+%python_clone -a %{buildroot}%{_bindir}/em.py
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%post
+%python_install_alternative em.py
+
+%postun
+%python_uninstall_alternative em.py
+
 %files %{python_files}
-%license lgpl-2.1.txt
-%doc README
-%{python_sitelib}/*
+%license LICENSE.md
+%doc README.md
+%python_alternative %{_bindir}/em.py
+%{python_sitelib}/em*.py
+%pycache_only %{python_sitelib}/__pycache__/em*
+%{python_sitelib}/empy-%{version}*-info
 

++++++ empy-3.3.4.tar.gz -> empy-4.0.tar.gz ++++++
++++ 26613 lines of diff (skipped)

Reply via email to