Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-gitlabcis for
openSUSE:Factory checked in at 2026-01-27 16:15:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-gitlabcis (Old)
and /work/SRC/openSUSE:Factory/.python-gitlabcis.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-gitlabcis"
Tue Jan 27 16:15:20 2026 rev:7 rq:1329446 version:1.15.22
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-gitlabcis/python-gitlabcis.changes
2026-01-13 21:33:10.220541257 +0100
+++
/work/SRC/openSUSE:Factory/.python-gitlabcis.new.1928/python-gitlabcis.changes
2026-01-27 16:15:30.642029460 +0100
@@ -1,0 +2,7 @@
+Tue Jan 27 06:26:31 UTC 2026 - Johannes Kastl
<[email protected]>
+
+- update to 1.15.22:
+ * Fix
+ - fix(deps): update dependency tox to ~=4.34.1 (f84ff07)
+
+-------------------------------------------------------------------
Old:
----
gitlabcis-1.15.21.tar.gz
New:
----
gitlabcis-1.15.22.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-gitlabcis.spec ++++++
--- /var/tmp/diff_new_pack.neeziB/_old 2026-01-27 16:15:31.646070812 +0100
+++ /var/tmp/diff_new_pack.neeziB/_new 2026-01-27 16:15:31.650070976 +0100
@@ -17,7 +17,7 @@
Name: python-gitlabcis
-Version: 1.15.21
+Version: 1.15.22
Release: 0
Summary: An automated tool that assesses the GitLab CIS benchmarks
against a project
License: MIT
++++++ gitlabcis-1.15.21.tar.gz -> gitlabcis-1.15.22.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gitlabcis-1.15.21/CHANGELOG.md
new/gitlabcis-1.15.22/CHANGELOG.md
--- old/gitlabcis-1.15.21/CHANGELOG.md 2026-01-05 23:24:48.000000000 +0100
+++ new/gitlabcis-1.15.22/CHANGELOG.md 2026-01-26 20:46:33.000000000 +0100
@@ -1,5 +1,11 @@
# CHANGELOG
+## v1.15.22 (2026-01-26)
+
+### Fix
+
+* fix(deps): update dependency tox to ~=4.34.1
([`f84ff07`](https://gitlab.com/gitlab-security-oss/cis/gitlabcis/-/commit/f84ff078aa6d8aa71c4f2f2719161d07e013108a))
+
## v1.15.21 (2026-01-05)
### Fix
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gitlabcis-1.15.21/PKG-INFO
new/gitlabcis-1.15.22/PKG-INFO
--- old/gitlabcis-1.15.21/PKG-INFO 2026-01-05 23:24:57.713818600 +0100
+++ new/gitlabcis-1.15.22/PKG-INFO 2026-01-26 20:46:42.582966300 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.4
Name: gitlabcis
-Version: 1.15.21
+Version: 1.15.22
Summary: An automated tool that assesses the GitLab CIS benchmarks against a
project.
Author-email: Nate Rosandich <[email protected]>, Neil McDonald
<[email protected]>, Mitra JozeNazemian
<[email protected]>
License: MIT License
@@ -74,7 +74,7 @@
Requires-Dist: yamllint==1.37.1; extra == "test"
Requires-Dist: pytest-cov==6.3.0; extra == "test"
Requires-Dist: coverage==7.13.1; extra == "test"
-Requires-Dist: tox~=4.30.1; extra == "test"
+Requires-Dist: tox~=4.34.1; extra == "test"
Dynamic: license-file
# CIS GitLab Benchmark Scanner - gitlabcis
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gitlabcis-1.15.21/gitlabcis/__init__.py
new/gitlabcis-1.15.22/gitlabcis/__init__.py
--- old/gitlabcis-1.15.21/gitlabcis/__init__.py 2026-01-05 23:24:48.000000000
+0100
+++ new/gitlabcis-1.15.22/gitlabcis/__init__.py 2026-01-26 20:46:33.000000000
+0100
@@ -9,4 +9,4 @@
# -------------------------------------------------------------------------
__author__ = '[email protected]'
-__version__ = '1.15.21' # noqa: E999
+__version__ = '1.15.22' # noqa: E999
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gitlabcis-1.15.21/gitlabcis.egg-info/PKG-INFO
new/gitlabcis-1.15.22/gitlabcis.egg-info/PKG-INFO
--- old/gitlabcis-1.15.21/gitlabcis.egg-info/PKG-INFO 2026-01-05
23:24:57.000000000 +0100
+++ new/gitlabcis-1.15.22/gitlabcis.egg-info/PKG-INFO 2026-01-26
20:46:42.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.4
Name: gitlabcis
-Version: 1.15.21
+Version: 1.15.22
Summary: An automated tool that assesses the GitLab CIS benchmarks against a
project.
Author-email: Nate Rosandich <[email protected]>, Neil McDonald
<[email protected]>, Mitra JozeNazemian
<[email protected]>
License: MIT License
@@ -74,7 +74,7 @@
Requires-Dist: yamllint==1.37.1; extra == "test"
Requires-Dist: pytest-cov==6.3.0; extra == "test"
Requires-Dist: coverage==7.13.1; extra == "test"
-Requires-Dist: tox~=4.30.1; extra == "test"
+Requires-Dist: tox~=4.34.1; extra == "test"
Dynamic: license-file
# CIS GitLab Benchmark Scanner - gitlabcis
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gitlabcis-1.15.21/gitlabcis.egg-info/requires.txt
new/gitlabcis-1.15.22/gitlabcis.egg-info/requires.txt
--- old/gitlabcis-1.15.21/gitlabcis.egg-info/requires.txt 2026-01-05
23:24:57.000000000 +0100
+++ new/gitlabcis-1.15.22/gitlabcis.egg-info/requires.txt 2026-01-26
20:46:42.000000000 +0100
@@ -22,4 +22,4 @@
yamllint==1.37.1
pytest-cov==6.3.0
coverage==7.13.1
-tox~=4.30.1
+tox~=4.34.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gitlabcis-1.15.21/pyproject.toml
new/gitlabcis-1.15.22/pyproject.toml
--- old/gitlabcis-1.15.21/pyproject.toml 2026-01-05 23:24:48.000000000
+0100
+++ new/gitlabcis-1.15.22/pyproject.toml 2026-01-26 20:46:33.000000000
+0100
@@ -12,7 +12,7 @@
[project]
name = "gitlabcis"
-version = "1.15.21"
+version = "1.15.22"
requires-python = ">=3.10"
description = "An automated tool that assesses the GitLab CIS benchmarks
against a project."
authors = [
@@ -83,7 +83,7 @@
"yamllint == 1.37.1",
"pytest-cov ==6.3.0",
"coverage ==7.13.1",
- "tox ~=4.30.1"
+ "tox ~=4.34.1"
]
[project.scripts]