From 0019eba249a2954b22adca43981a330bdc42e3fe Mon Sep 17 00:00:00 2001 From: Jean-Louis Dupond Date: Wed, 15 Oct 2025 14:35:41 +0200 Subject: [PATCH 1/2] Drop nosetests leftovers Signed-off-by: Jean-Louis Dupond --- .gitignore | 1 - setup.cfg | 2 -- 2 files changed, 3 deletions(-) delete mode 100644 setup.cfg diff --git a/.gitignore b/.gitignore index fb33827..a882581 100644 --- a/.gitignore +++ b/.gitignore @@ -48,7 +48,6 @@ htmlcov/ .coverage .coverage.* .cache -nosetests.xml coverage.xml *.cover *.py,cover diff --git a/setup.cfg b/setup.cfg deleted file mode 100644 index ce26f6a..0000000 --- a/setup.cfg +++ /dev/null @@ -1,2 +0,0 @@ -[nosetests] -where=tests From 866be081b9b3e00ae1fa7eaf393f7167087d252f Mon Sep 17 00:00:00 2001 From: Jean-Louis Dupond Date: Wed, 15 Oct 2025 14:37:52 +0200 Subject: [PATCH 2/2] Release 4.6.3-1 - Update changelog - Generate correct version Signed-off-by: Jean-Louis Dupond --- .automation/generate-setup-files.sh | 8 ++++---- python-ovirt-engine-sdk4.spec.in | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.automation/generate-setup-files.sh b/.automation/generate-setup-files.sh index 5db107f..a18da19 100755 --- a/.automation/generate-setup-files.sh +++ b/.automation/generate-setup-files.sh @@ -1,10 +1,10 @@ #!/bin/sh -e VERSION="4.6.3" -MILESTONE=master -# MILESTONE= -RPM_RELEASE="0.1.$MILESTONE.$(date -u +%Y%m%d%H%M%S)" -# RPM_RELEASE=1 +# MILESTONE=master +MILESTONE= +#RPM_RELEASE="0.1.$MILESTONE.$(date -u +%Y%m%d%H%M%S)" +RPM_RELEASE=1 PACKAGE_NAME="python-ovirt-engine-sdk4" diff --git a/python-ovirt-engine-sdk4.spec.in b/python-ovirt-engine-sdk4.spec.in index 5f2f5de..287eca4 100644 --- a/python-ovirt-engine-sdk4.spec.in +++ b/python-ovirt-engine-sdk4.spec.in @@ -56,6 +56,9 @@ API. * Fri Apr 18 2025 Jean-Louis Dupond - 4.6.3-1 - Drop el8 support - Drop Python 3.11 subpackage, as this is not needed for ansible-core on el9 +- Drop usage on python-six +- Add el10 support +- Update to model 4.6.1 * Thu Mar 23 2023 Martin Necas - 4.6.2-1 - Add Python 3.11 subpackage to be usable in ansible-core 2.14 for el8