17
0

Accepting request 1102514 from home:apersaud:branches:devel:languages:python:jupyter

- specfile
  * require flaky for tests (moved to test section in spec file)
- update to version 7.7.3:
  * Bugs fixed
    + Restore pauses during webpdf render #2025 (@jstorrs)
- changes from version 7.7.2:
  * Bugs fixed
    + Show a warning if an image has no alternative text #2024
      (@brichet)
- changes from version 7.7.1:
  * Bugs fixed
    + Restore 'media=print' option #2022 (@brichet)
- changes from version 7.7.0:
  * Enhancements made
    + [Accessibility] some accessibility improvements #2021 (@brichet)
    + Adopt playwright #2013 (@brichet)
    + Update to Jupyterlab 4 #2012 (@brichet)
  * Bugs fixed
    + html: write image/svg+xml data as base64 and skip clean_html
      #2018 (@jstorrs)
    + Remove HTML escaping JSON-encoded widget state #1934 (@manzt)
  * Maintenance and upkeep improvements
    + Fix lint error #2010 (@blink1073)
    + Support Python 3.8-3.12 #2008 (@blink1073)

OBS-URL: https://build.opensuse.org/request/show/1102514
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=65
This commit is contained in:
2023-08-06 14:54:04 +00:00
committed by Git OBS Bridge
parent 488df8fa71
commit aa27570d6d
4 changed files with 39 additions and 7 deletions

View File

@@ -1,3 +1,35 @@
-------------------------------------------------------------------
Sat Aug 5 16:24:23 UTC 2023 - Arun Persaud <arun@gmx.de>
- specfile
* require flaky for tests
- update to version 7.7.3:
* Bugs fixed
+ Restore pauses during webpdf render #2025 (@jstorrs)
- changes from version 7.7.2:
* Bugs fixed
+ Show a warning if an image has no alternative text #2024
(@brichet)
- changes from version 7.7.1:
* Bugs fixed
+ Restore 'media=print' option #2022 (@brichet)
- changes from version 7.7.0:
* Enhancements made
+ [Accessibility] some accessibility improvements #2021 (@brichet)
+ Adopt playwright #2013 (@brichet)
+ Update to Jupyterlab 4 #2012 (@brichet)
* Bugs fixed
+ html: write image/svg+xml data as base64 and skip clean_html
#2018 (@jstorrs)
+ Remove HTML escaping JSON-encoded widget state #1934 (@manzt)
* Maintenance and upkeep improvements
+ Fix lint error #2010 (@blink1073)
+ Support Python 3.8-3.12 #2008 (@blink1073)
-------------------------------------------------------------------
Tue Jun 20 18:19:24 UTC 2023 - Ben Greiner <code@bnavigator.de>