Hello community,

here is the log from the commit of package python-json_tricks for 
openSUSE:Leap:15.2 checked in at 2020-03-09 18:06:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-json_tricks (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-json_tricks.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-json_tricks"

Mon Mar  9 18:06:54 2020 rev:4 rq:776703 version:3.13.2

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-json_tricks/python-json_tricks.changes  
2020-01-15 15:49:30.959462838 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-json_tricks.new.26092/python-json_tricks.changes
       2020-03-09 18:07:01.644867015 +0100
@@ -1,0 +2,14 @@
+Thu Sep  5 13:58:59 UTC 2019 - Todd R <[email protected]>
+
+- Update to 3.13.2:
+  * Move the version number to a Python file
+  * Tests failed because type of error had changed
+  * Add json_tricks.__version__
+
+-------------------------------------------------------------------
+Tue Mar 26 14:53:58 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 3.13.1:
+  * add support for pathlib
+
+-------------------------------------------------------------------

Old:
----
  json_tricks-3.12.2.tar.gz

New:
----
  pyjson_tricks-3.13.2.tar.gz

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

Other differences:
------------------
++++++ python-json_tricks.spec ++++++
--- /var/tmp/diff_new_pack.9ygtjC/_old  2020-03-09 18:07:02.692867536 +0100
+++ /var/tmp/diff_new_pack.9ygtjC/_new  2020-03-09 18:07:02.716867547 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-json_tricks
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,31 +18,32 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-json_tricks
-Version:        3.12.2
+Version:        3.13.2
 Release:        0
 Summary:        Extra features for Python's JSON
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
-Url:            https://github.com/mverleg/pyjson_tricks
-Source:         
https://files.pythonhosted.org/packages/source/j/json_tricks/json_tricks-%{version}.tar.gz
+URL:            https://github.com/mverleg/pyjson_tricks
+Source:         
https://github.com/mverleg/pyjson_tricks/archive/v%{version}.tar.gz#/pyjson_tricks-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Recommends:     python-numpy
+Recommends:     python-pandas
+Recommends:     python-pathlib
+Recommends:     python-pytz
+BuildArch:      noarch
 # SECTION test requirements
 BuildRequires:  %{python_module numpy}
 BuildRequires:  %{python_module pandas}
+BuildRequires:  %{python_module pathlib}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module pytz}
 BuildRequires:  python-enum34
 # /SECTION
-Recommends:     python-numpy
-Recommends:     python-pandas
-Recommends:     python-pytz
 %ifpython2
 Recommends:     python-enum34
 %endif
-BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -59,7 +60,7 @@
 As well as compression and disallowing duplicate keys.
 
 %prep
-%setup -q -n json_tricks-%{version}
+%setup -q -n pyjson_tricks-%{version}
 
 %build
 %python_build
@@ -69,7 +70,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_expand py.test-%{$python_bin_suffix}
+%pytest
 
 %files %{python_files}
 %doc README.rst


Reply via email to