Skip to Content.
Sympa Menu

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

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 (fa099535caa1dcfaca28a00e58be4d16647e6f4b)
  • Date: Sun, 28 Sep 2025 11:32:22 +0000

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

KDE_DEPENDS | 4 ++--
kde-support/kirigami-addons/DETAILS | 2 +-
libs/libunistring/DETAILS | 2 +-
libs/libunistring/HISTORY | 3 +++
python-pypi/fb-python/DEPENDS | 3 ++-
python-pypi/fb-python/DETAILS | 6 +++---
python-pypi/fb-python/HISTORY | 4 ++++
7 files changed, 16 insertions(+), 8 deletions(-)

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

libunistring: => 1.4

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

KDE_DEPENDS - specify min_qt, min_fw

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

kirigami-addons: => 1.10.0

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

fb-python: => 1.4.1

diff --git a/KDE_DEPENDS b/KDE_DEPENDS
index 515b284..1a85524 100755
--- a/KDE_DEPENDS
+++ b/KDE_DEPENDS
@@ -2,8 +2,8 @@ source $GRIMOIRE/CMAKE_DEPENDS &&
source $GRIMOIRE/VDEPENDS &&
vdepends <<! &&
gcc[CXX]
- qt6base >= 6.8
- extra-cmake-modules >= 6.14
+ qt6base $MIN_QT
+ extra-cmake-modules $MIN_KW
!
if [[ -f $SPELL_DIRECTORY/KDE_BIND_PY ]];then
optional_depends pyside6 \
diff --git a/kde-support/kirigami-addons/DETAILS
b/kde-support/kirigami-addons/DETAILS
index 06d3504..158fc17 100755
--- a/kde-support/kirigami-addons/DETAILS
+++ b/kde-support/kirigami-addons/DETAILS
@@ -1,5 +1,5 @@
SPELL=kirigami-addons
- VERSION=1.9.0
+ VERSION=1.10.0
source $GRIMOIRE/KDE_EXTRA
WEB_SITE=https://api.kde.org/frameworks/kirigami-addons/html
LICENSE[0]=GPL
diff --git a/libs/libunistring/DETAILS b/libs/libunistring/DETAILS
index 4d36cc7..248d9de 100755
--- a/libs/libunistring/DETAILS
+++ b/libs/libunistring/DETAILS
@@ -1,6 +1,6 @@
# Watch: https://ftp.gnu.org/gnu/libunistring
SPELL=libunistring
- VERSION=1.3
+ VERSION=1.4
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/libs/libunistring/HISTORY b/libs/libunistring/HISTORY
index bcba650..d2193fa 100644
--- a/libs/libunistring/HISTORY
+++ b/libs/libunistring/HISTORY
@@ -1,3 +1,6 @@
+2025-09-28 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.4
+
2024-10-17 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.3

diff --git a/python-pypi/fb-python/DEPENDS b/python-pypi/fb-python/DEPENDS
index 48d8ddc..14c7969 100755
--- a/python-pypi/fb-python/DEPENDS
+++ b/python-pypi/fb-python/DEPENDS
@@ -1 +1,2 @@
-. $SECTION_DIRECTORY/PY_DEPENDS
+depends python3 &&
+depends pip
diff --git a/python-pypi/fb-python/DETAILS b/python-pypi/fb-python/DETAILS
index 53c7e65..c66bf6a 100755
--- a/python-pypi/fb-python/DETAILS
+++ b/python-pypi/fb-python/DETAILS
@@ -1,8 +1,8 @@
SPELL=fb-python
SPELLX=firebirdsql
- VERSION=1.2.6
-
VX=4a/a3/5d20340a47d0d9f3c8213fa9603d49a0adef6f1381143dd58c59c2130b03
-
SOURCE_HASH=sha512:428c79824b4fda8f436416a08a88e58f76c8b281044cc304217abb060e02d4df9b7076923b502bfc69d81f81809730553aefea0b04363ef58ec6e5dfd29a2886
+ VERSION=1.4.1
+
VX=9d/1c/5613412d592d09c2daeb6e591fa110cdffe24aecff617b2b300360e3b51a
+
SOURCE_HASH=sha512:43c03183d1b0ea552a88f7fdd400942509bf7ae426f645f45ceb30550dcfa2bb47eaf46a35ce80c2662351742505f100d3c5e6a5e2d9f29dda8bdf4f503e2d3b
SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
WEB_SITE=https://github.com/nakagami/pyfirebirdsql
diff --git a/python-pypi/fb-python/HISTORY b/python-pypi/fb-python/HISTORY
index 0956901..3e24ef4 100644
--- a/python-pypi/fb-python/HISTORY
+++ b/python-pypi/fb-python/HISTORY
@@ -1,3 +1,7 @@
+2025-09-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.4.1
+ * DEPENDS: python3 only, add pip
+
2024-06-27 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.2.6



  • [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (fa099535caa1dcfaca28a00e58be4d16647e6f4b), Treeve Jelbert, 09/28/2025

Archive powered by MHonArc 2.6.24.

Top of Page