Skip to Content.
Sympa Menu

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

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
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (f3b7e8929023f6581c8cdf4d5ef767cf14335f2f)
  • Date: Tue, 6 Dec 2022 19:04:54 +0000

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

python-pypi/pyyaml/DEPENDS | 2 +-
python-pypi/pyyaml/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

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

pyyaml: Force python3

diff --git a/python-pypi/pyyaml/DEPENDS b/python-pypi/pyyaml/DEPENDS
index 3770db4..8a0f834 100755
--- a/python-pypi/pyyaml/DEPENDS
+++ b/python-pypi/pyyaml/DEPENDS
@@ -1,3 +1,3 @@
-depends PYTHON &&
+depends python3 &&

optional_depends libyaml "" "" "to build LibYAML bindings"
diff --git a/python-pypi/pyyaml/HISTORY b/python-pypi/pyyaml/HISTORY
index ea1d294..74a120d 100644
--- a/python-pypi/pyyaml/HISTORY
+++ b/python-pypi/pyyaml/HISTORY
@@ -1,3 +1,6 @@
+2022-12-06 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: forced python3
+
2021-01-22 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 5.4.1, SECURITY_PATCH++, fixes CVE-2020-14343




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (f3b7e8929023f6581c8cdf4d5ef767cf14335f2f), Ismael Luceno, 12/06/2022

Archive powered by MHonArc 2.6.24.

Top of Page