Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (f2a7248ad3adbfa0cbc9dc955db599852a2354b2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (f2a7248ad3adbfa0cbc9dc955db599852a2354b2)
  • Date: Mon, 25 Oct 2021 06:47:07 +0000

GIT changes to master grimoire by Florian Franzmann <bwlf AT bandrate.org>:

devel/nodejs/DETAILS | 4 ++--
devel/nodejs/HISTORY | 3 +++
devel/vala/DETAILS | 4 ++--
devel/vala/HISTORY | 3 +++
doc/vale/DETAILS | 4 ++--
doc/vale/HISTORY | 3 +++
python-pypi/astroid/DETAILS | 4 ++--
python-pypi/astroid/HISTORY | 3 +++
python-pypi/pyparsing/DETAILS | 4 ++--
python-pypi/pyparsing/HISTORY | 3 +++
python-pypi/sqlalchemy/DETAILS | 2 +-
python-pypi/sqlalchemy/HISTORY | 3 +++
python-pypi/werkzeug/DETAILS | 4 ++--
python-pypi/werkzeug/HISTORY | 3 +++
python-pypi/wrapt/DETAILS | 4 ++--
python-pypi/wrapt/HISTORY | 3 +++
utils/fzf/DETAILS | 4 ++--
utils/fzf/HISTORY | 3 +++
18 files changed, 44 insertions(+), 17 deletions(-)

New commits:
commit f2a7248ad3adbfa0cbc9dc955db599852a2354b2
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

devel/git-cola: version 3.11.0

commit 1d9903443cee5461824c1d48c13b92b20b57b465
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

http/lagrange: version 1.7.3

commit 18f0b8dfc96548e6e48893b4e41681661794cf5e
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

Revert "http/lagrange: version 1.7.3"

This reverts commit 9b8820ec373295cd5076502d1e9c525657da31ab.

commit fdedc1d08095d49faacc1ebe26b6082d17599974
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

python-pypi/pyparsing: version 3.0.0

commit 163b5fb857dee2dd19eee85056c95134fa117008
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

python-pypi/sqlalchemy: version 1.4.26

commit 1ca96480fc4f916446c457e1608cd3dbd8b335e1
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

python-pypi/astroid: version 2.8.3

commit 8f02ef8dd8db4c63cea526632dce7a1d86c5ba36
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

doc/vale: version 2.11.2

commit 421efd122e3ef4f6cc990fcec3febd88290d425d
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

python-pypi/wrapt: version 1.13.2

commit a9aa13921070612fb2e929478a5d4b804da6f473
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

utils/fzf: version 0.27.3

commit 0f20381f36be46f37d05a8c2699c8f590a406ae5
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

python-pypi/werkzeug: version 2.0.2

commit 98a3dd6230abdcf8576e88e4b7f7d9c4bc9fc20a
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

devel/vala: version 0.54.2

commit 797f7e8617b55ef89c9f08b9fedb425680c07a3f
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

devel/nodejs: version 17.0.1

diff --git a/devel/nodejs/DETAILS b/devel/nodejs/DETAILS
index b06f5ae..f9852a9 100755
--- a/devel/nodejs/DETAILS
+++ b/devel/nodejs/DETAILS
@@ -1,8 +1,8 @@
SPELL=nodejs
SPELLX=${SPELL/js}
- VERSION=16.11.1
+ VERSION=17.0.1
SECURITY_PATCH=9
-
SOURCE_HASH=sha512:196fb77add3fcef740e6f71611e8e77bbbad209e380ae498469313b0d04051b5fd633b39ca8890e1b378cd0c1bea9a2321a5f6c2e6cc4e1febe619b61dba670a
+
SOURCE_HASH=sha512:7b4d2cf9fba46810c6a1e26cd893eecc439596ed665438ba77dfe6fbcdd39abbfade8a2eb84309c7cff191416dbe4baa59d2495e75cbe85e5c153e948d3cbdc1
SOURCE=$SPELLX-v$VERSION.tar.xz
SOURCE_URL[0]=https://nodejs.org/dist/v${VERSION}/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-v$VERSION"
diff --git a/devel/nodejs/HISTORY b/devel/nodejs/HISTORY
index 428f145..d396c40 100644
--- a/devel/nodejs/HISTORY
+++ b/devel/nodejs/HISTORY
@@ -1,3 +1,6 @@
+2021-10-24 Florian Franzmann <bwlf AT bandrate.org>
+ * DETAILS: version 17.0.1
+
2021-10-13 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 16.11.1, SECURITY_PATCH++, fixes CVE-2021-22960 and
CVE-2021-22959
diff --git a/devel/vala/DETAILS b/devel/vala/DETAILS
index 6084101..15a4209 100755
--- a/devel/vala/DETAILS
+++ b/devel/vala/DETAILS
@@ -1,6 +1,6 @@
SPELL=vala
- VERSION=0.54.1
-
SOURCE_HASH=sha512:3e0f4c1c9331836225ac29b3297d8a775499db1572af20110028bb4c8a343c85c594288340595b78d3366860b675881498ab13d76dda5a53639a4a136e73c255
+ VERSION=0.54.2
+
SOURCE_HASH=sha512:0d1b0fa2bf9edec2df15335d60915cb1a6b8784b20f27be9931119ee893d4c7350e97467058b58b0b228530a285feaa4c1297a029648ffb24a59339b5b0fa115
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/${VERSION%.*}/$SOURCE
diff --git a/devel/vala/HISTORY b/devel/vala/HISTORY
index ab168ee..7bbd122 100644
--- a/devel/vala/HISTORY
+++ b/devel/vala/HISTORY
@@ -1,3 +1,6 @@
+2021-10-24 Florian Franzmann <bwlf AT bandrate.org>
+ * DETAILS: stable version 0.54.2
+
2021-09-25 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: stable version 0.54.1

diff --git a/doc/vale/DETAILS b/doc/vale/DETAILS
index 3e0fb45..1600795 100755
--- a/doc/vale/DETAILS
+++ b/doc/vale/DETAILS
@@ -1,8 +1,8 @@
SPELL=vale
- VERSION=2.10.7
+ VERSION=2.11.2
SOURCE="$SPELL-$VERSION.tar.gz"

SOURCE_URL[0]=https://github.com/errata-ai/${SPELL}/archive/refs/tags/v${VERSION}.tar.gz
-
SOURCE_HASH=sha512:41ece3b3affea57983ff338e3d4eae55245389a5941e864dbaa3225ff5e6babc245146f9dbdbcdd0245d1bb1f1a837a4c1823b99e3e5b5e1ce5f0507f699e4ad
+
SOURCE_HASH=sha512:7349958a790f89967622b9ed72f434b618a2cbe4cc0ce6f24c0a6cc12a641c0728dacd9dba81da57791457eec0485160eb201bbb279e598de1f634ccce926479
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="https://docs.errata.ai/vale/about";
LICENSE[0]=MIT
diff --git a/doc/vale/HISTORY b/doc/vale/HISTORY
index 8648c33..12387fd 100644
--- a/doc/vale/HISTORY
+++ b/doc/vale/HISTORY
@@ -1,3 +1,6 @@
+2021-10-24 Florian Franzmann <bwlf AT bandrate.org>
+ * DETAILS: version 2.11.2
+
2021-10-02 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 2.10.7

diff --git a/python-pypi/astroid/DETAILS b/python-pypi/astroid/DETAILS
index f52bdc8..761dfcf 100755
--- a/python-pypi/astroid/DETAILS
+++ b/python-pypi/astroid/DETAILS
@@ -1,8 +1,8 @@
SPELL=astroid
- VERSION=2.8.2
+ VERSION=2.8.3
SOURCE="${SPELL}-${VERSION}.tar.gz"

SOURCE_URL[0]="http://pypi.python.org/packages/source/a/${SPELL}/${SOURCE}";
-
SOURCE_HASH=sha512:e5f7e9cee05a68ef29da4201d1a708de69a5134bbed4fb3f84bf3ab94541e053553aa0e56c8f2e137baf28dc98f8b33f668a039179b825de892456998d0274a0
+
SOURCE_HASH=sha512:3ec74008287271f04e372b248ab80744e135f711e8d9990d2a8d644993802e3515b5f31af1c0782f87114037b7579a5853a9876095ba1013aba40be882ae24eb
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="https://github.com/PyCQA/astroid";
LICENSE[0]=LGPL
diff --git a/python-pypi/astroid/HISTORY b/python-pypi/astroid/HISTORY
index 22bceff..d3e7ce9 100644
--- a/python-pypi/astroid/HISTORY
+++ b/python-pypi/astroid/HISTORY
@@ -1,3 +1,6 @@
+2021-10-24 Florian Franzmann <bwlf AT bandrate.org>
+ * DETAILS: version 2.8.3
+
2021-10-11 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 2.8.2

diff --git a/python-pypi/pyparsing/DETAILS b/python-pypi/pyparsing/DETAILS
index 9770949..853744b 100755
--- a/python-pypi/pyparsing/DETAILS
+++ b/python-pypi/pyparsing/DETAILS
@@ -1,6 +1,6 @@
SPELL=pyparsing
- VERSION=2.4.7
-
SOURCE_HASH=sha512:0b9f8f18907f65cb3af1b48ed57989e183f28d71646f2b2f820e772476f596ca15ee1a689f3042f18458206457f4683d10daa6e73dfd3ae82d5e4405882f9dd2
+ VERSION=3.0.0
+
SOURCE_HASH=sha512:ff726bd33549b419909fc2f1398e92b6acc7d72ab112b2e850db68fce218f602cc31e6736e3e692f5c51ad089168e4b84476a9a2527aed5d86b064557f83fc72
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 7da83e9..d64ae3a 100644
--- a/python-pypi/pyparsing/HISTORY
+++ b/python-pypi/pyparsing/HISTORY
@@ -1,3 +1,6 @@
+2021-10-24 Florian Franzmann <bwlf AT bandrate.org>
+ * DETAILS: version 3.0.0
+
2020-05-03 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 2.4.7

diff --git a/python-pypi/sqlalchemy/DETAILS b/python-pypi/sqlalchemy/DETAILS
index 016fdf3..a05b16e 100755
--- a/python-pypi/sqlalchemy/DETAILS
+++ b/python-pypi/sqlalchemy/DETAILS
@@ -1,6 +1,6 @@
SPELL=sqlalchemy
SPELLX=SQLAlchemy
- VERSION=1.4.25
+ VERSION=1.4.26
SOURCE="${SPELLX}-${VERSION}.tar.gz"
SOURCE_URL[0]=https://pypi.io/packages/source/s/${SPELL}/${SOURCE}
SOURCE2=${SOURCE}.asc
diff --git a/python-pypi/sqlalchemy/HISTORY b/python-pypi/sqlalchemy/HISTORY
index e5d2604..90d0c23 100644
--- a/python-pypi/sqlalchemy/HISTORY
+++ b/python-pypi/sqlalchemy/HISTORY
@@ -1,3 +1,6 @@
+2021-10-24 Florian Franzmann <bwlf AT bandrate.org>
+ * DETAILS: version 1.4.26
+
2021-09-25 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 1.4.25

diff --git a/python-pypi/werkzeug/DETAILS b/python-pypi/werkzeug/DETAILS
index 5e3f321..fc5fdf3 100755
--- a/python-pypi/werkzeug/DETAILS
+++ b/python-pypi/werkzeug/DETAILS
@@ -1,8 +1,8 @@
SPELL=werkzeug
- VERSION=2.0.1
+ VERSION=2.0.2
SOURCE=werkzeug-${VERSION}.tar.gz

SOURCE_URL[0]=https://github.com/pallets/werkzeug/archive/${VERSION}.tar.gz
-
SOURCE_HASH=sha512:721a6c3cf8f803c80873f68d94b273da2ddda79b5e83d9283b9af3d3c971bb8c7ac7828c7a60c33b9bded7b05f063810df12fc266ee7d264dc6261100fc97708
+
SOURCE_HASH=sha512:789f210546c089e8a437a379e516147fd854806357938bd559a61855182143bdeca967c86a41d004e6adb119d31e4493e3c36e74aff989ee9cd08e48d1428dd9
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/werkzeug-${VERSION}"
WEB_SITE=http://werkzeug.pocoo.org/
LICENSE[0]=BSD
diff --git a/python-pypi/werkzeug/HISTORY b/python-pypi/werkzeug/HISTORY
index f485e7a..24a81a2 100644
--- a/python-pypi/werkzeug/HISTORY
+++ b/python-pypi/werkzeug/HISTORY
@@ -1,3 +1,6 @@
+2021-10-24 Florian Franzmann <bwlf AT bandrate.org>
+ * DETAILS: version 2.0.2
+
2021-05-22 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 2.0.1
* DEPENDS: enforce dependency on python3
diff --git a/python-pypi/wrapt/DETAILS b/python-pypi/wrapt/DETAILS
index bd25230..b1fdd2b 100755
--- a/python-pypi/wrapt/DETAILS
+++ b/python-pypi/wrapt/DETAILS
@@ -1,8 +1,8 @@
SPELL=wrapt
- VERSION=1.13.1
+ VERSION=1.13.2
SOURCE="$SPELL-$VERSION.tar.gz"
SOURCE_URL[0]=https://pypi.python.org/packages/source/w/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:1789280dcf9a717393493a17bd05dbd3bd4701f0a313c57fecaa8455b4b396f2ad469dcd333c24a040fb6fb470fd22ad5f6240d71d9bc2e8de793c4bd89068ad
+
SOURCE_HASH=sha512:afc93825c245a68245e3b5cbec9bdddf9709cb08d47d1d1f066cec942ea75378286b24fd999cd438f0d0cae267b9dfe02ab7b76cfcdf5fc657e4628e09a43029
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE="https://github.com/GrahamDumpleton/wrapt";
LICENSE[0]="BSD-2"
diff --git a/python-pypi/wrapt/HISTORY b/python-pypi/wrapt/HISTORY
index 5e9de0e..39e405e 100644
--- a/python-pypi/wrapt/HISTORY
+++ b/python-pypi/wrapt/HISTORY
@@ -1,3 +1,6 @@
+2021-10-24 Florian Franzmann <bwlf AT bandrate.org>
+ * DETAILS: version 1.13.2
+
2021-10-11 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 1.13.1

diff --git a/utils/fzf/DETAILS b/utils/fzf/DETAILS
index 7294fe6..945b38b 100755
--- a/utils/fzf/DETAILS
+++ b/utils/fzf/DETAILS
@@ -1,8 +1,8 @@
SPELL=fzf
- VERSION=0.27.2
+ VERSION=0.27.3
SOURCE="${SPELL}-${VERSION}.tar.gz"

SOURCE_URL[0]=https://github.com/junegunn/${SPELL}/archive/${VERSION}.tar.gz
-
SOURCE_HASH=sha512:8ca27b61b6b2a66bdfd06dc8ad9e5163f3b69d64a44e1a99df5a2af35a63ccf7a9a77f9faed27fead373f5c212396327a3c0300b31f22583a35a1ae2aeac9865
+
SOURCE_HASH=sha512:978cc524b257e931c2ac0323e7e8c78bcc554677e812a471f2af1e2fd35c4fb62d72baa5eaf4305291d524c97c59da1a8cc54c042b739b0ab0800b46916ce891
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="https://github.com/junegunn/fzf";
LICENSE[0]=MIT
diff --git a/utils/fzf/HISTORY b/utils/fzf/HISTORY
index 656155c..ae1b664 100644
--- a/utils/fzf/HISTORY
+++ b/utils/fzf/HISTORY
@@ -1,3 +1,6 @@
+2021-10-24 Florian Franzmann <bwlf AT bandrate.org>
+ * DETAILS: version 0.27.3
+
2021-06-01 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 0.27.2




  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (f2a7248ad3adbfa0cbc9dc955db599852a2354b2), Florian Franzmann, 10/25/2021

Archive powered by MHonArc 2.6.24.

Top of Page