diff --git a/jupytext-1.17.1.tar.gz b/jupytext-1.17.3.tar.gz similarity index 35% rename from jupytext-1.17.1.tar.gz rename to jupytext-1.17.3.tar.gz index d4884655a5044e698485691a4eb0997611ca43d3..fdb13cd0118186466a98d66076ea02c9c7129763 100644 Binary files a/jupytext-1.17.1.tar.gz and b/jupytext-1.17.3.tar.gz differ diff --git a/python-jupytext.spec b/python-jupytext.spec index 691bbce08c8c0322044b7eef75848020d3661e30..0a5f2530999a2c22506f86a1c97d92798b55c267 100644 --- a/python-jupytext.spec +++ b/python-jupytext.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-jupytext -Version: 1.17.1 +Version: 1.17.3 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/6e/d9/b7acd3bed66c194cec1915c5bbec30994dbb50693ec209e5b115c28ddf63/jupytext-1.17.1.tar.gz +Source0: https://files.pythonhosted.org/packages/15/14/41faf71e168fcc6c48268f0fc67ba0d6acf6ee4e2c5c785c2bccb967c29d/jupytext-1.17.3.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -81,6 +81,26 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Oct 16 2025 lichenguang - 1.17.3-1 +- Update to 1.17.3 + Added + * All the extensions supported by Jupytext now appear in the --to paragraph of + jupytext --help (#433) + * We have added a new function get_formats_from_notebook_path that returns the + list of paired formats for a given notebook (#1419) + Fixed + * We have fixed jupytext --sync, and the contents manager, to make sure that a + simple .py file (not in the percent format) will not be treated as a paired + file when the Jupytext configuration file has formats="ipynb,py:percent" (#1418) + * A notebook can be moved in Jupyter even if that makes it unpaired (#1414) + * The test against jupyter-fs now installs its fs extra dependency (#1398) + * The jupytext --sync command now works correctly with symbolic links. Thanks to + mccullerlp for reporting (#1407) and addressing (#1408) the problem! + * Jupytext will look for quarto.cmd on Windows. Thanks to mccullerlp for documenting + the issue (#1406, #1409). + * We have corrected the jupytext --paired-paths command: it will now take the Jupytext + configuration file, if any, into account (#1419) + * 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