Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pykerberos for openSUSE:Factory checked in at 2025-06-11 16:22:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pykerberos (Old) and /work/SRC/openSUSE:Factory/.python-pykerberos.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pykerberos" Wed Jun 11 16:22:37 2025 rev:7 rq:1284494 version:1.2.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pykerberos/python-pykerberos.changes 2022-10-08 01:25:33.730276056 +0200 +++ /work/SRC/openSUSE:Factory/.python-pykerberos.new.19631/python-pykerberos.changes 2025-06-11 16:23:40.961354518 +0200 @@ -1,0 +2,5 @@ +Tue Jun 10 07:29:03 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pykerberos.spec ++++++ --- /var/tmp/diff_new_pack.OPLXye/_old 2025-06-11 16:23:41.517377721 +0200 +++ /var/tmp/diff_new_pack.OPLXye/_new 2025-06-11 16:23:41.521377888 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pykerberos # -# Copyright (c) 2022 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,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pykerberos Version: 1.2.4 Release: 0 @@ -24,15 +23,16 @@ License: Apache-2.0 Group: Development/Languages/Python URL: https://github.com/02strich/pykerberos/ -Source: https://pypi.io/packages/source/p/pykerberos/pykerberos-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/p/pykerberos/pykerberos-%{version}.tar.gz BuildRequires: %{python_module devel} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} +BuildRequires: pkgconfig BuildRequires: python-rpm-macros BuildRequires: pkgconfig(krb5) # https://github.com/02strich/pykerberos/issues/17 Conflicts: python-kerberos -BuildRoot: %{_tmppath}/%{name}-%{version}-build - %python_subpackages %description @@ -46,14 +46,14 @@ %build export CFLAGS="%{optflags}" -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %files %{python_files} -%defattr(-,root,root,-) %doc README.txt %license LICENSE -%{python_sitearch}/* +%{python_sitearch}/kerberos.cpython* +%{python_sitearch}/pykerberos-%{version}*-info