commit python-jupytext for openSUSE:Factory

2020-02-25 Thread root
Hello community,

here is the log from the commit of package python-jupytext for openSUSE:Factory 
checked in at 2020-02-25 16:05:18

Comparing /work/SRC/openSUSE:Factory/python-jupytext (Old)
 and  /work/SRC/openSUSE:Factory/.python-jupytext.new.26092 (New)


Package is "python-jupytext"

Tue Feb 25 16:05:18 2020 rev:4 rq:778851 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/python-jupytext/python-jupytext.changes  
2019-11-29 16:01:44.628834300 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jupytext.new.26092/python-jupytext.changes   
2020-02-25 16:05:51.36474 +0100
@@ -1,0 +2,66 @@
+Mon Feb 24 15:55:53 UTC 2020 - Todd R 
+
+- Update to version 1.3.4
+  + Added
+* C# and F# Jupyter notebooks are now supported 
+  + Fixed
+* `jupytext --to script *.ipynb` now computes the script extension for 
each notebook 
+* Fix shebang handling for languages with non-# comments, by Jonas Bushart
+* Indented bash commands are now commented out
+* The main formats are documented in `jupytext --help`
+- Update to version 1.3.3
+  + Added
+* Jupytext has a logo! Many thanks to Kyle Kelley for contributing the 
actual logo, and to Chris Holdgraf for suggesting this.
+* Nested metadata filtering is now supported! You can use this to rid of 
`jupytext_version` if you wish.
+  + Fixed
+* Code cells in the Markdown format can contain triple backticks inside 
multiline strings.
+* Changes in the YAML header when running `jupytext --test` on text files 
are ignored.
+- Update to version 1.3.2
+  + Fixed
+* The `--pre-commit` mode now ignores non-notebook files in the index.
+* `nbformat_minor` is taken from the notebook with outputs When inputs and 
outputs are merged.
+- Update to version 1.3.1
+  + Added
+* New `nomarker` format in the Jupyter Notebook and JupyterLab extensions
+  + Changed
+* The `normarker` format replaces the one previously named `bare`.
+  + Fixed
+* Multiline strings are now accepted in the YAML header. Fix contributed 
by ZHUO Qiang.
+* Fixed the instructions on how to use multiline comments for all Markdown 
cells in the py:percent format, by ZHUO Qiang.
+* Added `cd` to the list of magic commands.
+* Do not read paired files when `--set-formats` is being used.
+- Update to version 1.3.0
+  + Added
+* Pairing a notebook to both `.md` and `.py` is now supported. Input cells 
are loaded from the most recent text representation
+* Both the Jupyter Notebook and the Jupyter Lab extension for Jupytext 
were updated
+* Raw cells are now encoded using HTML comments (`` and ``) in Markdown files
+* Markdown cells can be delimited with any of ``,  `` or ``
+* Code blocks from Markdown files, when they don't have an explicit 
language, appear in Markdown cells in Jupyter
+* Code blocks with an explicit language and a `.noeval` attribute are 
inactive in Jupyter
+* Markdown and raw cells can be quoted with triple quotes in the 
`py:percent` format. And Markdown cells can start with just `# %% [md]`
+* The light format uses `# + [markdown]` rather than the previous 
`cell_type` metadata to identify markdown cells with metadata
+* Explicit Markdown cells in the light format `# + [markdown]` can use 
triple quotes
+* IPython magic help commands like `float?` are classified as magics, and 
thus commented in Python scripts
+* Cell metadata can be encoded as either `key=value` (the new default) or 
in JSON. An automatic option `cell_metadata_json` should help minimize the 
impact on existing files
+* R Markdown hidden inputs, outputs, or cells are now mapped to the 
corresponding Jupyter Book tags by default
+* The notebook metadata filter is automatically updated when extra keys 
are added to the YAML header
+* The Jupyter Notebook extension for Jupytext is compatible with Jupyter 
Notebook 6.0
+* `jupytext notebook.py --to ipynb` updates the timestamp of `notebook.py` 
so that the paired notebook still works in Jupyter
+* `jupytext --check pytest notebook.ipynb` can be used to run test 
functions in a notebook
+* `jupytext --check` and `jupytext --pipe` can run commands that only 
operate on files: when `{}` is found in the text of the command, `jupytext` 
saves the text representation of the notebook in a temp file, and replaces `{}` 
with the name of that file before executing the command.
+* Documented how to sync notebooks in a pre-commit hook
+* Added support for Rust/Evxcr, by Jonas Bushart
+* Added support for [Robot 
Framework](https://robots-from-jupyter.github.io/), by Asko Soukka
+* Added support for PowerShell
+  + Changed
+* Use `CHANGELOG.md` rather than `HISTORY.rst`
+  + Fixed
+* Commands like `cat = x` are not magic commands, so they are not 
commented any more
+* 

commit python-jupytext for openSUSE:Factory

2019-11-29 Thread root
Hello community,

here is the log from the commit of package python-jupytext for openSUSE:Factory 
checked in at 2019-11-29 15:57:32

Comparing /work/SRC/openSUSE:Factory/python-jupytext (Old)
 and  /work/SRC/openSUSE:Factory/.python-jupytext.new.26869 (New)


Package is "python-jupytext"

Fri Nov 29 15:57:32 2019 rev:3 rq:748441 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/python-jupytext/python-jupytext.changes  
2019-08-13 13:21:20.693417114 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupytext.new.26869/python-jupytext.changes   
2019-11-29 16:01:44.628834300 +0100
@@ -1,0 +2,32 @@
+Wed Nov 13 16:40:01 UTC 2019 - Todd R 
+
+- Drop python2 support due to python-notebook dropping python2 support
+
+---
+Tue Nov 12 16:58:09 UTC 2019 - Todd R 
+
+- Update to 1.2.4
+  + Improvements
+* The documentation includes a mention on how to set metadata filters at 
the command line
+* Jupytext will not catch any error when the flag ``--warn-only`` is not 
set
+  + BugFixes
+* Now the flag ``--warn-only`` catches every possible error
+* ``.md`` and ``.markdown`` files are treated identically
+* Fixed ``--set-kernel`` when using pipes
+* Fixed utf-8 encoding on stdout on Python 2
+- Update to 1.2.3
+  + BugFixes
+* Dependency on ``setuptools`` in ``pandoc.py`` made optional to fix the 
build of the conda package
+- Update to 1.2.2
+  + Improvements
+* Documentation includes a section on how to use Jupytext as a Python 
library
+* Mention of the server extension in the documentation
+* Text notebooks can be tested with `jupytext --execute notebook.md`
+* The default value of `as_version` in `jupytext.read` is 
`nbformat.NO_CONVERT`, as for `nbformat.read`
+* Jupytext tests are now included in sdist
+  + BugFixes
+* Fixed the download notebook error when `c.notebook_extensions` has a 
custom value
+* Fixed the usability of the `fmt` argument in `jupytext.read`
+* String delimiters in commented text are now ignored
+
+---

Old:

  jupytext-1.2.1.tar.gz

New:

  jupytext-1.2.4.tar.gz



Other differences:
--
++ python-jupytext.spec ++
--- /var/tmp/diff_new_pack.dzOCcv/_old  2019-11-29 16:01:45.276834034 +0100
+++ /var/tmp/diff_new_pack.dzOCcv/_new  2019-11-29 16:01:45.276834034 +0100
@@ -16,8 +16,9 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:   python-jupytext
-%define mainver 1.2.1
+%define mainver 1.2.4
 %define labver  1.0.2
 Version:%{mainver}
 Release:0

++ jupytext-1.2.1.tar.gz -> jupytext-1.2.4.tar.gz ++
 28636 lines of diff (skipped)




commit python-jupytext for openSUSE:Factory

2019-08-13 Thread root
Hello community,

here is the log from the commit of package python-jupytext for openSUSE:Factory 
checked in at 2019-08-13 13:20:36

Comparing /work/SRC/openSUSE:Factory/python-jupytext (Old)
 and  /work/SRC/openSUSE:Factory/.python-jupytext.new.9556 (New)


Package is "python-jupytext"

Tue Aug 13 13:20:36 2019 rev:2 rq:722248 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/python-jupytext/python-jupytext.changes  
2019-05-25 13:35:21.995971958 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupytext.new.9556/python-jupytext.changes
2019-08-13 13:21:20.693417114 +0200
@@ -1,0 +2,58 @@
+Sun Aug 11 04:30:09 UTC 2019 - Todd R 
+
+- Update to 1.2.1
+  + Improvements
+* Added documentation on how to use Jupytext with JupyterLab 0.35
+* and on using Jupytext with the pre-commit package manager
+* The `read` and `write` functions are easier to use
+  + BugFixes
+* Jupytext now ships the ``jupyterlab-jupytext`` extension in version 
1.0.2. The version 1.0.1 erroneously introduces a `target_formats` metadata in 
the jupytext section, instead of `formats`, and works only after two clicks.
+- Update to 1.2.0
+  + Improvements
+* New ``--execute`` option in Jupytext CLI
+* The ``--set-formats`` option in Jupytext CLI also triggers ``--sync``, 
allowing shorter commands.
+* ``jupytext``'s ``read`` and ``write`` functions can be used as drop-in 
replacements for ``nbformat``'s ones.
+* ``jupytext --sync`` will now skip unpaired notebooks.
+* The JupyterLab extension was updated. It now works on on text filesand 
has a new option to include
+  (or not) the metadata in the text representation of the notebook.
+* Jupytext's contents manager class is derived dynamically from the 
default CM class for compatibility with
+  ``jupyter_server``
+* Removed dependency on ``mock`` and ``testfixtures``, thanks to 
Jean-Sebastien Dieu
+* Added support for `.markdown` extension
+  + BugFixes
+* The ``jupyterlab-jupytext`` extension shipped with the python package is 
in version 1.0.1, and is compatible only
+  with JupyterLab >= 1.0. If you use an earlier version of JupyterLab, 
please install the version 0.19 of the extension
+  with ``jupyter labextension install jupyterlab-jupytext@0.19``
+* Text files can be unpaired
+- Update to 1.1.7
+  + Improvements
+* Added support for Scala notebook, by Tobias Frischholz
+* Added a getting started notebook for jupytext (and Binder), by Chris 
Holdgraf
+* The Markdown and R Markdown representations are now tested for all the 
languages
+* The Jupytext notebook extension also works when the notebook is a text 
file
+  + BugFixes
+* The Jupytext Menu in Jupyter Notebook is now compatible with 
``jupyter_nbextensions_configurator``
+* Entries in the Jupytext menu are updated when the menu is hovered on
+* Fixed link to ``.md`` files in the documentation
+- Update to 1.1.6
+  + Improvements
+* Jupytext now supports Javascript and Typescript, thanks to Hatem Hosny
+* Jupytext works with Python 3.8 as well
+  + BugFixes
+* Fix global ``auto`` pairing
+- Update to 1.1.5
+  + BugFixes
+* Fixed implicit dependency on ``jupyter_client``
+- Update to 1.1.4
+  + Improvements
+* New argument ``--set-kernel`` in Jupytext command line
+* Jupytext now accepts ``--to script`` or ``--to auto``
+* Jupytext now has a real Sphinx documentation on `readthedocs
+  `_, thanks to Chris Holdgraf
+  + BugFixes
+* Invalid notebooks may cause a warning, but not a fatal error
+* Jupyter server extension leaves the contents manager unchanged if it is 
a sub-class of Jupytext's CM
+* Fixed format inference when metadata is present but not format 
information
+* Preserve executable and encoding information in scripts with metadata
+
+---

Old:

  jupytext-1.1.3.tar.gz

New:

  jupytext-1.2.1.tar.gz



Other differences:
--
++ python-jupytext.spec ++
--- /var/tmp/diff_new_pack.92NSSY/_old  2019-08-13 13:21:22.677416592 +0200
+++ /var/tmp/diff_new_pack.92NSSY/_new  2019-08-13 13:21:22.681416591 +0200
@@ -17,8 +17,8 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-jupytext
-%define mainver 1.1.3
-%define labver  0.1.0
+%define mainver 1.2.1
+%define labver  1.0.2
 Version:%{mainver}
 Release:0
 License:MIT
@@ -104,6 +104,7 @@
 %files -n jupyter-jupytext
 %license LICENSE
 %{_bindir}/jupytext
+%config %{_jupyter_server_confdir}/jupytext.json
 %config %{_jupyter_servextension_confdir}/jupytext.json
 %config