Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (f350a9c662a4eb2115423fd4d243984d03e76b71)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (f350a9c662a4eb2115423fd4d243984d03e76b71)
  • Date: Thu, 2 Oct 2025 09:31:59 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

doc/discount/DETAILS | 4 ++--
doc/discount/HISTORY | 3 +++
libs/jansson/DETAILS | 6 +++---
libs/jansson/HISTORY | 4 ++++
libs/jansson/PRE_BUILD | 3 +++
python-pypi/jinja2/DEPENDS | 1 +
python-pypi/jinja2/DETAILS | 6 +++---
python-pypi/jinja2/HISTORY | 4 ++++
8 files changed, 23 insertions(+), 8 deletions(-)

New commits:
commit f350a9c662a4eb2115423fd4d243984d03e76b71
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

jansson: => 2.14.1

commit a4e72a42a9790d5572dcc7317df0663a30512913
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

discount: => 3.0.1.2

commit 2360668a5e294b727b083eddcf6350641055761f
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

jinja2: => 3.1.6

diff --git a/doc/discount/DETAILS b/doc/discount/DETAILS
index 5387bca..1a351ea 100755
--- a/doc/discount/DETAILS
+++ b/doc/discount/DETAILS
@@ -1,6 +1,6 @@
SPELL=discount
- VERSION=2.2.7d
-
SOURCE_HASH=sha512:5bdb771c338c141c32857f17dc7531a58220253160036c4789af2830277f7365770e5e7916a9c921bb07b517ff7334793937dc860e3fb4309a3e570cf69bae77
+ VERSION=3.0.1.2
+
SOURCE_HASH=sha512:141884780d3c48618fe16b0f01f4807b667021edfc718a7c106b4ac43fd987b4c14a928c978d27c3a680fcf37a43a60abea25e0bcf24e83dfb35a19424c23e69
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=https://www.pell.portland.or.us/~orc/Code/discount
diff --git a/doc/discount/HISTORY b/doc/discount/HISTORY
index 53198b5..ebf0ec2 100644
--- a/doc/discount/HISTORY
+++ b/doc/discount/HISTORY
@@ -1,3 +1,6 @@
+2025-10-02 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.0.1.2
+
2023-10-07 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.2.7d

diff --git a/libs/jansson/DETAILS b/libs/jansson/DETAILS
index fdad16c..f221320 100755
--- a/libs/jansson/DETAILS
+++ b/libs/jansson/DETAILS
@@ -1,12 +1,12 @@
. "$GRIMOIRE/CMAKE_FUNCTIONS"
SPELL=jansson
- VERSION=2.14
+ VERSION=2.14.1
PATCHLEVEL=1
-
SOURCE_HASH=sha512:c56e2e8d18819e3f5caa46edd4819694a240aeb3524a6f9d9f4465edf65b183d1870bd5d256cdd378d411a52979121369b951406fdf7bf323db5c30001fa1bc4
+
SOURCE_HASH=sha512:7d3a01566cf42a2d8f1ddca12bfb04a93a11ad30bcccb7d5f862015d9a59f8376b2ed46026aa0f0828acc4b74f4537cae5a1874ab81b83b8638d75ad0c94e243
SOURCE="${SPELL}-${VERSION}.tar.bz2"

SOURCE_URL[0]=https://github.com/akheron/jansson/archive/refs/tags/v${VERSION}.tar.gz
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- WEB_SITE="http://www.digip.org/jansson/";
+ WEB_SITE="https://www.digip.org/jansson/";
LICENSE[0]=MIT
ENTERED=20120121
SHORT="a C library for encoding, decoding and manipulating JSON
data"
diff --git a/libs/jansson/HISTORY b/libs/jansson/HISTORY
index f1e9606..9562c37 100644
--- a/libs/jansson/HISTORY
+++ b/libs/jansson/HISTORY
@@ -1,3 +1,7 @@
+2025-10-02 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.14.1
+ * PRE_BUILD: added, fix cmake
+
2021-10-06 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: PATCHLEVEL++
* DEPENDS: removed autoconf, automake, and gcc
diff --git a/libs/jansson/PRE_BUILD b/libs/jansson/PRE_BUILD
new file mode 100755
index 0000000..f73768b
--- /dev/null
+++ b/libs/jansson/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sed -i '/cmake_minimum_required/s/3.1/3.16/' CMakeLists.txt
diff --git a/python-pypi/jinja2/DEPENDS b/python-pypi/jinja2/DEPENDS
index 10f8b72..59e46d0 100755
--- a/python-pypi/jinja2/DEPENDS
+++ b/python-pypi/jinja2/DEPENDS
@@ -1,4 +1,5 @@
depends python3 &&
+depends pip &&

depends markupsafe &&

diff --git a/python-pypi/jinja2/DETAILS b/python-pypi/jinja2/DETAILS
index ef3e32a..270c15d 100755
--- a/python-pypi/jinja2/DETAILS
+++ b/python-pypi/jinja2/DETAILS
@@ -1,10 +1,10 @@
SPELL=jinja2
- VERSION=3.1.2
-
SOURCE_HASH=sha512:50feebc7eed4c8b5bb0c2951784c1c115e3ee1c0e0c91bbf1884551b1312ef8fce24804a2ca1dfd8c543406529afe4817567c39e7cfd15028b54049853623144
+ VERSION=3.1.6
+
SOURCE_HASH=sha512:a3558f89d9d60676583bfc05e8987e9c486c2335affb71c9733b93040d56a2f97fb036974f1be1bf82c5b0767f482b2e795d58ea35456fcfe7e705f5e6b7a778
SECURITY_PATCH=1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/jinja-$VERSION
- WEB_SITE=http://jinja.pocoo.org
+ WEB_SITE=https://jinja.pocoo.org

SOURCE_URL[0]=https://github.com/mitsuhiko/jinja2/archive/${VERSION}.tar.gz
LICENSE[0]=BSD
ENTERED=20090411
diff --git a/python-pypi/jinja2/HISTORY b/python-pypi/jinja2/HISTORY
index a2de2eb..3fac7c8 100644
--- a/python-pypi/jinja2/HISTORY
+++ b/python-pypi/jinja2/HISTORY
@@ -1,3 +1,7 @@
+2025-10-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.1.6
+ * DEPENDS: add pip
+
2022-05-08 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 3.1.2



  • [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (f350a9c662a4eb2115423fd4d243984d03e76b71), Treeve Jelbert, 10/02/2025

Archive powered by MHonArc 2.6.24.

Top of Page