Skip to content

Commit

Permalink
Automatic commit of package [tito] release [0.6.22-1].
Browse files Browse the repository at this point in the history
Created by command:

/usr/bin/tito tag
  • Loading branch information
FrostyX committed Nov 14, 2022
1 parent 253ad07 commit d342fc6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .tito/packages/tito
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.21-1 ./
0.6.22-1 ./
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/tito/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
Infrastructure for building Spacewalk and Satellite packages from git tags.
"""

__version__ = '0.6.21'
__version__ = '0.6.22'
9 changes: 8 additions & 1 deletion tito.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -118,6 +118,13 @@ install -Dp -m 0644 share/tito_completion.sh %{buildroot}%{_datadir}/bash-comple


%changelog
* Mon Nov 14 2022 Jakub Kadlcik <[email protected]> 0.6.22-1
- Fix python2 urlretrieve import ([email protected])
- Fixed submodule archives concatenation ([email protected])
- Fixed issue #414 ([email protected])
- Fixed issue #413 ([email protected])
- Revert 45d431ad149cb33e2462a990c4c4f29e6bb2bb7e ([email protected])

* Thu Jul 21 2022 Jakub Kadlcik <[email protected]> 0.6.21-1
- Properly catch TitoException ([email protected])
- Add documentation for the MockBuilder ([email protected])
Expand Down

0 comments on commit d342fc6

Please sign in to comment.