Bootstrap for Python 3.11

This commit is contained in:
Python Maint 2022-06-13 23:42:47 +02:00 committed by Miro Hrončok
parent bd754eabc9
commit 750b53c9d7

View File

@ -1,8 +1,9 @@
%global _without_check 1
%bcond_without check
Name: python-tomli-w
Version: 1.0.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A Python library for writing TOML
License: MIT
@ -63,6 +64,9 @@ sed -i '/pytest-randomly/d' tests/requirements.txt
%changelog
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.0.0-2
- Bootstrap for Python 3.11
* Tue Feb 22 2022 Tomáš Hrnčiar <thrnciar@redhat.com> - 1.0.0-1
- Update to 1.0
- Fixes: rhbz#2053820