Skip to Content.
Sympa Menu

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

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 (1904d4a8ee644086d993349382fda2410f25ed14)
  • Date: Sun, 16 Aug 2026 07:36:12 +0000

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

ChangeLog | 3 +++
kde-frameworks/kwallet/DEPENDS | 3 ++-
kde-frameworks/kwallet/HISTORY | 3 +++
python-pypi/cython/DETAILS | 4 ++--
python-pypi/cython/HISTORY | 3 +++
python-pypi/pyfuse3/DEPENDS | 1 +
python-pypi/pyfuse3/DETAILS | 6 +++---
python-pypi/pyfuse3/HISTORY | 4 ++++
python-pypi/python-markdown/DETAILS | 6 +++---
python-pypi/python-markdown/HISTORY | 3 +++
python-pypi/python-packaging/DETAILS | 4 ++--
python-pypi/python-packaging/HISTORY | 3 +++
python-pypi/setuptools/DETAILS | 4 ++--
python-pypi/setuptools/HISTORY | 3 +++
xorg.gpg |binary
15 files changed, 37 insertions(+), 13 deletions(-)

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

python-markdown: => 3.10.3

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

setuptools: => 84.0.0

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

pyfuse3: => 3.5.0

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

cython: => 3.2.9

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

python-packaging: => 26.3

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

xorg.gpg - updated

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

kwallet - tweak depends

diff --git a/ChangeLog b/ChangeLog
index d63255e..4213e92 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,9 @@
* devel/llvm15, devel/llvm16, devel/llvm20: spells deprecated
[superseded by the llvm:15, llvm:16 and llvm:20 slots]

+2026-08-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * xorg.gpg: updated
+
2026-08-14 Ismael Luceno <ismael AT sourcemage.org>
* devel/xbinutils: spell deprecated [unmaintained since 2006]

diff --git a/kde-frameworks/kwallet/DEPENDS b/kde-frameworks/kwallet/DEPENDS
index 7113a6e..13d5361 100755
--- a/kde-frameworks/kwallet/DEPENDS
+++ b/kde-frameworks/kwallet/DEPENDS
@@ -12,7 +12,8 @@ vdepends <<! &&
kwidgetsaddons
libgcrypt
qca
- gpgme >= 1.7,0
+ gpgme >= 2.1,0
+ gpgmepp >= 1.7.0
libsecret
!
optional_depends kdoctools '' ' -DCMAKE_DISABLE_FIND_PACKAGE_KF6DocTools=1'
'build documentation'
diff --git a/kde-frameworks/kwallet/HISTORY b/kde-frameworks/kwallet/HISTORY
index 33949e3..849b13e 100644
--- a/kde-frameworks/kwallet/HISTORY
+++ b/kde-frameworks/kwallet/HISTORY
@@ -1,3 +1,6 @@
+2026-08-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: add gpgmepp
+
2025-05-04 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: update desc
* DEPENDS: add gpgme, libsecret
diff --git a/python-pypi/cython/DETAILS b/python-pypi/cython/DETAILS
index 359b81f..5521727 100755
--- a/python-pypi/cython/DETAILS
+++ b/python-pypi/cython/DETAILS
@@ -1,6 +1,6 @@
SPELL=cython
- VERSION=3.2.4
-
SOURCE_HASH=sha512:5ab8e39739a79debbe89b2ff5b6d88e1b7aafd5ad34460f14f3fc2bd90c10bdc9d6aa5b5844a48e30402dde9790cb9abcba3dc2b4e8cde24c4eeee818a180099
+ VERSION=3.2.9
+
SOURCE_HASH=sha512:16a7fae5cfebfe76015de817d66d1bad8e39f922916338015f0f2209fe4a64fc3c5ff7f1fdc8f78304ffe854052fbe96e667a3ebdf94d2b554d322947d8c1e67
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_URL[0]=https://github.com/cython/cython/archive/${VERSION}.tar.gz
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
diff --git a/python-pypi/cython/HISTORY b/python-pypi/cython/HISTORY
index 829f00b..fbfe888 100644
--- a/python-pypi/cython/HISTORY
+++ b/python-pypi/cython/HISTORY
@@ -1,3 +1,6 @@
+2026-08-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.2.9
+
2026-04-20 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.2.4

diff --git a/python-pypi/pyfuse3/DEPENDS b/python-pypi/pyfuse3/DEPENDS
index 5a7df18..555acff 100755
--- a/python-pypi/pyfuse3/DEPENDS
+++ b/python-pypi/pyfuse3/DEPENDS
@@ -1,4 +1,5 @@
depends python3 &&
+depends pip &&
depends setuptools &&
depends attr &&
depends fuse3
diff --git a/python-pypi/pyfuse3/DETAILS b/python-pypi/pyfuse3/DETAILS
index 98fb8f2..96d7eb6 100755
--- a/python-pypi/pyfuse3/DETAILS
+++ b/python-pypi/pyfuse3/DETAILS
@@ -1,9 +1,9 @@
SPELL=pyfuse3
- VERSION=3.4.0
-
SOURCE_HASH=sha512:44220578d411abd8c75f9f3a88671dad96407ad261942f7ceb1e86454c9c0ed49cb5e8a8f533c8bddadf189382a75475e4641b2917dd83110cd5e2f6bd733db1
+ VERSION=3.5.0
+
SOURCE_HASH=sha512:d720928ece67445f80647d1ee33c9a56332559d4d1ff83608aa51efd9b632cc545e8d6a8ae7c6847d5eace0505281940eb3dbefe5ba0efee8715cabd239c6bd9
SOURCE=$SPELL-$VERSION.tar.gz
WEB_SITE=https://github.com/libfuse/pyfuse3
- SOURCE_URL[0]=$WEB_SITE/releases/download/$VERSION/$SOURCE
+ SOURCE_URL[0]=$WEB_SITE/releases/download/v$VERSION/$SOURCE
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
LICENSE[0]=LGPL
ENTERED=20181118
diff --git a/python-pypi/pyfuse3/HISTORY b/python-pypi/pyfuse3/HISTORY
index 9ddb521..c5d9c8f 100644
--- a/python-pypi/pyfuse3/HISTORY
+++ b/python-pypi/pyfuse3/HISTORY
@@ -1,3 +1,7 @@
+2026-08-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.5.0
+ * DEPENDS: add pip
+
2024-10-08 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.4.0
download from github
diff --git a/python-pypi/python-markdown/DETAILS
b/python-pypi/python-markdown/DETAILS
index da3b8eb..255ebf2 100755
--- a/python-pypi/python-markdown/DETAILS
+++ b/python-pypi/python-markdown/DETAILS
@@ -1,10 +1,10 @@
SPELL=python-markdown
SPELLX=markdown
- VERSION=3.10.2
-
VX=2b/f4/69fa6ed85ae003c2378ffa8f6d2e3234662abd02c10d216c0ba96081a238
+ VERSION=3.10.3
+
VX=29/6f/da4c6aea59b3001f2e8c0ec7497475aadaf3b021c10cab5b2858f0f32b26
SOURCE=${SPELLX}-${VERSION}.tar.gz
SOURCE_URL[0]=https://files.pythonhosted.org/packages/${VX}/${SOURCE}
-
SOURCE_HASH=sha512:cd84d5715002ed58cb1ec64f1b33d048892162cfc9675f570e146bc611ea92cf0dbb3a99018e091131188f29efde8c25da2e9218b5d0d96890c406cbde300074
+
SOURCE_HASH=sha512:64e5e5f27a2aa0297e316c20796969e802acc3ffcf5e8c266fcf0eda2d188f30458adf1f0420508b104dfdb2a8b153d58b10a5b20f48d8327df5318b784307f9
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
WEB_SITE="https://python-markdown.github.io/";
LICENSE[0]=BSD
diff --git a/python-pypi/python-markdown/HISTORY
b/python-pypi/python-markdown/HISTORY
index 4f635cb..4e0648e 100644
--- a/python-pypi/python-markdown/HISTORY
+++ b/python-pypi/python-markdown/HISTORY
@@ -1,3 +1,6 @@
+2026-08-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.10.3
+
2026-03-09 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.10.2
* DEPENDS: add pip
diff --git a/python-pypi/python-packaging/DETAILS
b/python-pypi/python-packaging/DETAILS
index cbb36bd..19734ae 100755
--- a/python-pypi/python-packaging/DETAILS
+++ b/python-pypi/python-packaging/DETAILS
@@ -1,8 +1,8 @@
SPELL=python-packaging
- VERSION=25.0
+ VERSION=26.3
+
SOURCE_HASH=sha512:7559e4f0376c775f57c362394ba276451bee0952012fc461458ee450e86fe89909166bb11c217be100b7909f0958f4ee9df4b51c3019e664186fda06a48d810d
SOURCE="$SPELL-$VERSION.tar.gz"
SOURCE_URL[0]=https://github.com/pypa/packaging/archive/${VERSION}.tar.gz
-
SOURCE_HASH=sha512:fb8419f81f0f817440c0b297fc6e963832e219e7a324bf4e0321f1e131a4822f17a19f2eb033a8d4adb622ccb16db59776ec44906a0c0b34f2877b59b9558c18
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/packaging-$VERSION"
WEB_SITE="https://github.com/pypa/packaging";
LICENSE="APACHE or BSD"
diff --git a/python-pypi/python-packaging/HISTORY
b/python-pypi/python-packaging/HISTORY
index 6c126d6..d2e4c33 100644
--- a/python-pypi/python-packaging/HISTORY
+++ b/python-pypi/python-packaging/HISTORY
@@ -1,3 +1,6 @@
+2026-08-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 26.3
+
2025-05-22 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 25.0

diff --git a/python-pypi/setuptools/DETAILS b/python-pypi/setuptools/DETAILS
index 985da4c..b0bb793 100755
--- a/python-pypi/setuptools/DETAILS
+++ b/python-pypi/setuptools/DETAILS
@@ -1,6 +1,6 @@
SPELL=setuptools
- VERSION=82.0.1
-
SOURCE_HASH=sha512:5d70e9efd818245fb8119a4eed64d776078469ed884facc188f141ea491efd9fde5c10c928d3236ea5e2e431b16616f18ed14870b867f95e6320251707332395
+ VERSION=84.0.0
+
SOURCE_HASH=sha512:67721834362dd88c256cbd523413dbdcb99ca871bcc873ffa29c7667687973e1d5e15b0ea8ef4529711418b14d3d660771846877543001d4ab0fe8b4585ac9ad
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=https://pypi.python.org/packages/source/s/${SPELL}/${SOURCE}
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/python-pypi/setuptools/HISTORY b/python-pypi/setuptools/HISTORY
index c41b8b8..1187d13 100644
--- a/python-pypi/setuptools/HISTORY
+++ b/python-pypi/setuptools/HISTORY
@@ -1,3 +1,6 @@
+2026-08-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 84.0.0
+
2026-03-10 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 82.0.1

diff --git a/xorg.gpg b/xorg.gpg
index 024753f..d2fc1af 100644
Binary files a/xorg.gpg and b/xorg.gpg differ


  • [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (1904d4a8ee644086d993349382fda2410f25ed14), Treeve Jelbert, 08/16/2026

Archive powered by MHonArc 2.6.24.

Top of Page