Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python311 for openSUSE:Factory checked in at 2023-01-28 18:44:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python311 (Old) and /work/SRC/openSUSE:Factory/.python311.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python311" Sat Jan 28 18:44:01 2023 rev:14 rq:1061556 version:3.11.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python311/python311.changes 2023-01-25 17:58:59.777131160 +0100 +++ /work/SRC/openSUSE:Factory/.python311.new.32243/python311.changes 2023-01-28 19:03:31.844784542 +0100 @@ -1,0 +2,5 @@ +Thu Jan 26 13:28:24 UTC 2023 - Thorsten Kukuk <ku...@suse.com> + +- Disable NIS for new products, it's deprecated and gets removed + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python311.spec ++++++ --- /var/tmp/diff_new_pack.93m2o2/_old 2023-01-28 19:03:32.588788644 +0100 +++ /var/tmp/diff_new_pack.93m2o2/_new 2023-01-28 19:03:32.596788688 +0100 @@ -185,7 +185,7 @@ # The provider for python(abi) is in rpm-build-python BuildRequires: rpm-build-python %endif -%if 0%{?suse_version} >= 1500 +%if 0%{?suse_version} >= 1500 && 0%{?suse_version} < 1599 BuildRequires: pkgconfig(libnsl) BuildRequires: pkgconfig(libtirpc) %endif @@ -802,7 +802,9 @@ %exclude %{sitedir}/sqlite3/test %{dynlib readline} %{dynlib _sqlite3} +%if 0%{?suse_version} < 1599 %{dynlib nis} +%endif %files -n %{python_pkg_name}-idle %defattr(644, root, root, 755)