Automatic commit of package [tito] release [0.6.24-1].

Created by command:

/usr/bin/tito tag
This commit is contained in:
Jakub Kadlcik 2023-07-08 01:58:09 +02:00
parent 369c6baeb5
commit 2a15b8c171
4 changed files with 9 additions and 4 deletions

View file

@ -1 +1 @@
0.6.23-1 ./
0.6.24-1 ./

View file

@ -26,7 +26,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setup(
name="tito",
version='0.6.23',
version='0.6.24',
description='A tool for managing rpm based git projects.',
long_description=long_description,
long_description_content_type="text/markdown",

View file

@ -19,4 +19,4 @@
Infrastructure for building Spacewalk and Satellite packages from git tags.
"""
__version__ = '0.6.23'
__version__ = '0.6.24'

View file

@ -16,7 +16,7 @@
%endif
Name: tito
Version: 0.6.23
Version: 0.6.24
Release: 1%{?dist}
Summary: A tool for managing rpm based git projects
@ -118,6 +118,11 @@ install -Dp -m 0644 share/tito_completion.sh %{buildroot}%{_datadir}/bash-comple
%changelog
* Sat Jul 08 2023 Jakub Kadlcik <frostyx@email.cz> 0.6.24-1
- Will now copy both source files and patch files declared in the spec
- Fix UpstreamBuilder deprecation warning (#461) (frostyx@email.cz)
- Fix the setup.py license according to tito.spec (#433) (frostyx@email.cz)
* Tue Jun 13 2023 Jakub Kadlcik <frostyx@email.cz> 0.6.23-1
- Replace `submodule--helper list` with `git config --get-regexp`
- do not overwrite packit.yaml and its variants (msuchy@redhat.com)