Accepting request 812543 from devel:languages:python
- update to 0.10.1 * update testdata OBS-URL: https://build.opensuse.org/request/show/812543 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-toml?expand=0&rev=5
This commit is contained in:
commit
052fdf89b4
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 8 10:32:52 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- update to 0.10.1
|
||||
* update testdata
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 12 07:30:21 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
@ -40,6 +40,12 @@ hosts = [
|
||||
"omega"
|
||||
]
|
||||
|
||||
[meeting]
|
||||
[meeting.inspace]
|
||||
time = 10:00:00
|
||||
[meeting.nospace]
|
||||
time=10:00:00
|
||||
|
||||
[[fruit]]
|
||||
name = "apple"
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:229f81c57791a41d65e399fc06bf0848bab550a9dfd5ed66df18ce5f05e73d5c
|
||||
size 16719
|
3
toml-0.10.1.tar.gz
Normal file
3
toml-0.10.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:926b612be1e5ce0634a2ca03470f95169cf16f939018233a670519cb4ac58b0f
|
||||
size 19487
|
BIN
toml-test-280497f.tar.gz
(Stored with Git LFS)
Normal file
BIN
toml-test-280497f.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cef08690950e191ce58967638b133aa4a8560c3986761d833f08bbc4fdfd5e70
|
||||
size 19304
|
Loading…
x
Reference in New Issue
Block a user