Skip to Content.
Sympa Menu

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

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 (19fae633c63485eea834b8b1f122a3ba57ebc4ab)
  • Date: Fri, 17 May 2024 11:51:33 +0000

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

gnome2-libs/glib2/DEPENDS | 1 +
gnome2-libs/glib2/HISTORY | 3 +++
python-pypi/python-packaging/DEPENDS | 3 ++-
python-pypi/python-packaging/HISTORY | 3 +++
4 files changed, 9 insertions(+), 1 deletion(-)

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

python-packaging: Depends on flit-core

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

glib2: Depends on python-packaging

diff --git a/gnome2-libs/glib2/DEPENDS b/gnome2-libs/glib2/DEPENDS
index f3929ec..db7aed8 100755
--- a/gnome2-libs/glib2/DEPENDS
+++ b/gnome2-libs/glib2/DEPENDS
@@ -6,6 +6,7 @@ depends libffi &&
depends GETTEXT &&
depends pcre2 &&
depends python3 &&
+depends python-packaging &&
depends xz-utils &&
if [[ "${GLIB2_BRANCH}" == "devel" ]]; then
depends python-packaging
diff --git a/gnome2-libs/glib2/HISTORY b/gnome2-libs/glib2/HISTORY
index 15025f3..7972021 100644
--- a/gnome2-libs/glib2/HISTORY
+++ b/gnome2-libs/glib2/HISTORY
@@ -1,3 +1,6 @@
+2024-05-16 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: added python-packaging
+
2024-05-09 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 2.80.2

diff --git a/python-pypi/python-packaging/DEPENDS
b/python-pypi/python-packaging/DEPENDS
index ca87b4a..35c9477 100755
--- a/python-pypi/python-packaging/DEPENDS
+++ b/python-pypi/python-packaging/DEPENDS
@@ -1,2 +1,3 @@
. "${SECTION_DIRECTORY}/PY_DEPENDS" &&
-depends pip
+depends pip &&
+depends flit-core
diff --git a/python-pypi/python-packaging/HISTORY
b/python-pypi/python-packaging/HISTORY
index c9982a6..cef9987 100644
--- a/python-pypi/python-packaging/HISTORY
+++ b/python-pypi/python-packaging/HISTORY
@@ -1,3 +1,6 @@
+2024-05-16 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: added flit-core
+
2024-05-13 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 24.0
* DEPENDS: add pip


  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (19fae633c63485eea834b8b1f122a3ba57ebc4ab), Ismael Luceno, 05/17/2024

Archive powered by MHonArc 2.6.24.

Top of Page