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 2025-12-16 15:53:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-gitlabcis (Old)
and /work/SRC/openSUSE:Factory/.python-gitlabcis.new.1939 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-gitlabcis"
Tue Dec 16 15:53:54 2025 rev:4 rq:1322904 version:1.15.13
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-gitlabcis/python-gitlabcis.changes
2025-09-02 18:00:44.620604187 +0200
+++
/work/SRC/openSUSE:Factory/.python-gitlabcis.new.1939/python-gitlabcis.changes
2025-12-16 16:00:09.568708842 +0100
@@ -1,0 +2,10 @@
+Mon Dec 15 05:56:34 UTC 2025 - Johannes Kastl
<[email protected]>
+
+- update to 1.15.15 (.14 was not released):
+ * Fix
+ - fix: Remove support for python3.9 (2f51051)
+- update to 1.15.13:
+ * Fix
+ - fix(deps): update dependency tox to ~=4.30.1 (f83a657)
+
+-------------------------------------------------------------------
Old:
----
gitlabcis-1.15.12.tar.gz
New:
----
gitlabcis-1.15.13.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-gitlabcis.spec ++++++
--- /var/tmp/diff_new_pack.K1TDjY/_old 2025-12-16 16:00:11.084772467 +0100
+++ /var/tmp/diff_new_pack.K1TDjY/_new 2025-12-16 16:00:11.088772635 +0100
@@ -17,7 +17,7 @@
Name: python-gitlabcis
-Version: 1.15.12
+Version: 1.15.13
Release: 0
Summary: An automated tool that assesses the GitLab CIS benchmarks
against a project
License: MIT
++++++ gitlabcis-1.15.12.tar.gz -> gitlabcis-1.15.13.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gitlabcis-1.15.12/CHANGELOG.md
new/gitlabcis-1.15.13/CHANGELOG.md
--- old/gitlabcis-1.15.12/CHANGELOG.md 2025-09-02 01:42:35.000000000 +0200
+++ new/gitlabcis-1.15.13/CHANGELOG.md 2025-09-04 06:55:18.000000000 +0200
@@ -1,5 +1,11 @@
# CHANGELOG
+## v1.15.13 (2025-09-04)
+
+### Fix
+
+* fix(deps): update dependency tox to ~=4.30.1
([`f83a657`](https://gitlab.com/gitlab-security-oss/cis/gitlabcis/-/commit/f83a6572a4f43cf7ed8707f869e2c9c623f21ac3))
+
## v1.15.12 (2025-09-01)
### Fix
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gitlabcis-1.15.12/PKG-INFO
new/gitlabcis-1.15.13/PKG-INFO
--- old/gitlabcis-1.15.12/PKG-INFO 2025-09-02 01:42:45.331855000 +0200
+++ new/gitlabcis-1.15.13/PKG-INFO 2025-09-04 06:55:27.642334700 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.4
Name: gitlabcis
-Version: 1.15.12
+Version: 1.15.13
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
@@ -76,7 +76,7 @@
Requires-Dist: yamllint==1.37.1; extra == "test"
Requires-Dist: pytest-cov==6.2.1; extra == "test"
Requires-Dist: coverage==7.10.6; extra == "test"
-Requires-Dist: tox~=4.29.0; extra == "test"
+Requires-Dist: tox~=4.30.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.12/gitlabcis/__init__.py
new/gitlabcis-1.15.13/gitlabcis/__init__.py
--- old/gitlabcis-1.15.12/gitlabcis/__init__.py 2025-09-02 01:42:35.000000000
+0200
+++ new/gitlabcis-1.15.13/gitlabcis/__init__.py 2025-09-04 06:55:18.000000000
+0200
@@ -9,4 +9,4 @@
# -------------------------------------------------------------------------
__author__ = '[email protected]'
-__version__ = '1.15.12' # noqa: E999
+__version__ = '1.15.13' # noqa: E999
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gitlabcis-1.15.12/gitlabcis.egg-info/PKG-INFO
new/gitlabcis-1.15.13/gitlabcis.egg-info/PKG-INFO
--- old/gitlabcis-1.15.12/gitlabcis.egg-info/PKG-INFO 2025-09-02
01:42:45.000000000 +0200
+++ new/gitlabcis-1.15.13/gitlabcis.egg-info/PKG-INFO 2025-09-04
06:55:27.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.4
Name: gitlabcis
-Version: 1.15.12
+Version: 1.15.13
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
@@ -76,7 +76,7 @@
Requires-Dist: yamllint==1.37.1; extra == "test"
Requires-Dist: pytest-cov==6.2.1; extra == "test"
Requires-Dist: coverage==7.10.6; extra == "test"
-Requires-Dist: tox~=4.29.0; extra == "test"
+Requires-Dist: tox~=4.30.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.12/gitlabcis.egg-info/requires.txt
new/gitlabcis-1.15.13/gitlabcis.egg-info/requires.txt
--- old/gitlabcis-1.15.12/gitlabcis.egg-info/requires.txt 2025-09-02
01:42:45.000000000 +0200
+++ new/gitlabcis-1.15.13/gitlabcis.egg-info/requires.txt 2025-09-04
06:55:27.000000000 +0200
@@ -22,4 +22,4 @@
yamllint==1.37.1
pytest-cov==6.2.1
coverage==7.10.6
-tox~=4.29.0
+tox~=4.30.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gitlabcis-1.15.12/pyproject.toml
new/gitlabcis-1.15.13/pyproject.toml
--- old/gitlabcis-1.15.12/pyproject.toml 2025-09-02 01:42:35.000000000
+0200
+++ new/gitlabcis-1.15.13/pyproject.toml 2025-09-04 06:55:18.000000000
+0200
@@ -12,7 +12,7 @@
[project]
name = "gitlabcis"
-version = "1.15.12"
+version = "1.15.13"
requires-python = ">=3.9"
description = "An automated tool that assesses the GitLab CIS benchmarks
against a project."
authors = [
@@ -85,7 +85,7 @@
"yamllint == 1.37.1",
"pytest-cov == 6.2.1",
"coverage ==7.10.6",
- "tox ~=4.29.0"
+ "tox ~=4.30.1"
]
[project.scripts]