diff --git a/python-toml.changes b/python-toml.changes index 9c2d90b..edae8a0 100644 --- a/python-toml.changes +++ b/python-toml.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jun 8 10:32:52 UTC 2020 - Ondřej Súkup + +- update to 0.10.1 + * update testdata + ------------------------------------------------------------------- Thu Mar 12 07:30:21 UTC 2020 - Tomáš Chvátal diff --git a/python-toml.spec b/python-toml.spec index 2768d6e..1b01214 100644 --- a/python-toml.spec +++ b/python-toml.spec @@ -18,16 +18,17 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-toml -Version: 0.10.0 +Version: 0.10.1 Release: 0 Summary: Python module which parses and emits TOML License: MIT URL: https://github.com/uiri/toml Source: https://files.pythonhosted.org/packages/source/t/toml/toml-%{version}.tar.gz # Untagged test data https://github.com/uiri/toml/issues/232 -Source1: https://github.com/BurntSushi/toml-test/archive/39bb76d6.tar.gz#/toml-test-39bb76d6.tar.gz +Source1: https://github.com/BurntSushi/toml-test/archive/280497f.tar.gz#/toml-test-280497f.tar.gz # Missing file https://github.com/uiri/toml/pull/231 Source2: https://raw.githubusercontent.com/uiri/toml/%{version}/test.toml +BuildRequires: %{python_module numpy} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: coreutils diff --git a/test.toml b/test.toml index a6397cb..37c876c 100644 --- a/test.toml +++ b/test.toml @@ -40,6 +40,12 @@ hosts = [ "omega" ] +[meeting] +[meeting.inspace] +time = 10:00:00 +[meeting.nospace] +time=10:00:00 + [[fruit]] name = "apple" diff --git a/toml-0.10.0.tar.gz b/toml-0.10.0.tar.gz deleted file mode 100644 index 775608d..0000000 --- a/toml-0.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:229f81c57791a41d65e399fc06bf0848bab550a9dfd5ed66df18ce5f05e73d5c -size 16719 diff --git a/toml-0.10.1.tar.gz b/toml-0.10.1.tar.gz new file mode 100644 index 0000000..d191521 --- /dev/null +++ b/toml-0.10.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:926b612be1e5ce0634a2ca03470f95169cf16f939018233a670519cb4ac58b0f +size 19487 diff --git a/toml-test-280497f.tar.gz b/toml-test-280497f.tar.gz new file mode 100644 index 0000000..53bcdc6 --- /dev/null +++ b/toml-test-280497f.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d51bf6df9aeef3e290acf67f49e1113ec7de3a22b69694ed2a05fd9b6198ab5 +size 19593 diff --git a/toml-test-39bb76d6.tar.gz b/toml-test-39bb76d6.tar.gz deleted file mode 100644 index bcb60c6..0000000 --- a/toml-test-39bb76d6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cef08690950e191ce58967638b133aa4a8560c3986761d833f08bbc4fdfd5e70 -size 19304