Hello community,
here is the log from the commit of package python-metamagic.json for
openSUSE:Factory checked in at 2019-08-27 10:20:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-metamagic.json (Old)
and /work/SRC/openSUSE:Factory/.python-metamagic.json.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-metamagic.json"
Tue Aug 27 10:20:08 2019 rev:2 rq:725877 version:0.9.6
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-metamagic.json/python-metamagic.json.changes
2019-05-16 22:06:27.382484747 +0200
+++
/work/SRC/openSUSE:Factory/.python-metamagic.json.new.7948/python-metamagic.json.changes
2019-08-27 10:20:12.515944273 +0200
@@ -1,0 +2,5 @@
+Mon Jun 3 17:55:01 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Ensure neutrality of descriptions.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-metamagic.json.spec ++++++
--- /var/tmp/diff_new_pack.JcVp8I/_old 2019-08-27 10:20:13.259944224 +0200
+++ /var/tmp/diff_new_pack.JcVp8I/_new 2019-08-27 10:20:13.259944224 +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,21 +21,21 @@
Name: python-metamagic.json
Version: 0.9.6
Release: 0
+Summary: Python JSON encoder
License: BSD-2-Clause
-Summary: Fast JSON encoder
-Url: http://github.com/sprymix/metamagic.json
Group: Development/Languages/Python
+URL: http://github.com/sprymix/metamagic.json
Source:
https://files.pythonhosted.org/packages/source/m/metamagic.json/metamagic.json-%{version}.tar.gz
-BuildRequires: python-rpm-macros
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pytest-runner}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
+BuildRequires: python-rpm-macros
%python_subpackages
%description
-A fast Python 3 implementation of a JSON encoder for Python objects
+A Python 3 implementation of a JSON encoder for Python objects
designed to be compatible with native JSON decoders in various web browsers.
%prep