Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-nbconvert for
openSUSE:Factory checked in at 2024-04-02 16:40:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-nbconvert (Old)
and /work/SRC/openSUSE:Factory/.python-nbconvert.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nbconvert"
Tue Apr 2 16:40:41 2024 rev:34 rq:1163580 version:7.16.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-nbconvert/python-nbconvert.changes
2024-03-08 18:10:49.649774229 +0100
+++
/work/SRC/openSUSE:Factory/.python-nbconvert.new.1905/python-nbconvert.changes
2024-04-02 16:41:16.766725851 +0200
@@ -1,0 +2,6 @@
+Fri Mar 29 18:48:56 UTC 2024 - Ben Greiner <[email protected]>
+
+- Update to 7.16.3
+ * Maintenance and upkeep improvements
+
+-------------------------------------------------------------------
Old:
----
nbconvert-7.16.2.tar.gz
New:
----
nbconvert-7.16.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-nbconvert.spec ++++++
--- /var/tmp/diff_new_pack.LM1wM0/_old 2024-04-02 16:41:17.398749142 +0200
+++ /var/tmp/diff_new_pack.LM1wM0/_new 2024-04-02 16:41:17.402749290 +0200
@@ -31,9 +31,9 @@
%bcond_with libalternatives
%endif
# X.X.0 gets abbreviated by pythondistdeps
-%define shortversion 7.16.2
+%define shortversion 7.16.3
Name: python-nbconvert%{psuffix}
-Version: 7.16.2
+Version: 7.16.3
Release: 0
Summary: Conversion of Jupyter Notebooks
License: BSD-3-Clause AND MIT
@@ -61,7 +61,7 @@
Requires: python-traitlets >= 5.1
Requires: (python-bleach without python-bleach = 5.0.0)
Requires: (python-mistune >= 2.0.3 with python-mistune < 4)
-Recommends: pandoc
+Recommends: pandoc >= 2.9.2
Recommends: python-tornado >= 6.1
Suggests: %{name}-latex
Suggests: python-qtwebengine-qt5 >= 5.15
@@ -83,7 +83,7 @@
BuildRequires: %{python_module ipykernel}
BuildRequires: %{python_module ipywidgets >= 7.5}
BuildRequires: %{python_module nbconvert = %{version}}
-BuildRequires: %{python_module pytest}
+BuildRequires: %{python_module pytest >= 7}
%endif
%python_subpackages
++++++ nbconvert-7.16.2.tar.gz -> nbconvert-7.16.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/nbconvert-7.16.2/.github/workflows/tests.yml
new/nbconvert-7.16.3/.github/workflows/tests.yml
--- old/nbconvert-7.16.2/.github/workflows/tests.yml 2020-02-02
01:00:00.000000000 +0100
+++ new/nbconvert-7.16.3/.github/workflows/tests.yml 2020-02-02
01:00:00.000000000 +0100
@@ -118,7 +118,7 @@
sudo apt-get install xvfb x11-utils libxkbcommon-x11-0
libxcb-xinerama0 python3-pyqt5
# pandoc is not up to date in the ubuntu repos, so we install
directly
- wget
https://github.com/jgm/pandoc/releases/download/2.14.2/pandoc-2.14.2-1-amd64.deb
&& sudo dpkg -i pandoc-2.14.2-1-amd64.deb
+ wget
https://github.com/jgm/pandoc/releases/download/2.9.2.1/pandoc-2.9.2.1-1-amd64.deb
&& sudo dpkg -i pandoc-2.9.2.1-1-amd64.deb
- name: Run tests
run: |
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/nbconvert-7.16.2/CHANGELOG.md
new/nbconvert-7.16.3/CHANGELOG.md
--- old/nbconvert-7.16.2/CHANGELOG.md 2020-02-02 01:00:00.000000000 +0100
+++ new/nbconvert-7.16.3/CHANGELOG.md 2020-02-02 01:00:00.000000000 +0100
@@ -2,6 +2,24 @@
<!-- <START NEW CHANGELOG ENTRY> -->
+## 7.16.3
+
+([Full
Changelog](https://github.com/jupyter/nbconvert/compare/v7.16.2...9019037e300dfdbac5a8cb330d0b09eb82e12f62))
+
+### Maintenance and upkeep improvements
+
+- Remove pytest pin [#2129](https://github.com/jupyter/nbconvert/pull/2129)
([@blink1073](https://github.com/blink1073))
+- Add Compatibility with Pandoc 2.9.2
[#2128](https://github.com/jupyter/nbconvert/pull/2128)
([@blink1073](https://github.com/blink1073))
+- Pin to Pytest 7 [#2124](https://github.com/jupyter/nbconvert/pull/2124)
([@blink1073](https://github.com/blink1073))
+
+### Contributors to this release
+
+([GitHub contributors page for this
release](https://github.com/jupyter/nbconvert/graphs/contributors?from=2024-03-04&to=2024-03-21&type=c))
+
+[@blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Ablink1073+updated%3A2024-03-04..2024-03-21&type=Issues)
+
+<!-- <END NEW CHANGELOG ENTRY> -->
+
## 7.16.2
([Full
Changelog](https://github.com/jupyter/nbconvert/compare/v7.16.1...8dac97afa73d59e6afcad04ca076355576b6eb51))
@@ -16,8 +34,6 @@
[@yuvipanda](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Ayuvipanda+updated%3A2024-02-19..2024-03-04&type=Issues)
-<!-- <END NEW CHANGELOG ENTRY> -->
-
## 7.16.1
([Full
Changelog](https://github.com/jupyter/nbconvert/compare/v7.16.0...443b30703078e6f7d5b1044f25fb77e219136aac))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/nbconvert-7.16.2/PKG-INFO
new/nbconvert-7.16.3/PKG-INFO
--- old/nbconvert-7.16.2/PKG-INFO 2020-02-02 01:00:00.000000000 +0100
+++ new/nbconvert-7.16.3/PKG-INFO 2020-02-02 01:00:00.000000000 +0100
@@ -1,6 +1,6 @@
-Metadata-Version: 2.1
+Metadata-Version: 2.3
Name: nbconvert
-Version: 7.16.2
+Version: 7.16.3
Summary: Converting Jupyter Notebooks (.ipynb files) to other formats. Output
formats include asciidoc, html, latex, markdown, pdf, py, rst, script.
nbconvert can be used both as a Python library (`import nbconvert`) or as a
command line tool (invoked as `jupyter nbconvert ...`).
Project-URL: Homepage, https://jupyter.org
Author-email: Jupyter Development Team <[email protected]>
@@ -80,7 +80,7 @@
Requires-Dist: flaky; extra == 'test'
Requires-Dist: ipykernel; extra == 'test'
Requires-Dist: ipywidgets>=7.5; extra == 'test'
-Requires-Dist: pytest; extra == 'test'
+Requires-Dist: pytest>=7; extra == 'test'
Provides-Extra: webpdf
Requires-Dist: playwright; extra == 'webpdf'
Description-Content-Type: text/markdown
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/nbconvert-7.16.2/nbconvert/_version.py
new/nbconvert-7.16.3/nbconvert/_version.py
--- old/nbconvert-7.16.2/nbconvert/_version.py 2020-02-02 01:00:00.000000000
+0100
+++ new/nbconvert-7.16.3/nbconvert/_version.py 2020-02-02 01:00:00.000000000
+0100
@@ -3,7 +3,7 @@
from typing import List
# Version string must appear intact for versioning
-__version__ = "7.16.2"
+__version__ = "7.16.3"
# 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/nbconvert-7.16.2/nbconvert/utils/pandoc.py
new/nbconvert-7.16.3/nbconvert/utils/pandoc.py
--- old/nbconvert-7.16.2/nbconvert/utils/pandoc.py 2020-02-02
01:00:00.000000000 +0100
+++ new/nbconvert-7.16.3/nbconvert/utils/pandoc.py 2020-02-02
01:00:00.000000000 +0100
@@ -13,7 +13,7 @@
from .exceptions import ConversionException
-_minimal_version = "2.14.2"
+_minimal_version = "2.9.2"
_maximal_version = "4.0.0"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/nbconvert-7.16.2/pyproject.toml
new/nbconvert-7.16.3/pyproject.toml
--- old/nbconvert-7.16.2/pyproject.toml 2020-02-02 01:00:00.000000000 +0100
+++ new/nbconvert-7.16.3/pyproject.toml 2020-02-02 01:00:00.000000000 +0100
@@ -66,7 +66,7 @@
qtpdf = ["nbconvert[qtpng]"]
webpdf = ["playwright"]
test = [
- "pytest",
+ "pytest>=7",
"ipykernel",
"ipywidgets>=7.5",
"flaky",