Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python39 for openSUSE:Factory 
checked in at 2023-01-29 14:10:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python39 (Old)
 and      /work/SRC/openSUSE:Factory/.python39.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python39"

Sun Jan 29 14:10:09 2023 rev:40 rq:1061593 version:3.9.16

Changes:
--------
--- /work/SRC/openSUSE:Factory/python39/python39.changes        2023-01-15 
17:58:01.242151123 +0100
+++ /work/SRC/openSUSE:Factory/.python39.new.32243/python39.changes     
2023-01-29 14:16:37.492952051 +0100
@@ -1,0 +2,5 @@
+Fri Jan 27 15:00:21 UTC 2023 - Thorsten Kukuk <ku...@suse.com>
+
+- Disable NIS for new products, it's deprecated and gets removed
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python39.spec ++++++
--- /var/tmp/diff_new_pack.d3fWKF/_old  2023-01-29 14:16:38.152955296 +0100
+++ /var/tmp/diff_new_pack.d3fWKF/_new  2023-01-29 14:16:38.152955296 +0100
@@ -180,7 +180,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
@@ -779,7 +779,9 @@
 %exclude %{sitedir}/sqlite3/test
 %{dynlib readline}
 %{dynlib _sqlite3}
+%if 0%{?suse_version} >= 1500 && 0%{?suse_version} < 1599
 %{dynlib nis}
+%endif
 
 %files -n %{python_pkg_name}-idle
 %defattr(644, root, root, 755)

Reply via email to