4.6.1 release
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
ff5a7e6377
commit
e46393263e
3 changed files with 13 additions and 3 deletions
|
|
@ -53,7 +53,7 @@ copyright = "2016, Red Hat, Inc."
|
|||
# The short X.Y version.
|
||||
version = "4.6"
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = "4.6.0"
|
||||
release = "4.6.1"
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
|
|||
12
pungi.spec
12
pungi.spec
|
|
@ -1,5 +1,5 @@
|
|||
Name: pungi
|
||||
Version: 4.6.0
|
||||
Version: 4.6.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Distribution compose tool
|
||||
|
||||
|
|
@ -110,6 +110,16 @@ pytest
|
|||
cd tests && ./test_compose.sh
|
||||
|
||||
%changelog
|
||||
* Thu Feb 8 2024 Lubomír Sedlář <lsedlar>redhat.com> - 4.6.1-1
|
||||
- Make python3-mock dependency optional (lsedlar)
|
||||
- Make latest black happy (lsedlar)
|
||||
- Update tox configuration (lsedlar)
|
||||
- Fix scm tests to not use user configuration (lsedlar)
|
||||
- Add workaround for old requests in kojiwrapper (lsedlar)
|
||||
- Use pungi_buildinstall without NFS (lsedlar)
|
||||
- checks: don't require "repo" in the "ostree" schema (awilliam)
|
||||
- ostree_container: Use unique temporary directory (lsedlar)
|
||||
|
||||
* Mon Dec 11 2023 Lubomír Sedlář <lsedlar@redhat.com> - 4.6.0-1
|
||||
- Add ostree container to image metadata (lsedlar)
|
||||
- Updates for ostree-container phase (lsedlar)
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -20,7 +20,7 @@ packages = sorted(packages)
|
|||
|
||||
setup(
|
||||
name="pungi",
|
||||
version="4.6.0",
|
||||
version="4.6.1",
|
||||
description="Distribution compose tool",
|
||||
url="https://pagure.io/pungi",
|
||||
author="Dennis Gilmore",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue