Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-wadllib for openSUSE:Factory 
checked in at 2024-11-18 20:00:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-wadllib (Old)
 and      /work/SRC/openSUSE:Factory/.python-wadllib.new.2017 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-wadllib"

Mon Nov 18 20:00:51 2024 rev:9 rq:1224337 version:2.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-wadllib/python-wadllib.changes    
2021-10-25 15:18:35.449719053 +0200
+++ /work/SRC/openSUSE:Factory/.python-wadllib.new.2017/python-wadllib.changes  
2024-11-18 20:01:39.754266864 +0100
@@ -1,0 +2,11 @@
+Fri Nov 15 01:36:03 UTC 2024 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Update to 2.0.0:
+  * Drop support for Python < 3.8.
+  * legacy-cgi is only a test dependency. Make it an optional dependency.
+  * Add support for Python 3.11-3.13.
+  * Add support for Python 3.9 and 3.10.
+- Switch to pyproject macros.
+- No more greedy globs in %files.
+
+-------------------------------------------------------------------

Old:
----
  wadllib-1.3.6.tar.gz

New:
----
  wadllib-2.0.0.tar.gz

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

Other differences:
------------------
++++++ python-wadllib.spec ++++++
--- /var/tmp/diff_new_pack.Njj9vk/_old  2024-11-18 20:01:40.258287945 +0100
+++ /var/tmp/diff_new_pack.Njj9vk/_new  2024-11-18 20:01:40.262288113 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-wadllib
 #
-# Copyright (c) 2021 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,18 +16,18 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-wadllib
-Version:        1.3.6
+Version:        2.0.0
 Release:        0
 Summary:        Navigate HTTP resources using WADL files as guides
 License:        LGPL-3.0-or-later
-Group:          Development/Languages/Python
 URL:            https://launchpad.net/wadllib
 Source:         
https://files.pythonhosted.org/packages/source/w/wadllib/wadllib-%{version}.tar.gz
-BuildRequires:  %{python_module importlib-metadata}
 BuildRequires:  %{python_module lazr.uri}
+BuildRequires:  %{python_module multipart}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-lazr.uri
@@ -42,10 +42,12 @@
 %setup -q -n wadllib-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
+# Do not ship docs
+%python_expand rm -r %{buildroot}%{$python_sitelib}/wadllib/docs
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -54,6 +56,7 @@
 
 %files %{python_files}
 %license COPYING.txt
-%doc README.rst NEWS.rst HACKING.rst
-%{python_sitelib}/*
+%doc README.rst NEWS.rst
+%{python_sitelib}/wadllib
+%{python_sitelib}/wadllib-%{version}.dist-info
 

++++++ wadllib-1.3.6.tar.gz -> wadllib-2.0.0.tar.gz ++++++
++++ 5876 lines of diff (skipped)

Reply via email to