Hello community,

here is the log from the commit of package python-hl7apy for openSUSE:Leap:15.2 
checked in at 2020-06-23 18:07:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-hl7apy (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-hl7apy.new.2956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-hl7apy"

Tue Jun 23 18:07:16 2020 rev:12 rq:816425 version:1.3.3

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-hl7apy/python-hl7apy.changes    
2020-01-15 15:49:14.739453541 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-hl7apy.new.2956/python-hl7apy.changes  
2020-06-23 18:07:23.415737234 +0200
@@ -1,0 +2,11 @@
+Mon May 25 10:59:18 UTC 2020 - Petr Gajdos <[email protected]>
+
+- %python3_only -> %python_alternative
+
+-------------------------------------------------------------------
+Sat May  2 07:11:35 UTC 2020 - Axel Braun <[email protected]>
+
+- Version 1.3.3
+  Skip Python 2 for TW 
+
+-------------------------------------------------------------------

Old:
----
  hl7apy-1.2.0.tar.gz

New:
----
  hl7apy-1.3.3.tar.gz

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

Other differences:
------------------
++++++ python-hl7apy.spec ++++++
--- /var/tmp/diff_new_pack.T6Cx3g/_old  2020-06-23 18:07:23.795738462 +0200
+++ /var/tmp/diff_new_pack.T6Cx3g/_new  2020-06-23 18:07:23.799738475 +0200
@@ -1,7 +1,8 @@
 #
 # spec file for package python-hl7apy
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2017-2020 Dr. Axel Braun <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,24 +13,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-hl7apy
-Version:        1.2.0
+Version:        1.3.3
 Release:        0
 Summary:        A Python library to parse, create and handle HL7 v2x messages
 License:        MIT
 Group:          Development/Languages/Python
-Url:            http://hl7apy.org
+URL:            https://crs4.github.io/hl7apy/
 Source:         
https://files.pythonhosted.org/packages/source/h/hl7apy/hl7apy-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-rpm-macros
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 BuildArch:      noarch
 %python_subpackages
 
@@ -54,11 +56,18 @@
 
 %install
 %python_install
+%python_clone -a %{buildroot}%{_bindir}/hl7apy_profile_parser
+
+%post
+%python_install_alternative hl7apy_profile_parser
+
+%postun
+%python_uninstall_alternative hl7apy_profile_parser
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE AUTHORS
-%python3_only %{_bindir}/hl7apy_profile_parser
+%doc AUTHORS
+%license LICENSE
+%python_alternative %{_bindir}/hl7apy_profile_parser
 %{python_sitelib}/*
 
 %changelog

++++++ hl7apy-1.2.0.tar.gz -> hl7apy-1.3.3.tar.gz ++++++
++++ 228554 lines of diff (skipped)


Reply via email to