Version 2.0.1
- Removed support for text file objects as load input - First argument of load and loads can no longer be passed by keyword - Allow lower case "t" and "z" in datetimes - Raise an error when dotted keys define values outside the "current table" - Prepare for inclusion in stdlib
This commit is contained in:
parent
7422e0732f
commit
f75c3938d6
2
.gitignore
vendored
2
.gitignore
vendored
@ -3,3 +3,5 @@
|
|||||||
/1.2.1.tar.gz
|
/1.2.1.tar.gz
|
||||||
/1.2.2.tar.gz
|
/1.2.2.tar.gz
|
||||||
/1.2.3.tar.gz
|
/1.2.3.tar.gz
|
||||||
|
/2.0.0.tar.gz
|
||||||
|
/2.0.1.tar.gz
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
%bcond_with bootstrap
|
%bcond_with bootstrap
|
||||||
|
|
||||||
Name: python-tomli
|
Name: python-tomli
|
||||||
Version: 1.2.3
|
Version: 2.0.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A little TOML parser for Python
|
Summary: A little TOML parser for Python
|
||||||
|
|
||||||
@ -90,6 +90,13 @@ test -f %{buildroot}%{python3_sitelib}/tomli-%{version}.dist-info/METADATA
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 03 2022 Petr Viktorin <pviktori@redhat.com> - 2.0.1-1
|
||||||
|
- Version 2.0.1
|
||||||
|
- Removed support for text file objects as load input
|
||||||
|
- First argument of load and loads can no longer be passed by keyword
|
||||||
|
- Raise an error when dotted keys define values outside the "current table"
|
||||||
|
- Prepare for inclusion in stdlib
|
||||||
|
|
||||||
* Wed Feb 02 2022 Petr Viktorin <pviktori@redhat.com> - 1.2.3-1
|
* Wed Feb 02 2022 Petr Viktorin <pviktori@redhat.com> - 1.2.3-1
|
||||||
- Update to 1.2.3
|
- Update to 1.2.3
|
||||||
- Allow lower case "t" and "z" in datetimes
|
- Allow lower case "t" and "z" in datetimes
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (1.2.3.tar.gz) = 270dbfe1df2e7f2692c35be5cc45e0b78e9e045e150fe959f4d6db8e3022126e7c17338636e57ba553fd928cbfd227938cfcd13128e1f05ee8cff29327594c61
|
SHA512 (2.0.1.tar.gz) = a467f8d48cdbd7213bd9b6f85fd48ba142ab7c9656c40bb30785e1c4b37a9e29eaed420f183458ad20112baee8413ebbec87755332795c8f02235d1018c3aa5c
|
||||||
|
Loading…
Reference in New Issue
Block a user