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/.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/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 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