diff --git a/python-tomli-w.spec b/python-tomli-w.spec index 75f46ed7578e99cb5312f77cb4b64fc8127c9736..4f64a0f2fa398ac0d30dff39ab77cac886346978 100644 --- a/python-tomli-w.spec +++ b/python-tomli-w.spec @@ -1,14 +1,14 @@ -%define anolis_release 2 +%define anolis_release 1 %bcond_without check Name: python-tomli-w -Version: 1.0.0 +Version: 1.1.0 Release: %{anolis_release}%{?dist} Summary: A Python library for writing TOML License: MIT URL: https://github.com/hukkin/tomli-w -Source0: %{url}/archive/%{version}/tomli-w-%{version}.tar.gz +Source0: https://github.com/hukkin/tomli-w/archive/1.1.0/tomli-w-1.1.0.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -66,6 +66,10 @@ sed -i '/pytest-randomly/d' tests/requirements.txt %doc CHANGELOG.md %changelog +* Mon Nov 17 2025 wenyuzifang - 1.1.0-1 +- Updated to version 1.1.0 to fix xxxxxx + + * Wed Mar 13 2024 Zhao Hang - 1.0.0-2 - Rebuild with python3.11 diff --git a/tomli-w-1.1.0.tar.gz b/tomli-w-1.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..c7c4b0041265c6984925cd9f1ab9578d9b2c1a6b Binary files /dev/null and b/tomli-w-1.1.0.tar.gz differ