Commit Graph

21 Commits

Author SHA1 Message Date
Troy Dawson
2a54d7c119 python-tomli package is retired on branch c10s for BAKERY-412 2024-03-21 19:35:20 +00:00
Fedora Release Engineering
9ec0d9f332 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-20 17:58:35 +00:00
Miro Hrončok
0ca32725ea Remove the bootstrap bcond
- flit 3.8+ no longer needs tomli on Python 3.11+
 - even if we accidentally backport this to Fedora 36,
   we don't need to bootstrap there any more
2022-11-11 12:02:51 +01:00
Maxwell G
0e786ce3a3 Remove incorrect python3-dateutil test BuildRequires
In the latest tomli version, the test suite moved from pytest to
unittest and removed the python-dateutil dependency [1]. This commit
removes the python-dateutil BR but keeps the pytest BR so we can use
%pytest as the test runner.

[1]: https://github.com/hukkin/tomli/blob/master/CHANGELOG.md#201
2022-10-07 10:02:31 +02:00
Fedora Release Engineering
11ac7e21ad Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-22 23:00:04 +00:00
Maxwell G
40605f508d
spec nit: Fix SourceURL
The revised SourceURL avoids collisions in %{_sourcedir} and follows the
Packaging Guidelines.
2022-06-26 03:22:21 -05:00
Python Maint
31172ad3c5 Rebuilt for Python 3.11 2022-06-13 18:41:40 +02:00
Python Maint
f9ebace7db Bootstrap for Python 3.11 2022-06-13 15:48:07 +02:00
Miro Hrončok
a3215ac3c4 Don't use ! ... as a check
See https://lists.fedoraproject.org/archives/list/packaging@lists.fedoraproject.org/thread/TFQGD7CSTD5WVKVT3WDIGF5D6DID5NK6/
2022-04-06 19:07:38 +02:00
Miro Hrončok
47595e37db Fix %with bootstrap build, sources were moved to src/ 2022-03-22 13:22:07 +01:00
Petr Viktorin
f75c3938d6 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
2022-03-04 16:23:35 +01:00
Petr Viktorin
7422e0732f Update to 1.2.3
- Allow lower case "t" and "z" in datetimes
2022-02-02 14:04:30 +01:00
Fedora Release Engineering
cb0de74497 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-01-21 16:05:20 +00:00
Miro Hrončok
c49081a294 Allow bootstrap
This package buildrequires flit_core to build the wheel, but flit_core requires tomli.

This also allows us to use tomli instead of toml in %pyproject_buildrequires.
2021-11-04 17:08:35 +01:00
Petr Viktorin
0aa4b934ed Update to version 1.2.2 2021-10-27 16:19:15 +02:00
Petr Viktorin
e85eebb55e Update to version 1.2.1 2021-08-18 15:18:44 +02:00
Miro Hrončok
3e6b528dbc Remove ellipsis (...) from %description 2021-08-09 21:19:11 +02:00
Petr Viktorin
0ac1e963ff Update the sources as well 2021-07-29 11:34:59 +02:00
Petr Viktorin
f536c54316 Update to version 1.1.0 2021-07-29 10:43:39 +02:00
Petr Viktorin
059a71a030 Package python-tomli 1.0.4 2021-07-28 11:09:49 +02:00
Gwyn Ciesla
780d09f749 Added the README 2021-07-23 18:31:29 +00:00