15
0

Accepting request 1133873 from devel:languages:python

- 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/request/show/1133873
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gvm-tools?expand=0&rev=9
This commit is contained in:
2023-12-18 21:57:04 +00:00
committed by Git OBS Bridge
4 changed files with 39 additions and 12 deletions

3
gvm-tools-23.11.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e3ee05102c05f9c4a0ba2530ebbe92d4210a9a70308382d63240a06ac242078d
size 218303

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1efb4ddca8594c21cc4f479a2654a9736dd3c3733619222309917e5e42f7b4b2
size 219320

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Mon Dec 18 14:03:06 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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á <mmachova@suse.com>
@@ -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 <steven.kowalik@suse.com>
- 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 <code@bnavigator.de>
- Kill dephell dependency
- Kill dephell dependency
-------------------------------------------------------------------
Sun Oct 25 16:20:59 UTC 2020 - Martin Hauke <mardnh@gmx.de>

View File

@@ -17,20 +17,17 @@
#
%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.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
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