Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-jira for openSUSE:Factory 
checked in at 2025-06-13 18:46:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jira (Old)
 and      /work/SRC/openSUSE:Factory/.python-jira.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-jira"

Fri Jun 13 18:46:58 2025 rev:15 rq:1285414 version:3.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-jira/python-jira.changes  2024-04-03 
17:22:05.309197282 +0200
+++ /work/SRC/openSUSE:Factory/.python-jira.new.19631/python-jira.changes       
2025-06-13 18:47:09.839040492 +0200
@@ -1,0 +2,7 @@
+Wed Jun 11 20:43:07 UTC 2025 - Lubos Kocman <lubos.koc...@suse.com>
+
+- Packaging sanity
+  * Use libalternatives on > 1500
+  * Add sle15_python_module_pythons
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-jira.spec ++++++
--- /var/tmp/diff_new_pack.rAmOg0/_old  2025-06-13 18:47:10.483067153 +0200
+++ /var/tmp/diff_new_pack.rAmOg0/_new  2025-06-13 18:47:10.487067319 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-jira
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,6 +16,12 @@
 #
 
 
+%if 0%{?suse_version} > 1500
+%bcond_without libalternatives
+%else
+%bcond_with libalternatives
+%endif
+%{?sle15_python_module_pythons}
 Name:           python-jira
 Version:        3.8.0
 Release:        0
@@ -41,14 +47,22 @@
 Requires:       python-requests-oauthlib >= 0.6.1
 Requires:       python-requests-toolbelt
 Requires:       python-typing_extensions >= 3.7.4.2
+%if %{with libalternatives}
+Requires:       alts
+BuildRequires:  alts
+%else
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
+%endif
 BuildArch:      noarch
 %python_subpackages
 
 %description
 This library eases the use of the JIRA REST API from Python.
 
+%pre
+%python_libalternatives_reset_alternative jirashell
+
 %prep
 %setup -q -n jira-%{version}
 

Reply via email to