Skip to content

Commit

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

/usr/bin/tito tag
  • Loading branch information
lubomir committed Aug 28, 2024
1 parent 9d72ae1 commit 696cbb3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .tito/packages/python-productmd
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.38-1 ./
1.39-1 ./
2 changes: 1 addition & 1 deletion productmd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# Note this file is templated with Tito. Please make changes to
# .tito/templates/__init__.py.in in Git.

__version__ = '1.38'
__version__ = '1.39'

from .compose import Compose # noqa
from .composeinfo import ComposeInfo # noqa
Expand Down
6 changes: 5 additions & 1 deletion python-productmd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
%bcond_without python3

Name: python-productmd
Version: 1.38
Version: 1.39
Release: 1%{?dist}
Summary: Library providing parsers for metadata related to OS installation

Expand Down Expand Up @@ -90,6 +90,10 @@ Requires: python%{python3_pkgversion}-six
%endif

%changelog
* Wed Aug 28 2024 Lubomír Sedlář <[email protected]> 1.39-1
- Add mappings for appx and iso types for kiwi image builds
([email protected])

* Thu Dec 07 2023 Lubomír Sedlář <[email protected]> 1.38-1
- Add ociarchive image type ([email protected])
- Run bandit in github action ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup(
name = "productmd",
version = "1.38",
version = "1.39",
description = "Product, compose and installation media metadata library",
url = "https://github.com/release-engineering/productmd",
author = "Daniel Mach",
Expand Down

0 comments on commit 696cbb3

Please sign in to comment.