Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-installer for
openSUSE:Factory checked in at 2026-04-13 23:18:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-installer (Old)
and /work/SRC/openSUSE:Factory/.python-installer.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-installer"
Mon Apr 13 23:18:06 2026 rev:8 rq:1346062 version:1.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-installer/python-installer.changes
2023-04-27 19:59:58.337586142 +0200
+++
/work/SRC/openSUSE:Factory/.python-installer.new.21863/python-installer.changes
2026-04-13 23:18:21.430813631 +0200
@@ -1,0 +2,34 @@
+Thu Apr 9 23:56:13 UTC 2026 - Steve Kowalik <[email protected]>
+
+- Switch to GitHub tarball, the sdist no longer ships tests.
+
+-------------------------------------------------------------------
+Wed Apr 1 22:26:05 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 1.0.0:
+ * Drop support for Python 3.9, 3.8, and 3.7
+ * Add support and Python 3.13 and 3.14
+ * Add `--overwrite-existing` CLI option
+ * Add `--validate-record` CLI option
+ * Support installing multiple wheels
+ * Handle invalid hash algorithms
+ * Stream-based validation instead of in-memory
+ * Add validate_stream methods
+ * Consolidate and refine validation APIs
+ * Sort entries before writing RECORD
+ * Do not install __pycache__ from wheels
+ * Fix a path traversal bug
+ * Update launcher scripts and Windows behavior
+ * Fix Windows relpath bug
+ * Migrate to dataclasses
+ * Use cached_property for memoization
+ * Refactor installer.scripts
+ * Decouple test modules
+ * Avoid cross-module imports from .utils
+ * Lazy imports for performance
+ * Complete type annotations and enforce strict mypy
+ * Deprecate RecordEntry.validate
+ * Fix documentation typos and grammar
+ * Improve docstrings and internal documentation
+
+-------------------------------------------------------------------
Old:
----
installer-0.7.0.tar.gz
New:
----
installer-1.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-installer.spec ++++++
--- /var/tmp/diff_new_pack.nvs2X2/_old 2026-04-13 23:18:22.086840682 +0200
+++ /var/tmp/diff_new_pack.nvs2X2/_new 2026-04-13 23:18:22.086840682 +0200
@@ -1,7 +1,7 @@
#
-# spec file
+# spec file for package python-installer
#
-# Copyright (c) 2023 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
@@ -26,14 +26,14 @@
%endif
%{?sle15_python_module_pythons}
Name: python-installer%{pkg_suffix}
-Version: 0.7.0
+Version: 1.0.0
Release: 0
Summary: A library for installing Python wheels
License: MIT
URL: https://github.com/pypa/installer
-Source:
https://files.pythonhosted.org/packages/source/i/installer/installer-%{version}.tar.gz
-BuildRequires: %{python_module base >= 3.7}
-BuildRequires: %{python_module flit-core}
+Source:
https://github.com/pypa/installer/archive/refs/tags/%{version}.tar.gz#/installer-%{version}.tar.gz
+BuildRequires: %{python_module base >= 3.10}
+BuildRequires: %{python_module flit-core >= 3.11}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
%if %{with test}
++++++ installer-0.7.0.tar.gz -> installer-1.0.0.tar.gz ++++++
++++ 2781 lines of diff (skipped)