Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-notebook-shim for openSUSE:Factory checked in at 2023-05-02 16:18:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-notebook-shim (Old) and /work/SRC/openSUSE:Factory/.python-notebook-shim.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-notebook-shim" Tue May 2 16:18:44 2023 rev:4 rq:1083888 version:0.2.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-notebook-shim/python-notebook-shim.changes 2023-01-02 15:01:49.573235579 +0100 +++ /work/SRC/openSUSE:Factory/.python-notebook-shim.new.1533/python-notebook-shim.changes 2023-05-02 16:22:23.815009677 +0200 @@ -1,0 +2,6 @@ +Mon May 1 17:48:19 UTC 2023 - Ben Greiner <c...@bnavigator.de> + +- Update to 0.2.3 + * Add show_banner to ignored_traits #29 (@echarles) + +------------------------------------------------------------------- Old: ---- notebook_shim-0.2.2.tar.gz New: ---- notebook_shim-0.2.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-notebook-shim.spec ++++++ --- /var/tmp/diff_new_pack.57vdft/_old 2023-05-02 16:22:26.331024595 +0200 +++ /var/tmp/diff_new_pack.57vdft/_new 2023-05-02 16:22:26.371024833 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-notebook-shim # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,8 +16,9 @@ # +%define anypython python3dist Name: python-notebook-shim -Version: 0.2.2 +Version: 0.2.3 Release: 0 Summary: A shim layer for notebook traits and config License: BSD-3-Clause @@ -47,8 +48,7 @@ %package -n jupyter-notebook-shim Summary: The configuration file for python-notebook-shim Provides: juypter-notebook_shim = %{version}-%{release} -# Any flavor is okay -Requires: (%(echo "%{python_module notebook-shim = %{version}@or@}" | sed "s/@or@/ or /g" | sed 's/ or\s*$//')) +Requires: %anypython(notebook-shim) = %{version} %description -n jupyter-notebook-shim This project provides a way for JupyterLab and other frontends to switch to ++++++ notebook_shim-0.2.2.tar.gz -> notebook_shim-0.2.3.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/notebook_shim-0.2.2/CHANGELOG.md new/notebook_shim-0.2.3/CHANGELOG.md --- old/notebook_shim-0.2.2/CHANGELOG.md 2020-02-02 01:00:00.000000000 +0100 +++ new/notebook_shim-0.2.3/CHANGELOG.md 2020-02-02 01:00:00.000000000 +0100 @@ -2,6 +2,22 @@ <!-- <START NEW CHANGELOG ENTRY> --> +## 0.2.3 + +([Full Changelog](https://github.com/jupyter/notebook_shim/compare/v0.2.2...bb84e6475a757b6299cb07ec3ce027a8c57d052e)) + +### Maintenance and upkeep improvements + +- Add show_banner to ignored_traits [#29](https://github.com/jupyter/notebook_shim/pull/29) ([@echarles](https://github.com/echarles)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyter/notebook_shim/graphs/contributors?from=2022-11-03&to=2023-04-24&type=c)) + +[@echarles](https://github.com/search?q=repo%3Ajupyter%2Fnotebook_shim+involves%3Aecharles+updated%3A2022-11-03..2023-04-24&type=Issues) | [@Zsailer](https://github.com/search?q=repo%3Ajupyter%2Fnotebook_shim+involves%3AZsailer+updated%3A2022-11-03..2023-04-24&type=Issues) + +<!-- <END NEW CHANGELOG ENTRY> --> + ## 0.2.2 ([Full Changelog](https://github.com/jupyter/notebook_shim/compare/v0.2.0...e1f1219888d9bfa69fc0e1f130f6f1bcf3825fcb)) @@ -21,8 +37,6 @@ [@dleen](https://github.com/search?q=repo%3Ajupyter%2Fnotebook_shim+involves%3Adleen+updated%3A2022-10-17..2022-11-03&type=Issues) | [@Zsailer](https://github.com/search?q=repo%3Ajupyter%2Fnotebook_shim+involves%3AZsailer+updated%3A2022-10-17..2022-11-03&type=Issues) -<!-- <END NEW CHANGELOG ENTRY> --> - ## 0.2.1 ([Full Changelog](https://github.com/jupyter/notebook_shim/compare/v0.2.0...b72af7411fa41115c3025a95f261e10bf0221fb0)) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/notebook_shim-0.2.2/PKG-INFO new/notebook_shim-0.2.3/PKG-INFO --- old/notebook_shim-0.2.2/PKG-INFO 2020-02-02 01:00:00.000000000 +0100 +++ new/notebook_shim-0.2.3/PKG-INFO 2020-02-02 01:00:00.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: notebook_shim -Version: 0.2.2 +Version: 0.2.3 Summary: A shim layer for notebook traits and config Author-email: Jupyter Development Team <jupy...@googlegroups.com> License: BSD 3-Clause License @@ -51,6 +51,7 @@ Provides-Extra: test Requires-Dist: pytest; extra == 'test' Requires-Dist: pytest-console-scripts; extra == 'test' +Requires-Dist: pytest-jupyter; extra == 'test' Requires-Dist: pytest-tornasync; extra == 'test' Description-Content-Type: text/markdown diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/notebook_shim-0.2.2/notebook_shim/_version.py new/notebook_shim-0.2.3/notebook_shim/_version.py --- old/notebook_shim-0.2.2/notebook_shim/_version.py 2020-02-02 01:00:00.000000000 +0100 +++ new/notebook_shim-0.2.3/notebook_shim/_version.py 2020-02-02 01:00:00.000000000 +0100 @@ -1,2 +1,2 @@ -version_info = (0, 2, 2, "", "") -__version__ = "0.2.2" +version_info = (0, 2, 3, "", "") +__version__ = "0.2.3" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/notebook_shim-0.2.2/notebook_shim/shim.py new/notebook_shim-0.2.3/notebook_shim/shim.py --- old/notebook_shim-0.2.2/notebook_shim/shim.py 2020-02-02 01:00:00.000000000 +0100 +++ new/notebook_shim-0.2.3/notebook_shim/shim.py 2020-02-02 01:00:00.000000000 +0100 @@ -102,7 +102,7 @@ # A tuple of traits that shouldn't be shimmed or throw any # warnings of any kind. -IGNORED_TRAITS = ("open_browser", "log_level", "log_format", "default_url") +IGNORED_TRAITS = ("open_browser", "log_level", "log_format", "default_url", "show_banner") class NotebookConfigShimMixin: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/notebook_shim-0.2.2/pyproject.toml new/notebook_shim-0.2.3/pyproject.toml --- old/notebook_shim-0.2.2/pyproject.toml 2020-02-02 01:00:00.000000000 +0100 +++ new/notebook_shim-0.2.3/pyproject.toml 2020-02-02 01:00:00.000000000 +0100 @@ -39,15 +39,17 @@ "pytest", "pytest-tornasync", "pytest-console-scripts", + "pytest_jupyter" ] + [tool.hatch.version] path = "notebook_shim/_version.py" [tool.tbump.version] -current = "0.2.2" +current = "0.2.3" regex = ''' (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+) ((?P<channel>a|b|rc|.dev)(?P<release>\d+))?