From 46333b01ad656dd4ee8dde8ea90c2dea3995e025 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Tue, 2 Jul 2019 10:32:01 +0200 Subject: [PATCH] 4.1.38 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 | 31 ++++++++++++++++++++++++++++++- setup.py | 2 +- 3 files changed, 32 insertions(+), 3 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 73da2958..5df3f601 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.37' +release = '4.1.38' # 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 2a48e393..91cad676 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,5 +1,5 @@ Name: pungi -Version: 4.1.37 +Version: 4.1.38 Release: 1%{?dist} Summary: Distribution compose tool @@ -111,6 +111,35 @@ nosetests --exe cd tests && ./test_compose.sh %changelog +* Tue Jul 02 2019 Lubomír Sedlář - 4.1.38-1 +- Remove remaining mentions of runroot option (lsedlar) +- pkgset: Include module metadata in the repos (lsedlar) +- config: Deprecate runroot option (hlin) +- Respect --nomacboot flag when calling isohybrid (dnevil) +- config: Keep known options defined on CLI (lsedlar) +- config-dump: Report better error for non-existing sources (lsedlar) +- config: Improve config validation for anyOf and oneOf (lsedlar) +- config-validate: Allow defining variables (lsedlar) +- config: Report validation warning if variants fail to load (lsedlar) +- Allow customizing nosetests command (lsedlar) +- scm: Close stdin of processing command (lsedlar) +- pkgset: Create arch repos in parallel (lsedlar) +- util: Resolve HEAD in repos that have a remote (lsedlar) +- tests: Avoid using threads in tests (lsedlar) +- pkgset: Use highest pickle protocol (lsedlar) +- gather: fix crash issue when gather_method = "nodeps" (hlin) +- pkgset: Check for unused module patterns across all tags (lsedlar) +- util: Fix offline resolving for scm dict (lsedlar) +- pkgset: Make serialization more resilient (lsedlar) +- fus: Support HTTP repos (lsedlar) +- config: Deprecate release_is_layered option (hlin) +- pkgset: Set correct nsvc for devel modules (lsedlar) +- Remove unused variable (lsedlar) +- Whitespace fixes (lsedlar) +- Whitespace cleanup (lsedlar) +- Remove unused variables (lsedlar) +- Remove unused imports (lsedlar) + * Mon May 27 2019 Lubomír Sedlář - 4.1.37-1 - config-dump: Allow dumping config for multi compose (lsedlar) - pkgset: Ignore modules without metadata in Koji (lsedlar) diff --git a/setup.py b/setup.py index f4e49a2a..948d8e2b 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ packages = sorted(packages) setup( name = "pungi", - version = "4.1.37", + version = "4.1.38", description = "Distribution compose tool", url = "https://pagure.io/pungi", author = "Dennis Gilmore",