diff --git a/.tito/packages/tito b/.tito/packages/tito index 3d8bdb1e..e4cafd2b 100644 --- a/.tito/packages/tito +++ b/.tito/packages/tito @@ -1 +1 @@ -0.6.21-1 ./ +0.6.22-1 ./ diff --git a/setup.py b/setup.py index 3748b2ba..bf2e8125 100755 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( name="tito", - version='0.6.21', + version='0.6.22', 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 00c7f54b..f0583521 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.21' +__version__ = '0.6.22' diff --git a/tito.spec b/tito.spec index 78276e09..86da12d0 100644 --- a/tito.spec +++ b/tito.spec @@ -16,7 +16,7 @@ %{!?our_sitelib: %define our_sitelib %(%{ourpythonbin} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: tito -Version: 0.6.21 +Version: 0.6.22 Release: 1%{?dist} Summary: A tool for managing rpm based git projects @@ -118,6 +118,13 @@ install -Dp -m 0644 share/tito_completion.sh %{buildroot}%{_datadir}/bash-comple %changelog +* Mon Nov 14 2022 Jakub Kadlcik 0.6.22-1 +- Fix python2 urlretrieve import (frostyx@email.cz) +- Fixed submodule archives concatenation (jerzy.drozdz@jdsieci.pl) +- Fixed issue #414 (jerzy.drozdz@jdsieci.pl) +- Fixed issue #413 (jerzy.drozdz@jdsieci.pl) +- Revert 45d431ad149cb33e2462a990c4c4f29e6bb2bb7e (nmoumoul@redhat.com) + * Thu Jul 21 2022 Jakub Kadlcik 0.6.21-1 - Properly catch TitoException (frostyx@email.cz) - Add documentation for the MockBuilder (frostyx@email.cz)