Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (bab4f21d1157bbe9eb990950debeca0c920e92c4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (bab4f21d1157bbe9eb990950debeca0c920e92c4)
  • Date: Sun, 9 Sep 2018 08:56:29 +0000

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

haskell/haskell-quickcheck/DETAILS
| 4 -
haskell/haskell-quickcheck/HISTORY
| 3 +

haskell/haskell-test-framework-quickcheck2/0001-fix-dependency-on-quickcheck.patch
| 25 ----------
haskell/haskell-test-framework-quickcheck2/DETAILS
| 4 -
haskell/haskell-test-framework-quickcheck2/HISTORY
| 4 +
haskell/haskell-test-framework-quickcheck2/PRE_BUILD
| 4 -
python-pypi/python-cheroot/DETAILS
| 4 -
python-pypi/python-cheroot/HISTORY
| 3 +
8 files changed, 16 insertions(+), 35 deletions(-)

New commits:
commit bab4f21d1157bbe9eb990950debeca0c920e92c4
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

haskell/haskell-quickcheck: version 2.12.1

commit d7cc871c2a551b40780b4c5931ae6d1ed849ca9a
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

haskell/haskell-test-framework-quickcheck2: version 0.3.0.5

commit 7921da923800014f14caa28e2d75db1d828f6971
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

python-pypi/python-cheroot: version 6.5.2

diff --git a/haskell/haskell-quickcheck/DETAILS
b/haskell/haskell-quickcheck/DETAILS
index dbdbb78..a62bd37 100755
--- a/haskell/haskell-quickcheck/DETAILS
+++ b/haskell/haskell-quickcheck/DETAILS
@@ -1,8 +1,8 @@
SPELL=haskell-quickcheck
- VERSION=2.11.3
+ VERSION=2.12.1
SOURCE="QuickCheck-${VERSION}.tar.gz"

SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/QuickCheck/${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:17b3c5803cbca980375a1837b4ba931f346be8a720fcc0e37ad2c46abc8ba2073c49635bc89739d34653376c3f7fe1bd39560092c005b8dbce0a7effac25d73d
+
SOURCE_HASH=sha512:280bc8e8b05e096629e5afdb6cd5c7f42690b8632af11ed513454ec7dbd8eff88518ae532b2055a30a57fe8bef3afa35cfe4ed981509d917b20a45c010b62629
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/QuickCheck-${VERSION}"
WEB_SITE="https://github.com/nick8325/quickcheck";
LICENSE[0]=BSD3
diff --git a/haskell/haskell-quickcheck/HISTORY
b/haskell/haskell-quickcheck/HISTORY
index a877c13..0c0d3ac 100644
--- a/haskell/haskell-quickcheck/HISTORY
+++ b/haskell/haskell-quickcheck/HISTORY
@@ -1,3 +1,6 @@
+2018-09-09 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 2.12.1
+
2018-01-29 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* POST_REMOVE, POST_RESURRECT, PRE_RESURRECT: removed

diff --git
a/haskell/haskell-test-framework-quickcheck2/0001-fix-dependency-on-quickcheck.patch

b/haskell/haskell-test-framework-quickcheck2/0001-fix-dependency-on-quickcheck.patch
deleted file mode 100644
index 4cd2d1f..0000000
---
a/haskell/haskell-test-framework-quickcheck2/0001-fix-dependency-on-quickcheck.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From af9fc19c46e8b56db4372a19a9ab003097aae43b Mon Sep 17 00:00:00 2001
-From: Florian Franzmann <bwlf AT bandrate.org>
-Date: Fri, 26 Jan 2018 21:16:48 +0100
-Subject: [PATCH] fix dependency on quickcheck
-
----
- test-framework-quickcheck2.cabal | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/test-framework-quickcheck2.cabal
b/test-framework-quickcheck2.cabal
-index 317968e..9efd6dd 100644
---- a/test-framework-quickcheck2.cabal
-+++ b/test-framework-quickcheck2.cabal
-@@ -26,7 +26,7 @@ Library
- Exposed-Modules: Test.Framework.Providers.QuickCheck2
-
- Build-Depends: test-framework == 0.8.*
-- , QuickCheck >= 2.4 && < 2.11
-+ , QuickCheck >= 2.4 && < 2.12
- , base >= 4.3 && < 5
- , extensible-exceptions >= 0.1.1 && < 0.2.0
- , random >= 1 && < 1.2
---
-2.15.1
-
diff --git a/haskell/haskell-test-framework-quickcheck2/DETAILS
b/haskell/haskell-test-framework-quickcheck2/DETAILS
index 9b1dc2d..1e4f1bc 100755
--- a/haskell/haskell-test-framework-quickcheck2/DETAILS
+++ b/haskell/haskell-test-framework-quickcheck2/DETAILS
@@ -1,8 +1,8 @@
SPELL=haskell-test-framework-quickcheck2
- VERSION=0.3.0.4
+ VERSION=0.3.0.5
SOURCE="test-framework-quickcheck2-${VERSION}.tar.gz"

SOURCE_URL[0]=https://hackage.haskell.org/package/test-framework-quickcheck2-${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:cdf689586f1a52a966241a3904371dfcb5492110a7ecc0e59316abb248514fc474909ae320b6639cfaf559219f5be3d1e44af2a12f2532429865f10af9fd43e8
+
SOURCE_HASH=sha512:58c6177d52829ba1ea1858a11101e5b21ae4e4543f8f829779f62208ad16083b41e9f3b2275392693698ef3d46912096c368d90db0d67ff136af4fa73d5e1d43
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/test-framework-quickcheck2-${VERSION}"
WEB_SITE="https://batterseapower.github.io/test-framework/";
LICENSE[0]=BSD
diff --git a/haskell/haskell-test-framework-quickcheck2/HISTORY
b/haskell/haskell-test-framework-quickcheck2/HISTORY
index 9b50148..3b9a1da 100644
--- a/haskell/haskell-test-framework-quickcheck2/HISTORY
+++ b/haskell/haskell-test-framework-quickcheck2/HISTORY
@@ -1,3 +1,7 @@
+2018-09-09 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 0.3.0.5
+ * PRE_BUILD, 0001-fix-dependency-on-quickcheck.patch: removed
+
2018-01-26 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* PRE_BUILD, 0001-fix-dependency-on-quickcheck.patch: fix dependency

diff --git a/haskell/haskell-test-framework-quickcheck2/PRE_BUILD
b/haskell/haskell-test-framework-quickcheck2/PRE_BUILD
deleted file mode 100755
index 6e7e1d8..0000000
--- a/haskell/haskell-test-framework-quickcheck2/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-
-cd "$SOURCE_DIRECTORY" &&
-patch -p1 < "$SPELL_DIRECTORY/0001-fix-dependency-on-quickcheck.patch"
diff --git a/python-pypi/python-cheroot/DETAILS
b/python-pypi/python-cheroot/DETAILS
index d4ea8a9..f8e06df 100755
--- a/python-pypi/python-cheroot/DETAILS
+++ b/python-pypi/python-cheroot/DETAILS
@@ -1,8 +1,8 @@
SPELL=python-cheroot
- VERSION=6.4.0
+ VERSION=6.5.2
SOURCE="cheroot-$VERSION.tar.gz"
SOURCE_URL[0]=http://pypi.io/packages/source/c/cheroot/$SOURCE
-
SOURCE_HASH=sha512:3023a2e09b730cd9dbf88de8add2846855707e16d7aea94233365b73250b8051c4770951717ca3c3d64e9b902336c61c48452027e38ee8f1a131e1dc89ce0a45
+
SOURCE_HASH=sha512:f31026050a45720a0aa08204607b521ae2c0666220886bd14f1f53f81411a66a8ff17e42640efb5189e998f3dfda2fbe41a2c18672dd83c52e9d8ad356cab264
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/cheroot-${VERSION}"
WEB_SITE="https://github.com/cherrypy/cheroot";
LICENSE[0]=BSD
diff --git a/python-pypi/python-cheroot/HISTORY
b/python-pypi/python-cheroot/HISTORY
index 6e8b4f9..337c868 100644
--- a/python-pypi/python-cheroot/HISTORY
+++ b/python-pypi/python-cheroot/HISTORY
@@ -1,3 +1,6 @@
+2018-09-09 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 6.5.2
+
2018-08-18 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 6.4.0




  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (bab4f21d1157bbe9eb990950debeca0c920e92c4), Florian Franzmann, 09/09/2018

Archive powered by MHonArc 2.6.24.

Top of Page