Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (5add2c87a242885459613bf2cfbacdfef747902e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (5add2c87a242885459613bf2cfbacdfef747902e)
  • Date: Mon, 29 Jan 2018 07:42:24 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

python-pypi/django/DETAILS | 8 +++++---
python-pypi/django/HISTORY | 3 +++
2 files changed, 8 insertions(+), 3 deletions(-)

New commits:
commit 5add2c87a242885459613bf2cfbacdfef747902e
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

python-pypi/django: readded old source location

diff --git a/python-pypi/django/DETAILS b/python-pypi/django/DETAILS
index 759e8f3..52e5387 100755
--- a/python-pypi/django/DETAILS
+++ b/python-pypi/django/DETAILS
@@ -14,7 +14,8 @@ SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL^}-scm"
VERSION=1.4.22
SECURITY_PATCH=7
SOURCE=${SPELL^}-${VERSION}.tar.gz
- SOURCE_URL[0]="http://www.djangoproject.com/download/${VERSION}/tarball/";
+
SOURCE_URL[0]="https://www.djangoproject.com/m/releases/${VERSION%.*}/${SOURCE}";
+ SOURCE_URL[1]="https://www.djangoproject.com/download/${VERSION}/tarball/";

SOURCE_HASH=sha512:03e833d95d8ffacf8cb753b8b8c15edc145830add322ad166c574a9a7428ed308082ffea7a73bcdb7315f489270fd84a38d1a8b12c090dfb9d68da5d281cef68
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL^}-${VERSION}"
;;
@@ -23,12 +24,13 @@ SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL^}-${VERSION}"
VERSION=2.0.1
SECURITY_PATCH=5
SOURCE=${SPELL^}-${VERSION}.tar.gz
- SOURCE_URL[0]="http://www.djangoproject.com/download/${VERSION}/tarball/";
+
SOURCE_URL[0]="https://www.djangoproject.com/m/releases/${VERSION%.*}/${SOURCE}";
+ SOURCE_URL[1]="https://www.djangoproject.com/download/${VERSION}/tarball/";

SOURCE_HASH=sha256:d96b804be412a5125a594023ec524a2010a6ffa4d408e5482ab6ff3cb97ec12f:UPSTREAM_HASH
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL^}-${VERSION}"
;;
esac
- WEB_SITE=http://www.djangoproject.com/
+ WEB_SITE="https://www.djangoproject.com/";
LICENSE[0]=BSD
KEYWORDS="web python devel"
ENTERED=20070821
diff --git a/python-pypi/django/HISTORY b/python-pypi/django/HISTORY
index 700cf55..0df711d 100644
--- a/python-pypi/django/HISTORY
+++ b/python-pypi/django/HISTORY
@@ -1,3 +1,6 @@
+2018-01-29 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: readded old url, http -> https
+
2018-01-02 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: stable version 2.0.1, switched to UPSTREAM_HASH,
updated the source urls for stable and legacy branches



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (5add2c87a242885459613bf2cfbacdfef747902e), Pavel Vinogradov, 01/29/2018

Archive powered by MHonArc 2.6.24.

Top of Page