Accepting request 1099584 from home:bnavigator:branches:devel:languages:python:jupyter

- Unpin jsonschema: nbformat has been fixed, the jupyter ecosystem
  can work with jsonschema 4.18 now (asdf-format is still blocked
  but not on the dependency chain for jupyter packages).

OBS-URL: https://build.opensuse.org/request/show/1099584
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-events?expand=0&rev=10
This commit is contained in:
Benjamin Greiner 2023-07-19 21:00:18 +00:00 committed by Git OBS Bridge
parent 3abe155f86
commit ef826b52a8
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Jul 19 20:47:32 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Unpin jsonschema: nbformat has been fixed, the jupyter ecosystem
can work with jsonschema 4.18 now (asdf-format is still blocked
but not on the dependency chain for jupyter packages).
-------------------------------------------------------------------
Thu Jul 13 12:53:46 UTC 2023 - Ben Greiner <code@bnavigator.de>

View File

@ -36,18 +36,18 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: alts
Requires: python-PyYAML >= 5.3
Requires: python-jsonschema-format-nongpl >= 3.2.0
Requires: python-python-json-logger >= 2.0.4
Requires: python-rfc3339-validator
Requires: python-rfc3986-validator >= 0.1.1
Requires: python-traitlets >= 5.3
Requires: (python-jsonschema-format-nongpl >= 3.2.0 with python-jsonschema-format-nongpl < 4.18)
Provides: python-jupyter_events = %{version}-%{release}
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module rfc3339-validator}
BuildRequires: %{python_module PyYAML >= 5.3}
BuildRequires: %{python_module click}
BuildRequires: %{python_module jsonschema-format-nongpl >= 3.2.0 with %python-jsonschema-format-nongpl < 4.18}
BuildRequires: %{python_module jsonschema-format-nongpl >= 3.2.0}
BuildRequires: %{python_module pytest >= 7}
BuildRequires: %{python_module pytest-asyncio >= 0.19.0}
BuildRequires: %{python_module pytest-console-scripts}