Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-ipyfilechooser for 
openSUSE:Factory checked in at 2024-03-06 23:04:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ipyfilechooser (Old)
 and      /work/SRC/openSUSE:Factory/.python-ipyfilechooser.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ipyfilechooser"

Wed Mar  6 23:04:44 2024 rev:2 rq:1155334 version:0.6.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-ipyfilechooser/python-ipyfilechooser.changes  
    2022-02-06 23:55:38.238272492 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-ipyfilechooser.new.1770/python-ipyfilechooser.changes
    2024-03-06 23:05:11.558751742 +0100
@@ -1,0 +2,7 @@
+Tue Mar  5 18:49:28 UTC 2024 - Ben Greiner <[email protected]>
+
+- Skip python39: no longer supported since ipython 8.19 (through
+  ipywidgets)
+- Build PEP517 wheel
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-ipyfilechooser.spec ++++++
--- /var/tmp/diff_new_pack.EKQeLs/_old  2024-03-06 23:05:12.098771337 +0100
+++ /var/tmp/diff_new_pack.EKQeLs/_new  2024-03-06 23:05:12.102771481 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-ipyfilechooser
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python3-%{**}}
-%define skip_python2 1
+%define skip_python39 1
 Name:           python-ipyfilechooser
 Version:        0.6.0
 Release:        0
@@ -26,8 +25,10 @@
 URL:            https://github.com/crahan/ipyfilechooser
 Source:         
https://files.pythonhosted.org/packages/source/i/ipyfilechooser/ipyfilechooser-%{version}.tar.gz
 Source1:        
https://github.com/crahan/ipyfilechooser/raw/v%{version}/ipyfilechooser_examples.ipynb
-BuildRequires:  python-rpm-macros
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
+BuildRequires:  python-rpm-macros
 # SECTION test requirements
 BuildRequires:  %{python_module ipywidgets}
 BuildRequires:  %{python_module nbval}
@@ -45,10 +46,10 @@
 %setup -q -n ipyfilechooser-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -59,5 +60,5 @@
 %doc README.md
 %license LICENSE
 %{python_sitelib}/ipyfilechooser
-%{python_sitelib}/ipyfilechooser-%{version}*-info
+%{python_sitelib}/ipyfilechooser-%{version}.dist-info
 

Reply via email to