Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-jsonschema for 
openSUSE:Factory checked in at 2023-07-07 15:46:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jsonschema (Old)
 and      /work/SRC/openSUSE:Factory/.python-jsonschema.new.23466 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-jsonschema"

Fri Jul  7 15:46:00 2023 rev:38 rq:1097125 version:4.18.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-jsonschema/python-jsonschema.changes      
2023-04-22 22:01:45.821683951 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jsonschema.new.23466/python-jsonschema.changes
   2023-07-07 15:46:00.823728926 +0200
@@ -1,0 +2,25 @@
+Thu Jul  6 09:34:43 UTC 2023 - Johannes Kastl <[email protected]>
+
+- update to 4.18.0
+  * Use only ``autodoc`` to generate the API documentation by
+    @DanielNoord in
+    https://github.com/python-jsonschema/jsonschema/pull/1021
+  * Replace codecov with coverage (7)'s native markdown support by
+    @Julian in
+    https://github.com/python-jsonschema/jsonschema/pull/1025
+  * Add annotations for `_Error` by @DanielNoord in
+    https://github.com/python-jsonschema/jsonschema/pull/1022
+  * Replace `$ref` & `$dynamicRef` support / `RefResolver` with the
+    new referencing library by @Julian in
+    https://github.com/python-jsonschema/jsonschema/pull/1049
+  * Maybe fix PDF builds (in ReadTheDocs). by @Julian in
+    https://github.com/python-jsonschema/jsonschema/pull/1055
+  * documentation mistype fix by @aryanA101a in
+    https://github.com/python-jsonschema/jsonschema/pull/1063
+  * fix: Python 3.11 date.fromisoformat() allows extra formats by
+    @jvtm in
+    https://github.com/python-jsonschema/jsonschema/pull/1076
+  * Do not validate for unevaluatedProperties by @ikonst in
+    https://github.com/python-jsonschema/jsonschema/pull/1075
+
+-------------------------------------------------------------------

Old:
----
  jsonschema-4.17.3.tar.gz

New:
----
  jsonschema-4.18.0.tar.gz

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

Other differences:
------------------
++++++ python-jsonschema.spec ++++++
--- /var/tmp/diff_new_pack.F2aeln/_old  2023-07-07 15:46:01.483732857 +0200
+++ /var/tmp/diff_new_pack.F2aeln/_new  2023-07-07 15:46:01.487732881 +0200
@@ -33,13 +33,13 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-jsonschema%{psuffix}
-Version:        4.17.3
+Version:        4.18.0
 Release:        0
 Summary:        An implementation of JSON-Schema validation for Python
 License:        MIT
 URL:            https://github.com/python-jsonschema/jsonschema
 Source:         
https://files.pythonhosted.org/packages/source/j/jsonschema/jsonschema-%{version}.tar.gz
-BuildRequires:  %{python_module base >= 3.7}
+BuildRequires:  %{python_module base >= 3.8}
 BuildRequires:  %{python_module hatch-fancy-pypi-readme}
 BuildRequires:  %{python_module hatch_vcs}
 BuildRequires:  %{python_module hatchling}
@@ -47,14 +47,19 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros >= 20210929
 %if %{with test}
-BuildRequires:  %{python_module Twisted}
 BuildRequires:  %{python_module jsonschema = %{version}}
 BuildRequires:  %{python_module jsonschema-format = %{version}}
 BuildRequires:  %{python_module jsonschema-format-nongpl = %{version}}
+BuildRequires:  %{python_module jsonschema-specifications}
+BuildRequires:  %{python_module rpds-py}
+BuildRequires:  %{python_module virtue}
 BuildRequires:  git-core
 %endif
 Requires:       python-attrs >= 17.4.0
+Requires:       python-jsonschema-specifications
 Requires:       python-pyrsistent >= 0.14.0
+Requires:       python-referencing
+Requires:       python-rpds-py
 %if 0%{python_version_nodots} < 38
 Requires:       python-importlib-metadata
 Requires:       python-typing-extensions
@@ -136,7 +141,7 @@
 export JSON_SCHEMA_TEST_SUITE=$PWD/json
 %{python_expand # see tox.ini
 export PYTHONPATH=%{buildroot}%{$python_sitelib}
-$python -B -m twisted.trial jsonschema
+$python -B -m virtue jsonschema
 }
 %endif
 

++++++ jsonschema-4.17.3.tar.gz -> jsonschema-4.18.0.tar.gz ++++++
++++ 12492 lines of diff (skipped)

Reply via email to