From c40fb124ebe62b5b930ed27d53498474540a4adb Mon Sep 17 00:00:00 2001 From: Mark Gillard Date: Wed, 8 Feb 2023 16:21:36 +0200 Subject: [PATCH] switched default TOML lib to `tomli` pytomlpp wheels builds were failing on some platforms: https://github.com/bobfang1992/pytomlpp/issues/71 :(:( --- CHANGELOG.md | 4 ++++ poxy/data/version.txt | 2 +- requirements.txt | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 694a420..73174bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v0.12.2 - 2023-02-08 + +- switched default TOML lib to `tomli` + ## v0.12.1 - 2022-11-22 - fixed `github` and `gitlab` config options not accepting periods (`.`) diff --git a/poxy/data/version.txt b/poxy/data/version.txt index 34a8361..26acbf0 100644 --- a/poxy/data/version.txt +++ b/poxy/data/version.txt @@ -1 +1 @@ -0.12.1 +0.12.2 diff --git a/requirements.txt b/requirements.txt index b73fa18..b22f687 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ jinja2 pygments html5lib lxml -pytomlpp +tomli schema!=0.7.5 requests trieregex