Skip to content

Commit 555cf4b

Browse files
author
Your Name
committed
Automatic commit of package [tito] release [0.6.27-1].
Created by command: /usr/bin/tito tag
1 parent e2f27ae commit 555cf4b

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

.tito/packages/tito

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.26-1 ./
1+
0.6.27-1 ./

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
setup(
2828
name="tito",
29-
version='0.6.26',
29+
version='0.6.27',
3030
description='A tool for managing rpm based git projects.',
3131
long_description=long_description,
3232
long_description_content_type="text/markdown",

src/tito/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
Infrastructure for building Spacewalk and Satellite packages from git tags.
2020
"""
2121

22-
__version__ = '0.6.26'
22+
__version__ = '0.6.27'

tito.spec

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
%endif
2323

2424
Name: tito
25-
Version: 0.6.26
25+
Version: 0.6.27
2626
Release: 1%{?dist}
2727
Summary: A tool for managing rpm based git projects
2828

@@ -133,6 +133,11 @@ git config --global user.name "Your Name"
133133

134134

135135
%changelog
136+
* Mon Nov 11 2024 Jakub Kadlčík <[email protected]>
137+
- Defer submodule detection to git
138+
- Many improvements to tests and they now run during package build
139+
- New config option `buildconfig.test_version_suffix`
140+
136141
* Tue Mar 05 2024 Jakub Kadlcik <[email protected]> 0.6.26-1
137142
- Fix issue with missing version numbers in the changelog ([email protected])
138143
- Tito wrapper for easier development ([email protected])

0 commit comments

Comments
 (0)