Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-intervaltree for
openSUSE:Factory checked in at 2026-03-29 20:01:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-intervaltree (Old)
and /work/SRC/openSUSE:Factory/.python-intervaltree.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-intervaltree"
Sun Mar 29 20:01:11 2026 rev:5 rq:1343450 version:3.2.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-intervaltree/python-intervaltree.changes
2025-05-09 18:52:46.224603543 +0200
+++
/work/SRC/openSUSE:Factory/.python-intervaltree.new.8177/python-intervaltree.changes
2026-03-29 20:01:39.303811975 +0200
@@ -1,0 +2,17 @@
+Sun Mar 29 14:10:33 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 3.2.1:
+ * Build system includes sortedcontainers dependency in the
+ wheel again
+ * BROKEN: missing sortedcontainers dependency from wheel
+ * Add support for Python 3.9 - 3.14
+ * `pyproject.toml`, which modernizes the build and dependency
+ system.
+ * `requirements/*.txt`: If you are not using `pyproject.toml`,
+ * use `pip install -r` on `requirements/common.txt`
+ * Use GitHub Actions for CI testing.
+ * GHA workflows include test coverage reports.
+- Update BuildRequires to use hatchling
+- Add %check section to run tests with pytest
+
+-------------------------------------------------------------------
Old:
----
intervaltree-3.1.0.tar.gz
New:
----
intervaltree-3.2.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-intervaltree.spec ++++++
--- /var/tmp/diff_new_pack.KAj7ha/_old 2026-03-29 20:01:39.771831257 +0200
+++ /var/tmp/diff_new_pack.KAj7ha/_new 2026-03-29 20:01:39.771831257 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-intervaltree
#
-# 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,15 +17,14 @@
Name: python-intervaltree
-Version: 3.1.0
+Version: 3.2.1
Release: 0
Summary: Editable interval tree data structure for Python
License: Apache-2.0
URL: https://github.com/chaimleib/intervaltree
Source:
https://files.pythonhosted.org/packages/source/i/intervaltree/intervaltree-%{version}.tar.gz
+BuildRequires: %{python_module hatchling}
BuildRequires: %{python_module pip}
-BuildRequires: %{python_module setuptools}
-BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
# SECTION test requirements
@@ -56,6 +55,9 @@
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
+%check
+%pytest
+
%files %{python_files}
%doc CHANGELOG.md README.md
%license LICENSE.txt
++++++ intervaltree-3.1.0.tar.gz -> intervaltree-3.2.1.tar.gz ++++++
++++ 188273 lines of diff (skipped)