Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (ce8f9d1c2fb9f61ddf9df0cb46f22bf6c150d19d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (ce8f9d1c2fb9f61ddf9df0cb46f22bf6c150d19d)
  • Date: Wed, 30 Jun 2021 19:49:39 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

libs/libical/DEPENDS | 5 ++++-
libs/libical/DETAILS | 1 +
libs/libical/HISTORY | 4 ++++
python-pypi/numpy/DETAILS | 4 ++--
python-pypi/numpy/HISTORY | 7 +++++--
5 files changed, 16 insertions(+), 5 deletions(-)

New commits:
commit ce8f9d1c2fb9f61ddf9df0cb46f22bf6c150d19d
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

numpy: Use release tarball instead of snapshot

commit 42b65f8c543f716cbf365e2fb49e017acb30bd7e
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libical: Fix optional dependency on ICU

diff --git a/libs/libical/DEPENDS b/libs/libical/DEPENDS
index a40eacc..a493784 100755
--- a/libs/libical/DEPENDS
+++ b/libs/libical/DEPENDS
@@ -8,4 +8,7 @@ optional_depends glib2 '' ' -DICAL_GLIB=0' 'libical-glib
interface' &&
if is_depends_enabled $SPELL glib2;then
depends libxml2
fi &&
-optional_depends icu '' ' -D' 'RSCALE (RFC7529) support'
+optional_depends icu \
+ '' \
+ '-DCMAKE_DISABLE_FIND_PACKAGE_ICU=TRUE' \
+ 'RSCALE (RFC7529) support'
diff --git a/libs/libical/DETAILS b/libs/libical/DETAILS
index 6918579..f9cceb7 100755
--- a/libs/libical/DETAILS
+++ b/libs/libical/DETAILS
@@ -1,6 +1,7 @@
source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=libical
VERSION=3.0.10
+ PATCHLEVEL=1

SOURCE_HASH=sha512:e32ccaff9b8a501f340567a1221c580023e4ed79918519bfa88aee2c0e8b62f5ea37e10907f2eb6fbd346a57408708a74e30aaf9a57a8d711eae30ddc974ddd0
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/libs/libical/HISTORY b/libs/libical/HISTORY
index acc4923..dba95d2 100644
--- a/libs/libical/HISTORY
+++ b/libs/libical/HISTORY
@@ -1,3 +1,7 @@
+2021-06-30 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ * DEPENDS: fixed icu optional dependency
+
2021-05-01 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 3.0.10

diff --git a/python-pypi/numpy/DETAILS b/python-pypi/numpy/DETAILS
index bf62d6f..3b47a44 100755
--- a/python-pypi/numpy/DETAILS
+++ b/python-pypi/numpy/DETAILS
@@ -1,10 +1,10 @@
SPELL=numpy
VERSION=1.21.0
SECURITY_PATCH=2
-
SOURCE_HASH=sha512:dae064519f563996a787488bd4175851f7af951d90a0809620479ac91ee89b5b2f1a37fe68318fea854e8d01413661ef5dab4f0e756eaabe3f673a7e83a8573c
+
SOURCE_HASH=sha512:7298cb116d632d02ee47757f0c859e9e8029a6d99eb572b6c95548bd3549ddf91f71f02469a4931574152688190a8df1053f1ac4710b07d16b77f7dc4125bbb1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
- SOURCE_URL[0]=https://github.com/numpy/numpy/archive/v${VERSION}.tar.gz
+
SOURCE_URL[0]=https://github.com/numpy/numpy/releases/download/v$VERSION/$SOURCE
WEB_SITE=https://www.numpy.org/
ENTERED=20020319
LICENSE[0]=PYTHON
diff --git a/python-pypi/numpy/HISTORY b/python-pypi/numpy/HISTORY
index b351c15..e2cf4dd 100644
--- a/python-pypi/numpy/HISTORY
+++ b/python-pypi/numpy/HISTORY
@@ -1,7 +1,10 @@
-2021-06-20 Florian Franzmann <bwlf AT bandrate.org>
+2021-06-30 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: use release tarball instead of snapshot
+
+2021-06-20 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 1.21.0

-2021-05-22 Florian Franzmann <bwlf AT bandrate.org>
+2021-05-22 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 1.20.3

2021-04-04 Florian Franzmann <bwlf AT bandrate.org>



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (ce8f9d1c2fb9f61ddf9df0cb46f22bf6c150d19d), Ismael Luceno, 06/30/2021

Archive powered by MHonArc 2.6.24.

Top of Page