Rebuilt for Python 3.11

This commit is contained in:
Python Maint 2022-06-14 16:45:02 +02:00 committed by Miro Hrončok
parent 750b53c9d7
commit 200222df6a

View File

@ -1,9 +1,8 @@
%global _without_check 1
%bcond_without check
Name: python-tomli-w
Version: 1.0.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: A Python library for writing TOML
License: MIT
@ -64,6 +63,9 @@ sed -i '/pytest-randomly/d' tests/requirements.txt
%changelog
* Tue Jun 14 2022 Python Maint <python-maint@redhat.com> - 1.0.0-3
- Rebuilt for Python 3.11
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.0.0-2
- Bootstrap for Python 3.11