Skip to Content.
Sympa Menu

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

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, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (c6787a8a6f46eefe8cf78ac61af17682259ce404)
  • Date: Fri, 7 Feb 2025 10:00:53 +0000

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

python-pypi/py-build/DEPENDS | 1 +
python-pypi/py-build/DETAILS | 1 +
python-pypi/py-build/HISTORY | 4 ++++
python-pypi/pyparsing/DEPENDS | 1 -
python-pypi/pyparsing/DETAILS | 4 ++--
python-pypi/pyparsing/HISTORY | 3 +++
6 files changed, 11 insertions(+), 3 deletions(-)

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

pyparsing 3.2.1

commit 19adfd0cf7c9b45e642837389ebf9dba5bceec9a
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

py-build: Depends on pyparsing; PATCHLEVEL++

diff --git a/python-pypi/py-build/DEPENDS b/python-pypi/py-build/DEPENDS
index b356740..216cdd5 100755
--- a/python-pypi/py-build/DEPENDS
+++ b/python-pypi/py-build/DEPENDS
@@ -1,4 +1,5 @@
depends python3 &&
+depends pyparsing &&
depends pip &&
depends python-packaging &&
depends flit-core &&
diff --git a/python-pypi/py-build/DETAILS b/python-pypi/py-build/DETAILS
index 300bad2..d61819b 100755
--- a/python-pypi/py-build/DETAILS
+++ b/python-pypi/py-build/DETAILS
@@ -1,6 +1,7 @@
SPELL=py-build
SPELLX=build
VERSION=1.2.1
+ PATCHLEVEL=1

SOURCE_HASH=sha512:fa8f634a3d6defa5f78a415b49cc7fbbe20260e47e34dc9feeb67d976df6dba3368f0e1dc1c42d7397c44f77b225eee0a343fd0a90469925972646b4bc001af8
SOURCE="$SPELLX-$VERSION.tar.gz"
SOURCE_URL[0]=https://pypi.io/packages/source/p/${SPELLX}/${SOURCE}
diff --git a/python-pypi/py-build/HISTORY b/python-pypi/py-build/HISTORY
index c7dcd5a..429c0c7 100644
--- a/python-pypi/py-build/HISTORY
+++ b/python-pypi/py-build/HISTORY
@@ -1,3 +1,7 @@
+2025-02-07 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ * DEPENDS: added pyparsing
+
2024-08-12 Treeve Jelbert <treeve AT sourcemage.org>
* BUILD INSTALL: deleted, use genetic functions

diff --git a/python-pypi/pyparsing/DEPENDS b/python-pypi/pyparsing/DEPENDS
index 0296971..eeb4076 100755
--- a/python-pypi/pyparsing/DEPENDS
+++ b/python-pypi/pyparsing/DEPENDS
@@ -1,3 +1,2 @@
depends python3 &&
-depends py-build &&
depends pip
diff --git a/python-pypi/pyparsing/DETAILS b/python-pypi/pyparsing/DETAILS
index 6e51d2a..6a7763a 100755
--- a/python-pypi/pyparsing/DETAILS
+++ b/python-pypi/pyparsing/DETAILS
@@ -1,6 +1,6 @@
SPELL=pyparsing
- VERSION=3.1.4
-
SOURCE_HASH=sha512:b475e5571510cd7b07fecbc8ae583b1e75a6308b64018d2884570dfa461e0529b96d02d11403cecac41f92b5d802a5dd4bbf9f8321d58ffa2d24cb89b86652e1
+ VERSION=3.2.1
+
SOURCE_HASH=sha512:bb0e703ebf7bcdf34909ac693e16a1c17386a3e92b6c52c157ef338360b3c0cfab9a238bcbfdfe9c061fdff93a34c732d4e1a184b8fb12c728b2b7f2306aa978
SOURCE="$SPELL-$VERSION.tar.gz"
SOURCE_URL[0]=https://pypi.io/packages/source/p/${SPELL}/${SOURCE}
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/python-pypi/pyparsing/HISTORY b/python-pypi/pyparsing/HISTORY
index 93ecf21..f8409bb 100644
--- a/python-pypi/pyparsing/HISTORY
+++ b/python-pypi/pyparsing/HISTORY
@@ -1,3 +1,6 @@
+2025-02-07 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: updated spell to 3.2.1
+
2024-10-11 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.1.4



  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (c6787a8a6f46eefe8cf78ac61af17682259ce404), Ismael Luceno, 02/07/2025

Archive powered by MHonArc 2.6.24.

Top of Page