From 555cf4be259b00fdfbc5540381841ac95bae6291 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 11 Nov 2024 21:04:17 +0100 Subject: [PATCH] Automatic commit of package [tito] release [0.6.27-1]. Created by command: /usr/bin/tito tag --- .tito/packages/tito | 2 +- setup.py | 2 +- src/tito/__init__.py | 2 +- tito.spec | 7 ++++++- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.tito/packages/tito b/.tito/packages/tito index e53b7c3e..e78ad52f 100644 --- a/.tito/packages/tito +++ b/.tito/packages/tito @@ -1 +1 @@ -0.6.26-1 ./ +0.6.27-1 ./ diff --git a/setup.py b/setup.py index c63bb69d..c9ab6cf4 100755 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( name="tito", - version='0.6.26', + version='0.6.27', description='A tool for managing rpm based git projects.', long_description=long_description, long_description_content_type="text/markdown", diff --git a/src/tito/__init__.py b/src/tito/__init__.py index 5c9a70b1..d27e4bf8 100644 --- a/src/tito/__init__.py +++ b/src/tito/__init__.py @@ -19,4 +19,4 @@ Infrastructure for building Spacewalk and Satellite packages from git tags. """ -__version__ = '0.6.26' +__version__ = '0.6.27' diff --git a/tito.spec b/tito.spec index b7016db7..4a5679ee 100644 --- a/tito.spec +++ b/tito.spec @@ -22,7 +22,7 @@ %endif Name: tito -Version: 0.6.26 +Version: 0.6.27 Release: 1%{?dist} Summary: A tool for managing rpm based git projects @@ -133,6 +133,11 @@ git config --global user.name "Your Name" %changelog +* Mon Nov 11 2024 Jakub Kadlčík +- Defer submodule detection to git +- Many improvements to tests and they now run during package build +- New config option `buildconfig.test_version_suffix` + * Tue Mar 05 2024 Jakub Kadlcik 0.6.26-1 - Fix issue with missing version numbers in the changelog (frostyx@email.cz) - Tito wrapper for easier development (praiskup@redhat.com)