diff --git a/distlib-0.3.6.tar.gz b/distlib-0.3.6.tar.gz deleted file mode 100644 index bcb44bd20f15729b1e148c1dcbaf972b876abd61..0000000000000000000000000000000000000000 Binary files a/distlib-0.3.6.tar.gz and /dev/null differ diff --git a/distlib-0.3.9.tar.gz b/distlib-0.3.9.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..1e0ac49d9f16091318ab7fbe04726046ff0523c0 Binary files /dev/null and b/distlib-0.3.9.tar.gz differ diff --git a/python-distlib.spec b/python-distlib.spec index 553e543b6c88d8ec4b39186a538afe79c534cbe3..532c99f9e0dce9c330f5bcbc9c3b7f4885bf6851 100644 --- a/python-distlib.spec +++ b/python-distlib.spec @@ -1,8 +1,8 @@ -%define anolis_release 2 +%define anolis_release 1 %define debug_package %{nil} %global pypi_name distlib -%global pypi_version 0.3.6 +%global pypi_version 0.3.9 Name: python-distlib Version: %{pypi_version} @@ -10,7 +10,7 @@ Release: %{anolis_release}%{?dist} Summary: Distribution utilities License: Python license URL: https://github.com/pypa/distlib -Source0: https://files.pythonhosted.org/packages/58/07/815476ae605bcc5f95c87a62b95e74a1bce0878bc7a3119bc2bf4178f175/distlib-0.3.6.tar.gz +Source0: https://files.pythonhosted.org/packages/0d/dd/1bec4c5ddb504ca60fc29472f3d27e8d4da1257a854e1d96742f15c1d02d/distlib-0.3.9.tar.gz BuildRequires: gcc cmake BuildRequires: python3-devel python3-setuptools @@ -63,6 +63,9 @@ Requires: python3-%{pypi_name} = %{version}-%{release} %changelog +* Wed Jun 18 2025 Yangcheng - 0.3.9-1 +- update to 0.3.9 + * Tue Mar 12 2024 Zhao Hang - 0.3.6-2 - Rebuild with python3.11