From b95e7ce7f05917bdb25cfa274cb4a6010a60f57647cd76e6e418025002182b67 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= <tchvatal@suse.com>
Date: Mon, 22 Jul 2019 12:38:50 +0000
Subject: [PATCH] - Update to 0.5.5:   * Fixed display of inline tables after
 element deletion.   * Fixed the handling of inline tables.   * Fixed date,
 datetime and time handling on Python 3.8.   * Fixed behavior for sub table
 declaration with intermediate tables.   * Fixed behavior of setdefault() on
 containers (Thanks to @AndyKluger).   * Fixed tables string representation.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomlkit?expand=0&rev=4
---
 python-tomlkit.changes | 11 +++++++++++
 python-tomlkit.spec    |  7 ++++++-
 tomlkit-0.5.3.tar.gz   |  3 ---
 tomlkit-0.5.5.tar.gz   |  3 +++
 4 files changed, 20 insertions(+), 4 deletions(-)
 delete mode 100644 tomlkit-0.5.3.tar.gz
 create mode 100644 tomlkit-0.5.5.tar.gz

diff --git a/python-tomlkit.changes b/python-tomlkit.changes
index cff4817..ccb9aa0 100644
--- a/python-tomlkit.changes
+++ b/python-tomlkit.changes
@@ -1,3 +1,14 @@
+-------------------------------------------------------------------
+Mon Jul 22 12:36:20 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
+
+- Update to 0.5.5:
+  * Fixed display of inline tables after element deletion.
+  * Fixed the handling of inline tables.
+  * Fixed date, datetime and time handling on Python 3.8.
+  * Fixed behavior for sub table declaration with intermediate tables.
+  * Fixed behavior of setdefault() on containers (Thanks to @AndyKluger).
+  * Fixed tables string representation.
+
 -------------------------------------------------------------------
 Fri Mar  1 01:20:15 PM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
 
diff --git a/python-tomlkit.spec b/python-tomlkit.spec
index d7338fe..8f0ef5b 100644
--- a/python-tomlkit.spec
+++ b/python-tomlkit.spec
@@ -18,13 +18,14 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-tomlkit
-Version:        0.5.3
+Version:        0.5.5
 Release:        0
 Summary:        Style preserving TOML library
 License:        MIT
 Group:          Development/Languages/Python
 URL:            https://github.com/sdispater/tomlkit
 Source:         https://files.pythonhosted.org/packages/source/t/tomlkit/tomlkit-%{version}.tar.gz
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module typing >= 3.6}
 BuildRequires:  fdupes
@@ -52,8 +53,12 @@ Style preserving TOML library
 
 %install
 %python_install
+%python_expand rm -r %{buildroot}%{$python_sitelib}/tests/
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%check
+%pytest
+
 %files %{python_files}
 %doc README.md
 %license LICENSE
diff --git a/tomlkit-0.5.3.tar.gz b/tomlkit-0.5.3.tar.gz
deleted file mode 100644
index 762324e..0000000
--- a/tomlkit-0.5.3.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:d6506342615d051bc961f70bfcfa3d29b6616cc08a3ddfd4bc24196f16fd4ec2
-size 29864
diff --git a/tomlkit-0.5.5.tar.gz b/tomlkit-0.5.5.tar.gz
new file mode 100644
index 0000000..f3fca79
--- /dev/null
+++ b/tomlkit-0.5.5.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a8d806f3a453c2d292afe97918398354e405b93919e2e68771a3fd0a90e89576
+size 66746