!14 upgrade version to 1.33

Merge pull request !14 from renxichen/openEuler-22.03-LTS-Next
This commit is contained in:
openeuler-ci-bot 2021-12-25 07:27:37 +00:00 committed by Gitee
commit c96c14a332
4 changed files with 6 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.short = "generic_os"
else:
self.short = None
self.short = ""

View File

@ -1,5 +1,5 @@
Name: python-productmd
Version: 1.30
Version: 1.33
Release: 1
Summary: Python library providing parsers for metadata
License: LGPLv2+
@ -53,10 +53,12 @@ sed -i "s/generic_os/%{_vendor}/g" productmd/treeinfo.py
%files -n python3-productmd
%license LICENSE AUTHORS
%{python3_sitelib}/productmd/
%{python3_sitelib}/productmd-%{version}-py?.?.egg-info
%{python3_sitelib}/*
%changelog
* Mon Dec 20 2021 renhongxun <renhongxun@huawei.com> - 1.33-1
- Upgrade to version 1.33
* Tue Feb 2 2021 shangyibin <shangyibin1@huawei.com> - 1.30-1
- Upgrade to version 1.30