upgrade to version 1.33

This commit is contained in:
rwx403335 2021-12-20 15:50:51 +08:00
parent cba296ae87
commit a0cba905c5
4 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
productmd-1.33.tar.gz Normal file

Binary file not shown.

View File

@ -9,5 +9,5 @@ diff -uNrp a/productmd/treeinfo.py b/productmd/treeinfo.py
+ self.name = "generic_os" + self.name = "generic_os"
+ self.short = "generic_os" + self.short = "generic_os"
else: else:
self.short = None self.short = ""

View File

@ -1,6 +1,6 @@
Name: python-productmd Name: python-productmd
Version: 1.30 Version: 1.33
Release: 2 Release: 1
Summary: Python library providing parsers for metadata Summary: Python library providing parsers for metadata
License: LGPLv2+ License: LGPLv2+
URL: https://github.com/release-engineering/productmd URL: https://github.com/release-engineering/productmd
@ -53,9 +53,12 @@ sed -i "s/generic_os/%{_vendor}/g" productmd/treeinfo.py
%files -n python3-productmd %files -n python3-productmd
%license LICENSE AUTHORS %license LICENSE AUTHORS
%{python3_sitelib}/productmd* %{python3_sitelib}/*
%changelog %changelog
* Mon Dec 20 2021 renhongxun <renhongxun@huawei.com> - 1.33-1
- Upgrade to version 1.33
* Sat Dec 04 2021 shixuantong <shixuantong@huawei.com> - 1.30-2 * Sat Dec 04 2021 shixuantong <shixuantong@huawei.com> - 1.30-2
- fix build fail for python3.10 - fix build fail for python3.10