Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-oktaloginwrapper for
openSUSE:Factory checked in at 2025-06-02 22:01:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oktaloginwrapper (Old)
and /work/SRC/openSUSE:Factory/.python-oktaloginwrapper.new.16005 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oktaloginwrapper"
Mon Jun 2 22:01:37 2025 rev:3 rq:1281973 version:0.2.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-oktaloginwrapper/python-oktaloginwrapper.changes
2021-08-30 13:55:52.221873389 +0200
+++
/work/SRC/openSUSE:Factory/.python-oktaloginwrapper.new.16005/python-oktaloginwrapper.changes
2025-06-02 22:01:40.231983172 +0200
@@ -1,0 +2,5 @@
+Mon Jun 2 14:50:36 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-oktaloginwrapper.spec ++++++
--- /var/tmp/diff_new_pack.g60O1D/_old 2025-06-02 22:01:40.752004739 +0200
+++ /var/tmp/diff_new_pack.g60O1D/_new 2025-06-02 22:01:40.752004739 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-oktaloginwrapper
#
-# Copyright (c) 2021 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 @@
#
-%define skip_python2 1
Name: python-oktaloginwrapper
Version: 0.2.2
Release: 0
@@ -25,7 +24,9 @@
Group: Development/Languages/Python
URL: https://github.com/eliroca/OktaLoginWrapper
Source:
https://github.com/eliroca/OktaLoginWrapper/archive/%{version}.tar.gz#/OktaLoginWrapper-%{version}.tar.gz
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-lxml
@@ -41,12 +42,13 @@
%autosetup -n OktaLoginWrapper-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
-%{python_sitelib}/*
+%{python_sitelib}/oktaloginwrapper
+%{python_sitelib}/oktaloginwrapper-%{version}*-info