diff --git a/python-typeguard.spec b/python-typeguard.spec index 053f39ab47e0883ffddbacf90ca64995cf1963be..d3604e2a2858897e2b7bc7ef4eb965383cd1a0b7 100644 --- a/python-typeguard.spec +++ b/python-typeguard.spec @@ -1,19 +1,20 @@ -%define anolis_release 2 +%define anolis_release 1 Name: python-typeguard -Version: 3.0.2 +Version: 4.4.1 Release: %{anolis_release}%{?dist} Summary: Run-time type checker for Python # SPDX License: MIT URL: https://github.com/agronholm/typeguard -Source0: %{pypi_source typeguard} +Source0: https://files.pythonhosted.org/packages/source/t/typeguard/typeguard-4.4.1.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-mypy +BuildRequires: tomcli %global common_description %{expand: This library provides run-time type checking for functions defined with PEP 484 @@ -106,6 +107,10 @@ k="${k-}${k+ and }not test_negative" %doc README.rst %changelog +* Tue Oct 28 2025 wenyuzifang - 4.4.1-1 +- Updated to version 4.4.1 to fix xxxxxx + + * Wed Mar 13 2024 Zhao Hang - 3.0.2-2 - Rebuild with python3.11 diff --git a/typeguard-4.4.1.tar.gz b/typeguard-4.4.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..94e71b1b236fed34cc09d754fa23ba88949aaef0 Binary files /dev/null and b/typeguard-4.4.1.tar.gz differ