Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (05937f2a171b6868b4d174d7829bf020ab53640c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <ismael AT iodev.co.uk>
  • To: Pavel Vinogradov <public AT sourcemage.org>
  • Cc: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (05937f2a171b6868b4d174d7829bf020ab53640c)
  • Date: Mon, 29 Jan 2018 02:38:33 -0300

Hi,

What's wrong with the URL? why did you change it? the old one works and
avoids a 301 redirection...

On 02/Jan/2018 22:10, Pavel Vinogradov wrote:
> GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:
>
> python-pypi/django/DETAILS | 8 ++++----
> python-pypi/django/HISTORY | 4 ++++
> 2 files changed, 8 insertions(+), 4 deletions(-)
>
> New commits:
> commit 05937f2a171b6868b4d174d7829bf020ab53640c
> Author: Pavel Vinogradov <public AT sourcemage.org>
> Commit: Pavel Vinogradov <public AT sourcemage.org>
>
> python-pypi/django: stable version 2.0.1
>
> diff --git a/python-pypi/django/DETAILS b/python-pypi/django/DETAILS
> index c3cc1c8..759e8f3 100755
> --- a/python-pypi/django/DETAILS
> +++ b/python-pypi/django/DETAILS
> @@ -14,17 +14,17 @@ 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/m/releases/${VERSION%.*}/$SOURCE";
> +
> SOURCE_URL[0]="http://www.djangoproject.com/download/${VERSION}/tarball/";
>
> SOURCE_HASH=sha512:03e833d95d8ffacf8cb753b8b8c15edc145830add322ad166c574a9a7428ed308082ffea7a73bcdb7315f489270fd84a38d1a8b12c090dfb9d68da5d281cef68
> SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL^}-${VERSION}"
> ;;
> # stable (also handled for `gaze')
> stable|*)
> - VERSION=2.0
> + VERSION=2.0.1
> SECURITY_PATCH=5
> SOURCE=${SPELL^}-${VERSION}.tar.gz
> -
> SOURCE_URL[0]="http://www.djangoproject.com/m/releases/${VERSION}/$SOURCE";
> -
> SOURCE_HASH=sha512:5725c623a95c93f158a57f7bd0bde9fb1b8fa75e57caaebd8dc392a7b9f68d38a33488b616f03c0a21aed172cb841d13ca7ea35ed134bf0b0d90e0362cb61113
> +
> SOURCE_URL[0]="http://www.djangoproject.com/download/${VERSION}/tarball/";
> +
> SOURCE_HASH=sha256:d96b804be412a5125a594023ec524a2010a6ffa4d408e5482ab6ff3cb97ec12f:UPSTREAM_HASH
> SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL^}-${VERSION}"
> ;;
> esac
> diff --git a/python-pypi/django/HISTORY b/python-pypi/django/HISTORY
> index 579abb9..700cf55 100644
> --- a/python-pypi/django/HISTORY
> +++ b/python-pypi/django/HISTORY
> @@ -1,3 +1,7 @@
> +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
> +
> 2017-12-02 Pavel Vinogradov <public AT sourcemage.org>
> * DETAILS: stable version 2.0, SECURITY_PATCH++, (CVE-2017-12794)
> * DEPENDS: stable branch can use python3 only from now on
> _______________________________________________
> SM-Commit mailing list
> SM-Commit AT lists.ibiblio.org
> https://lists.ibiblio.org/mailman/listinfo/sm-commit

--
Ismael Luceno
http://iodev.co.uk/




Archive powered by MHonArc 2.6.24.

Top of Page