Hello community,

here is the log from the commit of package python-tomlkit for openSUSE:Factory 
checked in at 2019-10-10 11:51:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-tomlkit (Old)
 and      /work/SRC/openSUSE:Factory/.python-tomlkit.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-tomlkit"

Thu Oct 10 11:51:33 2019 rev:2 rq:736034 version:0.5.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-tomlkit/python-tomlkit.changes    
2019-03-22 14:59:24.601866712 +0100
+++ /work/SRC/openSUSE:Factory/.python-tomlkit.new.2352/python-tomlkit.changes  
2019-10-10 11:51:37.719610520 +0200
@@ -1,0 +2,19 @@
+Tue Oct  8 09:04:03 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 0.5.7:
+  * Fixed handling of inline tables.
+  * Fixed boolean comparison.
+  * Fixed appending inline tables to tables.
+
+-------------------------------------------------------------------
+Mon Jul 22 12:36:20 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- 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.
+
+-------------------------------------------------------------------

Old:
----
  tomlkit-0.5.3.tar.gz

New:
----
  tomlkit-0.5.7.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-tomlkit.spec ++++++
--- /var/tmp/diff_new_pack.vYxE3d/_old  2019-10-10 11:51:38.615608142 +0200
+++ /var/tmp/diff_new_pack.vYxE3d/_new  2019-10-10 11:51:38.627608110 +0200
@@ -18,13 +18,14 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-tomlkit
-Version:        0.5.3
+Version:        0.5.7
 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 @@
 
 %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

++++++ tomlkit-0.5.3.tar.gz -> tomlkit-0.5.7.tar.gz ++++++
++++ 5834 lines of diff (skipped)


Reply via email to