4.1.38 release
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
bf1b3e8421
commit
46333b01ad
@ -53,7 +53,7 @@ copyright = u'2016, Red Hat, Inc.'
|
|||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '4.1'
|
version = '4.1'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# 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
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
31
pungi.spec
31
pungi.spec
@ -1,5 +1,5 @@
|
|||||||
Name: pungi
|
Name: pungi
|
||||||
Version: 4.1.37
|
Version: 4.1.38
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Distribution compose tool
|
Summary: Distribution compose tool
|
||||||
|
|
||||||
@ -111,6 +111,35 @@ nosetests --exe
|
|||||||
cd tests && ./test_compose.sh
|
cd tests && ./test_compose.sh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 02 2019 Lubomír Sedlář <lsedlar@redhat.com> - 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ář <lsedlar@redhat.com> - 4.1.37-1
|
* Mon May 27 2019 Lubomír Sedlář <lsedlar@redhat.com> - 4.1.37-1
|
||||||
- config-dump: Allow dumping config for multi compose (lsedlar)
|
- config-dump: Allow dumping config for multi compose (lsedlar)
|
||||||
- pkgset: Ignore modules without metadata in Koji (lsedlar)
|
- pkgset: Ignore modules without metadata in Koji (lsedlar)
|
||||||
|
2
setup.py
2
setup.py
@ -25,7 +25,7 @@ packages = sorted(packages)
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = "pungi",
|
name = "pungi",
|
||||||
version = "4.1.37",
|
version = "4.1.38",
|
||||||
description = "Distribution compose tool",
|
description = "Distribution compose tool",
|
||||||
url = "https://pagure.io/pungi",
|
url = "https://pagure.io/pungi",
|
||||||
author = "Dennis Gilmore",
|
author = "Dennis Gilmore",
|
||||||
|
Loading…
Reference in New Issue
Block a user