- Update to v4.0.1
* Fix version parsing #739 (@fcollonval) - Release v4.0.0 ## Enhancements made * Change header for unchanged notebook meta #736 (@vidartf) * Ensure collapsed mergepane border #731 (@vidartf) * Add translation for the frontend in Lab #709 (@fcollonval) * Make collapseIdentical margin configurable #707 (@fcollonval) * Support hiding base editor #705 (@fcollonval) * Restore collapsers #701 (@fcollonval) * Add support for using cell ID in diffing and merging #639 (@vidartf) ## Bugs fixed * Fix duplicate pickers #735 (@vidartf) * CM6: Fix spacing between editors #728 (@HaudinFlorence) * Fix drag and drop #723 (@fcollonval) * Do not collapse editor lines in single editor #719 (@fcollonval) * Improve alignment #717 (@fcollonval) * Add CSS files in nbdime package #715 (@fcollonval) * Apply post-mortem review comments #711 (@fcollonval) * Improve findAlignedLines #706 (@fcollonval) * Improve diff view #696 (@fcollonval) * Fix wrong picker marker (a typo during lab 4.0 migration) #688 (@krassowski) * Use pseudo-elements instead of border to preserve line height #687 (@krassowski) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbdime?expand=0&rev=44
This commit is contained in:
parent
3017125aa2
commit
173992b87c
BIN
nbdime-3.2.1.tar.gz
(Stored with Git LFS)
BIN
nbdime-3.2.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
nbdime-4.0.1.tar.gz
Normal file
3
nbdime-4.0.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f1a760c0b00c1ba9b4945c16ce92577f393fb51d184f351b7685ba6e8502098e
|
||||||
|
size 9414125
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 7 15:06:32 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to v4.0.1
|
||||||
|
* Fix version parsing #739 (@fcollonval)
|
||||||
|
- Release v4.0.0
|
||||||
|
## Enhancements made
|
||||||
|
* Change header for unchanged notebook meta #736 (@vidartf)
|
||||||
|
* Ensure collapsed mergepane border #731 (@vidartf)
|
||||||
|
* Add translation for the frontend in Lab #709 (@fcollonval)
|
||||||
|
* Make collapseIdentical margin configurable #707 (@fcollonval)
|
||||||
|
* Support hiding base editor #705 (@fcollonval)
|
||||||
|
* Restore collapsers #701 (@fcollonval)
|
||||||
|
* Add support for using cell ID in diffing and merging #639
|
||||||
|
(@vidartf)
|
||||||
|
## Bugs fixed
|
||||||
|
* Fix duplicate pickers #735 (@vidartf)
|
||||||
|
* CM6: Fix spacing between editors #728 (@HaudinFlorence)
|
||||||
|
* Fix drag and drop #723 (@fcollonval)
|
||||||
|
* Do not collapse editor lines in single editor #719
|
||||||
|
(@fcollonval)
|
||||||
|
* Improve alignment #717 (@fcollonval)
|
||||||
|
* Add CSS files in nbdime package #715 (@fcollonval)
|
||||||
|
* Apply post-mortem review comments #711 (@fcollonval)
|
||||||
|
* Improve findAlignedLines #706 (@fcollonval)
|
||||||
|
* Improve diff view #696 (@fcollonval)
|
||||||
|
* Fix wrong picker marker (a typo during lab 4.0 migration) #688
|
||||||
|
(@krassowski)
|
||||||
|
* Use pseudo-elements instead of border to preserve line height
|
||||||
|
#687 (@krassowski)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 17 16:04:56 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
Thu Aug 17 16:04:56 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-nbdime
|
# spec file for package python-nbdime
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -22,11 +22,11 @@
|
|||||||
%bcond_with libalternatives
|
%bcond_with libalternatives
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%define pyver 3.2.1
|
%define pyver 4.0.1
|
||||||
%define labver 2.2.0
|
%define labver 3.0.1
|
||||||
%define jupver 6.2.0
|
%define jupver 7.0.1
|
||||||
# always cut trailing .0
|
# always cut trailing .0
|
||||||
%define pyverdist 3.2.1
|
%define pyverdist 4.0.1
|
||||||
%define mainbins nbdime nbshow nbdiff nbdiff-web nbmerge nbmerge-web
|
%define mainbins nbdime nbshow nbdiff nbdiff-web nbmerge nbmerge-web
|
||||||
%define gitbins git-nbdifftool git-nbmergetool git-nbdiffdriver git-nbmergedriver
|
%define gitbins git-nbdifftool git-nbmergetool git-nbdiffdriver git-nbmergedriver
|
||||||
%define hgbins hg-nbdiff hg-nbdiffweb hg-nbmerge hg-nbmergeweb
|
%define hgbins hg-nbdiff hg-nbdiffweb hg-nbmerge hg-nbmergeweb
|
||||||
@ -77,7 +77,7 @@ BuildRequires: alts
|
|||||||
Requires: alts
|
Requires: alts
|
||||||
%else
|
%else
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun): update-alternatives
|
||||||
%endif
|
%endif
|
||||||
Conflicts: python-jupyter_nbdime-git < 1.0.5
|
Conflicts: python-jupyter_nbdime-git < 1.0.5
|
||||||
Conflicts: python-jupyter_nbdime-hg < 1.0.5
|
Conflicts: python-jupyter_nbdime-hg < 1.0.5
|
||||||
@ -141,7 +141,7 @@ Conflicts: jupyter-nbdime-git < %{jupver}-%{release}
|
|||||||
Requires: alts
|
Requires: alts
|
||||||
%else
|
%else
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun): update-alternatives
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description git
|
%description git
|
||||||
@ -168,7 +168,7 @@ Conflicts: jupyter-nbdime-hg < %{jupver}-%{release}
|
|||||||
Requires: alts
|
Requires: alts
|
||||||
%else
|
%else
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun): update-alternatives
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description hg
|
%description hg
|
||||||
|
Loading…
Reference in New Issue
Block a user