| Name: | python3-tomli |
|---|---|
| Version: | 1.2.3 |
| Release: | 2.el7 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 86616 |
| License: | MIT |
| RPM: | python3-tomli-1.2.3-2.el7.noarch.rpm |
| Source RPM: | python-tomli-1.2.3-2.el7.src.rpm |
| Build Date: | Mon Nov 21 2022 |
| Build Host: | build-ol7-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://pypi.org/project/tomli/ |
| Summary: | A little TOML parser for Python |
| Description: | Tomli is a Python library for parsing TOML. Tomli is fully compatible with TOML v1.0.0. |
- Initial EPEL 7 build.
- Update to 1.2.3 - Allow lower case "t" and "z" in datetimes
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
- Allow a bootstrap build without flit_core
- Update to version 1.2.2
- Update to version 1.2.1 - loading text (as opposed to binary) files is deprecated
- Update to version 1.1.0 - `load` can now take a binary file object
- Initial package