diff --git a/productmd-1.38.tar.gz b/productmd-1.38.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a5fe1a283f385e6c4354de6f62a5e018abefffff Binary files /dev/null and b/productmd-1.38.tar.gz differ diff --git a/python-productmd.spec b/python-productmd.spec index 0a1d7eb5438fc2ca3d54530e50607abac3504b95..4018f3d85ba8b70d14fa41f5752a8c319eebf97e 100644 --- a/python-productmd.spec +++ b/python-productmd.spec @@ -1,14 +1,14 @@ -%define anolis_release 4 +%define anolis_release 1 %global srcname productmd Name: python-%{srcname} -Version: 1.33 +Version: 1.38 Release: %{anolis_release}%{?dist} Summary: Library providing parsers for metadata related to OS installation License: LGPLv2+ URL: https://pypi.org/project/productmd/ -Source: https://files.pythonhosted.org/packages/ca/7e/ec67a73894c80e17f51d10ed59019ee0bb7eb9b58bf35809916b700b062e/%{srcname}-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/p/productmd/productmd-1.38.tar.gz BuildArch: noarch @@ -59,6 +59,10 @@ Requires: python%{python3_pkgversion}-six %doc AUTHORS %changelog +* Mon Sep 29 2025 wenyuzifang - 1.38-1 +- Updated to version 1.38 to fix xxxxxx + + * Tue Mar 12 2024 Zhao Hang - 1.33-4 - Rebuild with python3.11