Upstream release 1.17
Do not use custom repr for objects with no compose Add additional_variants attribute to unified images
This commit is contained in:
parent
931b4338a2
commit
895274564e
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@
|
||||
/productmd-1.14.tar.bz2
|
||||
/productmd-1.15.tar.bz2
|
||||
/productmd-1.16.tar.bz2
|
||||
/productmd-1.17.tar.bz2
|
||||
|
@ -3,7 +3,7 @@
|
||||
%global srcname productmd
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 1.16
|
||||
Version: 1.17
|
||||
Release: 1%{?dist}
|
||||
Summary: Library providing parsers for metadata related to OS installation
|
||||
|
||||
@ -87,6 +87,10 @@ Requires: python%{python3_pkgversion}-six
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Oct 05 2018 Lubomír Sedlář <lsedlar@redhat.com> - 1.17-1
|
||||
- Do not use custom repr for objects with no compose
|
||||
- Add additional_variants attribute to unified images
|
||||
|
||||
* Tue Aug 14 2018 Lubomír Sedlář <lsedlar@redhat.com> - 1.16-1
|
||||
- Allow module metadata with empty modules
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (productmd-1.16.tar.bz2) = 9fb3d18a26609e2b11ee13deb78479b2355145790b5e9d5f7c5be7ae56131d67784f16b29ffbed04417a57a2d07f66fd25550e9b713c754f84b0adcc304eba45
|
||||
SHA512 (productmd-1.17.tar.bz2) = 616d20ac8a6e9c27cbf2a81b8b9ffbba0e49fcc0980a6b176b377b8331efc6a47fa548d0698fff4454cc94aab91305c30fb3db78067fe4ef9420e3be903cbd77
|
||||
|
Loading…
Reference in New Issue
Block a user