Skip to Content.
Sympa Menu

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

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
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (6b59a3b592fe983416bf8a8bcce8b14fecf260bf)
  • Date: Wed, 5 Jul 2023 11:12:53 +0000

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

libs/upower/DEPENDS | 13 +------------
libs/upower/DETAILS | 4 ++--
libs/upower/HISTORY | 4 ++++
python-pypi/sqlalchemy/DETAILS | 4 ++--
python-pypi/sqlalchemy/HISTORY | 3 +++
qt5-cmake/libquotient/DETAILS | 4 ++--
qt5-cmake/libquotient/HISTORY | 3 +++
spelling/mythes/DETAILS | 8 ++++----
spelling/mythes/HISTORY | 4 ++++
9 files changed, 25 insertions(+), 22 deletions(-)

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

upower: => 1.90.1

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

libquotient: => 0.8.0

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

sqlalchemy: => 2.0.17

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

mythes: => 1.2.5

diff --git a/libs/upower/DEPENDS b/libs/upower/DEPENDS
index 7f63766..5c73d9b 100755
--- a/libs/upower/DEPENDS
+++ b/libs/upower/DEPENDS
@@ -5,17 +5,6 @@ depends glib2 &&
depends libgudev &&
depends libxslt &&
depends DEVICE-MANAGER udevrulesdir='/etc/udev/rules.d' &&
-depends gtk-doc &&

optional_depends gobject-introspection introspection={en,dis}abled
'introspection support'
-#optional_depends gtk-doc gtk-doc={true,false} 'build docs/man pages' &&
-#if ! is_depends_enabled $SPELL gtk-doc;then
-# OPTS+=' man=false'
-#fi
-
-#optional_depends gtk-doc '' '' 'build docs/man pages'
-#if ! is_depends_enabled $SPELL gtk-doc;then
-#fi
-
-#optional_depends GETTEXT '--enable-nls' '--disable-nls' 'NLS support' &&
-#optional_depends docbook-xsl man={true,false} 'build man pages'
+optional_depends gtk-doc gtk-doc={true,false} 'build docs/man pages'
diff --git a/libs/upower/DETAILS b/libs/upower/DETAILS
index 12a2d36..97cf1a1 100755
--- a/libs/upower/DETAILS
+++ b/libs/upower/DETAILS
@@ -1,7 +1,7 @@
source $GRIMOIRE/MESON_FUNCTIONS
SPELL=upower
- VERSION=1.90.0
-
SOURCE_HASH=sha512:c849adb919c757d3a5b88bf0bf7f9ea300a0b1abc147116f6ec82cac4a515153bbf109eeabe77971c34c04e6e26bda889ca1717de03f8778ae0f404f4b7298ce
+ VERSION=1.90.1
+
SOURCE_HASH=sha512:bc4698c032d894164e8fb9b38a5052116c14c9dd9104d27e493abb865b59343ccee2f335addabbc1e89ca698cc8126792137d3ed6e7cdd74d4787c0a53afb429
SOURCE=$SPELL-v$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-v$VERSION

SOURCE_URL[0]=https://gitlab.freedesktop.org/upower/upower/-/archive/v$VERSION/$SOURCE
diff --git a/libs/upower/HISTORY b/libs/upower/HISTORY
index 185a544..5e4e4dd 100644
--- a/libs/upower/HISTORY
+++ b/libs/upower/HISTORY
@@ -1,3 +1,7 @@
+2023-07-05 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.90.1
+ * DEPENDS: clean
+
2022-07-22 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.90.0

diff --git a/python-pypi/sqlalchemy/DETAILS b/python-pypi/sqlalchemy/DETAILS
index 4b3ead3..dadb928 100755
--- a/python-pypi/sqlalchemy/DETAILS
+++ b/python-pypi/sqlalchemy/DETAILS
@@ -1,7 +1,7 @@
SPELL=sqlalchemy
SPELLX=SQLAlchemy
- VERSION=2.0.15
-
SOURCE_HASH=sha512:a1b9301f4a81428ac36b9280840a27433fcfb97dec2a04888e6e53cc33104c82972147e2b840a929e05af0edb47ee496a7ed5171201332aad374ce64baef414d
+ VERSION=2.0.17
+
SOURCE_HASH=sha512:be45d1283fc446c7ed886d87d9225711b8f0125e8de6961b365930515246e94c3943fd85d078056c942508a9785731bf280519e04b0c00d936e93d3b9b6c137f
SOURCE="${SPELLX}-${VERSION}.tar.gz"
SOURCE_URL[0]=https://pypi.io/packages/source/s/${SPELL}/${SOURCE}
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
diff --git a/python-pypi/sqlalchemy/HISTORY b/python-pypi/sqlalchemy/HISTORY
index b3b9711..d3329bd 100644
--- a/python-pypi/sqlalchemy/HISTORY
+++ b/python-pypi/sqlalchemy/HISTORY
@@ -1,3 +1,6 @@
+2023-07-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.0.17
+
2023-06-09 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.0.15
remove sig, use hash
diff --git a/qt5-cmake/libquotient/DETAILS b/qt5-cmake/libquotient/DETAILS
index 4b92db2..0fbd662 100755
--- a/qt5-cmake/libquotient/DETAILS
+++ b/qt5-cmake/libquotient/DETAILS
@@ -1,7 +1,7 @@
SPELL=libquotient
SX=libQuotient
- VERSION=0.7.2
-
SOURCE_HASH=sha512:ba849b938c0bf93e075da466a8360703fb903ac2735b35a7e83944a1288c9324ff76daaf57164144c55cef450fc658e42e6dcacfd23f87a4db455019e9c21f47
+ VERSION=0.8.0
+
SOURCE_HASH=sha512:5ea12d8c1e0091a0dd1a6130b9ca540f993ad560acbe6391522eacae6c38ef83665338bb407d0898d03bac5e0660b46db2f735b9ded35ff4b195a8d34c8c96ff
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SX-$VERSION
WEB_SITE=https://github.com/quotient-im/libquotient
diff --git a/qt5-cmake/libquotient/HISTORY b/qt5-cmake/libquotient/HISTORY
index 66b28fa..51af42a 100644
--- a/qt5-cmake/libquotient/HISTORY
+++ b/qt5-cmake/libquotient/HISTORY
@@ -1,3 +1,6 @@
+2023-07-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.8.0
+
2023-06-08 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.7.2

diff --git a/spelling/mythes/DETAILS b/spelling/mythes/DETAILS
index 31d5b40..88f7334 100755
--- a/spelling/mythes/DETAILS
+++ b/spelling/mythes/DETAILS
@@ -1,8 +1,8 @@
SPELL=mythes
- VERSION=1.2.4
-
SOURCE_HASH=sha512:a04da39812bcfb1391a2cba7de73e955eafe141679ec03ed6657d03bebf360b432480d0037dff9ed72a1dfda5a70d77d44ac2bb14cdb109fd8e2a38376feee21
- SOURCE="$SPELL-${VERSION}.tar.gz"
-
SOURCE_URL[0]=https://downloads.sourceforge.net/sourceforge/hunspell/${SOURCE}
+ VERSION=1.2.5
+
SOURCE_HASH=sha512:304fd05619e0ae02c9c29d92a6ada8f4a85f41f331b87b8820728c1919f3dd9c5cd951dbef9a27e649466f94dc5daa19350c9fd09c90d49b198b73b1f9eb770e
+ SOURCE="$SPELL-${VERSION}.tar.xz"
+
SOURCE_URL[0]=https://github.com/hunspell/mythes/releases/download/v${VERSION}/$SOURCE
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL-${VERSION}"
WEB_SITE=https://hunspell.sourceforge.net/
LICENSE[0]=BSD
diff --git a/spelling/mythes/HISTORY b/spelling/mythes/HISTORY
index 18f1554..9ddf687 100644
--- a/spelling/mythes/HISTORY
+++ b/spelling/mythes/HISTORY
@@ -1,3 +1,7 @@
+2023-07-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.2.5
+ download from github
+
2021-11-26 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.2.4




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (6b59a3b592fe983416bf8a8bcce8b14fecf260bf), Treeve Jelbert, 07/05/2023

Archive powered by MHonArc 2.6.24.

Top of Page