Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package yast2-python-bindings for
openSUSE:Factory checked in at 2021-10-12 21:48:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-python-bindings (Old)
and /work/SRC/openSUSE:Factory/.yast2-python-bindings.new.2443 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-python-bindings"
Tue Oct 12 21:48:42 2021 rev:49 rq:924662 version:4.4.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/yast2-python-bindings/yast2-python-bindings.changes
2021-08-19 12:49:20.109443716 +0200
+++
/work/SRC/openSUSE:Factory/.yast2-python-bindings.new.2443/yast2-python-bindings.changes
2021-10-12 21:50:01.495929407 +0200
@@ -1,0 +2,6 @@
+Thu Oct 07 19:40:21 UTC 2021 - David Mulder <[email protected]>
+
+- Fix yast2-python-bindings requires Python (bsc#1190890).
+- 4.4.2
+
+-------------------------------------------------------------------
Old:
----
yast2-python-bindings-4.4.1.tar.bz2
New:
----
yast2-python-bindings-4.4.2.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-python-bindings.spec ++++++
--- /var/tmp/diff_new_pack.h8ZCXf/_old 2021-10-12 21:50:01.899929985 +0200
+++ /var/tmp/diff_new_pack.h8ZCXf/_new 2021-10-12 21:50:01.899929985 +0200
@@ -17,13 +17,13 @@
%bcond_without python3
-%if 0%{?suse_version} <= 1500
+%if 0%{?sle_version} <= 150300
%bcond_without python2
%else
%bcond_with python2
%endif
Name: yast2-python-bindings
-Version: 4.4.1
+Version: 4.4.2
Release: 0
Summary: Python bindings for the YaST platform
License: GPL-2.0-only
@@ -36,13 +36,17 @@
BuildRequires: libtool
BuildRequires: libyui-devel
BuildRequires: make
+%if %{with python2}
BuildRequires: python
+%endif
BuildRequires: python-rpm-macros
BuildRequires: swig
BuildRequires: yast2-core-devel
BuildRequires: yast2-ycp-ui-bindings
BuildRequires: yast2-ycp-ui-bindings-devel
+%if %{with python2}
Requires: python
+%endif
Requires: yast2-core
Requires: yast2-ycp-ui-bindings
Conflicts: yast2-python3-bindings
@@ -61,6 +65,7 @@
%package -n yast2-python3-bindings
Summary: Python3 bindings for the YaST platform
Group: System/YaST
+BuildRequires: python3
Requires: python3
Requires: yast2-core
Requires: yast2-ycp-ui-bindings
++++++ yast2-python-bindings-4.4.1.tar.bz2 ->
yast2-python-bindings-4.4.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-python-bindings-4.4.1/.github/workflows/ci.yml
new/yast2-python-bindings-4.4.2/.github/workflows/ci.yml
--- old/yast2-python-bindings-4.4.1/.github/workflows/ci.yml 2021-08-18
12:06:43.000000000 +0200
+++ new/yast2-python-bindings-4.4.2/.github/workflows/ci.yml 2021-10-11
15:51:39.000000000 +0200
@@ -8,7 +8,9 @@
jobs:
Package:
runs-on: ubuntu-latest
- container: registry.opensuse.org/yast/head/containers/yast-cpp:latest
+ container:
+ image: registry.opensuse.org/yast/head/containers/yast-cpp:latest
+ options: --privileged
steps:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-python-bindings-4.4.1/package/yast2-python-bindings.changes
new/yast2-python-bindings-4.4.2/package/yast2-python-bindings.changes
--- old/yast2-python-bindings-4.4.1/package/yast2-python-bindings.changes
2021-08-18 12:06:43.000000000 +0200
+++ new/yast2-python-bindings-4.4.2/package/yast2-python-bindings.changes
2021-10-11 15:51:39.000000000 +0200
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Thu Oct 07 19:40:21 UTC 2021 - David Mulder <[email protected]>
+
+- Fix yast2-python-bindings requires Python (bsc#1190890).
+- 4.4.2
+
+-------------------------------------------------------------------
Wed Aug 17 18:53:41 UTC 2021 - Petr Pavlu <[email protected]>
- Fix backtrace formatting for Python exceptions (bsc#1181595).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-python-bindings-4.4.1/package/yast2-python-bindings.spec
new/yast2-python-bindings-4.4.2/package/yast2-python-bindings.spec
--- old/yast2-python-bindings-4.4.1/package/yast2-python-bindings.spec
2021-08-18 12:06:43.000000000 +0200
+++ new/yast2-python-bindings-4.4.2/package/yast2-python-bindings.spec
2021-10-11 15:51:39.000000000 +0200
@@ -17,13 +17,13 @@
%bcond_without python3
-%if 0%{?suse_version} <= 1500
+%if 0%{?sle_version} <= 150300
%bcond_without python2
%else
%bcond_with python2
%endif
Name: yast2-python-bindings
-Version: 4.4.1
+Version: 4.4.2
Release: 0
Summary: Python bindings for the YaST platform
License: GPL-2.0-only
@@ -36,13 +36,17 @@
BuildRequires: libtool
BuildRequires: libyui-devel
BuildRequires: make
+%if %{with python2}
BuildRequires: python
+%endif
BuildRequires: python-rpm-macros
BuildRequires: swig
BuildRequires: yast2-core-devel
BuildRequires: yast2-ycp-ui-bindings
BuildRequires: yast2-ycp-ui-bindings-devel
+%if %{with python2}
Requires: python
+%endif
Requires: yast2-core
Requires: yast2-ycp-ui-bindings
Conflicts: yast2-python3-bindings
@@ -61,6 +65,7 @@
%package -n yast2-python3-bindings
Summary: Python3 bindings for the YaST platform
Group: System/YaST
+BuildRequires: python3
Requires: python3
Requires: yast2-core
Requires: yast2-ycp-ui-bindings