Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package jupyter-jupyterlab-server for
openSUSE:Factory checked in at 2022-10-14 15:41:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jupyter-jupyterlab-server (Old)
and /work/SRC/openSUSE:Factory/.jupyter-jupyterlab-server.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jupyter-jupyterlab-server"
Fri Oct 14 15:41:51 2022 rev:11 rq:1010473 version:2.15.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/jupyter-jupyterlab-server/jupyter-jupyterlab-server.changes
2022-09-27 20:13:29.173768202 +0200
+++
/work/SRC/openSUSE:Factory/.jupyter-jupyterlab-server.new.2275/jupyter-jupyterlab-server.changes
2022-10-14 15:42:51.779950831 +0200
@@ -1,0 +2,8 @@
+Thu Oct 13 09:23:17 UTC 2022 - Ben Greiner <[email protected]>
+
+- update to 2.15.2
+ * Pin openapi_core dependency #308 (@blink1073)
+- Disable openapi tests, as openapi-core 0.15.x is not compatible
+ * gh#jupyterlab/jupyterlab_server#308
+
+-------------------------------------------------------------------
Old:
----
jupyterlab_server-2.15.1.tar.gz
New:
----
jupyterlab_server-2.15.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ jupyter-jupyterlab-server.spec ++++++
--- /var/tmp/diff_new_pack.syJ2n5/_old 2022-10-14 15:42:52.307951713 +0200
+++ /var/tmp/diff_new_pack.syJ2n5/_new 2022-10-14 15:42:52.311951720 +0200
@@ -17,8 +17,9 @@
%define oldpython python
+%bcond_with openapitests
Name: jupyter-jupyterlab-server
-Version: 2.15.1
+Version: 2.15.2
Release: 0
Summary: Server components for JupyterLab and JupyterLab-like
applications
License: BSD-3-Clause
@@ -78,12 +79,15 @@
# SECTION test requirements
BuildRequires: %{python_module ipykernel}
BuildRequires: %{python_module jupyter-server-test}
-BuildRequires: %{python_module openapi-core >= 0.14.2}
+%if %{with openapitests}
+# Tumbleweed is already beyond 0.15
+BuildRequires: %{python_module openapi-core >= 0.14.2 with
%python-openapi-core < 0.15}
+BuildRequires: %{python_module openapi-spec-validator < 0.5}
+%endif
BuildRequires: %{python_module pytest >= 5.3.2}
BuildRequires: %{python_module pytest-console-scripts}
BuildRequires: %{python_module ruamel.yaml}
BuildRequires: %{python_module strict-rfc3339}
-BuildRequires: %{python_module wheel}
# /SECTION
%python_subpackages
@@ -101,7 +105,10 @@
Requires: python-ipykernel
Requires: python-jupyter-server-test
Requires: python-jupyterlab-server = %{version}
-Requires: python-openapi-core >= 0.14.2
+%if %{with openapitests}
+Requires: python-openapi-spec-validator < 0.5
+Requires: (python-openapi-core >= 0.14.2 with python-openapi-core < 0.15)
+%endif
Requires: python-pytest >= 5.3.2
Requires: python-pytest-console-scripts
Requires: python-ruamel.yaml
@@ -116,6 +123,7 @@
Obsoletes: python-jupyterlab-server-openapi < %{version}-%{release}
Requires: python-jupyterlab-server = %{version}
Requires: python-openapi-core >= 0.14.2
+Requires: python-ruamel.yaml
%description openapi
Metapackage for the jupyterlab_server[openapi] extra
@@ -131,8 +139,16 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
+%if !%{with openapitests}
+ignore_openapi="--ignore tests/test_labapp.py \
+ --ignore tests/test_listings_api.py \
+ --ignore tests/test_settings_api.py \
+ --ignore tests/test_themes_api.py \
+ --ignore tests/test_translation_api.py \
+ --ignore tests/test_workspaces_api.py"
+%endif
# pytest error when trying to import tornasync plugin pulled in by
jupyter-server-test (?)
-%pytest -p no:tornasync
+%pytest -p no:tornasync $ignore_openapi
%files %{python_files}
%license LICENSE
++++++ jupyterlab_server-2.15.1.tar.gz -> jupyterlab_server-2.15.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/jupyterlab_server-2.15.1/.pre-commit-config.yaml
new/jupyterlab_server-2.15.2/.pre-commit-config.yaml
--- old/jupyterlab_server-2.15.1/.pre-commit-config.yaml 2020-02-02
01:00:00.000000000 +0100
+++ new/jupyterlab_server-2.15.2/.pre-commit-config.yaml 2020-02-02
01:00:00.000000000 +0100
@@ -16,7 +16,7 @@
- id: trailing-whitespace
- repo: https://github.com/psf/black
- rev: 22.6.0
+ rev: 22.8.0
hooks:
- id: black
args: ["--line-length", "100"]
@@ -60,7 +60,7 @@
stages: [manual]
- repo: https://github.com/sirosen/check-jsonschema
- rev: 0.17.1
+ rev: 0.18.2
hooks:
- id: check-jsonschema
name: "Check GitHub Workflows"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/jupyterlab_server-2.15.1/CHANGELOG.md
new/jupyterlab_server-2.15.2/CHANGELOG.md
--- old/jupyterlab_server-2.15.1/CHANGELOG.md 2020-02-02 01:00:00.000000000
+0100
+++ new/jupyterlab_server-2.15.2/CHANGELOG.md 2020-02-02 01:00:00.000000000
+0100
@@ -6,6 +6,22 @@
<!-- <START NEW CHANGELOG ENTRY> -->
+## 2.15.2
+
+([Full
Changelog](https://github.com/jupyterlab/jupyterlab_server/compare/v2.15.1...256028a107fd5cbc52304366074e175d3a43796c))
+
+### Bugs fixed
+
+- Pin openapi_core dependency
[#308](https://github.com/jupyterlab/jupyterlab_server/pull/308)
([@blink1073](https://github.com/blink1073))
+
+### Contributors to this release
+
+([GitHub contributors page for this
release](https://github.com/jupyterlab/jupyterlab_server/graphs/contributors?from=2022-08-23&to=2022-09-26&type=c))
+
+[@blink1073](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab_server+involves%3Ablink1073+updated%3A2022-08-23..2022-09-26&type=Issues)
|
[@codecov-commenter](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab_server+involves%3Acodecov-commenter+updated%3A2022-08-23..2022-09-26&type=Issues)
+
+<!-- <END NEW CHANGELOG ENTRY> -->
+
## 2.15.1
([Full
Changelog](https://github.com/jupyterlab/jupyterlab_server/compare/v2.15.0...6de991c68abad7041581dd5a7c292194d3b2dea7))
@@ -31,8 +47,6 @@
[@afshin](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab_server+involves%3Aafshin+updated%3A2022-07-05..2022-08-23&type=Issues)
|
[@blink1073](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab_server+involves%3Ablink1073+updated%3A2022-07-05..2022-08-23&type=Issues)
|
[@codecov-commenter](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab_server+involves%3Acodecov-commenter+updated%3A2022-07-05..2022-08-23&type=Issues)
|
[@fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab_server+involves%3Afcollonval+updated%3A2022-07-05..2022-08-23&type=Issues)
|
[@pre-commit-ci](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab_server+involves%3Apre-commit-ci+updated%3A2022-07-05..2022-08-23&type=Issues)
-<!-- <END NEW CHANGELOG ENTRY> -->
-
## 2.15.0
([Full
Changelog](https://github.com/jupyterlab/jupyterlab_server/compare/v2.14.0...2d6ff4077a58bb9ac1531c4a7ad7669163e0ec99))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/jupyterlab_server-2.15.1/PKG-INFO
new/jupyterlab_server-2.15.2/PKG-INFO
--- old/jupyterlab_server-2.15.1/PKG-INFO 2020-02-02 01:00:00.000000000
+0100
+++ new/jupyterlab_server-2.15.2/PKG-INFO 2020-02-02 01:00:00.000000000
+0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: jupyterlab_server
-Version: 2.15.1
+Version: 2.15.2
Summary: A set of server components for JupyterLab and JupyterLab like
applications.
Project-URL: Homepage, https://jupyterlab-server.readthedocs.io
Project-URL: Documentation, https://jupyterlab-server.readthedocs.io
@@ -35,6 +35,7 @@
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+License-File: LICENSE
Keywords: jupyter,jupyterlab
Classifier: Framework :: Jupyter
Classifier: Framework :: Jupyter :: JupyterLab
@@ -64,7 +65,7 @@
Requires-Dist: codecov; extra == 'test'
Requires-Dist: ipykernel; extra == 'test'
Requires-Dist: jupyter-server[test]; extra == 'test'
-Requires-Dist: openapi-core>=0.14.2; extra == 'test'
+Requires-Dist: openapi-core~=0.14.2; extra == 'test'
Requires-Dist: openapi-spec-validator<0.5; extra == 'test'
Requires-Dist: pytest-console-scripts; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/jupyterlab_server-2.15.1/jupyterlab_server/_version.py
new/jupyterlab_server-2.15.2/jupyterlab_server/_version.py
--- old/jupyterlab_server-2.15.1/jupyterlab_server/_version.py 2020-02-02
01:00:00.000000000 +0100
+++ new/jupyterlab_server-2.15.2/jupyterlab_server/_version.py 2020-02-02
01:00:00.000000000 +0100
@@ -4,7 +4,7 @@
"""
import re
-__version__ = "2.15.1"
+__version__ = "2.15.2"
# Build up version_info tuple for backwards compatibility
pattern = r"(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/jupyterlab_server-2.15.1/pyproject.toml
new/jupyterlab_server-2.15.2/pyproject.toml
--- old/jupyterlab_server-2.15.1/pyproject.toml 2020-02-02 01:00:00.000000000
+0100
+++ new/jupyterlab_server-2.15.2/pyproject.toml 2020-02-02 01:00:00.000000000
+0100
@@ -4,7 +4,7 @@
[project]
name = "jupyterlab_server"
-version = "2.15.1"
+version = "2.15.2"
license = { file = "LICENSE" }
description = "A set of server components for JupyterLab and JupyterLab like
applications."
keywords = ["jupyter", "jupyterlab"]
@@ -57,7 +57,8 @@
"codecov",
"ipykernel",
"jupyter_server[test]",
- "openapi_core>=0.14.2",
+ # openapi_core 0.15.0 is not working
+ "openapi_core~=0.14.2",
"openapi-spec-validator<0.5",
"pytest>=5.3.2",
"pytest-console-scripts",
@@ -70,7 +71,7 @@
skip = ["check-links"]
[tool.tbump.version]
-current = "2.15.1"
+current = "2.15.2"
regex = '''
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?