From bea8072ec292163e5c3db7bb51e3d2e978f04f34714c237e9210a1a29bb753ab Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 18 Dec 2023 14:05:32 +0000 Subject: [PATCH 1/2] - update to 23.11.0: * Support for specifying task type * Use function to calculate timestamps * Do not truncate operating system names * Filter for correct target - update to 23.10.0: * Auto-merge workflow, to enable squash auto-merge in open PRs * Improve application-detection requests * Group dependabot updates * Fix param use in generate-random-reports * Fix getting hosts in application-detection * Remove superfluous output from check-gmp - update to 23.9.0: * Allow to auto re-build the docs on changes via livehtml * Add installation instructions using pipx because of PEP 668 * CERT-Bund Advisory script, parsing reports to CSV (#964) * Drop support for Python 3.7 and 3.8 * Remove obsolete project files * Convert docs to use markdown formatting * Update copyright year in README * Adjust docker image for Debian Bookworm * Use generic reusable workflows * Create conventional commits for dependabot * Remove `cache: "true"` input (#1004) * Fix conventional commits workflow * Set permissions for conventional commits workflow - Do not build for Python 3.6 or 3.9 due to python-python-gvm. - Kill dephell dependency OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gvm-tools?expand=0&rev=16 --- gvm-tools-23.11.0.tar.gz | 3 +++ gvm-tools-23.4.0.tar.gz | 3 --- python-gvm-tools.changes | 34 ++++++++++++++++++++++++++++++++-- python-gvm-tools.spec | 2 +- 4 files changed, 36 insertions(+), 6 deletions(-) create mode 100644 gvm-tools-23.11.0.tar.gz delete mode 100644 gvm-tools-23.4.0.tar.gz diff --git a/gvm-tools-23.11.0.tar.gz b/gvm-tools-23.11.0.tar.gz new file mode 100644 index 0000000..3ac6a63 --- /dev/null +++ b/gvm-tools-23.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3ee05102c05f9c4a0ba2530ebbe92d4210a9a70308382d63240a06ac242078d +size 218303 diff --git a/gvm-tools-23.4.0.tar.gz b/gvm-tools-23.4.0.tar.gz deleted file mode 100644 index b43865d..0000000 --- a/gvm-tools-23.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1efb4ddca8594c21cc4f479a2654a9736dd3c3733619222309917e5e42f7b4b2 -size 219320 diff --git a/python-gvm-tools.changes b/python-gvm-tools.changes index 90058ba..edf143d 100644 --- a/python-gvm-tools.changes +++ b/python-gvm-tools.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Mon Dec 18 14:03:06 UTC 2023 - Dirk Müller + +- update to 23.11.0: + * Support for specifying task type + * Use function to calculate timestamps + * Do not truncate operating system names + * Filter for correct target +- update to 23.10.0: + * Auto-merge workflow, to enable squash auto-merge in open PRs + * Improve application-detection requests + * Group dependabot updates + * Fix param use in generate-random-reports + * Fix getting hosts in application-detection + * Remove superfluous output from check-gmp +- update to 23.9.0: + * Allow to auto re-build the docs on changes via livehtml + * Add installation instructions using pipx because of PEP 668 + * CERT-Bund Advisory script, parsing reports to CSV (#964) + * Drop support for Python 3.7 and 3.8 + * Remove obsolete project files + * Convert docs to use markdown formatting + * Update copyright year in README + * Adjust docker image for Debian Bookworm + * Use generic reusable workflows + * Create conventional commits for dependabot + * Remove `cache: "true"` input (#1004) + * Fix conventional commits workflow + * Set permissions for conventional commits workflow + ------------------------------------------------------------------- Tue Aug 1 08:46:57 UTC 2023 - Markéta Machová @@ -59,12 +89,12 @@ Thu Feb 17 10:32:18 UTC 2022 - pgajdos@suse.com ------------------------------------------------------------------- Wed Aug 25 05:36:04 UTC 2021 - Steve Kowalik -- Do not build for Python 3.6 or 3.9 due to python-python-gvm. +- Do not build for Python 3.6 or 3.9 due to python-python-gvm. ------------------------------------------------------------------- Mon Oct 26 23:17:55 UTC 2020 - Benjamin Greiner -- Kill dephell dependency +- Kill dephell dependency ------------------------------------------------------------------- Sun Oct 25 16:20:59 UTC 2020 - Martin Hauke diff --git a/python-gvm-tools.spec b/python-gvm-tools.spec index b05e474..d0c3678 100644 --- a/python-gvm-tools.spec +++ b/python-gvm-tools.spec @@ -21,7 +21,7 @@ %define skip_python36 1 %define skip_python39 1 Name: python-gvm-tools -Version: 23.4.0 +Version: 23.11.0 Release: 0 Summary: Tools to control a GSM/GVM over GMP or OSP License: GPL-3.0-or-later From a9e8b040e12907cfbfb91c1095e3bf1aceeac5656286f5ef1fd0d4000d3b65f6 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 18 Dec 2023 14:08:13 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gvm-tools?expand=0&rev=17 --- python-gvm-tools.spec | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/python-gvm-tools.spec b/python-gvm-tools.spec index d0c3678..e70a8c5 100644 --- a/python-gvm-tools.spec +++ b/python-gvm-tools.spec @@ -17,9 +17,8 @@ # -%define skip_python2 1 -%define skip_python36 1 -%define skip_python39 1 +%{?sle15_python_module_pythons} +%global skip_python39 1 Name: python-gvm-tools Version: 23.11.0 Release: 0 @@ -27,10 +26,8 @@ Summary: Tools to control a GSM/GVM over GMP or OSP License: GPL-3.0-or-later URL: https://github.com/greenbone/gvm-tools/ Source: https://github.com/greenbone/gvm-tools/archive/v%{version}.tar.gz#/gvm-tools-%{version}.tar.gz -#Source98: https://github.com/greenbone/gvm-tools/releases/download/v%%{version}/v%%{version}.tar.gz.asc#/gvm-tools-%%{version}.tar.gz.sig -#Source99: https://www.greenbone.net/GBCommunitySigningKey.asc#/gvm-tools.keyring BuildRequires: %{python_module pip} -BuildRequires: %{python_module poetry} +BuildRequires: %{python_module poetry-core} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-python-gvm >= 23.4.2