diff --git a/python-tomlkit.spec b/python-tomlkit.spec index 65774d6224491ee090d5e821930fb6286df21347..18e8a266f24ccd0f42add9915dfc1f2e1e35132c 100644 --- a/python-tomlkit.spec +++ b/python-tomlkit.spec @@ -9,7 +9,7 @@ intuitive API.} Name: python-%{pypi_name} Summary: Style preserving TOML library -Version: 0.12.3 +Version: 0.13.2 Release: 1 License: MIT @@ -53,6 +53,27 @@ Summary: %{summary} %{python3_sitelib}/%{pypi_name}*.dist-info/ %changelog +* Fri Sep 13 2024 Binshuo - 0.13.2-1 +- Update package to version 0.13.2 + chore(deps-dev): bump certifi from 2024.2.2 to 2024.7.4 + chore(deps-dev): bump idna from 3.4 to 3.7 + chore(deps-dev): bump jinja2 from 3.1.2 to 3.1.4 + chore(deps-dev): bump requests from 2.31.0 to 2.32.2 + chore(deps-dev): bump setuptools from 68.0.0 to 70.0.0 + chore(deps-dev): bump urllib3 from 2.0.7 to 2.2.2 + chore(deps-dev): bump zipp from 3.15.0 to 3.19.1 + fix: delete keys from out of order table + fix: don't add sign if the float is negative + fix: Empty table dumped when number of subtables > 1 + fix: keep the nested out of order table + fix: Table header missing + fix: test_dates_behave_like_dates and test_times_behave_like_times + fix: Encoder contract interferes with external TypeErrors raised in encoders + fix: -1 index error when setting dotted key + fix: |= does not work as expected on TOMLDocument + fix: indent exist check before accessing its property + [docs] Add tomlkit.dump() + * Tue Feb 27 2024 Dongxing Wang - 0.12.3-1 - Update package to version 0.12.3 chore(deps-dev): bump urllib3 from 1.26.14 to 1.26.18 diff --git a/tomlkit-0.12.3.tar.gz b/tomlkit-0.12.3.tar.gz deleted file mode 100644 index 9075da1e1d54b651eca19dada3f0a820b9cd6b3d..0000000000000000000000000000000000000000 Binary files a/tomlkit-0.12.3.tar.gz and /dev/null differ diff --git a/tomlkit-0.13.2.tar.gz b/tomlkit-0.13.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..686e320a3f20b2d498fbafe0ef64244a22ba4eb0 Binary files /dev/null and b/tomlkit-0.13.2.tar.gz differ