Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-packaging for
openSUSE:Factory checked in at 2026-05-15 23:52:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-packaging (Old)
and /work/SRC/openSUSE:Factory/.python-packaging.new.1966 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-packaging"
Fri May 15 23:52:51 2026 rev:40 rq:1352937 version:26.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-packaging/python-packaging.changes
2026-02-11 18:47:06.556997578 +0100
+++
/work/SRC/openSUSE:Factory/.python-packaging.new.1966/python-packaging.changes
2026-05-15 23:52:53.771592596 +0200
@@ -1,0 +2,52 @@
+Wed May 6 05:56:11 UTC 2026 - Steve Kowalik <[email protected]>
+
+- Add missing test BuildRequires on hypothesis.
+
+-------------------------------------------------------------------
+Sun May 3 19:18:40 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 26.2:
+ * Fix incorrect sysconfig var name for pyemscripten in
+ * Make Version, Specifier, SpecifierSet, Tag, Marker, and
+ Requirement pickle-safe and backward-compatible with pickles
+ created in 25.0-26.1 (including references to the removed
+ packaging._structures module) (:pull:`1163`, :pull:`1168`,
+ :pull:`1170`, :pull:`1171`)
+ * Re-export ExceptionGroup in metatadata for now in
+ (:pull:`1164`)
+ * Add errors section and fix missing details in (:pull:`1159`)
+ * Document our property-based test suite in (:pull:`1167`)
+ * Fix a DirectUrl typo in (:pull:`1167`)
+ * Add example of is_unsatisfiable in (:pull:`1166`)
+ * Enable the auditor persona on zizmor in (:pull:`1158`)
+ * Test new pickle gaurentees in (:pull:`1174`)
+ * Use new native ReadTheDocs uv integration in (:pull:`1175`)
+ * PEP 783: add handling for Emscripten wheel tags in
+ (:pull:`804`) (old name used in implementation, fixed in next
+ release)
+ * PEP 803: add handling for the abi3.abi3t free-threading tag
+ * PEP 723: add packaging.dependency_groups module, based on the
+ dependency-groups package in (:pull:`1065`)
+ * Add the packaging.direct_url module in (:pull:`944`)
+ * Add the packaging.errors module in (:pull:`1071`)
+ * Add SpecifierSet.is_unsatisfiable using ranges (new internals
+ that will be expanded in future versions) in (:pull:`1119`)
+ * Add create_compatible_tags_selector to select compatible tags
+ in (:pull:`1110`)
+ * Add a key argument to SpecifierSet.filter() in (:pull:`1068`)
+ * Support & and | for Marker's in (:pull:`1146`)
+ * Normalize Version.__replace__ and add Version.from_parts in
+ * Add an option to validate compressed tag set sort order in
+ parse_wheel_filename in (:pull:`1150`)
+ * Narrow exclusion of pre-releases for <V.postN to match spec
+ * Narrow exclusion of post-releases for >V to match spec in
+ * Rename format_full_version to _format_full_version to make it
+ visibly private in (:pull:`1125`)
+ * Restrict local version to ASCII in (:pull:`1102`)
+ * Add pylock select function in (:pull:`1092`)
+ * Document pylock select() method and PylockSelectError in
+ (:pull:`1153`)
+ * Add filename property to PackageSdist and PackageWheel, more
+ validation in (:pull:`1095`)
+
+-------------------------------------------------------------------
Old:
----
packaging-26.0.tar.gz
New:
----
packaging-26.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-packaging.spec ++++++
--- /var/tmp/diff_new_pack.fbQ5Fh/_old 2026-05-15 23:52:54.619627505 +0200
+++ /var/tmp/diff_new_pack.fbQ5Fh/_new 2026-05-15 23:52:54.619627505 +0200
@@ -67,7 +67,7 @@
%endif
Name: %{pprefix}-packaging%{?psuffix}
-Version: 26.0
+Version: 26.2
Release: 0
Summary: Core utilities for Python packages
License: Apache-2.0 AND BSD-2-Clause
@@ -82,6 +82,7 @@
#!BuildIgnore: post-build-checks-malwarescan
BuildArch: noarch
%if %{with test}
+BuildRequires: %{python_module hypothesis}
BuildRequires: %{python_module packaging = %{version}}
BuildRequires: %{python_module pretend}
BuildRequires: %{python_module pytest >= 6.2}
++++++ packaging-26.0.tar.gz -> packaging-26.2.tar.gz ++++++
++++ 16285 lines of diff (skipped)