Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-jirafs for openSUSE:Factory 
checked in at 2024-01-24 19:05:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jirafs (Old)
 and      /work/SRC/openSUSE:Factory/.python-jirafs.new.16006 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-jirafs"

Wed Jan 24 19:05:28 2024 rev:11 rq:1141089 version:2.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-jirafs/python-jirafs.changes      
2024-01-12 23:45:56.191717322 +0100
+++ /work/SRC/openSUSE:Factory/.python-jirafs.new.16006/python-jirafs.changes   
2024-01-24 19:05:35.204047268 +0100
@@ -1,0 +2,6 @@
+Wed Jan 24 01:32:26 UTC 2024 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Add missing BuildRequires on Pillow for tests.
+- Switch to pyproject macros.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-jirafs.spec ++++++
--- /var/tmp/diff_new_pack.8kj3UX/_old  2024-01-24 19:05:36.164081901 +0100
+++ /var/tmp/diff_new_pack.8kj3UX/_new  2024-01-24 19:05:36.168082046 +0100
@@ -26,7 +26,9 @@
 Source:         
https://github.com/coddingtonbear/jirafs/archive/refs/tags/%{version}.tar.gz#/jirafs-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM gh#coddingtonbear/jirafs#70
 Patch0:         remove-mock.patch
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       git-core
@@ -42,6 +44,7 @@
 BuildArch:      noarch
 # SECTION test requirements
 BuildRequires:  %{python_module Jinja2 >= 2.10.3}
+BuildRequires:  %{python_module Pillow}
 BuildRequires:  %{python_module PrettyTable >= 0.7.2}
 BuildRequires:  %{python_module behave}
 BuildRequires:  %{python_module blessings >= 1.5.1}
@@ -55,7 +58,7 @@
 BuildRequires:  git-core
 # /SECTION
 Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(postun): update-alternatives
 %python_subpackages
 
 %description
@@ -70,10 +73,10 @@
 rm jirafs/.pre-commit-config.yaml
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %python_clone -a %{buildroot}%{_bindir}/jirafs
 
@@ -91,5 +94,5 @@
 %files %{python_files}
 %python_alternative %{_bindir}/jirafs
 %{python_sitelib}/jirafs
-%{python_sitelib}/jirafs-%{version}*info
+%{python_sitelib}/jirafs-%{version}.dist-info
 

Reply via email to