Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-sphinx-jsonschema for
openSUSE:Factory checked in at 2021-04-19 21:06:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sphinx-jsonschema (Old)
and /work/SRC/openSUSE:Factory/.python-sphinx-jsonschema.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sphinx-jsonschema"
Mon Apr 19 21:06:24 2021 rev:3 rq:886657 version:1.16.8
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-sphinx-jsonschema/python-sphinx-jsonschema.changes
2021-03-24 16:13:57.028001847 +0100
+++
/work/SRC/openSUSE:Factory/.python-sphinx-jsonschema.new.12324/python-sphinx-jsonschema.changes
2021-04-19 21:06:53.472109595 +0200
@@ -1,0 +2,6 @@
+Mon Apr 19 09:24:26 UTC 2021 - Matthias Fehring <[email protected]>
+
+- Update to 1.16.8:
+ * Improved rendering of string values
+
+-------------------------------------------------------------------
Old:
----
ab7262e105845c306604eef60803a76ec8ff955e.tar.gz
New:
----
sphinx-jsonschema-1.16.8.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-sphinx-jsonschema.spec ++++++
--- /var/tmp/diff_new_pack.GdEBjL/_old 2021-04-19 21:06:54.016110411 +0200
+++ /var/tmp/diff_new_pack.GdEBjL/_new 2021-04-19 21:06:54.020110416 +0200
@@ -18,13 +18,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-sphinx-jsonschema
-Version: 1.16.7
+Version: 1.16.8
Release: 0
Summary: Sphinx extension to display JSON Schema
License: GPL-3.0-only
URL: https://github.com/lnoor/sphinx-jsonschema
-# Upstream has not released/tagged the current version and the tarball at
pypi.org is missing license and tests
-Source:
https://github.com/lnoor/sphinx-jsonschema/archive/ab7262e105845c306604eef60803a76ec8ff955e.tar.gz
+# Tarballs from pypi.org are missing license files
+Source:
https://github.com/lnoor/sphinx-jsonschema/archive/refs/tags/v%{version}.tar.gz#/sphinx-jsonschema-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -46,7 +46,7 @@
Sphinx extension to display JSON Schema.
%prep
-%setup -q -n sphinx-jsonschema-ab7262e105845c306604eef60803a76ec8ff955e
+%setup -q -n sphinx-jsonschema-%{version}
%build
%python_build