diff --git a/python-toml.changes b/python-toml.changes index 3474670..319a5e1 100644 --- a/python-toml.changes +++ b/python-toml.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Nov 19 19:41:13 UTC 2020 - Martin Liška + +- Update to 0.10.2: + Fix a ValueError: Circular reference detected for empty {} + ------------------------------------------------------------------- Mon Aug 31 08:53:10 UTC 2020 - Tomáš Chvátal diff --git a/python-toml.spec b/python-toml.spec index 17d905e..7414764 100644 --- a/python-toml.spec +++ b/python-toml.spec @@ -26,7 +26,7 @@ %bcond_with test %endif Name: python-toml%{psuffix} -Version: 0.10.1 +Version: 0.10.2 Release: 0 Summary: Python module which parses and emits TOML License: MIT diff --git a/toml-0.10.1.tar.gz b/toml-0.10.1.tar.gz deleted file mode 100644 index d191521..0000000 --- a/toml-0.10.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:926b612be1e5ce0634a2ca03470f95169cf16f939018233a670519cb4ac58b0f -size 19487 diff --git a/toml-0.10.2.tar.gz b/toml-0.10.2.tar.gz new file mode 100644 index 0000000..c81a626 --- /dev/null +++ b/toml-0.10.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f +size 22253