From a7b7364b87fb357f6ec20eba4aa233e116ea4af9 Mon Sep 17 00:00:00 2001 From: Petr Stodulka Date: Thu, 14 Aug 2025 11:06:37 +0200 Subject: [PATCH 1/2] Tests: bump pytest version to be comaptible with Python3.9 Require pytest version 6.2.5 which is compatible for python 3.6+. --- requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index 74c395576..d4501f29f 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -7,4 +7,4 @@ jsonschema==3.2.0 mock pylint pytest-cov -pytest==4.6.11 +pytest==6.2.5 From 89a82e0d04f8274eca482271a2f49bae2cfcad03 Mon Sep 17 00:00:00 2001 From: Petr Stodulka Date: Thu, 14 Aug 2025 10:47:52 +0200 Subject: [PATCH 2/2] Release 0.20.0 ## Packaging - Bump leapp-framework to 6.1 (#894) ## Framework ### Fixes - Create the /var/lib/leapp directory automatically if missing (#893) ### Enhancements - Recognize configuration files with the .yaml suffix only (#892) ## Leapp (tool) ### Fixes - Fix CLI: allow to set falsy values as default for leapp's command options (#894) ## Modifications - Updated Makefile and drop of rhel7 related artifacts (#905) --- leapp/__version__.py | 2 +- man/leapp.1 | 2 +- man/snactor.1 | 2 +- packaging/leapp.spec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/leapp/__version__.py b/leapp/__version__.py index 0eebcefa1..5232bd9c6 100644 --- a/leapp/__version__.py +++ b/leapp/__version__.py @@ -1,2 +1,2 @@ -VERSION = "0.19.0" +VERSION = "0.20.0" FULL_VERSION = VERSION diff --git a/man/leapp.1 b/man/leapp.1 index c4bcd4f9e..ba6b70116 100644 --- a/man/leapp.1 +++ b/man/leapp.1 @@ -1,4 +1,4 @@ -.TH LEAPP "1" "2025-02-14" "leapp 0.19.0" "User Commands" +.TH LEAPP "1" "2025-08-14" "leapp 0.20.0" "User Commands" .SH NAME leapp \- command line interface for upgrades between major OS versions diff --git a/man/snactor.1 b/man/snactor.1 index eeb152278..8bee1d265 100644 --- a/man/snactor.1 +++ b/man/snactor.1 @@ -1,4 +1,4 @@ -.TH SNACTOR "1" "2025-02-14" "snactor 0.19.0" "User Commands" +.TH SNACTOR "1" "2025-08-14" "snactor 0.20.0" "User Commands" .SH NAME snactor \- development and repository management tool for leapp diff --git a/packaging/leapp.spec b/packaging/leapp.spec index 19d49e171..bdf5a7951 100644 --- a/packaging/leapp.spec +++ b/packaging/leapp.spec @@ -42,7 +42,7 @@ %endif Name: leapp -Version: 0.19.0 +Version: 0.20.0 Release: 1%{?dist} Summary: OS & Application modernization framework