Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-lazr.uri for openSUSE:Factory
checked in at 2026-04-29 19:18:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-lazr.uri (Old)
and /work/SRC/openSUSE:Factory/.python-lazr.uri.new.30200 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-lazr.uri"
Wed Apr 29 19:18:29 2026 rev:9 rq:1349869 version:1.0.8
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-lazr.uri/python-lazr.uri.changes
2025-05-31 19:17:14.295679112 +0200
+++
/work/SRC/openSUSE:Factory/.python-lazr.uri.new.30200/python-lazr.uri.changes
2026-04-29 19:19:32.389249996 +0200
@@ -1,0 +2,11 @@
+Tue Apr 28 20:40:06 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 1.0.8:
+ * Make compatible with setuptools versions greater than 82
+ * Add support for Python 3.9, 3.10, 3.11, 3.12 and 3.13.
+ * Drop support for Python 3.7 and below.
+ * Add basic pre-commit configuration.
+ * Publish documentation on Read the Docs.
+ * Apply black, isort, pyupgrade and check-manifest.
+
+-------------------------------------------------------------------
Old:
----
lazr.uri-1.0.6.tar.gz
New:
----
lazr_uri-1.0.8.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-lazr.uri.spec ++++++
--- /var/tmp/diff_new_pack.jjdmq0/_old 2026-04-29 19:19:32.997274906 +0200
+++ /var/tmp/diff_new_pack.jjdmq0/_new 2026-04-29 19:19:32.997274906 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-lazr.uri
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
Name: python-lazr.uri
-Version: 1.0.6
+Version: 1.0.8
Release: 0
Summary: Code for parsing and dealing with URI
License: LGPL-3.0-or-later
Group: Development/Languages/Python
URL: https://launchpad.net/lazr.uri
-Source:
https://files.pythonhosted.org/packages/source/l/lazr.uri/lazr.uri-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/l/lazr.uri/lazr_uri-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
@@ -37,7 +37,7 @@
The lazr.uri package includes code for parsing and dealing with URIs.
%prep
-%setup -q -n lazr.uri-%{version}
+%setup -q -n lazr_uri-%{version}
%build
%pyproject_wheel