Skip to Content.
Sympa Menu

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

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 (7269845f2cf70ed0e3437e0acd2f603d0079f67c)
  • Date: Wed, 12 Oct 2022 20:59:46 +0000

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

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

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

astroid: Fix SOURCE_URL[0]; pypi requires TLS now

diff --git a/python-pypi/astroid/DETAILS b/python-pypi/astroid/DETAILS
index 224818c..5e1390b 100755
--- a/python-pypi/astroid/DETAILS
+++ b/python-pypi/astroid/DETAILS
@@ -1,7 +1,7 @@
SPELL=astroid
VERSION=2.12.10
SOURCE="${SPELL}-${VERSION}.tar.gz"
-
SOURCE_URL[0]="http://pypi.python.org/packages/source/a/${SPELL}/${SOURCE}";
+ SOURCE_URL[0]="https://pypi.python.org/packages/source/a/$SPELL/$SOURCE";

SOURCE_HASH=sha512:4c0dd78721b71f55aa226b28fd4f52f65bf9b6a290f55af3ac5e6e6e6c0932619a78522f7b1d41dc8ca6c087148a31d8eaaca11440a01fe483afef989933c625
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="https://github.com/PyCQA/astroid";
diff --git a/python-pypi/astroid/HISTORY b/python-pypi/astroid/HISTORY
index e0bd309..63c3f67 100644
--- a/python-pypi/astroid/HISTORY
+++ b/python-pypi/astroid/HISTORY
@@ -1,3 +1,6 @@
+2022-10-12 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: fixed SOURCE_URL[0]; pypi requires TLS now
+
2022-09-24 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 2.12.10




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

Archive powered by MHonArc 2.6.24.

Top of Page