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-11-07 13:51:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ipykernel (Old)
 and      /work/SRC/openSUSE:Factory/.python-ipykernel.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ipykernel"

Mon Nov  7 13:51:22 2022 rev:31 rq:1033840 version:6.17.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ipykernel/python-ipykernel.changes        
2022-10-27 13:52:35.244084239 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-ipykernel.new.1597/python-ipykernel.changes  
    2022-11-07 13:51:24.855708057 +0100
@@ -1,0 +2,12 @@
+Sat Nov  5 19:41:17 UTC 2022 - Arun Persaud <a...@gmx.de>
+
+- specfile:
+  * require python >= 3.8
+
+- update to version 6.17.0:
+  * Enhancements made
+    + Enable webagg in %matplotlib #1012 (@zhizheng1)
+  * Maintenance and upkeep improvements
+    + Update supported pythons to 3.8-3.11 #1013 (@blink1073)
+
+-------------------------------------------------------------------

Old:
----
  ipykernel-6.16.2.tar.gz

New:
----
  ipykernel-6.17.0.tar.gz

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

Other differences:
------------------
++++++ python-ipykernel.spec ++++++
--- /var/tmp/diff_new_pack.giSpt4/_old  2022-11-07 13:51:25.303710575 +0100
+++ /var/tmp/diff_new_pack.giSpt4/_new  2022-11-07 13:51:25.307710598 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           python-ipykernel
-Version:        6.16.2
+Version:        6.17.0
 Release:        0
 Summary:        IPython Kernel for Jupyter
 License:        BSD-3-Clause
@@ -35,7 +35,7 @@
 Obsoletes:      %{python_module jupyter-ipykernel-doc < %{version}}
 BuildArch:      noarch
 # SECTION build-system
-BuildRequires:  %{python_module base >= 3.7}
+BuildRequires:  %{python_module base >= 3.8}
 BuildRequires:  %{python_module hatchling >= 1.4}
 BuildRequires:  %{python_module pip}
 BuildRequires:  fdupes

++++++ ipykernel-6.16.2.tar.gz -> ipykernel-6.17.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipykernel-6.16.2/.github/workflows/ci.yml 
new/ipykernel-6.17.0/.github/workflows/ci.yml
--- old/ipykernel-6.16.2/.github/workflows/ci.yml       2020-02-02 
01:00:00.000000000 +0100
+++ new/ipykernel-6.17.0/.github/workflows/ci.yml       2020-02-02 
01:00:00.000000000 +0100
@@ -20,15 +20,12 @@
       fail-fast: false
       matrix:
         os: [ubuntu-latest, windows-latest, macos-latest]
-        python-version: ["3.7", "3.11"]
-        exclude:
-           - os: macos-latest
-             python-version: "3.11"  # not yet available
+        python-version: ["3.8", "3.11"]
         include:
           - os: windows-latest
             python-version: "3.9"
           - os: ubuntu-latest
-            python-version: "pypy-3.7"
+            python-version: "pypy-3.8"
           - os: macos-latest
             python-version: "3.10"
           - os: ubuntu-latest
@@ -137,7 +134,7 @@
       - name: Base Setup
         uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
         with:
-          python_version: "3.7"
+          python_version: "3.8"
       - name: Install miniumum versions
         uses: jupyterlab/maintainer-tools/.github/actions/install-minimums@v1
       - name: Run the unit tests
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipykernel-6.16.2/CHANGELOG.md 
new/ipykernel-6.17.0/CHANGELOG.md
--- old/ipykernel-6.16.2/CHANGELOG.md   2020-02-02 01:00:00.000000000 +0100
+++ new/ipykernel-6.17.0/CHANGELOG.md   2020-02-02 01:00:00.000000000 +0100
@@ -2,6 +2,26 @@
 
 <!-- <START NEW CHANGELOG ENTRY> -->
 
+## 6.17.0
+
+([Full 
Changelog](https://github.com/ipython/ipykernel/compare/v6.16.2...db00586a25a4f047a90386f4947e60ff1dbee2b6))
+
+### Enhancements made
+
+- Enable webagg in %matplotlib 
[#1012](https://github.com/ipython/ipykernel/pull/1012) 
([@zhizheng1](https://github.com/zhizheng1))
+
+### Maintenance and upkeep improvements
+
+- Update supported pythons to 3.8-3.11 
[#1013](https://github.com/ipython/ipykernel/pull/1013) 
([@blink1073](https://github.com/blink1073))
+
+### Contributors to this release
+
+([GitHub contributors page for this 
release](https://github.com/ipython/ipykernel/graphs/contributors?from=2022-10-25&to=2022-10-31&type=c))
+
+[@blink1073](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2022-10-25..2022-10-31&type=Issues)
 | 
[@zhizheng1](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Azhizheng1+updated%3A2022-10-25..2022-10-31&type=Issues)
+
+<!-- <END NEW CHANGELOG ENTRY> -->
+
 ## 6.16.2
 
 ([Full 
Changelog](https://github.com/ipython/ipykernel/compare/v6.16.1...99706182995e0fd5431965d4c9d96a8ce7afae12))
@@ -16,8 +36,6 @@
 
 
[@blink1073](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2022-10-20..2022-10-25&type=Issues)
 | 
[@pre-commit-ci](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Apre-commit-ci+updated%3A2022-10-20..2022-10-25&type=Issues)
 
-<!-- <END NEW CHANGELOG ENTRY> -->
-
 ## 6.16.1
 
 ([Full 
Changelog](https://github.com/ipython/ipykernel/compare/v6.16.0...632a1ba3892bed707e1ee19fe1344e92475e19c9))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipykernel-6.16.2/PKG-INFO 
new/ipykernel-6.17.0/PKG-INFO
--- old/ipykernel-6.16.2/PKG-INFO       2020-02-02 01:00:00.000000000 +0100
+++ new/ipykernel-6.17.0/PKG-INFO       2020-02-02 01:00:00.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: ipykernel
-Version: 6.16.2
+Version: 6.17.0
 Summary: IPython Kernel for Jupyter
 Project-URL: Homepage, https://ipython.org
 Author-email: IPython Development Team <ipython-...@scipy.org>
@@ -73,11 +73,11 @@
 Classifier: License :: OSI Approved :: BSD License
 Classifier: Programming Language :: Python
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.7
 Classifier: Programming Language :: Python :: 3.8
 Classifier: Programming Language :: Python :: 3.9
 Classifier: Programming Language :: Python :: 3.10
-Requires-Python: >=3.7
+Classifier: Programming Language :: Python :: 3.11
+Requires-Python: >=3.8
 Requires-Dist: appnope; platform_system == 'Darwin'
 Requires-Dist: debugpy>=1.0
 Requires-Dist: ipython>=7.23.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipykernel-6.16.2/ipykernel/_version.py 
new/ipykernel-6.17.0/ipykernel/_version.py
--- old/ipykernel-6.16.2/ipykernel/_version.py  2020-02-02 01:00:00.000000000 
+0100
+++ new/ipykernel-6.17.0/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 hatch versioning
-__version__ = "6.16.2"
+__version__ = "6.17.0"
 
 # 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.16.2/ipykernel/eventloops.py 
new/ipykernel-6.17.0/ipykernel/eventloops.py
--- old/ipykernel-6.16.2/ipykernel/eventloops.py        2020-02-02 
01:00:00.000000000 +0100
+++ new/ipykernel-6.17.0/ipykernel/eventloops.py        2020-02-02 
01:00:00.000000000 +0100
@@ -60,6 +60,7 @@
 loop_map = {
     "inline": None,
     "nbagg": None,
+    "webagg": None,
     "notebook": None,
     "ipympl": None,
     "widget": None,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipykernel-6.16.2/pyproject.toml 
new/ipykernel-6.17.0/pyproject.toml
--- old/ipykernel-6.16.2/pyproject.toml 2020-02-02 01:00:00.000000000 +0100
+++ new/ipykernel-6.17.0/pyproject.toml 2020-02-02 01:00:00.000000000 +0100
@@ -17,13 +17,13 @@
     "License :: OSI Approved :: BSD License",
     "Programming Language :: Python",
     "Programming Language :: Python :: 3",
-    "Programming Language :: Python :: 3.7",
     "Programming Language :: Python :: 3.8",
     "Programming Language :: Python :: 3.9",
     "Programming Language :: Python :: 3.10",
+    "Programming Language :: Python :: 3.11",
 ]
 urls = {Homepage = "https://ipython.org"}
-requires-python = ">=3.7"
+requires-python = ">=3.8"
 dependencies = [
     "debugpy>=1.0",
     "ipython>=7.23.1",

Reply via email to