Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-nbclassic for
openSUSE:Factory checked in at 2022-02-18 23:02:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-nbclassic (Old)
and /work/SRC/openSUSE:Factory/.python-nbclassic.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nbclassic"
Fri Feb 18 23:02:53 2022 rev:7 rq:955751 version:0.3.5
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-nbclassic/python-nbclassic.changes
2021-11-21 23:52:32.250184188 +0100
+++
/work/SRC/openSUSE:Factory/.python-nbclassic.new.1958/python-nbclassic.changes
2022-02-18 23:03:19.853411024 +0100
@@ -1,0 +2,13 @@
+Thu Feb 17 16:37:03 UTC 2022 - Arun Persaud <[email protected]>
+
+- specfile:
+ * update copyright year
+
+- update to version 0.3.5:
+ * Bugs fixed
+ + ensure extension name is passed to TerminalHandler #79 (@minrk)
+ * Maintenance and upkeep improvements
+ + Clean up downstream tests #82 (@blink1073)
+ + Enforce labels on PRs #80 (@blink1073)
+
+-------------------------------------------------------------------
Old:
----
nbclassic-0.3.4-gh.tar.gz
New:
----
nbclassic-0.3.5-gh.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-nbclassic.spec ++++++
--- /var/tmp/diff_new_pack.0TkpLa/_old 2022-02-18 23:03:20.389410983 +0100
+++ /var/tmp/diff_new_pack.0TkpLa/_new 2022-02-18 23:03:20.397410982 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-nbclassic
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,16 +16,15 @@
#
+%{?!python_module:%define python_module() python3-%{**}}
+%define skip_python2 1
%if 0%{?suse_version} > 1500
%bcond_without libalternatives
%else
%bcond_with libalternatives
%endif
-
-%{?!python_module:%define python_module() python3-%{**}}
-%define skip_python2 1
Name: python-nbclassic
-Version: 0.3.4
+Version: 0.3.5
Release: 0
Summary: Jupyter Notebook as a Jupyter Server Extension
License: BSD-3-Clause
@@ -41,8 +40,8 @@
Requires: python-notebook < 7
Requires: (python-jupyter_server >= 1.8 with python-jupyter_server < 2)
%if %{with libalternatives}
-Requires: alts
BuildRequires: alts
+Requires: alts
%else
Requires(post): update-alternatives
Requires(postun):update-alternatives
++++++ nbclassic-0.3.4-gh.tar.gz -> nbclassic-0.3.5-gh.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/nbclassic-0.3.4/.github/workflows/downstream.yml
new/nbclassic-0.3.5/.github/workflows/downstream.yml
--- old/nbclassic-0.3.4/.github/workflows/downstream.yml 2021-10-28
00:04:03.000000000 +0200
+++ new/nbclassic-0.3.5/.github/workflows/downstream.yml 2022-01-11
18:19:37.000000000 +0100
@@ -15,23 +15,17 @@
- name: Checkout
uses: actions/checkout@v2
- - name: Set up Python 3.8
- uses: actions/setup-python@v2
- with:
- python-version: 3.8
+ - name: Base Setup
+ uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
- - name: Set up Node
- uses: actions/setup-node@v1
+ - name: Test jupyterlab_server
+ uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
with:
- node-version: "12.x"
+ package_name: jupyterlab_server
- - name: Install dependencies
- run: |
- pip install --upgrade pip
- pip install "."
- pip install --pre --upgrade jupyterlab[test]
- pip freeze
+ - name: Test jupyterlab
+ uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
+ with:
+ package_name: jupyterlab
+ test_command: "python -m jupyterlab.browser_check --no-browser-test"
- - name: Run tests
- run: |
- python -m jupyterlab.browser_check
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/nbclassic-0.3.4/.github/workflows/enforce-label.yml
new/nbclassic-0.3.5/.github/workflows/enforce-label.yml
--- old/nbclassic-0.3.4/.github/workflows/enforce-label.yml 1970-01-01
01:00:00.000000000 +0100
+++ new/nbclassic-0.3.5/.github/workflows/enforce-label.yml 2022-01-11
18:19:37.000000000 +0100
@@ -0,0 +1,11 @@
+name: Enforce PR label
+
+on:
+ pull_request:
+ types: [labeled, unlabeled, opened, edited, synchronize]
+jobs:
+ enforce-label:
+ runs-on: ubuntu-latest
+ steps:
+ - name: enforce-triage-label
+ uses: jupyterlab/maintainer-tools/.github/actions/enforce-label@v1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/nbclassic-0.3.4/CHANGELOG.md
new/nbclassic-0.3.5/CHANGELOG.md
--- old/nbclassic-0.3.4/CHANGELOG.md 2021-10-28 00:04:03.000000000 +0200
+++ new/nbclassic-0.3.5/CHANGELOG.md 2022-01-11 18:19:37.000000000 +0100
@@ -2,6 +2,27 @@
<!-- <START NEW CHANGELOG ENTRY> -->
+## 0.3.5
+
+([Full
Changelog](https://github.com/jupyterlab/nbclassic/compare/v0.3.4...c3005f28ca58d5dd81c62eb1a61f30d0c31a9498))
+
+### Bugs fixed
+
+- ensure extension name is passed to TerminalHandler
[#79](https://github.com/jupyterlab/nbclassic/pull/79)
([@minrk](https://github.com/minrk))
+
+### Maintenance and upkeep improvements
+
+- Clean up downstream tests
[#82](https://github.com/jupyterlab/nbclassic/pull/82)
([@blink1073](https://github.com/blink1073))
+- Enforce labels on PRs [#80](https://github.com/jupyterlab/nbclassic/pull/80)
([@blink1073](https://github.com/blink1073))
+
+### Contributors to this release
+
+([GitHub contributors page for this
release](https://github.com/jupyterlab/nbclassic/graphs/contributors?from=2021-10-27&to=2022-01-11&type=c))
+
+[@blink1073](https://github.com/search?q=repo%3Ajupyterlab%2Fnbclassic+involves%3Ablink1073+updated%3A2021-10-27..2022-01-11&type=Issues)
|
[@minrk](https://github.com/search?q=repo%3Ajupyterlab%2Fnbclassic+involves%3Aminrk+updated%3A2021-10-27..2022-01-11&type=Issues)
+
+<!-- <END NEW CHANGELOG ENTRY> -->
+
## 0.3.4
([Full
Changelog](https://github.com/jupyterlab/nbclassic/compare/v0.3.3...48ae58cfa2fcd1a939dfbb6b5bd8b0f0e912b024))
@@ -24,8 +45,6 @@
[@Zsailer](https://github.com/search?q=repo%3Ajupyterlab%2Fnbclassic+involves%3AZsailer+updated%3A2021-10-22..2021-10-27&type=Issues)
-<!-- <END NEW CHANGELOG ENTRY> -->
-
## 0.3.3
([Full
Changelog](https://github.com/jupyterlab/nbclassic/compare/0.3.2...d32701cb76bf4d1258e5f0fda9b1eac91e697f3a))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/nbclassic-0.3.4/nbclassic/__version__.py
new/nbclassic-0.3.5/nbclassic/__version__.py
--- old/nbclassic-0.3.4/nbclassic/__version__.py 2021-10-28
00:04:03.000000000 +0200
+++ new/nbclassic-0.3.5/nbclassic/__version__.py 2022-01-11
18:19:37.000000000 +0100
@@ -1 +1 @@
-__version__ = "0.3.4"
+__version__ = "0.3.5"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/nbclassic-0.3.4/nbclassic/notebookapp.py
new/nbclassic-0.3.5/nbclassic/notebookapp.py
--- old/nbclassic-0.3.4/nbclassic/notebookapp.py 2021-10-28
00:04:03.000000000 +0200
+++ new/nbclassic-0.3.5/nbclassic/notebookapp.py 2022-01-11
18:19:37.000000000 +0100
@@ -252,7 +252,7 @@
ujoin = url_path_join
# Add terminal handlers
static_handlers.append(
- (ujoin(base_url, r"/terminals/(\w+)"), TerminalHandler)
+ (ujoin(base_url, r"/terminals/(\w+)"), TerminalHandler, {"name":
self.name})
)
static_handlers.append(
# (r"/nbextensions/(?!nbextensions_configurator\/list)(.*)",
FileFindHandler, {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/nbclassic-0.3.4/nbclassic/tests/test_notebookapp.py
new/nbclassic-0.3.5/nbclassic/tests/test_notebookapp.py
--- old/nbclassic-0.3.4/nbclassic/tests/test_notebookapp.py 2021-10-28
00:04:03.000000000 +0200
+++ new/nbclassic-0.3.5/nbclassic/tests/test_notebookapp.py 2022-01-11
18:19:37.000000000 +0100
@@ -37,3 +37,10 @@
assert "Kernel" in html
assert nbpath in html
+
+async def test_terminal_handler(jp_fetch):
+ r = await jp_fetch('terminals', "1")
+ assert r.code == 200
+ # Check that the terminals template is loaded
+ html = r.body.decode()
+ assert "terminal-app" in html
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/nbclassic-0.3.4/pyproject.toml
new/nbclassic-0.3.5/pyproject.toml
--- old/nbclassic-0.3.4/pyproject.toml 2021-10-28 00:04:03.000000000 +0200
+++ new/nbclassic-0.3.5/pyproject.toml 2022-01-11 18:19:37.000000000 +0100
@@ -16,7 +16,7 @@
skip = ["check-links"]
[tool.tbump.version]
-current = "0.3.4"
+current = "0.3.5"
regex = '''
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?