1
0

Compare commits

...

94 Commits

Author SHA256 Message Date
6994fd3d94 Accepting request 1248989 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/1248989
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbconvert?expand=0&rev=36
2025-02-27 15:40:35 +00:00
ed21aa9ad8 - Add %{?sle15_python_module_pythons}
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=91
2025-02-27 12:57:45 +00:00
Ana Guerrero
34b74a7fa5 Accepting request 1195127 from devel:languages:python:jupyter
- Update to 7.16.4
  * rst exporter: Re-enable coalescing streams #2142 (@mgeier)

OBS-URL: https://build.opensuse.org/request/show/1195127
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbconvert?expand=0&rev=35
2024-08-21 21:27:26 +00:00
Ana Guerrero
28e26002f8 Accepting request 1163580 from devel:languages:python:jupyter
- Update to 7.16.3
  * Maintenance and upkeep improvements

OBS-URL: https://build.opensuse.org/request/show/1163580
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbconvert?expand=0&rev=34
2024-04-02 14:40:41 +00:00
2e5a6d9876 - Update to 7.16.3
* Maintenance and upkeep improvements

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=87
2024-03-29 18:50:51 +00:00
Ana Guerrero
a08499be0c Accepting request 1156358 from devel:languages:python:jupyter
- Update to 7.16.2
  * [HTMLExporter] Initialize resources before widget filtering
    #2118 (@yuvipanda)
- Release 7.16.1 is pure maintenance
- Skip testing python39: no longer supported since ipython 8.19

OBS-URL: https://build.opensuse.org/request/show/1156358
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbconvert?expand=0&rev=33
2024-03-08 17:10:41 +00:00
e0ca185472 - Update to 7.16.2
* [HTMLExporter] Initialize resources before widget filtering
    #2118 (@yuvipanda)
- Release 7.16.1 is pure maintenance
- Skip testing python39: no longer supported since ipython 8.19

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=85
2024-03-08 13:17:43 +00:00
Ana Guerrero
7d4a6ffc14 Accepting request 1144995 from devel:languages:python:jupyter
- update to 7.16.0:
  * Add a toggle to skip the svg encoding of images #2106
  * Support configurable width and height of reveal presentations

OBS-URL: https://build.opensuse.org/request/show/1144995
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbconvert?expand=0&rev=32
2024-02-08 18:02:16 +00:00
60e2caebc4 - update to 7.16.0:
* Add a toggle to skip the svg encoding of images #2106
  * Support configurable width and height of reveal presentations

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=83
2024-02-07 19:38:17 +00:00
Ana Guerrero
669ba0d2ed Accepting request 1140294 from devel:languages:python:jupyter
- Update to 7.14.2 via 7.14.1, 7.14.0
  * Fix broken image scaling in case a custom width or height is
    provided for the image #2094 (@AndSte01)
  * Convert coalescese_streams function to
    CoalesceStreamsPreprocessor #2089 (@ryan-williams)
  * Fix webpdf test on Python 3.12 #2088 (@blink1073)

OBS-URL: https://build.opensuse.org/request/show/1140294
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbconvert?expand=0&rev=31
2024-01-21 22:10:31 +00:00
b56d1f3a58 - Update to 7.14.2 via 7.14.1, 7.14.0
* Fix broken image scaling in case a custom width or height is
    provided for the image #2094 (@AndSte01)
  * Convert coalescese_streams function to
    CoalesceStreamsPreprocessor #2089 (@ryan-williams)
  * Fix webpdf test on Python 3.12 #2088 (@blink1073)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=81
2024-01-21 11:44:56 +00:00
Ana Guerrero
85a58519c7 Accepting request 1135497 from devel:languages:python:jupyter
- Update to 7.13.1
  * Restore removed import #2086 (@blink1073)
- Release 7.13.0
  * Add table, td, tr to allowed list of tags #2083 (@yuvipanda)

OBS-URL: https://build.opensuse.org/request/show/1135497
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbconvert?expand=0&rev=30
2023-12-28 22:03:42 +00:00
91b5f85a7d - Update to 7.13.1
* Restore removed import #2086 (@blink1073)
- Release 7.13.0
  * Add table, td, tr to allowed list of tags #2083 (@yuvipanda)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=79
2023-12-28 15:29:29 +00:00
Ana Guerrero
2204d2f171 Accepting request 1133611 from devel:languages:python:jupyter
- update to 7.12.0:
  * Allow to load config from env.
  * Use ruff on notebooks and update typings
  * update Python version support in docs
  * Support es modules in js includes
  * Clean up lint handling and list generics
  * Remove not needed pytest-dependency test requirement
  * Update to mermaid 10.6.0, docs keyboard navigation
  * Fix typing for traitlets 5.13
  * Adopt ruff format
  * Update typings and remove dead link
  * Update to mermaid 10.6.0, docs keyboard navigation

- Remove the doc package
  * New kernel_manager_class configuration option for allowing systems to be set up to resolve kernels in different ways.
  * Kernel errors now will be logged for debugging purposes when executing notebooks.

OBS-URL: https://build.opensuse.org/request/show/1133611
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbconvert?expand=0&rev=29
2023-12-17 20:32:06 +00:00
b14ddec7e7 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=77 2023-12-16 18:12:19 +00:00
8612cc9acd OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=76 2023-12-16 18:00:25 +00:00
af22823027 - update to 7.12.0:
* Allow to load config from env.
  * Use ruff on notebooks and update typings
  * update Python version support in docs
  * Support es modules in js includes
  * Clean up lint handling and list generics
  * Remove not needed pytest-dependency test requirement
  * Update to mermaid 10.6.0, docs keyboard navigation
  * Fix typing for traitlets 5.13
  * Adopt ruff format
  * Update typings and remove dead link
  * Update to mermaid 10.6.0, docs keyboard navigation
- Remove the doc package
  * New kernel_manager_class configuration option for allowing systems to be set up to resolve kernels in different ways.
  * Kernel errors now will be logged for debugging purposes when executing notebooks.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=75
2023-12-16 12:54:53 +00:00
Ana Guerrero
3768bbf747 Accepting request 1116519 from devel:languages:python:jupyter
- Update to 7.9.2
  * Restore ResourcesDict to the public API #2055 (@blink1073)
- Release 7.9.1
  * Include tests in sdist #2053 (@blink1073)
- Release 7.9.0
  * Update to mermaidjs 10.5.0 #2051 (@bollwyvl)
  * Update typing for traitlets 5.11 #2050 (@blink1073)
  * Fixup typings #2048 (@blink1073)

OBS-URL: https://build.opensuse.org/request/show/1116519
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbconvert?expand=0&rev=28
2023-10-10 19:00:22 +00:00
a3acf94558 - Update to 7.9.2
* Restore ResourcesDict to the public API #2055 (@blink1073)
- Release 7.9.1
  * Include tests in sdist #2053 (@blink1073)
- Release 7.9.0
  * Update to mermaidjs 10.5.0 #2051 (@bollwyvl)
  * Update typing for traitlets 5.11 #2050 (@blink1073)  
  * Fixup typings #2048 (@blink1073)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=73
2023-10-09 18:21:15 +00:00
Ana Guerrero
ddb172c942 Accepting request 1113304 from devel:languages:python:jupyter
- Update to 7.8.0
  * MermaidJS 10.3.1, accessibility features, handle MIME #2034
    (@bollwyvl)
  * Fix: Prevent error from all whitespace lang string #2036
    (@Adamtaranto)
- Update to 7.7.4
  * Give main tag a height of 100% in css for reveal html #2032
    (@lkeegan)

OBS-URL: https://build.opensuse.org/request/show/1113304
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbconvert?expand=0&rev=27
2023-09-25 18:03:19 +00:00
317592f914 .
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=71
2023-09-24 18:16:17 +00:00
29c5e358bc - Update to 7.8.0
* MermaidJS 10.3.1, accessibility features, handle MIME #2034
    (@bollwyvl)
  * Fix: Prevent error from all whitespace lang string #2036
    (@Adamtaranto)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=70
2023-09-24 18:10:10 +00:00
5700e0103f - Update to 7.7.4
* Give main tag a height of 100% in css for reveal html #2032
    (@lkeegan)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=69
2023-08-26 13:26:16 +00:00
Ana Guerrero
1c6c60bd7a Accepting request 1104447 from devel:languages:python:jupyter
- Suggest primary python package -- boo#1214354

OBS-URL: https://build.opensuse.org/request/show/1104447
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbconvert?expand=0&rev=26
2023-08-18 17:28:29 +00:00
88fe1ebb7d - Suggest primary python package -- boo#1214354
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=67
2023-08-17 16:02:13 +00:00
04e949ac74 Accepting request 1102581 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/1102581
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbconvert?expand=0&rev=25
2023-08-07 13:28:55 +00:00
6b98eddf2f 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
2023-08-06 14:54:04 +00:00
3c285e1d72 Accepting request 1094160 from devel:languages:python:jupyter
- Update to 7.6.0
  * Update to Mistune v3 #1820 (@TiagodePAlves)
- Release 7.5.0
  * Add mermaidjs 10.2.3 #1957 (@bollwyvl)
  * Fix pdf conversion with explicitly relative paths #2005
    (@tuncbkose)
  * Ensure TEXINPUTS is an absolute path #2002 (@tuncbkose)

OBS-URL: https://build.opensuse.org/request/show/1094160
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbconvert?expand=0&rev=24
2023-06-21 20:39:16 +00:00
5c6b8d8ff4 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=63 2023-06-20 19:07:11 +00:00
f1db8a8874 - Update to 7.6.0
* Update to Mistune v3 #1820 (@TiagodePAlves)
- Release 7.5.0
  * Add mermaidjs 10.2.3 #1957 (@bollwyvl)
  * Fix pdf conversion with explicitly relative paths #2005
    (@tuncbkose)
  * Ensure TEXINPUTS is an absolute path #2002 (@tuncbkose)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=62
2023-06-20 18:28:22 +00:00
8394b1d2d6 Accepting request 1092410 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/1092410
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbconvert?expand=0&rev=23
2023-06-12 13:26:34 +00:00
16777fafc6 Accepting request 1092375 from home:bnavigator:branches:devel:languages:python:jupyter
- Update to 7.4.0
  * Add ExtractAttachmentsPreprocessor #1978 (@tuncbkose)
  * Moved ensure_dir_exists to FilesWriter #1987 (@tuncbkose)
  * Tweak exporter default_config merging behavior #1981
    (@tuncbkose)
  * Revert unintended effects of #1966 #1974 (@tuncbkose)

OBS-URL: https://build.opensuse.org/request/show/1092375
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=60
2023-06-11 20:44:33 +00:00
03ea2a4ecd Accepting request 1083898 from devel:languages:python:jupyter
- Skip a test broken by ipython 8.13
  * test_errors_print_traceback: gh#jupyter/nbconvert#1985

OBS-URL: https://build.opensuse.org/request/show/1083898
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbconvert?expand=0&rev=22
2023-05-02 14:18:52 +00:00
aa90db6b54 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=58 2023-05-01 19:09:42 +00:00
8cc4507191 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=57 2023-05-01 19:08:57 +00:00
60d48e5205 Accepting request 1082319 from devel:languages:python:jupyter
- Update to 7.3.1
  * Remove overwriting of default KernelManager #1972 (@tuncbkose)
- Release 7.3.0
  * Allow pattern in output_base #1967 (@JeppeKlitgaard)
  * Make date configurable in latex/PDF #1963 (@achimgaedke)
  * Update jupyterlab CSS #1960 (@martinRenou) (forwarded request 1082318 from bnavigator)

OBS-URL: https://build.opensuse.org/request/show/1082319
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbconvert?expand=0&rev=21
2023-04-24 20:31:07 +00:00
7497836203 Accepting request 1082318 from home:bnavigator:branches:devel:languages:python:jupyter
- Update to 7.3.1
  * Remove overwriting of default KernelManager #1972 (@tuncbkose)
- Release 7.3.0
  * Allow pattern in output_base #1967 (@JeppeKlitgaard)
  * Make date configurable in latex/PDF #1963 (@achimgaedke)
  * Update jupyterlab CSS #1960 (@martinRenou)

OBS-URL: https://build.opensuse.org/request/show/1082318
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=55
2023-04-23 20:22:46 +00:00
7571018a49 Accepting request 1072951 from devel:languages:python:jupyter
- Update to 7.2.10
  * Add cell-id anchor for cell identification #1897 (@krassowski)
  * Do not import pyppeteer for installation check #1947
    (@krassowski)

OBS-URL: https://build.opensuse.org/request/show/1072951
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbconvert?expand=0&rev=20
2023-03-21 16:40:24 +00:00
0921355675 - Update to 7.2.10
* Add cell-id anchor for cell identification #1897 (@krassowski)
  * Do not import pyppeteer for installation check #1947
    (@krassowski)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=53
2023-03-19 16:11:00 +00:00
d39fdb4f51 Accepting request 1064697 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/1064697
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbconvert?expand=0&rev=19
2023-02-13 15:40:44 +00:00
da1756ee54 Accepting request 1064441 from home:apersaud:branches:devel:languages:python:jupyter
update to latest version

OBS-URL: https://build.opensuse.org/request/show/1064441
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=51
2023-02-12 17:12:35 +00:00
30677fbbcb Accepting request 1060263 from devel:languages:python:jupyter
- Update to 7.2.8
  * always pass relax_add_props=True when validating #1936 (@minrk)

OBS-URL: https://build.opensuse.org/request/show/1060263
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbconvert?expand=0&rev=18
2023-01-23 17:31:30 +00:00
adad6367c1 - Update to 7.2.8
* always pass relax_add_props=True when validating #1936 (@minrk)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=49
2023-01-22 13:04:30 +00:00
d81a8ee2b1 Accepting request 1045434 from devel:languages:python:jupyter
- Update to 7.2.7
  * Fix Hanging Tests on Linux #1924 (@blink1073)
- Release 7.2.6
  * Include all templates in sdist #1916 (@blink1073)
- Release 7.2.5
  * Fix for webpdf print margins #1907 (@JWock82)
- Release 7.2.4
  * Handle jupyter core warning #1905 (@blink1073)
  * Add Py-typed marker. #1898 (@Carreau)
- Release 7.2.3
  * clean_html: allow SVG tags and SVG attributes #1890 (@akx) (forwarded request 1045433 from bnavigator)

OBS-URL: https://build.opensuse.org/request/show/1045434
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbconvert?expand=0&rev=17
2022-12-27 10:54:57 +00:00
59ecdaa5a7 Accepting request 1045433 from home:bnavigator:branches:devel:languages:python:jupyter
- Update to 7.2.7
  * Fix Hanging Tests on Linux #1924 (@blink1073)
- Release 7.2.6
  * Include all templates in sdist #1916 (@blink1073)
- Release 7.2.5
  * Fix for webpdf print margins #1907 (@JWock82)
- Release 7.2.4
  * Handle jupyter core warning #1905 (@blink1073)
  * Add Py-typed marker. #1898 (@Carreau)
- Release 7.2.3
  * clean_html: allow SVG tags and SVG attributes #1890 (@akx)

OBS-URL: https://build.opensuse.org/request/show/1045433
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=47
2022-12-26 23:22:01 +00:00
17277abe59 Accepting request 1031313 from devel:languages:python:jupyter
- Update to 7.2.2
  * Fix default config test #1885 (@blink1073)
  * Add ensure label workflow #1884 (@blink1073)
  * Add release workflows #1883 (@blink1073)
  * Maintenance cleanup #1881 (@blink1073)
- Release 7.2.1
  * Fix version handling #1878 (@blink1073)
- Release 7.2.0
  * Prep for jupyter releaser #1877 (@blink1073)
  * Add support for jupyter_client 8 #1867 (@blink1073)
- Release 7.1.0
  * Fix markdown table not render bug by @Neutree in #1853
  * Replace lxml.html.clean_html with bleach; drop lxml dependency
    by @akx in #1854
  * Remove CircleCI badge from README by @akx in #1857
  * Added support for section (slide) "data-*" attributes by
    @bouzidanas in #1861
- Drop ignore-bleach-deprecation-test.patch

OBS-URL: https://build.opensuse.org/request/show/1031313
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbconvert?expand=0&rev=16
2022-10-26 12:25:50 +00:00
91c1499f2b - Update to 7.2.2
* Fix default config test #1885 (@blink1073)
  * Add ensure label workflow #1884 (@blink1073)
  * Add release workflows #1883 (@blink1073)
  * Maintenance cleanup #1881 (@blink1073)
- Release 7.2.1
  * Fix version handling #1878 (@blink1073)
- Release 7.2.0
  * Prep for jupyter releaser #1877 (@blink1073)
  * Add support for jupyter_client 8 #1867 (@blink1073)
- Release 7.1.0
  * Fix markdown table not render bug by @Neutree in #1853
  * Replace lxml.html.clean_html with bleach; drop lxml dependency
    by @akx in #1854
  * Remove CircleCI badge from README by @akx in #1857
  * Added support for section (slide) "data-*" attributes by
    @bouzidanas in #1861
- Drop ignore-bleach-deprecation-test.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=45
2022-10-26 10:48:00 +00:00
474a7ae31f Accepting request 1005929 from devel:languages:python:jupyter
- Update to version 7.0.0
  * Update to Mistune 2.0.2 by @TiagodePAlves in #1764
  * Clean up markdown parsing by @blink1073 in #1774
  * Switch to hatch build backend by @blink1073 in #1777
  * switch from entrypoints to importlib-metadata by @konstin in
    #1782
  * Add recursive flag for glob notebook search by @paoloalba in
    #1785
  * Updates for sphinx 5.0 support by @blink1073 in #1788
  * Fixed unique div ids in lab template, fixed #1759 by @veghdev
    in #1761
  * WebPDFExporter: Emulate media print by @martinRenou in #1791
  * Fix fonts overriden by user stylesheet by inheriting styles by
    @dakoop in #1793
  * Fix lab template output alignment by @dakoop in #1795
  * Add qtpdf and qtpng exporters by @davidbrochart in #1611
  * Fix linters by @martinRenou in #1825
  * Remove downloaded CSS from repository by @martinRenou in #1827
  * escape_html: prevent escaping quotes on widgets JSON reprs
    (#1829) by @martinRenou in #1830
  * Remove tests from bdist by @TiagodePAlves in #1822
  * Encode SVG image data as UTF-8 before calling lxml cleaner
    (fixes #1836) by @emarsden in #1837
  * Handle nbformat 5.5 by @blink1073 in #1841
- Drop nbconvert-vendorize-mistune.patch and mistune 0.8.4 sources.

OBS-URL: https://build.opensuse.org/request/show/1005929
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbconvert?expand=0&rev=15
2022-09-26 16:48:02 +00:00
d205266684 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=43 2022-09-26 00:36:03 +00:00
8f458d9041 - Update to version 7.0.0
* Update to Mistune 2.0.2 by @TiagodePAlves in #1764
  * Clean up markdown parsing by @blink1073 in #1774
  * Switch to hatch build backend by @blink1073 in #1777
  * switch from entrypoints to importlib-metadata by @konstin in
    #1782
  * Add recursive flag for glob notebook search by @paoloalba in
    #1785
  * Updates for sphinx 5.0 support by @blink1073 in #1788
  * Fixed unique div ids in lab template, fixed #1759 by @veghdev
    in #1761
  * WebPDFExporter: Emulate media print by @martinRenou in #1791
  * Fix fonts overriden by user stylesheet by inheriting styles by
    @dakoop in #1793
  * Fix lab template output alignment by @dakoop in #1795
  * Add qtpdf and qtpng exporters by @davidbrochart in #1611
  * Fix linters by @martinRenou in #1825
  * Remove downloaded CSS from repository by @martinRenou in #1827
  * escape_html: prevent escaping quotes on widgets JSON reprs
    (#1829) by @martinRenou in #1830
  * Remove tests from bdist by @TiagodePAlves in #1822
  * Encode SVG image data as UTF-8 before calling lxml cleaner
    (fixes #1836) by @emarsden in #1837
  * Handle nbformat 5.5 by @blink1073 in #1841
- Drop nbconvert-vendorize-mistune.patch and mistune 0.8.4 sources.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=42
2022-09-26 00:28:09 +00:00
f6b5dc31f5 Accepting request 994560 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/994560
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbconvert?expand=0&rev=14
2022-08-11 16:33:01 +00:00
9a63d40e39 Accepting request 994559 from home:apersaud:branches:devel:languages:python:jupyter
update to latest version

OBS-URL: https://build.opensuse.org/request/show/994559
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=40
2022-08-11 15:29:18 +00:00
d4fdc76c7c Accepting request 980880 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/980880
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbconvert?expand=0&rev=13
2022-06-05 19:28:34 +00:00
c65fd4ee73 Accepting request 980874 from home:bnavigator:branches:devel:languages:python:jupyter
- Update to 6.5.0
  * Drop dependency on testpath. by @anntzer in #1723
  * Apply Autoformatters by @blink1073 in #1746
  * support bleach 5, add packaging and tinycss2 dependencies by
    @bollwyvl in #1755
  * update cli example by @leahecole in #1753
- Refresh nbconvert-vendorize-mistune.patch, include
  gh#lepture/mistune#188 for successful import
- Add ignore-bleach-deprecation-test.patch because the test suite
  fails with a DeprecationWarning for bleach <5 otherwise.

OBS-URL: https://build.opensuse.org/request/show/980874
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=38
2022-06-05 12:26:19 +00:00
54fae685bb Accepting request 961349 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/961349
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbconvert?expand=0&rev=12
2022-03-13 19:25:12 +00:00
bf2be8b3b0 Accepting request 961330 from home:apersaud:branches:devel:languages:python:jupyter
- specfile:
  * update nbconvert-vendorize-mistune.patch (linenumbers changed and lines before patch)
  * require beautiful-soup
- update to version 6.4.4:
  * HTMLExporter: Respect the embed_images flag for HTML blocks PR
    #1721
- changes from version 6.4.3:
  * Remove ipython genutils PR #1727
  * Add section to customizing showing how to use template inheritance
    PR #1719

OBS-URL: https://build.opensuse.org/request/show/961330
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=36
2022-03-12 20:59:43 +00:00
fc497278c1 Accepting request 956041 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/956041
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbconvert?expand=0&rev=11
2022-02-21 16:46:10 +00:00
5241deb038 Accepting request 955967 from home:apersaud:branches:devel:languages:python:jupyter
update to latest version

OBS-URL: https://build.opensuse.org/request/show/955967
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=35
2022-02-19 20:54:22 +00:00
f2701f05d1 Accepting request 944834 from devel:languages:python:jupyter
- Don't build on Python 3.6 (SLE/Leap backports safeguard) (forwarded request 944833 from bnavigator)

OBS-URL: https://build.opensuse.org/request/show/944834
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbconvert?expand=0&rev=10
2022-01-08 22:23:18 +00:00
6a74f353c4 Accepting request 944833 from home:bnavigator:branches:devel:languages:python:jupyter
- Don't build on Python 3.6 (SLE/Leap backports safeguard)

OBS-URL: https://build.opensuse.org/request/show/944833
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=34
2022-01-07 22:24:42 +00:00
66b0f3b4c1 Accepting request 944228 from home:bnavigator:branches:devel:languages:python:jupyter
- Update to 6.4.0
  * Optionally speed up validation by @gwincr11 in #1672
  * Adding missing div compared to JupyterLab DOM structure by
    @SylvainCorlay in #1678
  * Allow passing extra args to code highlighter by @yuvipanda in
    #1683
  * Prevent page breaks in outputs when printing by @SylvainCorlay
    in #1679
  * Add collapsers to template by @SylvainCorlay in #1689
  * Fix recent pandoc latex tables by adding calc and array (#1536,
    #1566) by @cgevans in #1686
  * Add an invalid notebook error by @gwincr11 in #1675
  * Fix typos in execute.py by @TylerAnderson22 in #1692
  * Modernize latex greek math handling (partially fixes #1673) by
    @cgevans in #1687
  * Fix use of deprecated API and update test matrix by @blink1073
    in #1696
  * Update nbconvert_library.ipynb by @letterphile in #1695
  * Changelog for 6.4 by @blink1073 in #1697
- Remove the doc package

OBS-URL: https://build.opensuse.org/request/show/944228
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=33
2022-01-06 12:24:23 +00:00
d566a91d0d Accepting request 944204 from home:bnavigator:branches:devel:languages:python:jupyter
- Now update to 6.3.0
  * traitlets 5 is ready
  * for changelog see below

OBS-URL: https://build.opensuse.org/request/show/944204
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=32
2022-01-06 10:55:22 +00:00
18c5a75ae0 Accepting request 943335 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/943335
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbconvert?expand=0&rev=9
2022-01-03 09:49:25 +00:00
OBS User buildservice-autocommit
52956fdfbf Updating link to change in openSUSE:Factory/python-nbconvert revision 9.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=1b5fd1d1adcfc079782d7f05257e7323
2022-01-03 09:49:25 +00:00
708a6a951d remove paragraph glyph
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=31
2021-12-31 17:16:11 +00:00
d927064bc0 remove mistune from rpm reqs
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=30
2021-12-31 17:15:49 +00:00
9059646b58 Accepting request 943334 from home:bnavigator:branches:devel:languages:python:jupyter:notraitlets5
- Revert to 6.0.7
  * We can't have a newer version without traitlets 5. But we
    can't have traitlets 5 as long as python36 is active
- Vendorize mistune 0.8.4
  * Add nbconvert-vendorize-mistune.patch
  * gh#jupyter/nbconvert#1685
- Alternativize flavored entry-point. For 6.3: do it with dejavu

OBS-URL: https://build.opensuse.org/request/show/943334
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=29
2021-12-31 16:54:01 +00:00
b0073e5a99 - Upgrade to the version 6.3.0:
- Bugfixes:
    - Update state filter
    - Add slide numbering
    - Fix HTML templates mentioned in help docs
    - Add the ability to fully customize widget_renderer_url
    - Enable users to customize MathJax URLs
    - Add CLI configuration for disable-chromium-sandbox
    - Enables webpdf to be rendered with templates
    - Adds dejavu
  - Significant Changes¶
    - Dropped Python 3.6 and added Python 3.9
    - Convert execute preprocessor wrapper to resemble papermill
  - Comprehensive notes¶
    - Feature: support static widgets in Reveal.js slides PR
      #1553:
    - Feature: add speaker notes to Reveal.js template
    - Add correct output mimetype to WebPDF exporter
    - Set mimetype for webpdf correctly
    - Fix docstring issue and a broken link
    - Add CLI example for removing cell tag syntax
    - Include output of stdin stream in lab template
    - Don’t use a shell to call inkscape
    - JupyterLab export as HTML with widgets fails to load
      widgets
    - Move note inside Reveal.js HTML slideshow
    - fix issue 1507: broken command line option
      –CSSHTMLHeaderPreprocessor.style=
    - Fix order of template paths
    - Changed documentation of external_exporters

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=28
2021-12-30 18:29:35 +00:00
221676494e Accepting request 928304 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/928304
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbconvert?expand=0&rev=8
2021-10-30 21:14:03 +00:00
6fc1569016 Accepting request 928303 from home:bnavigator:branches:devel:languages:python:jupyter:nbc6
- Do not require webpdf extra pyppeteer on tests. Not usefully
  used in offline testing, not available for python36.
- Drop skip_network_tests.patch (upstreamed for 6.1) not required
  due to the above
- Note: we have to stay on version 6.0 until the whole python36
  stack is removed from entire TW or the Jupyter ecosystem on TW.

OBS-URL: https://build.opensuse.org/request/show/928303
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=27
2021-10-30 17:55:53 +00:00
Richard Brown
cf9c54c582 Accepting request 884007 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/884007
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbconvert?expand=0&rev=7
2021-04-10 13:27:00 +00:00
a8c434800b Accepting request 883923 from home:bnavigator:branches:devel:languages:python:jupyter
- Actually break the cycle: test flavor needs a psuffix

OBS-URL: https://build.opensuse.org/request/show/883923
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=25
2021-04-09 09:23:25 +00:00
b122a593de Accepting request 882414 from home:bnavigator:branches:devel:languages:python:jupyter
- Test in multibuild in order to break build dependency cycle with
  nbclient

OBS-URL: https://build.opensuse.org/request/show/882414
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=24
2021-04-01 10:20:51 +00:00
Richard Brown
48a28926e0 Accepting request 875931 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/875931
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbconvert?expand=0&rev=6
2021-03-02 11:34:45 +00:00
2a8810e026 Accepting request 875837 from home:bnavigator:branches:devel:languages:python:jupyter
- Add missing runtime requirement of nbclient. Keep the minversion
- Remove empty html templates dir after test runs. This directory
  installed with mode 700 caused other package test suites to fail.

OBS-URL: https://build.opensuse.org/request/show/875837
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=22
2021-03-01 09:44:52 +00:00
1a45fb63f4 Add missing Requires
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=21
2021-02-26 21:44:08 +00:00
d29b166fe4 Accepting request 875241 from devel:languages:python:jupyter
- Update to 6.0.7:
  - 6.0.7
    - Primarly a release addressing template extensions issues reported
      since 6.0 launched.
  - 6.0.6
    - A range of bug fixes for webpdf exports
  - 6.0.5
    - Revert networkidle2 change which caused custom cdn-fetched widgets
      in webpdf
  - 6.0.4
    - Bugfixes only
  - 6.0.3
    - Execute preprocessor no longer add illegal execution counts to
      markdown cells :ghpull:`1396`:
  - 6.0.2
    - A patch for a few minor issues raised out of the 6.0 release.
  - 6.0.1
    - A quick patch to fix an issue with get_exporter :ghpull:`1367`:
  - 6.0
    - Nbconvert 6.0 is a major release of nbconvert which includes many
      significant changes.
      - Python 2 support was dropped. Currently Python 3.6-3.8 is
        supported and tested by nbconvert. However, nbconvert 6.0
        provides limited support for Python 3.6. nbconvert 6.1 will drop
        support for Python 3.6. Limited support means we will test and
        run CI on Python 3.6.12 or higher. Issues that are found only
        affecting Python 3.6 are not guaranteed to be fixed. We
        recommend all users of nbconvert use Python 3.7 and higher.
      - Unlike previous versions, nbconvert 6.0 relies on the nbclient
        package for the execute preprocessor, which allows for
        asynchronous kernel requests.
      - template_path has become template_paths. If referring to a 5.x
        style .tpl template use the full path with the template_file
        argument to the file. On the command line the pattern is
        --template-file=<path/to/file.tpl>.
      - Nbconvert 6.0 includes a new "webpdf" exporter, which renders
        notebooks in pdf format through a headless web browser, so that
        complex outputs such as HTML tables, or even widgets are
        rendered in the same way as with the HTML exporter and a web
        browser.
      - The default template applied when exporting to HTML now produces
        the same DOM structure as JupyterLab, and is styled using
        JupyterLab's CSS. The pygments theme in use mimics JupyterLab's
        codemirror mode with the same CSS variables, so that custom
        JupyterLab themes could be applied. The classic notebook styling
        can still be enabled with
      - jupyter nbconvert --to html --template classic
      - Nbconvert 6.0 includes a new system for creating custom
        templates, which can now be installed as packages. A custom
        "foobar" template is installed in Jupyter's data directory under
        nbconvert/templates and has the form of a directory containing
        all resources. Templates specify their base template as well as
        other configuration parameters in a conf.json at the root of the
        template directory.
      - The "slideshow" template now makes use of RevealJS version 4. It
        can now be used with the HTML exporter with
      - jupyter nbconvert --to html --template reveal
      - The --to slides exporter is still supported for convenience.
      - Inkscape 1.0 is now supported, which had some breaking changes
        that prevented 5.x versions of nbconvert from converting
        documents on some systems that updated.
- Add skip_network_tests.patch to skip tests requiring network
  access (gh#jupyter/nbconvert#1526).

OBS-URL: https://build.opensuse.org/request/show/875241
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbconvert?expand=0&rev=5
2021-02-26 20:59:51 +00:00
70da96f3e6 Fix setup.py dependencies
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=19
2021-02-26 16:35:40 +00:00
ac7f11c9f6 - Update to 6.0.7:
- 6.0.7
    - Primarly a release addressing template extensions issues reported
      since 6.0 launched.
  - 6.0.6
    - A range of bug fixes for webpdf exports
  - 6.0.5
    - Revert networkidle2 change which caused custom cdn-fetched widgets
      in webpdf
  - 6.0.4
    - Bugfixes only
  - 6.0.3
    - Execute preprocessor no longer add illegal execution counts to
      markdown cells :ghpull:`1396`:
  - 6.0.2
    - A patch for a few minor issues raised out of the 6.0 release.
  - 6.0.1
    - A quick patch to fix an issue with get_exporter :ghpull:`1367`:
  - 6.0
    - Nbconvert 6.0 is a major release of nbconvert which includes many
      significant changes.
      - Python 2 support was dropped. Currently Python 3.6-3.8 is
        supported and tested by nbconvert. However, nbconvert 6.0
        provides limited support for Python 3.6. nbconvert 6.1 will drop
        support for Python 3.6. Limited support means we will test and
        run CI on Python 3.6.12 or higher. Issues that are found only
        affecting Python 3.6 are not guaranteed to be fixed. We
        recommend all users of nbconvert use Python 3.7 and higher.
      - Unlike previous versions, nbconvert 6.0 relies on the nbclient
        package for the execute preprocessor, which allows for

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=18
2021-02-25 23:27:58 +00:00
Todd R
6dd157574d OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=17 2020-04-20 18:35:05 +00:00
Todd R
651b0b00ac Accepting request 783906 from home:TheBlackCat:branches:devel:languages:python:jupyter
- Temporarily disable python2 to get things building.

OBS-URL: https://build.opensuse.org/request/show/783906
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=16
2020-03-11 15:09:18 +00:00
bd0d52eb96 Accepting request 783178 from devel:languages:python:jupyter
py38 fix

OBS-URL: https://build.opensuse.org/request/show/783178
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbconvert?expand=0&rev=4
2020-03-10 08:40:38 +00:00
Tomáš Chvátal
ca2369db6d - Temporarily disable test_run_all_notebooks as it fails on
python 3.8

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=14
2020-03-10 08:19:16 +00:00
1f5acf899a Accepting request 747936 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/747936
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbconvert?expand=0&rev=3
2019-11-29 14:56:11 +00:00
Todd R
30ca881e7c Accepting request 747935 from home:TheBlackCat:branches:devel:languages:python:jupyter
Update to 5.6.1

OBS-URL: https://build.opensuse.org/request/show/747935
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=12
2019-11-12 20:48:48 +00:00
6187725cfc Accepting request 722422 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/722422
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbconvert?expand=0&rev=2
2019-08-13 18:33:25 +00:00
Todd R
50ad45f9c3 Accepting request 722421 from home:TheBlackCat:branches:devel:languages:python:jupyter
Update to 5.6.0

OBS-URL: https://build.opensuse.org/request/show/722421
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=10
2019-08-11 22:04:39 +00:00
Todd R
144cb07a75 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=9 2019-08-09 19:57:33 +00:00
Todd R
e4c4647b4b OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=8 2019-08-09 19:57:27 +00:00
9f34abd264 Accepting request 703199 from devel:languages:python:jupyter
- Update to 5.5.0:
- Rename to to match python package naming guidelines.
- Split jupyter components into own subpackage.
- Add conflicts to jupyter subpackage to more explicitly handle file overlaps with old naming scheme.

OBS-URL: https://build.opensuse.org/request/show/703199
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbconvert?expand=0&rev=1
2019-05-22 09:12:31 +00:00
Todd R
363323d138 Accepting request 703198 from home:TheBlackCat:branches:devel:languages:python:jupyter
- Add conflicts to jupyter subpackage to more explicitly handle
  file overlaps with old naming scheme.

OBS-URL: https://build.opensuse.org/request/show/703198
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=4
2019-05-15 16:06:38 +00:00
Todd R
e1d46e6c3d spec-cleaner
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=3
2019-04-26 16:41:13 +00:00
Todd R
d50fdc0804 Accepting request 698270 from home:TheBlackCat:branches:devel:languages:python:jupyter
- Update to 5.5.0:
  + New Features
    * IPyWidget Support
    * A new ClearMetadata Preprocessor is available
    * Support for pandoc 2
    * New, and better, latex template
  + Fixing Problems
    * Refactored execute preprocessor to have a process_message function
    * Fixed OOM kernel failures hanging
    * Fixed latex export for svg data in python 3
    * Enabled configuration to be shared to exporters from script exporter
    * Make latex errors less verbose
    * Typo in template syntax
    * Improved attachments +fix supporting non-unique names
    * PDFExporter "output_mimetype" traitlet is not longer 'text/latex'
    * FIX: respect wait for clear_output
    * address deprecation warning in cgi.escape
    * Correct inaccurate description of available LaTeX template
    * Fixed kernel death detection for executions with timeouts
    * Fixed export names for various templates
  + Deprecations
    * Dropped support for python 3.4
    * Removed deprecated ``export_by_name``
  + Testing, Docs, and Builds
    * Added tests for each branch in execute's run_cell method
    * Mention formats in --to options more clearly
    * Adds ascii output type to command line docs page, mention image folder output
    * Simplify setup.py
    * Use utf-8 encoding in execute_api example
    * Upgrade pytest on Travis
    * Fix LaTeX base template name in docs
    * Updated release instructions based on 5.4 release walk-through
    * Fixed broken link to jinja docs

OBS-URL: https://build.opensuse.org/request/show/698270
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=2
2019-04-26 14:41:08 +00:00
Todd R
a11bc26b93 Accepting request 697873 from home:TheBlackCat:branches:devel:languages:python:jupyter
- Rename to to match python package naming guidelines.
- Split jupyter components into own subpackage.
- Rename doc package to match jupyter package name.
- Update to 5.4.1:
  - New Features
    - Expose pygments styles
    - Tornado 6.0 support -- Convert proxy handler from callback
      to coroutine
    - Add option to overwrite the highlight_code filter
  - Fixing Problems
    - Mathjax.tpl fix for rendering Latex in html
    - Backwards compatbility for empty kernel names
  - Testing, Docs, and Builds
    - DOC: Add missing language specification to code-block
- Switch to %pytest
- Disable test due to use of old IPython reference files.
  See https://github.com/jupyter/nbconvert/issues/898
- Use noun phrasing for summary.
- Update to 5.4.0
  + New Features
    * No input flag (``--no-input``)
    * Add alias ``--to ipynb`` for notebook exporter
    * Add ``export_from_notebook``
    * If set, use ``nb.metadata.authors`` for LaTeX author line
    * Populate language_info metadata when executing
    * Support for ``\mathscr``
    * Allow the execute preprocessor to make use of an existing kernel
    * Refactor ExecutePreprocessor
    * Update widgets CDN for ipywidgets 7 w/fallback
    * Add support for adding custom exporters to the "Download as" menu.
    * Enable ANSI underline and inverse
    * Update notebook css to 5.4.0
    * Change default for slides to direct to the reveal cdn rather than locally
    * Use "title" instead of "name" for metadata to match the notebook format
    * Img filename metadata
    * Added MathJax compatibility definitions
    * Per cell exception
    * Simple API for in-memory templates
    * Set BIBINPUTS and BSTINPUTS environment variables when making PDF
    * If ``nb.metadata.title`` is set, default to that for notebook
  + Deprecations
    * Drop support for python 3.3
  + Fixing Problems
    * Fix api break
    * Don't remove empty cells by default
    * Handle attached images in html converter
    * No need to check for the channels already running
    * Update ``font-awesome`` version for slides
    * Properly treat JSON data
    * Skip executing empty code cells
    * Ppdate log.warn (deprecated) to log.warning
    * Cleanup notebook.tex during PDF generation
    * Windows unicode error fixed, nosetest added to setup.py
    * Better content hiding; template & testing improvements
    * Fix Jinja syntax in custom template example.
    * Fix for an issue with empty math block
    * Add parser for Multiline math for LaTeX blocks
    * Use defusedxml to parse potentially untrusted XML
    * Fixes for traitlets 4.1 deprecation warnings
  + Testing, Docs, and Builds
    * A couple of typos
    * Add python_requires metadata.
    * Document ``--inplace`` command line flag.
    * Fix minor typo in ``usage.rst``
    * Add note about local ``reveal_url_prefix``
    * Move ``onlyif_cmds_exist`` decorator to test-specific utils
    * Include LICENSE file in wheels
    * Added Ubuntu Linux Instructions
    * Check for too recent of pandoc version
    * Removing more nose remnants via dependencies.
    * Remove offline statement and add some clarifications in slides docs
    * Linkify PR number
    * Added shebang for python
    * Upgrade mistune dependency
    * add feature to improve docs by having links to prs
    * Update notebook CSS from version 4.3.0 to 5.1.0
    * Explicitly exclude or include all files in Manifest.
- Use documentation provided by upstream.
- Clean up SPEC file.
- Update url
- Update to 5.3.1
  * MANIFEST.in updated to include ``LICENSE`` and ``scripts/`` when creating sdist. #666
- Update to 5.3
  + Major features
    * Tag Based Element Filtering
  + new features
    * configurable ``browser`` in ServePostProcessor #618
    * ``--clear-output`` command line flag to clear output in-place #619
    * remove elements based on tags with ``TagRemovePreprocessor``. #640, #643
    * CellExecutionError can now be imported from ``nbconvert.preprocessors`` #656
    * slides now can enable scrolling and custom transitions #600
  + Documentation
    * Release instructions for nbviewer-deploy
    * improved instructions for handling errors using the ``ExecutePreprocessor`` #656
  + Testing
    * better height/width metadata testing for images in rst & html #601 #602
    * normalise base64 output data to avoid false positives #650
    * normalise ipython traceback messages to handle old and new style #631
  + Bugfixes
    * mathjax obeys ``\\(\\)`` & ``\\[\\]`` (both nbconvert & pandoc) #609 #617
    * specify default templates using extensions #639
    * fix pandoc version number #638
    * require recent mistune version #630
    * catch errors from IPython ``execute_reply`` and ``error`` messages #642
  + Other
    * nose completely removed & dependency dropped #595 #660
    * mathjax processing in mistune now only uses inline grammar #611
    * removeRegex now enabled by default on all TemplateExporters, does not remove cells with outputs #616
    * validate notebook after applying each preprocessor (allowing additional attributes) #645
    * changed COPYING.md to LICENSE for more standard licensing that GitHub knows how to read #654
- Update to 5.2
  + Major features
    * Global Content Filtering
    * Execute notebooks from a function
    * Remove cells based on regex pattern
    * Script exporter entrypoints for nonpython scripts
  + New features
    * configurable ExecutePreprocessor.startup_timeout configurable #583
    * RemoveCell preprocessor based on cell content (defaults to empty cell) #575
    * function for executing notebooks: `executenb` #573
    * global filtering to remove inputs, outputs, markdown cells (&c.), this works on all templates #554
    * script exporter entrypoint #531
    * configurable anchor link text (previously ¶) `HTMLExporter.anchor_link_text` #522
    * configurable values for slides exporter #542 #558
  + Bugfixes
    * we now respect width and height metadata on jpeg and png mimetype outputs #588
    * now we respect the `resolve_references` filter in `report.tplx` #577
    * output metadata now is removed by ClearOutputPreprocessor #569
    * display id respected in execute preproessor #563
    * dynamic defaults for optional jupyter_client import #559
    * don't self-close non-void HTML tags #548
    * upgrade jupyter_client dependency to 4.2 #539
    * LaTeX output through md→LaTeX conversion shouldn't be touched #535
    * now we escape `<` inside math formulas when converting to html #514
  + Other
    * improved releases (how-to documentation, version-number generation and checking) #593
    * doc improvements  #593 #580 #565 #554
    * language information from cell magics (for highlighting) is now included in more formats #586
    * mathjax upgrades and cdn fixes #584 #567
    * better CI #571 #540
    * better traceback behaviour when execution errs #521
    * deprecated nose test features removed #519
- switch texlive Recommends to Suggests - let's not pull the whole
  texlive for this particular package
- Implement single-spec version.
- Update to 5.1.1
  * fix version numbering because of incomplete previous version number
- Update to 5.1
  * improved CSS (specifically tables, in line with notebook) #498
  * improve in-memory templates handling #491
  * test improvements #516 #509 #505
  * new configuration option: IOPub timeout #513
  * doc improvements #489 #500 #493 #506
  * newly customizable: output prompt #500
  * more python2/3 compatibile unicode handling #502
- Update to 5.0
  * Use :command:`xelatex` by default for latex export, improving unicode and font support.
  * Use entrypoints internally to access Exporters, allowing for packages to declare custom exporters more easily.
  * New ASCIIDoc Exporter.
  * New preprocessor for sanitised html output.
  * New general ``convert_pandoc`` filter to reduce the need to hard-code lists of filters in templates.
  * Use pytest, nose dependency to be removed.
  * Refactored Exporter code to avoid ambiguity and cyclic dependencies.
  * Update to traitlets 4.2 API.
  * Fixes for Unicode errors when showing execution errors on Python 2.
  * Default math font matches default Palatino body text font.
  * General documentation improvements. For example, testing, installation, custom exporters.
  * Improved link handling for LaTeX output
  * Refactored the automatic id generation.
  * New kernel_manager_class configuration option for allowing systems to be set up to resolve kernels in different ways. 
  * Kernel errors now will be logged for debugging purposes when executing notebooks. 
- Update to 4.3
  * added live widget rendering for html output, nbviewer by extension
- Update to 4.2
  * :ref:`Custom Exporters <external_exporters>` can be provided by external packages,
  and registered with nbconvert via setuptools entrypoints.
  * allow nbconvert reading from stdin with ``--stdin`` option (write into
  ``notebook`` basename)
  * Various ANSI-escape fixes and improvements
  * Various LaTeX/PDF export fixes
  * Various fixes and improvements for executing notebooks with ``--execute``.
- Create doc subpackage
- Update to 4.1.0
  * setuptools fixes for entrypoints on Windows
  * various fixes for exporters, including slides, latex, and PDF
  * fixes for exceptions met during execution
  * include markdown outputs in markdown/html exports
- Build documentation
- Initial version

OBS-URL: https://build.opensuse.org/request/show/697873
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=1
2019-04-25 15:50:46 +00:00
3 changed files with 6 additions and 3 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a6733b78ce3d47c3f85e504998495b07e6ea9cf9bf6ec1c98dda63ec6ad19142
size 854257

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 27 12:47:52 UTC 2025 - ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
-------------------------------------------------------------------
Wed Aug 21 13:32:58 UTC 2024 - Ben Greiner <code@bnavigator.de>

View File

@ -31,6 +31,7 @@
%endif
# X.X.0 gets abbreviated by pythondistdeps
%define shortversion 7.16.4
%{?sle15_python_module_pythons}
Name: python-nbconvert%{psuffix}
Version: 7.16.4
Release: 0