Skip to content

Commit 534a9d4

Browse files
committed
Automatic commit of package [python-productmd] release [1.38-1].
Created by command: /usr/bin/tito tag
1 parent 616379e commit 534a9d4

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.tito/packages/python-productmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.37-1 ./
1+
1.38-1 ./

productmd/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# Note this file is templated with Tito. Please make changes to
2020
# .tito/templates/__init__.py.in in Git.
2121

22-
__version__ = '1.37'
22+
__version__ = '1.38'
2323

2424
from .compose import Compose # noqa
2525
from .composeinfo import ComposeInfo # noqa

python-productmd.spec

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
%bcond_without python3
77

88
Name: python-productmd
9-
Version: 1.37
9+
Version: 1.38
1010
Release: 1%{?dist}
1111
Summary: Library providing parsers for metadata related to OS installation
1212

@@ -90,6 +90,13 @@ Requires: python%{python3_pkgversion}-six
9090
%endif
9191

9292
%changelog
93+
* Thu Dec 07 2023 Lubomír Sedlář <lsedlar@redhat.com> 1.38-1
94+
- Add ociarchive image type (lsedlar@redhat.com)
95+
- Run bandit in github action (lsedlar@redhat.com)
96+
- Create a github action to run tests (lsedlar@redhat.com)
97+
- Update list of python versions in tox.ini (lsedlar@redhat.com)
98+
- Set up security scanning with bandit (lsedlar@redhat.com)
99+
93100
* Fri Sep 22 2023 Lubomír Sedlář <lsedlar@redhat.com> 1.37-1
94101
- images: add `dvd-ostree-osbuild` image type (cmdr@supakeen.com)
95102
- images: add `live-osbuild` image type (cmdr@supakeen.com)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
setup(
2121
name = "productmd",
22-
version = "1.37",
22+
version = "1.38",
2323
description = "Product, compose and installation media metadata library",
2424
url = "https://github.com/release-engineering/productmd",
2525
author = "Daniel Mach",

0 commit comments

Comments
 (0)