From 4c7611291dd67077e330b4469f9c137259bc1479 Mon Sep 17 00:00:00 2001 From: Aditya Bisoi Date: Tue, 29 Aug 2023 14:35:48 +0530 Subject: [PATCH] 4.5.0 release Signed-off-by: Aditya Bisoi --- doc/conf.py | 4 ++-- pungi.spec | 13 ++++++++++++- setup.py | 2 +- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index ee7ee396..d78b9172 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -51,9 +51,9 @@ copyright = "2016, Red Hat, Inc." # built documents. # # The short X.Y version. -version = "4.4" +version = "4.5" # The full version, including alpha/beta/rc tags. -release = "4.4.1" +release = "4.5.0" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pungi.spec b/pungi.spec index c48cea04..835dee48 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,5 +1,5 @@ Name: pungi -Version: 4.4.1 +Version: 4.5.0 Release: 1%{?dist} Summary: Distribution compose tool @@ -110,6 +110,17 @@ pytest cd tests && ./test_compose.sh %changelog +* Tue Aug 29 2023 Aditya Bisoi - 4.5.0-1 +- kojiwrapper: Stop being smart about local access (lsedlar) +- Fix unittest errors (ounsal) +- Add integrity checking for builds (lsedlar) +- Add script for cleaning up the cache (lsedlar) +- Add ability to download images (lsedlar) +- Add support for not having koji volume mounted locally (lsedlar) +- Remove repository cloning multiple times (abisoi) +- Support require_all_comps_packages on DNF backend (lsedlar) +- Fix new warnings from flake8 (lsedlar) + * Tue Jul 25 2023 Aditya Bisoi - 4.4.1-1 - ostree: Add configuration for custom runroot packages (lsedlar) - pkgset: Emit better error for missing modulemd file (lsedlar) diff --git a/setup.py b/setup.py index 97e35b84..e2847f43 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ packages = sorted(packages) setup( name="pungi", - version="4.4.1", + version="4.5.0", description="Distribution compose tool", url="https://pagure.io/pungi", author="Dennis Gilmore",