diff --git a/distro-1.9.0.tar.gz b/distro-1.9.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..4658ba97f1379ec52b9b05d900717e2955ab610b Binary files /dev/null and b/distro-1.9.0.tar.gz differ diff --git a/python-distro.spec b/python-distro.spec index 2842ac530b086ceef1af1eb5cc68e094c5724e1f..884839e262912bab7634a3fb050319782890295c 100644 --- a/python-distro.spec +++ b/python-distro.spec @@ -1,13 +1,14 @@ -%define anolis_release 3 +%define anolis_release 1 %global pypi_name distro Name: python-%{pypi_name} -Version: 1.8.0 +Version: 1.9.0 Release: %{anolis_release}%{?dist} Summary: A much more elaborate replacement for removed Python's `platform.linux_distribution()` method License: ASL 2.0 URL: https://github.com/python-distro/distro Source0: %{url}/archive/refs/tags/v%{version}.tar.gz +Source: https://github.com/python-distro/distro/archive/v1.9.0/distro-1.9.0.tar.gz BuildArch: noarch %description @@ -68,6 +69,10 @@ The python3-%{pypi_name}-doc package contains documentation files for python3-%{ %doc CHANGELOG.md README.md CONTRIBUTORS.md %changelog +* Tue Aug 19 2025 wenyuzifang - 1.9.0-1 +- Updated to version 1.9.0 to fix xxxxxxxxxx + + * Thu Mar 14 2024 Zhao Hang - 1.8.0-3 - Rebuild with python3.11 diff --git a/v1.8.0.tar.gz b/v1.8.0.tar.gz deleted file mode 100644 index 11405f9b67cf53bec9a178a583441059622db6ee..0000000000000000000000000000000000000000 Binary files a/v1.8.0.tar.gz and /dev/null differ