Accepting request 783784 from home:pgajdos:python
- version update to 0.5.11 * Fix containers and our of order tables dictionary behavior (#82)) * Fixed out of order tables not behaving properly (#79) * Fixed the behavior for out of order tables (#68). * Fixed parsing errors when single quotes are present in a table name (#71). * Fixed parsing errors when parsing some table names (#76). OBS-URL: https://build.opensuse.org/request/show/783784 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomlkit?expand=0&rev=9
This commit is contained in:
parent
802eafebb6
commit
5d5f38bfd1
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 11 11:15:54 UTC 2020 - pgajdos@suse.com
|
||||
|
||||
- version update to 0.5.11
|
||||
* Fix containers and our of order tables dictionary behavior (#82))
|
||||
* Fixed out of order tables not behaving properly (#79)
|
||||
* Fixed the behavior for out of order tables (#68).
|
||||
* Fixed parsing errors when single quotes are present in a table name (#71).
|
||||
* Fixed parsing errors when parsing some table names (#76).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 28 17:52:19 CET 2019 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-tomlkit
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-tomlkit
|
||||
Version: 0.5.8
|
||||
Version: 0.5.11
|
||||
Release: 0
|
||||
Summary: Style preserving TOML library
|
||||
License: MIT
|
||||
|
3
tomlkit-0.5.11.tar.gz
Normal file
3
tomlkit-0.5.11.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f044eda25647882e5ef22b43a1688fb6ab12af2fc50e8456cdfc751c873101cf
|
||||
size 68490
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:32c10cc16ded7e4101c79f269910658cc2a0be5913f1252121c3cd603051c269
|
||||
size 66567
|
Loading…
Reference in New Issue
Block a user