Skip to Content.
Sympa Menu

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

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 (baf59922798a57ec9488f2755ff29c803b0719b7)
  • Date: Mon, 14 Aug 2017 15:12:18 +0000

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

python-pypi/django/DETAILS | 23 +++++++++++------------
python-pypi/django/HISTORY | 5 +++++
2 files changed, 16 insertions(+), 12 deletions(-)

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

django (stable) 1.11.4

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

django: Fix SOURE_URL[0], to avoid redirection

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

django: s/SPELLX/SPELL^/

diff --git a/python-pypi/django/DETAILS b/python-pypi/django/DETAILS
index 0232643..258b316 100755
--- a/python-pypi/django/DETAILS
+++ b/python-pypi/django/DETAILS
@@ -1,32 +1,31 @@
. "$GRIMOIRE/FUNCTIONS"

SPELL=django
- SPELLX=Django
case "$DJANGO_BRANCH" in
scm)
VERSION=$(get_scm_version)
- SOURCE=${SPELLX}-scm.tar.bz2
- SOURCE_URL[0]=https://github.com/django/django.git:${SPELLX}-scm
+ SOURCE=${SPELL^}-scm.tar.bz2
+ SOURCE_URL[0]=https://github.com/django/django.git:${SPELL^}-scm
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=on
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-scm"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL^}-scm"
;;
legacy)
VERSION=1.4.22
SECURITY_PATCH=7
- SOURCE=${SPELLX}-${VERSION}.tar.gz
- SOURCE_URL[0]=http://www.djangoproject.com/download/${VERSION}/tarball/
+ SOURCE=${SPELL^}-${VERSION}.tar.gz
+
SOURCE_URL[0]="http://www.djangoproject.com/m/releases/${VERSION%.*}/$SOURCE";

SOURCE_HASH=sha512:03e833d95d8ffacf8cb753b8b8c15edc145830add322ad166c574a9a7428ed308082ffea7a73bcdb7315f489270fd84a38d1a8b12c090dfb9d68da5d281cef68
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL^}-${VERSION}"
;;
# stable (also handled for `gaze')
stable|*)
- VERSION=1.11
+ VERSION=1.11.4
SECURITY_PATCH=4
- SOURCE=${SPELLX}-${VERSION}.tar.gz
- SOURCE_URL[0]=http://www.djangoproject.com/download/${VERSION}/tarball/
-
SOURCE_HASH=sha256:b6f3b864944276b4fd1d099952112696558f78b77b39188ac92b6c5e80152c30:UPSTREAM_HASH
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ SOURCE=${SPELL^}-${VERSION}.tar.gz
+
SOURCE_URL[0]="http://www.djangoproject.com/m/releases/${VERSION%.*}/$SOURCE";
+
SOURCE_HASH=sha512:4a96b25f6a2211b2985deaafc04ed5c167eed8835f51b8234bd479787f99f257faffbaa11de85fa28736540b0decf85dd386ca041e1b9888b958f04a3b0066c6
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL^}-${VERSION}"
;;
esac
WEB_SITE=http://www.djangoproject.com/
diff --git a/python-pypi/django/HISTORY b/python-pypi/django/HISTORY
index 44f794b..1379525 100644
--- a/python-pypi/django/HISTORY
+++ b/python-pypi/django/HISTORY
@@ -1,3 +1,8 @@
+2017-08-13 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: s/SPELLX/SPELL^/
+ Fixed SOURCE_URL[0], to avoid redirection
+ Updated DJANGO_BRANCH=stable to 1.11.4
+
2017-04-04 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: updated stable to 1.11, SECURITY_PATCH++,
(CVE-2017-723[34]), switched to UPSTREAM_HASH



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (baf59922798a57ec9488f2755ff29c803b0719b7), Ismael Luceno, 08/17/2017

Archive powered by MHonArc 2.6.24.

Top of Page