diff --git a/2.2.1.tar.gz b/2.2.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..4f4675c452da0344d568e211ef07a40cc97dbaa4 Binary files /dev/null and b/2.2.1.tar.gz differ diff --git a/python-tomli.spec b/python-tomli.spec index 6e4e2ab6e90de6e5184b854184ff4d712ec211b7..86b56f1daf2a2c5b18718c042624371c3e101568 100644 --- a/python-tomli.spec +++ b/python-tomli.spec @@ -1,13 +1,13 @@ Name: python-tomli -Version: 2.0.2 +Version: 2.2.1 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}/tomli-%{version}.tar.gz +URL: https://github.com/hukkin/tomli +Source0: https://github.com/hukkin/tomli/archive/refs/tags/%{version}.tar.gz BuildArch: noarch -BuildRequires: python3-devel +BuildRequires: python3-devel python3-pip python3-wheel BuildRequires: python3-pytest BuildRequires: python3-dateutil @@ -52,6 +52,10 @@ export PYTHONPATH=. && pytest %license LICENSE %changelog +* Tue Dec 24 2024 sqfu - 2.2.1-1 +- update to 2.2.1 +- Don't attempt to compile binary wheels for Python 3.8, 3.9 and 3.10 where cibuildwheel depends on a conflicting Tomli version + * 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 diff --git a/tomli-2.0.2.tar.gz b/tomli-2.0.2.tar.gz deleted file mode 100644 index b267db52028b6de80298a1c2493ef47fdb10ddf2..0000000000000000000000000000000000000000 Binary files a/tomli-2.0.2.tar.gz and /dev/null differ