diff --git a/python-tomli-2.0.1.tar.gz b/python-tomli-2.0.1.tar.gz deleted file mode 100644 index 7bb8fce145479edfefdddc24d0e88c42d0e1847f..0000000000000000000000000000000000000000 Binary files a/python-tomli-2.0.1.tar.gz and /dev/null differ diff --git a/python-tomli.spec b/python-tomli.spec index c05539d4a9e877e8f784a99ce13c46cca388a6b5..6e4e2ab6e90de6e5184b854184ff4d712ec211b7 100644 --- a/python-tomli.spec +++ b/python-tomli.spec @@ -1,10 +1,10 @@ Name: python-tomli -Version: 2.0.1 -Release: 2 +Version: 2.0.2 +Release: 1 Summary: A little TOML parser for Python License: MIT URL: https://pypi.org/project/tomli/ -Source0: https://github.com/hukkin/tomli/archive/%{version}/%{name}-%{version}.tar.gz +Source0: https://github.com/hukkin/tomli/archive/%{version}/tomli-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -52,6 +52,11 @@ export PYTHONPATH=. && pytest %license LICENSE %changelog +* Thu Oct 31 2024 jiangxinyu - 2.0.2-1 +- Update package to version 2.0.2 +- Add support for Python 3.12, drop EOL 3.7 + tomli.loads: Raise TypeError not AttributeError. Improve message + * Fri Aug 05 2022 OpenStack_SIG - 2.0.1-2 - Fix the python3.10(dist) dependence diff --git a/tomli-2.0.2.tar.gz b/tomli-2.0.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..b267db52028b6de80298a1c2493ef47fdb10ddf2 Binary files /dev/null and b/tomli-2.0.2.tar.gz differ