Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-ipykernel for 
openSUSE:Factory checked in at 2022-07-14 16:33:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ipykernel (Old)
 and      /work/SRC/openSUSE:Factory/.python-ipykernel.new.1523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ipykernel"

Thu Jul 14 16:33:21 2022 rev:25 rq:988928 version:6.15.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ipykernel/python-ipykernel.changes        
2022-07-09 16:59:10.052447835 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-ipykernel.new.1523/python-ipykernel.changes  
    2022-07-14 16:33:28.372582901 +0200
@@ -1,0 +2,14 @@
+Sat Jul  9 13:30:40 UTC 2022 - Arun Persaud <a...@gmx.de>
+
+- specfile:
+  * remove patch support-hatchling-14.patch (included upstream)
+
+- update to version 6.15.1:
+  * Bugs fixed
+    + Fix inclusion of launcher file and check in CI #964 (@blink1073)
+  * Maintenance and upkeep improvements
+    + [pre-commit.ci] pre-commit autoupdate #962 (@pre-commit-ci)
+    + [pre-commit.ci] pre-commit autoupdate #961 (@pre-commit-ci)
+    + [pre-commit.ci] pre-commit autoupdate #960 (@pre-commit-ci)
+
+-------------------------------------------------------------------

Old:
----
  ipykernel-6.15.0.tar.gz
  support-hatchling-14.patch

New:
----
  ipykernel-6.15.1.tar.gz

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

Other differences:
------------------
++++++ python-ipykernel.spec ++++++
--- /var/tmp/diff_new_pack.3B7z8E/_old  2022-07-14 16:33:28.816583317 +0200
+++ /var/tmp/diff_new_pack.3B7z8E/_new  2022-07-14 16:33:28.820583321 +0200
@@ -19,15 +19,23 @@
 %{?!python_module:%define python_module() python3-%{**}}
 %define         skip_python2 1
 Name:           python-ipykernel
-Version:        6.15.0
+Version:        6.15.1
 Release:        0
 Summary:        IPython Kernel for Jupyter
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
 URL:            https://github.com/ipython/ipykernel
 Source:         
https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM Support hatchling >= 1.4 gh#ipython/ipykernel#964
-Patch0:         support-hatchling-14.patch
+Requires:       jupyter-jupyter-client >= 6.1.12
+Provides:       python-jupyter_ipykernel = %{version}
+Obsoletes:      python-jupyter_ipykernel < %{version}
+Provides:       %{python_module ipykernel-doc = %{version}}
+Obsoletes:      %{python_module ipykernel-doc < %{version}}
+Provides:       %{python_module jupyter_ipykernel-doc = %{version}}
+Obsoletes:      %{python_module jupyter_ipykernel-doc < %{version}}
+Provides:       %{python_module jupyter-ipykernel-doc = %{version}}
+Obsoletes:      %{python_module jupyter-ipykernel-doc < %{version}}
+BuildArch:      noarch
 # SECTION build-system
 BuildRequires:  %{python_module base >= 3.7}
 BuildRequires:  %{python_module hatchling >= 1.4}
@@ -37,16 +45,6 @@
 BuildRequires:  python-rpm-macros
 # /SECTION
 # SECTION dependencies
-Requires:       python-debugpy >= 1.0
-Requires:       python-ipython >= 7.23.1
-Requires:       python-jupyter-client >= 6.1.12
-Requires:       python-matplotlib-inline >= 0.1
-Requires:       python-nest-asyncio
-Requires:       python-packaging
-Requires:       python-psutil
-Requires:       python-pyzmq >= 17
-Requires:       python-tornado >= 6.1
-Requires:       python-traitlets >= 5.1.0
 BuildRequires:  %{python_module debugpy >= 1.0}
 BuildRequires:  %{python_module ipython >= 7.23.1}
 BuildRequires:  %{python_module jupyter-client >= 6.1.12}
@@ -57,26 +55,26 @@
 BuildRequires:  %{python_module pyzmq >= 17}
 BuildRequires:  %{python_module tornado >= 6.1}
 BuildRequires:  %{python_module traitlets >= 5.1.0}
+Requires:       python-debugpy >= 1.0
+Requires:       python-ipython >= 7.23.1
+Requires:       python-jupyter-client >= 6.1.12
+Requires:       python-matplotlib-inline >= 0.1
+Requires:       python-nest-asyncio
+Requires:       python-packaging
+Requires:       python-psutil
+Requires:       python-pyzmq >= 17
+Requires:       python-tornado >= 6.1
+Requires:       python-traitlets >= 5.1.0
 # /SECTION
 # SECTION test requirements
-BuildRequires:  %{python_module pytest >= 6.0}
 BuildRequires:  %{python_module curio}
 BuildRequires:  %{python_module flaky}
+BuildRequires:  %{python_module pytest >= 6.0}
 BuildRequires:  %{python_module pytest-timeout}
 BuildRequires:  %{python_module trio}
 # we don't want ipyparallel and its dependencies in Ring1, see below
 #BuildRequires:  #{python_module ipyparallel}
 # /SECTION
-Requires:       jupyter-jupyter-client >= 6.1.12
-Provides:       python-jupyter_ipykernel = %{version}
-Obsoletes:      python-jupyter_ipykernel < %{version}
-Provides:       %{python_module ipykernel-doc = %{version}}
-Obsoletes:      %{python_module ipykernel-doc < %{version}}
-Provides:       %{python_module jupyter_ipykernel-doc = %{version}}
-Obsoletes:      %{python_module jupyter_ipykernel-doc < %{version}}
-Provides:       %{python_module jupyter-ipykernel-doc = %{version}}
-Obsoletes:      %{python_module jupyter-ipykernel-doc < %{version}}
-BuildArch:      noarch
 %if "%{python_flavor}" == "python3" || "%{python_provides}" == "python3"
 Provides:       jupyter-ipykernel = %{version}-%{release}
 Obsoletes:      jupyter-ipykernel < %{version}-%{release}

++++++ ipykernel-6.15.0.tar.gz -> ipykernel-6.15.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipykernel-6.15.0/.github/workflows/ci.yml 
new/ipykernel-6.15.1/.github/workflows/ci.yml
--- old/ipykernel-6.15.0/.github/workflows/ci.yml       2020-02-02 
01:00:00.000000000 +0100
+++ new/ipykernel-6.15.1/.github/workflows/ci.yml       2020-02-02 
01:00:00.000000000 +0100
@@ -77,6 +77,11 @@
         run: |
           codecov
 
+      - name: Check Launcher
+        run: |
+          cd $HOME
+          python -m ipykernel_launcher --help
+
   pre-commit:
     name: pre-commit
     runs-on: ubuntu-latest
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipykernel-6.15.0/.pre-commit-config.yaml 
new/ipykernel-6.15.1/.pre-commit-config.yaml
--- old/ipykernel-6.15.0/.pre-commit-config.yaml        2020-02-02 
01:00:00.000000000 +0100
+++ new/ipykernel-6.15.1/.pre-commit-config.yaml        2020-02-02 
01:00:00.000000000 +0100
@@ -17,7 +17,7 @@
       - id: trailing-whitespace
 
   - repo: https://github.com/psf/black
-    rev: 22.3.0
+    rev: 22.6.0
     hooks:
       - id: black
         args: ["--line-length", "100"]
@@ -30,7 +30,7 @@
         args: [--profile=black]
 
   - repo: https://github.com/pre-commit/mirrors-prettier
-    rev: v2.6.2
+    rev: v2.7.1
     hooks:
       - id: prettier
 
@@ -64,13 +64,13 @@
         stages: [manual]
 
   - repo: https://github.com/pre-commit/mirrors-eslint
-    rev: v8.17.0
+    rev: v8.19.0
     hooks:
       - id: eslint
         stages: [manual]
 
   - repo: https://github.com/sirosen/check-jsonschema
-    rev: 0.16.0
+    rev: 0.16.2
     hooks:
       - id: check-jsonschema
         name: "Check GitHub Workflows"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipykernel-6.15.0/CHANGELOG.md 
new/ipykernel-6.15.1/CHANGELOG.md
--- old/ipykernel-6.15.0/CHANGELOG.md   2020-02-02 01:00:00.000000000 +0100
+++ new/ipykernel-6.15.1/CHANGELOG.md   2020-02-02 01:00:00.000000000 +0100
@@ -2,6 +2,28 @@
 
 <!-- <START NEW CHANGELOG ENTRY> -->
 
+## 6.15.1
+
+([Full 
Changelog](https://github.com/ipython/ipykernel/compare/v6.15.0...d9a8578ab2864b4ee636b12252e04a9b70047d0b))
+
+### Bugs fixed
+
+- Fix inclusion of launcher file and check in CI 
[#964](https://github.com/ipython/ipykernel/pull/964) 
([@blink1073](https://github.com/blink1073))
+
+### Maintenance and upkeep improvements
+
+- [pre-commit.ci] pre-commit autoupdate 
[#962](https://github.com/ipython/ipykernel/pull/962) 
([@pre-commit-ci](https://github.com/pre-commit-ci))
+- [pre-commit.ci] pre-commit autoupdate 
[#961](https://github.com/ipython/ipykernel/pull/961) 
([@pre-commit-ci](https://github.com/pre-commit-ci))
+- [pre-commit.ci] pre-commit autoupdate 
[#960](https://github.com/ipython/ipykernel/pull/960) 
([@pre-commit-ci](https://github.com/pre-commit-ci))
+
+### Contributors to this release
+
+([GitHub contributors page for this 
release](https://github.com/ipython/ipykernel/graphs/contributors?from=2022-06-15&to=2022-07-08&type=c))
+
+[@blink1073](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2022-06-15..2022-07-08&type=Issues)
 | 
[@pre-commit-ci](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Apre-commit-ci+updated%3A2022-06-15..2022-07-08&type=Issues)
+
+<!-- <END NEW CHANGELOG ENTRY> -->
+
 ## 6.15.0
 
 ([Full 
Changelog](https://github.com/ipython/ipykernel/compare/v6.14.0...5c1adcae929d8b4d28bf2b7849fe0e220c729b26))
@@ -22,8 +44,6 @@
 
 
[@minrk](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Aminrk+updated%3A2022-06-13..2022-06-15&type=Issues)
 | 
[@pre-commit-ci](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Apre-commit-ci+updated%3A2022-06-13..2022-06-15&type=Issues)
 
-<!-- <END NEW CHANGELOG ENTRY> -->
-
 ## 6.14.0
 
 ([Full 
Changelog](https://github.com/ipython/ipykernel/compare/v6.13.1...269569787419a47da562ed69fbe6363619f3b7e5))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipykernel-6.15.0/PKG-INFO 
new/ipykernel-6.15.1/PKG-INFO
--- old/ipykernel-6.15.0/PKG-INFO       2020-02-02 01:00:00.000000000 +0100
+++ new/ipykernel-6.15.1/PKG-INFO       2020-02-02 01:00:00.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: ipykernel
-Version: 6.15.0
+Version: 6.15.1
 Summary: IPython Kernel for Jupyter
 Project-URL: Homepage, https://ipython.org
 Author-email: IPython Development Team <ipython-...@scipy.org>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipykernel-6.15.0/ipykernel/_version.py 
new/ipykernel-6.15.1/ipykernel/_version.py
--- old/ipykernel-6.15.0/ipykernel/_version.py  2020-02-02 01:00:00.000000000 
+0100
+++ new/ipykernel-6.15.1/ipykernel/_version.py  2020-02-02 01:00:00.000000000 
+0100
@@ -5,7 +5,7 @@
 from typing import List
 
 # Version string must appear intact for tbump versioning
-__version__ = "6.15.0"
+__version__ = "6.15.1"
 
 # 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/ipykernel-6.15.0/pyproject.toml 
new/ipykernel-6.15.1/pyproject.toml
--- old/ipykernel-6.15.0/pyproject.toml 2020-02-02 01:00:00.000000000 +0100
+++ new/ipykernel-6.15.1/pyproject.toml 2020-02-02 01:00:00.000000000 +0100
@@ -1,10 +1,10 @@
 [build-system]
-requires = ["hatchling>=0.25", "jupyter_client>=6"]
+requires = ["hatchling>=1.4", "jupyter_client>=6"]
 build-backend = "hatchling.build"
 
 [project]
 name = "ipykernel"
-version = "6.15.0"
+version = "6.15.1"
 authors = [{name = "IPython Development Team", email = 
"ipython-...@scipy.org"}]
 license = {file = "COPYING.md"}
 readme = "README.md"
@@ -54,14 +54,14 @@
 [tool.hatch.build.targets.wheel.shared-data]
 "data_kernelspec" = "share/jupyter/kernels/python3"
 
-[tool.hatch.build]
-artifacts = ["ipykernel_launcher.py"]
+[tool.hatch.build.force-include]
+"./ipykernel_launcher.py" = "ipykernel_launcher.py"
 
 [tool.jupyter-releaser]
 skip = ["check-links"]
 
 [tool.tbump.version]
-current = "6.15.0"
+current = "6.15.1"
 regex = '''
   (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
   ((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

Reply via email to