Skip to Content.
Sympa Menu

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

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 (a44e0149fbc305d6252c779a5040b5cb49358cd6)
  • Date: Sat, 2 May 2020 19:46:01 +0000

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

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

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

python-sphinx: Fix SOURCE_URL[0]; use HTTPS

diff --git a/python-pypi/python-sphinx/DETAILS
b/python-pypi/python-sphinx/DETAILS
index ae89c79..ff27784 100755
--- a/python-pypi/python-sphinx/DETAILS
+++ b/python-pypi/python-sphinx/DETAILS
@@ -1,7 +1,7 @@
SPELL=python-sphinx
VERSION=3.0.3
SOURCE="Sphinx-${VERSION}.tar.gz"
- SOURCE_URL[0]=http://pypi.python.org/packages/source/S/Sphinx/${SOURCE}
+ SOURCE_URL[0]=https://pypi.python.org/packages/source/S/Sphinx/${SOURCE}

SOURCE_HASH=sha512:1e37224d04f0a7836a7132cea55c67b9d15a22f941a790288438b39d455973f254205ffd1e99e6e2305430725a6a623b9a85fb95b495a9f6f912fb94825fdcd0
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Sphinx-${VERSION}"
WEB_SITE="https://www.sphinx-doc.org";
diff --git a/python-pypi/python-sphinx/HISTORY
b/python-pypi/python-sphinx/HISTORY
index 265c173..2ab1b03 100644
--- a/python-pypi/python-sphinx/HISTORY
+++ b/python-pypi/python-sphinx/HISTORY
@@ -1,3 +1,6 @@
+2020-05-02 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: Fixed SOURCE_URL[0], use HTTPS
+
2020-05-02 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 3.0.3




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a44e0149fbc305d6252c779a5040b5cb49358cd6), Ismael Luceno, 05/02/2020

Archive powered by MHonArc 2.6.24.

Top of Page