Hello community,
here is the log from the commit of package ghc-yahoo-finance-api for
openSUSE:Factory checked in at 2017-06-22 10:39:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-yahoo-finance-api (Old)
and /work/SRC/openSUSE:Factory/.ghc-yahoo-finance-api.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-yahoo-finance-api"
Thu Jun 22 10:39:46 2017 rev:2 rq:504122 version:0.2.0.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-yahoo-finance-api/ghc-yahoo-finance-api.changes
2017-05-10 20:46:27.397228588 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-yahoo-finance-api.new/ghc-yahoo-finance-api.changes
2017-06-22 10:39:48.450575544 +0200
@@ -1,0 +2,5 @@
+Wed May 31 14:01:13 UTC 2017 - [email protected]
+
+- Update to version 0.2.0.2.
+
+-------------------------------------------------------------------
Old:
----
yahoo-finance-api-0.2.0.1.tar.gz
New:
----
yahoo-finance-api-0.2.0.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-yahoo-finance-api.spec ++++++
--- /var/tmp/diff_new_pack.t9VFPS/_old 2017-06-22 10:39:49.058489835 +0200
+++ /var/tmp/diff_new_pack.t9VFPS/_new 2017-06-22 10:39:49.058489835 +0200
@@ -19,7 +19,7 @@
%global pkg_name yahoo-finance-api
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 0.2.0.1
+Version: 0.2.0.2
Release: 0
Summary: Read quotes from Yahoo Finance API
License: BSD-3-Clause
++++++ yahoo-finance-api-0.2.0.1.tar.gz -> yahoo-finance-api-0.2.0.2.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yahoo-finance-api-0.2.0.1/yahoo-finance-api.cabal
new/yahoo-finance-api-0.2.0.2/yahoo-finance-api.cabal
--- old/yahoo-finance-api-0.2.0.1/yahoo-finance-api.cabal 2017-02-01
23:53:48.000000000 +0100
+++ new/yahoo-finance-api-0.2.0.2/yahoo-finance-api.cabal 2017-05-25
05:17:33.000000000 +0200
@@ -1,5 +1,5 @@
name: yahoo-finance-api
-version: 0.2.0.1
+version: 0.2.0.2
synopsis: Read quotes from Yahoo Finance API
description: Haskell wrapper for the stock APIs provided by Yahoo
Finance.
homepage: https://github.com/cdepillabout/yahoo-finance-api
@@ -24,8 +24,8 @@
, http-api-data
, http-client
, mtl
- , servant >= 0.4 && < 0.11
- , servant-client >= 0.4 && < 0.11
+ , servant >= 0.4
+ , servant-client >= 0.4
, text
, time
, transformers