Hello community,
here is the log from the commit of package python-jsonextended for
openSUSE:Leap:15.2 checked in at 2020-02-22 18:50:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-jsonextended (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-jsonextended.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jsonextended"
Sat Feb 22 18:50:33 2020 rev:1 rq:775613 version:0.7.11
Changes:
--------
New Changes file:
--- /dev/null 2019-12-19 10:12:34.003146842 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-jsonextended.new.26092/python-jsonextended.changes
2020-02-22 18:50:34.320492736 +0100
@@ -0,0 +1,10 @@
+-------------------------------------------------------------------
+Wed Jul 24 08:36:16 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 0.7.11:
+ * update rtd configuration
+
+-------------------------------------------------------------------
+Thu May 2 17:41:24 UTC 2019 - Todd R <[email protected]>
+
+- Initial version
New:
----
jsonextended-0.7.11.tar.gz
python-jsonextended.changes
python-jsonextended.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jsonextended.spec ++++++
#
# spec file for package python-jsonextended
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-jsonextended
Version: 0.7.11
Release: 0
Summary: A module to extend the python json package functionality
License: MIT
Group: Development/Languages/Python
URL: https://github.com/chrisjsewell/jsonextended
Source:
https://github.com/chrisjsewell/jsonextended/archive/v%{version}.tar.gz#/jsonextended-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-pathlib2
Recommends: python-Pint
Recommends: python-h5py
Recommends: python-ijson
Recommends: python-numpy
Recommends: python-psutil
Recommends: python-ruamel.yaml
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module Pint}
BuildRequires: %{python_module h5py}
BuildRequires: %{python_module numpy}
BuildRequires: %{python_module psutil}
BuildRequires: %{python_module pytest >= 3.6}
BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module ruamel.yaml}
BuildRequires: python-pathlib2
# /SECTION
%ifpython2
Requires: python-pathlib2
%endif
%python_subpackages
%description
A module to extend the python json package functionality:
* Treat a directory structure like a nested dictionary
* Plugin system
* Lazy Loading
* Tab Completion
* Manipulation of nested structures
* Enhanced pretty printer
* Output to directory structure (of n folder levels)
* On-disk indexing option for large json files
* Units schema concept to apply and convert physical quantities
%prep
%setup -q -n jsonextended-%{version}
%build
export LANG=en_US.UTF-8
%python_build
%install
export LANG=en_US.UTF-8
%python_install
%python_expand chmod -R a-x+X %{buildroot}%{$python_sitelib}
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
export LANG=en_US.UTF-8
# Some tests fail in i586
%pytest jsonextended -k 'not Encode_NDArray and not HDF5_Parser'
%files %{python_files}
%doc README.md
%license LICENSE
%{python_sitelib}/*
%changelog