Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-ipynb for openSUSE:Factory 
checked in at 2022-02-11 23:09:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-ipynb (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-ipynb.new.1956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-ipynb"

Fri Feb 11 23:09:13 2022 rev:8 rq:953490 version:0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-ipynb/ghc-ipynb.changes      2021-11-11 
21:36:56.296911244 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-ipynb.new.1956/ghc-ipynb.changes    
2022-02-11 23:11:09.667249939 +0100
@@ -1,0 +2,9 @@
+Thu Jan 27 14:48:24 UTC 2022 - Peter Simons <psim...@suse.com>
+
+- Update ipynb to version 0.2 revision 1.
+  Upstream has edited the change log file since the last release in
+  a non-trivial way, i.e. they did more than just add a new entry
+  at the top. You can review the file at:
+  http://hackage.haskell.org/package/ipynb-0.2/src/Changelog.md
+
+-------------------------------------------------------------------

Old:
----
  ipynb-0.1.0.2.tar.gz

New:
----
  ipynb-0.2.tar.gz
  ipynb.cabal

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-ipynb.spec ++++++
--- /var/tmp/diff_new_pack.ZwbpwR/_old  2022-02-11 23:11:10.083251143 +0100
+++ /var/tmp/diff_new_pack.ZwbpwR/_new  2022-02-11 23:11:10.103251201 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-ipynb
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,12 +19,13 @@
 %global pkg_name ipynb
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.1.0.2
+Version:        0.2
 Release:        0
 Summary:        Data structure for working with Jupyter notebooks (ipynb)
 License:        BSD-3-Clause
 URL:            https://hackage.haskell.org/package/%{pkg_name}
 Source0:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
+Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-aeson-devel
 BuildRequires:  ghc-base64-bytestring-devel
@@ -59,6 +60,7 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ ipynb-0.1.0.2.tar.gz -> ipynb-0.2.tar.gz ++++++
++++ 8919 lines of diff (skipped)

++++++ ipynb.cabal ++++++
name:                ipynb
version:             0.2
x-revision: 1
synopsis:            Data structure for working with Jupyter notebooks (ipynb).
description:         ipynb defines a data structure for representing Jupyter
                     notebooks, along with ToJSON and FromJSON instances
                     for conversion to and from JSON .ipynb files.
license:             BSD3
license-file:        LICENSE
author:              John MacFarlane
maintainer:          j...@berkeley.edu
copyright:           Copyright (C) 2019 John MacFarlane
category:            Text
build-type:          Simple
extra-source-files:  Changelog.md
                     test/rt-files/*.ipynb
cabal-version:       >=1.10
tested-with:         GHC == 8.2.2 || == 8.4.4 || == 8.6.5 ||
                         == 8.8.1 || == 8.10.4 || == 9.0.1

source-repository    head
  type:              git
  location:          https://github.com/jgm/ipynb.git

library
  exposed-modules:   Data.Ipynb
  build-depends:     base >= 4.8 && < 5,
                     containers >= 0.5.8,
                     unordered-containers,
                     base64-bytestring,
                     aeson >= 1.5.2.0,
                     bytestring,
                     text
  if impl(ghc < 8.0)
    build-depends:   semigroups == 0.18.*
  hs-source-dirs:    src
  default-language:  Haskell2010

test-suite roundtrip
  type:              exitcode-stdio-1.0
  main-is:           roundtrip.hs
  build-depends:     base,
                     ipynb,
                     filepath,
                     directory,
                     tasty,
                     tasty-hunit,
                     aeson,
                     bytestring,
                     microlens-aeson,
                     microlens,
                     text
  hs-source-dirs:    test
  default-language:  Haskell2010

Reply via email to