Hello community,
here is the log from the commit of package python-jsonslicer for
openSUSE:Factory checked in at 2019-06-03 18:55:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jsonslicer (Old)
and /work/SRC/openSUSE:Factory/.python-jsonslicer.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jsonslicer"
Mon Jun 3 18:55:34 2019 rev:2 rq:707056 version:0.1.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-jsonslicer/python-jsonslicer.changes
2019-05-16 22:06:32.190479990 +0200
+++
/work/SRC/openSUSE:Factory/.python-jsonslicer.new.5148/python-jsonslicer.changes
2019-06-03 18:55:37.996423003 +0200
@@ -1,0 +2,8 @@
+Sun Jun 2 21:16:07 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Use noun phrase in summary.
+- Remove excess markup from description that does not mean
+ anything to rpm.
+- Ensure neutrality of descriptions.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jsonslicer.spec ++++++
--- /var/tmp/diff_new_pack.zkte4E/_old 2019-06-03 18:55:38.612422774 +0200
+++ /var/tmp/diff_new_pack.zkte4E/_new 2019-06-03 18:55:38.616422773 +0200
@@ -12,7 +12,8 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
@@ -20,30 +21,29 @@
Name: python-jsonslicer
Version: 0.1.4
Release: 0
+Summary: Streaming JSON parser with iterator interface
License: MIT
-Summary: Stream JSON parser with iterator interface
-Url: https://github.com/AMDmi3/jsonslicer
Group: Development/Languages/Python
+Url: https://github.com/AMDmi3/jsonslicer
Source:
https://files.pythonhosted.org/packages/source/j/jsonslicer/jsonslicer-%{version}.tar.gz
-BuildRequires: python-rpm-macros
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
-BuildRequires: gcc-c++
BuildRequires: fdupes
+BuildRequires: gcc-c++
BuildRequires: pkg-config
+BuildRequires: python-rpm-macros
BuildRequires: pkgconfig(yajl)
%python_subpackages
%description
-JsonSlicer performs a **stream** or **iterative**, **pull** JSON
-parsing, which means it **does not load** whole JSON into memory
-and is able to parse **very large** JSON files or streams. The
-module is written in C and uses [YAJL](https://lloyd.github.io/yajl/)
-JSON parsing library, so it's also quite **fast**.
+JsonSlicer performs a stream or iterative, pull JSON parsing, which
+means it does not load whole JSON into memory and is able to parse
+very large JSON files or streams. The module is written in C and uses
+YAJL JSON parsing library.
-JsonSlicer takes a **path** of JSON map keys or array indexes, and
-provides **iterator interface** which yields JSON data matching
+JsonSlicer takes a path of JSON map keys or array indexes, and
+provides iterator interface which yields JSON data matching
given path as complete Python objects.
%prep