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

Created by command:

/usr/bin/tito tag
This commit is contained in:
Jakub Kadlcik 2022-07-21 10:45:05 +02:00
parent d541c5a241
commit 4638a05b76
4 changed files with 13 additions and 4 deletions

View file

@ -1 +1 @@
0.6.20-1 ./ 0.6.21-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.20', version='0.6.21',
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.20' __version__ = '0.6.21'

View file

@ -16,7 +16,7 @@
%{!?our_sitelib: %define our_sitelib %(%{ourpythonbin} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?our_sitelib: %define our_sitelib %(%{ourpythonbin} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: tito Name: tito
Version: 0.6.20 Version: 0.6.21
Release: 1%{?dist} Release: 1%{?dist}
Summary: A tool for managing rpm based git projects Summary: A tool for managing rpm based git projects
@ -118,6 +118,15 @@ install -Dp -m 0644 share/tito_completion.sh %{buildroot}%{_datadir}/bash-comple
%changelog %changelog
* Thu Jul 21 2022 Jakub Kadlcik <frostyx@email.cz> 0.6.21-1
- Properly catch TitoException (frostyx@email.cz)
- Add documentation for the MockBuilder (frostyx@email.cz)
- Allow to define mock chroot in tito.props (frostyx@email.cz)
- Fix recursion error in MockBuilder (frostyx@email.cz)
- DistGitReleasers: don't nuke external sources with fetch_sources (praiskup@redhat.com)
- Add installation instructions from PyPI (frostyx@email.cz)
- Add long_description to setup.py (frostyx@email.cz)
* Wed Feb 23 2022 Jakub Kadlcik <frostyx@email.cz> 0.6.20-1 * Wed Feb 23 2022 Jakub Kadlcik <frostyx@email.cz> 0.6.20-1
- Sync repo (in addition to tag) during mead build (nmoumoul@redhat.com) - Sync repo (in addition to tag) during mead build (nmoumoul@redhat.com)
- Add 'Building RHEL packages with Tito' as external doc (frostyx@email.cz) - Add 'Building RHEL packages with Tito' as external doc (frostyx@email.cz)