diff --git a/jupytext-1.16.4.tar.gz b/jupytext-1.17.1.tar.gz similarity index 34% rename from jupytext-1.16.4.tar.gz rename to jupytext-1.17.1.tar.gz index c6efe648ca9aed820addf36e61d476e88a410b0c..d4884655a5044e698485691a4eb0997611ca43d3 100644 Binary files a/jupytext-1.16.4.tar.gz and b/jupytext-1.17.1.tar.gz differ diff --git a/python-jupytext.spec b/python-jupytext.spec index 97ffb85a67faaef561fd4d0b7ce66a6248753a66..691bbce08c8c0322044b7eef75848020d3661e30 100644 --- a/python-jupytext.spec +++ b/python-jupytext.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-jupytext -Version: 1.16.4 +Version: 1.17.1 Release: 1 Summary: Jupyter notebooks as Markdown documents, Julia, Python or R scripts. License: MIT URL: https://github.com/mwouts/jupytext -Source0: https://files.pythonhosted.org/packages/a1/ba/81097573072b165772b71298c339d5da46dfeec53c1c354ce282109967ea/jupytext-1.16.4.tar.gz +Source0: https://files.pythonhosted.org/packages/6e/d9/b7acd3bed66c194cec1915c5bbec30994dbb50693ec209e5b115c28ddf63/jupytext-1.17.1.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -72,18 +72,23 @@ mv %{buildroot}/doclist.lst . %config(noreplace) %{_sysconfdir}/jupyter/jupyter_server_config.d/jupytext.json %{_datadir}/jupyter/labextensions/* %{python3_sitelib}/jupytext -%{python3_sitelib}/jupytext*.dist-info/ %{python3_sitelib}/jupyterlab_jupytext -%{python3_sitelib}/jupyterlab_jupytext/* %{python3_sitelib}/jupytext_config -%{python3_sitelib}/jupytext_config/* - +%{python3_sitelib}/jupytext-*.dist-info/ %files help -f doclist.lst %{_docdir}/* %changelog +* Fri May 23 2025 Dongxing Wang - 1.17.1-1 +- Update package to version 1.17.1 + Renaming files other than notebooks will not load their content + The MyST frontmatter can be mapped to a YAML header at the top of the Jupyter notebook + The context menu has a "New Text Notebook" entry + Jupytext's default contents manager is now derived from the asynchronous AsyncLargeFileManager + Logtalk notebooks are now supported + * Wed Aug 21 2024 xuhe - 1.16.4-1 - Update to 1.16.4-1 - Use `asyncio.iscoroutinefunction` to determine whether the current contents manager is sync or async.