Hello community, here is the log from the commit of package zypp-plugin for openSUSE:Factory checked in at 2018-02-28 20:01:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/zypp-plugin (Old) and /work/SRC/openSUSE:Factory/.zypp-plugin.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zypp-plugin" Wed Feb 28 20:01:48 2018 rev:14 rq:580274 version:0.6.3 Changes: -------- --- /work/SRC/openSUSE:Factory/zypp-plugin/zypp-plugin.changes 2018-01-25 12:38:44.895684097 +0100 +++ /work/SRC/openSUSE:Factory/.zypp-plugin.new/zypp-plugin.changes 2018-02-28 20:01:50.965879527 +0100 @@ -1,0 +2,5 @@ +Mon Feb 19 15:53:29 CET 2018 - [email protected] + +- Provide python3-zypp-plugin in SLE12-SP3 (bsc#1081596) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zypp-plugin.spec ++++++ --- /var/tmp/diff_new_pack.opuOdI/_old 2018-02-28 20:01:52.133837267 +0100 +++ /var/tmp/diff_new_pack.opuOdI/_new 2018-02-28 20:01:52.133837267 +0100 @@ -43,8 +43,12 @@ ### SLE-12* and even older %else %define have_python2 1 +%if ( 0%{?suse_version} == 1315 && 0%{?sle_version} == 120300 ) +%define have_python3 1 +%else %define have_python3 0 %endif +%endif ### ---------------------------------------- %description @@ -93,6 +97,22 @@ This API allows writing ZYpp plugins by just subclassing from a python class and implementing the commands you want to respond to as python methods. +%if 0%{?have_python3} +%package -n python3-%{name} +Summary: Helper that makes writing ZYpp plugins in python easier +Group: System/Packages +Requires: python3 +BuildRequires: python3-devel + +%files -n python3-%{name} +%defattr(-,root,root) +%doc COPYING +%{python3_sitelib}/* + +%description -n python3-%{name} +This API allows writing ZYpp plugins by just subclassing from a python class +and implementing the commands you want to respond to as python methods. +%endif %endif ### ---------------------------------------- ++++++ zypp-plugin-0.6.3.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zypp-plugin/package/zypp-plugin.changes new/zypp-plugin/package/zypp-plugin.changes --- old/zypp-plugin/package/zypp-plugin.changes 2018-01-19 15:20:03.000000000 +0100 +++ new/zypp-plugin/package/zypp-plugin.changes 2018-02-19 15:54:50.000000000 +0100 @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Mon Feb 19 15:53:29 CET 2018 - [email protected] + +- Provide python3-zypp-plugin in SLE12-SP3 (bsc#1081596) + +------------------------------------------------------------------- Fri Jan 19 15:15:38 CET 2018 - [email protected] - Disable singlespec packaging in SLE12* and older distros while it's diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zypp-plugin/package/zypp-plugin.spec new/zypp-plugin/package/zypp-plugin.spec --- old/zypp-plugin/package/zypp-plugin.spec 2018-01-19 15:20:03.000000000 +0100 +++ new/zypp-plugin/package/zypp-plugin.spec 2018-02-19 15:54:50.000000000 +0100 @@ -42,8 +42,12 @@ ### SLE-12* and even older %else %define have_python2 1 +%if ( 0%{?suse_version} == 1315 && 0%{?sle_version} == 120300 ) +%define have_python3 1 +%else %define have_python3 0 %endif +%endif ### ---------------------------------------- %description @@ -92,6 +96,22 @@ This API allows writing ZYpp plugins by just subclassing from a python class and implementing the commands you want to respond to as python methods. +%if 0%{?have_python3} +%package -n python3-%{name} +Summary: Helper that makes writing ZYpp plugins in python easier +Group: System/Packages +Requires: python3 +BuildRequires: python3-devel + +%files -n python3-%{name} +%defattr(-,root,root) +%doc COPYING +%{python3_sitelib}/* + +%description -n python3-%{name} +This API allows writing ZYpp plugins by just subclassing from a python class +and implementing the commands you want to respond to as python methods. +%endif %endif ### ----------------------------------------
