Skip to Content.
Sympa Menu

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

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 (648112bac94d5fba94826b5508f9a064db48cb2d)
  • Date: Sat, 28 Feb 2015 16:35:09 -0600

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

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

New commits:
commit 648112bac94d5fba94826b5508f9a064db48cb2d
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

python-pypi/pelican: fix SOURCE_URL

diff --git a/python-pypi/pelican/DETAILS b/python-pypi/pelican/DETAILS
index 8c6925f..8ed7de7 100755
--- a/python-pypi/pelican/DETAILS
+++ b/python-pypi/pelican/DETAILS
@@ -1,7 +1,7 @@
SPELL=pelican
VERSION=3.5.0
SOURCE="${SPELL}-${VERSION}.tar.gz"
- SOURCE_URL[0]=https://pypi.python.org/packages/source/p/${SPELL}/{SOURCE}
+ SOURCE_URL[0]=https://pypi.python.org/packages/source/p/${SPELL}/${SOURCE}

SOURCE_HASH=sha512:37222a8e8a732dd0c6122e57cf8f7ae5c522d2886404515df0bcd5b741e41c563a4819a3ae2e2b963d27343e8f211ae86c5630b1229cf42f4ec59f6f14272429
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://getpelican.com/";
diff --git a/python-pypi/pelican/HISTORY b/python-pypi/pelican/HISTORY
index abe0ab9..b2fb4a3 100644
--- a/python-pypi/pelican/HISTORY
+++ b/python-pypi/pelican/HISTORY
@@ -1,3 +1,6 @@
+2015-02-28 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: fix SOURCE_URL
+
2014-12-21 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 3.5.0; updated descriptions, source url
* DEPENDS: removed smartypants -- it's optional and included within



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (648112bac94d5fba94826b5508f9a064db48cb2d), Florian Franzmann, 02/28/2015

Archive powered by MHonArc 2.6.24.

Top of Page