Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package bazel-rules-python for
openSUSE:Factory checked in at 2026-09-21 12:20:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bazel-rules-python (Old)
and /work/SRC/openSUSE:Factory/.bazel-rules-python.new.383539 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bazel-rules-python"
Mon Sep 21 12:20:58 2026 rev:2 rq:1379287 version:2.3.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/bazel-rules-python/bazel-rules-python.changes
2020-03-10 11:11:38.146521737 +0100
+++
/work/SRC/openSUSE:Factory/.bazel-rules-python.new.383539/bazel-rules-python.changes
2026-09-21 12:20:59.679712233 +0200
@@ -1,0 +2,25 @@
+Sun Sep 20 15:19:30 UTC 2026 - Martin Pluskal <[email protected]>
+
+- Update to 2.3.3, seven years past the 0.0.1 snapshot:
+ * Upstream moved to the bazel-contrib organization; minimum
+ supported Bazel is 7.4.1, tested against 7.x-9.x.
+ * Bzlmod-first: MODULE.bazel flag aliases, explicit_init_py tag
+ class, default Python version from pyproject.toml.
+ * PyPI handling rebuilt around pip.parse and whl_library with
+ uv lock support and SRI digests for all hash algorithms.
+ * New experimental py_extension macro for C/C++ extensions and
+ an opt-in guard against empty py_test targets.
+ * Bundled toolchain and setuptools updates, including the
+ CVE-2025-47273 fix; see upstream's release notes for the
+ full list.
+- Switch to the upstream release tarball and drop the obs_scm git
+ snapshot service with its .obscpio and .obsinfo artifacts.
+- Install via tar extract so dotfiles ship in /usr/src as well;
+ drop the obsolete executable-bit fixup for docs/*.md.
+- Refresh the rpmlintrc for the verbatim tree: filter the script
+ policy findings that must stay as upstream ships them, and use
+ the current filelist-forbidden-fhs23 check name.
+- Modernize the spec: drop the obsolete Group tag, macro-ize the
+ /usr/src path, switch Url to URL and refresh the header.
+
+-------------------------------------------------------------------
Old:
----
_service
bazel-rules-python-0.0.1.obscpio
bazel-rules-python.obsinfo
New:
----
rules_python-2.3.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ bazel-rules-python.spec ++++++
--- /var/tmp/diff_new_pack.ZNjIec/_old 2026-09-21 12:21:00.428743552 +0200
+++ /var/tmp/diff_new_pack.ZNjIec/_new 2026-09-21 12:21:00.429743593 +0200
@@ -1,7 +1,7 @@
#
# spec file for package bazel-rules-python
#
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -12,19 +12,18 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
-%define src_install_dir /usr/src/%{name}
-
+%define src_install_dir %{_prefix}/src/%{name}
Name: bazel-rules-python
-Version: 0.0.1
+Version: 2.3.3
Release: 0
Summary: Python rules for Bazel
License: Apache-2.0
-Url: https://github.com/bazelbuild/rules_python
-Source0: %{name}-%{version}.tar.xz
+URL: https://github.com/bazel-contrib/rules_python
+Source0:
https://github.com/bazel-contrib/rules_python/releases/download/%{version}/rules_python-%{version}.tar.gz
Source1: %{name}-rpmlintrc
BuildRequires: fdupes
@@ -33,7 +32,6 @@
%package source
Summary: Source code of bazel-rules-python
-Group: Development/Sources
BuildArch: noarch
%description source
@@ -42,15 +40,13 @@
This package contains source code of bazel-rules-python.
%prep
-%setup -q
-# Yes, someone really added an executable bit to markdown files...
-chmod -x docs/*.md
+%setup -q -n rules_python-%{version}
%build
%install
mkdir -p %{buildroot}%{src_install_dir}
-cp -R * %{buildroot}%{src_install_dir}
+tar -xzf %{SOURCE0} --strip-components=1 -C %{buildroot}%{src_install_dir}
%fdupes %{buildroot}%{src_install_dir}
%files source
++++++ bazel-rules-python-rpmlintrc ++++++
--- /var/tmp/diff_new_pack.ZNjIec/_old 2026-09-21 12:21:00.468745224 +0200
+++ /var/tmp/diff_new_pack.ZNjIec/_new 2026-09-21 12:21:00.471745350 +0200
@@ -1,3 +1,15 @@
# This is a source package and /usr/src is a correct path to install files.
-addFilter("bazel-rules-python-source.* suse-filelist-forbidden-fhs23")
+addFilter("bazel-rules-python-source.* filelist-forbidden-fhs23")
+# Verbatim upstream Bazel ruleset: files are executed by Bazel, not the
+# system, so modes, env-shebangs, CRLF .bat templates, empty marker files
+# and test fixtures must stay exactly as upstream ships them.
+addFilter("bazel-rules-python-source.* zero-length")
+addFilter("bazel-rules-python-source.* env-script-interpreter")
+addFilter("bazel-rules-python-source.* script-without-shebang")
+addFilter("bazel-rules-python-source.* non-executable-script")
+addFilter("bazel-rules-python-source.* wrong-script-interpreter")
+addFilter("bazel-rules-python-source.* wrong-script-end-of-line-encoding")
+addFilter("bazel-rules-python-source.* version-control-internal-file")
+addFilter("bazel-rules-python-source.* hidden-file-or-dir")
+addFilter("bazel-rules-python-source.* bin-sh-syntax-error")