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

Created by command:

/usr/bin/tito tag --use-version=0.6.25
This commit is contained in:
Jakub Kadlcik 2024-01-28 15:16:04 +01:00
parent c578f53d4f
commit 38a3d7dbef
4 changed files with 15 additions and 4 deletions

View file

@ -1 +1 @@
0.6.24-1 ./ 0.6.25-1 ./

View file

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

View file

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

View file

@ -16,7 +16,7 @@
%endif %endif
Name: tito Name: tito
Version: 0.6.24.post1 Version: 0.6.25
Release: 1%{?dist} Release: 1%{?dist}
Summary: A tool for managing rpm based git projects Summary: A tool for managing rpm based git projects
@ -119,6 +119,17 @@ install -Dp -m 0644 share/tito_completion.sh %{buildroot}%{_datadir}/bash-comple
%changelog %changelog
* Sun Jan 28 2024 Jakub Kadlcik <frostyx@email.cz>
- Use rpm.ds instead of deprecated hdr.dsFromHeader (frostyx@email.cz)
- Support branch aliases in releasers (frostyx@email.cz)
- Document how to automate bodhi updates (msuchy@redhat.com)
- Use raw strings for regex patterns (frostyx@email.cz)
- Allow tito build without .tito directory (frostyx@email.cz)
- Unify README and index.md (msuchy@redhat.com)
- Fix PEP8 issues found by runtests.py (frostyx@email.cz)
- Replace egrep with grep -E (frostyx@email.cz)
- Don't use --cacheonly on DNF5 (frostyx@email.cz)
* Sat Jul 08 2023 Jakub Kadlcik <frostyx@email.cz> 0.6.24-1 * 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 - Will now copy both source files and patch files declared in the spec
- Fix UpstreamBuilder deprecation warning (#461) (frostyx@email.cz) - Fix UpstreamBuilder deprecation warning (#461) (frostyx@email.cz)