Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-atlassian-python-api for
openSUSE:Factory checked in at 2025-05-14 17:01:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-atlassian-python-api (Old)
and /work/SRC/openSUSE:Factory/.python-atlassian-python-api.new.30101
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-atlassian-python-api"
Wed May 14 17:01:02 2025 rev:11 rq:1277219 version:3.41.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-atlassian-python-api/python-atlassian-python-api.changes
2023-12-15 21:51:01.130385086 +0100
+++
/work/SRC/openSUSE:Factory/.python-atlassian-python-api.new.30101/python-atlassian-python-api.changes
2025-05-14 17:01:11.967222727 +0200
@@ -1,0 +2,5 @@
+Tue May 13 15:53:59 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-atlassian-python-api.spec ++++++
--- /var/tmp/diff_new_pack.uMgJGx/_old 2025-05-14 17:01:12.539246620 +0200
+++ /var/tmp/diff_new_pack.uMgJGx/_new 2025-05-14 17:01:12.543246788 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-atlassian-python-api
#
-# Copyright (c) 2023 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
@@ -27,11 +27,13 @@
BuildRequires: %{python_module deprecated}
BuildRequires: %{python_module kerberos}
BuildRequires: %{python_module oauthlib}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module requests-oauthlib}
BuildRequires: %{python_module requests}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-deprecated
@@ -51,10 +53,10 @@
%autosetup -p1 -n atlassian-python-api-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check