Accepting request 930339 from devel:languages:haskell
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/930339 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-ipynb?expand=0&rev=7
This commit is contained in:
commit
1f732c55c8
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 1 08:27:06 UTC 2021 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update ipynb to version 0.1.0.2.
|
||||||
|
## 0.1.0.2 -- 2020-10-23
|
||||||
|
|
||||||
|
* Changes for aeson 2 compatibility.
|
||||||
|
|
||||||
|
* Simplified round trip test to avoid use of aeson-diff, which doesn't work with aeson 2.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-ipynb
|
# spec file for package ghc-ipynb
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 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
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%global pkg_name ipynb
|
%global pkg_name ipynb
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.1.0.1
|
Version: 0.1.0.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Data structure for working with Jupyter notebooks (ipynb)
|
Summary: Data structure for working with Jupyter notebooks (ipynb)
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -35,14 +35,12 @@ BuildRequires: ghc-text-devel
|
|||||||
BuildRequires: ghc-unordered-containers-devel
|
BuildRequires: ghc-unordered-containers-devel
|
||||||
ExcludeArch: %{ix86}
|
ExcludeArch: %{ix86}
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: ghc-aeson-diff-devel
|
|
||||||
BuildRequires: ghc-directory-devel
|
BuildRequires: ghc-directory-devel
|
||||||
BuildRequires: ghc-filepath-devel
|
BuildRequires: ghc-filepath-devel
|
||||||
BuildRequires: ghc-microlens-aeson-devel
|
BuildRequires: ghc-microlens-aeson-devel
|
||||||
BuildRequires: ghc-microlens-devel
|
BuildRequires: ghc-microlens-devel
|
||||||
BuildRequires: ghc-tasty-devel
|
BuildRequires: ghc-tasty-devel
|
||||||
BuildRequires: ghc-tasty-hunit-devel
|
BuildRequires: ghc-tasty-hunit-devel
|
||||||
BuildRequires: ghc-vector-devel
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2b7b13bbe685ba753a9cc3d93c7155dfa5403122d72c9ce3ec39e47323f89753
|
|
||||||
size 631919
|
|
3
ipynb-0.1.0.2.tar.gz
Normal file
3
ipynb-0.1.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7d269508fbfe62645e43c19954a203498853f4c915c0bef8f50747a50a257e62
|
||||||
|
size 20158
|
Loading…
Reference in New Issue
Block a user