From 0408316cc640e4b43b6de4ed1d0de987088f39da14560ade3c0578c0312a985d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 15 Apr 2024 06:08:27 +0000 Subject: [PATCH] - update to 24.3.0: * Ignore ruff cache from git * Officially support Python 3.12 * Remove unused config for bandit * Delete obsolete pylint config * Update headers to new spdx copyright * Update copyright to 2024 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gvm-tools?expand=0&rev=23 --- gvm-tools-24.1.0.tar.gz | 3 --- gvm-tools-24.3.0.tar.gz | 3 +++ python-gvm-tools.changes | 11 +++++++++++ python-gvm-tools.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 gvm-tools-24.1.0.tar.gz create mode 100644 gvm-tools-24.3.0.tar.gz diff --git a/gvm-tools-24.1.0.tar.gz b/gvm-tools-24.1.0.tar.gz deleted file mode 100644 index eecb167..0000000 --- a/gvm-tools-24.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0546c177249bd049905ef63f8c1a0ee2ea808b16bf0686f21cf89f3791fd3de8 -size 218801 diff --git a/gvm-tools-24.3.0.tar.gz b/gvm-tools-24.3.0.tar.gz new file mode 100644 index 0000000..10b6fd3 --- /dev/null +++ b/gvm-tools-24.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdd7462b91f5a51c3282688adaed5a98fc657d1eeffee01297f907e9a258a24c +size 213334 diff --git a/python-gvm-tools.changes b/python-gvm-tools.changes index 4f8df36..668eb4b 100644 --- a/python-gvm-tools.changes +++ b/python-gvm-tools.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Apr 15 06:07:50 UTC 2024 - Dirk Müller + +- update to 24.3.0: + * Ignore ruff cache from git + * Officially support Python 3.12 + * Remove unused config for bandit + * Delete obsolete pylint config + * Update headers to new spdx copyright + * Update copyright to 2024 + ------------------------------------------------------------------- Tue Feb 27 07:10:34 UTC 2024 - Jaime Marquínez Ferrándiz diff --git a/python-gvm-tools.spec b/python-gvm-tools.spec index ae13acc..4ba3827 100644 --- a/python-gvm-tools.spec +++ b/python-gvm-tools.spec @@ -20,7 +20,7 @@ %{?sle15_python_module_pythons} %global skip_python39 1 Name: python-gvm-tools -Version: 24.1.0 +Version: 24.3.0 Release: 0 Summary: Tools to control a GSM/GVM over GMP or OSP License: GPL-3.0-or-later