From 479d17c03381031752a59972dfbc5355c19b9e7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Fri, 12 Apr 2019 12:09:00 +0200 Subject: [PATCH] 4.1.36 release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lubomír Sedlář --- doc/conf.py | 2 +- pungi.spec | 16 +++++++++++++++- setup.py | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 6c1a03e8..1f111e2a 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -53,7 +53,7 @@ copyright = u'2016, Red Hat, Inc.' # The short X.Y version. version = '4.1' # The full version, including alpha/beta/rc tags. -release = '4.1.35' +release = '4.1.36' # 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 dd5dcbbf..4bba44ee 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,5 +1,5 @@ Name: pungi -Version: 4.1.35 +Version: 4.1.36 Release: 1%{?dist} Summary: Distribution compose tool @@ -111,6 +111,20 @@ nosetests --exe cd tests && ./test_compose.sh %changelog +* Fri Apr 12 2019 Lubomír Sedlář - 4.1.36-1 +- Extend "openssh" runroot_method to be able to execute "mock" (jkaluza) +- osbs: Rework configuration for image pushes (lsedlar) +- Add "openssh" runroot method (jkaluza) +- Fix printing version on Python 3 (lsedlar) +- config-dump: Fix crash when used without --define (lsedlar) +- setup: Fix missing comma in a list (lsedlar) +- setup: Install some deps on Py2.7 only (lsedlar) +- config-dump: Allow defining variables on CLI (lsedlar) +- Update test data (lsedlar) +- gather: Use wildcard for repo selection (lsedlar) +- gather: Apply repo path substitutions for DNF backend (lsedlar) +- tests: Stop overwriting modulesdir for DNF (lsedlar) + * Tue Mar 26 2019 Lubomír Sedlář - 4.1.35-1 - orchestrator: Monitor status of parts (lsedlar) - tests: Skip tests if libmodulemd is not available (lsedlar) diff --git a/setup.py b/setup.py index 7d21c8a4..8c39c764 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ packages = sorted(packages) setup( name = "pungi", - version = "4.1.35", + version = "4.1.36", description = "Distribution compose tool", url = "https://pagure.io/pungi", author = "Dennis Gilmore",