From 534a9d4116dc0853504115acef0b97b5b3f2d945 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Thu, 7 Dec 2023 11:51:25 +0100 Subject: [PATCH] Automatic commit of package [python-productmd] release [1.38-1]. Created by command: /usr/bin/tito tag --- .tito/packages/python-productmd | 2 +- productmd/__init__.py | 2 +- python-productmd.spec | 9 ++++++++- setup.py | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.tito/packages/python-productmd b/.tito/packages/python-productmd index 8d93528..ea9ce6d 100644 --- a/.tito/packages/python-productmd +++ b/.tito/packages/python-productmd @@ -1 +1 @@ -1.37-1 ./ +1.38-1 ./ diff --git a/productmd/__init__.py b/productmd/__init__.py index 729d41d..757a2db 100644 --- a/productmd/__init__.py +++ b/productmd/__init__.py @@ -19,7 +19,7 @@ # Note this file is templated with Tito. Please make changes to # .tito/templates/__init__.py.in in Git. -__version__ = '1.37' +__version__ = '1.38' from .compose import Compose # noqa from .composeinfo import ComposeInfo # noqa diff --git a/python-productmd.spec b/python-productmd.spec index bb7c4ca..81cce6f 100644 --- a/python-productmd.spec +++ b/python-productmd.spec @@ -6,7 +6,7 @@ %bcond_without python3 Name: python-productmd -Version: 1.37 +Version: 1.38 Release: 1%{?dist} Summary: Library providing parsers for metadata related to OS installation @@ -90,6 +90,13 @@ Requires: python%{python3_pkgversion}-six %endif %changelog +* Thu Dec 07 2023 Lubomír Sedlář 1.38-1 +- Add ociarchive image type (lsedlar@redhat.com) +- Run bandit in github action (lsedlar@redhat.com) +- Create a github action to run tests (lsedlar@redhat.com) +- Update list of python versions in tox.ini (lsedlar@redhat.com) +- Set up security scanning with bandit (lsedlar@redhat.com) + * Fri Sep 22 2023 Lubomír Sedlář 1.37-1 - images: add `dvd-ostree-osbuild` image type (cmdr@supakeen.com) - images: add `live-osbuild` image type (cmdr@supakeen.com) diff --git a/setup.py b/setup.py index 61c9656..6aa45a0 100755 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( name = "productmd", - version = "1.37", + version = "1.38", description = "Product, compose and installation media metadata library", url = "https://github.com/release-engineering/productmd", author = "Daniel Mach",