Skip to Content.
Sympa Menu

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

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 (3632f12716eaf254cc868b02258414318bfa07f7)
  • Date: Sat, 23 Jul 2016 21:10:12 +0000

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

python-pypi/python-cryptography/DETAILS | 6 +++---
python-pypi/python-cryptography/HISTORY | 3 +++
python-pypi/setuptools/BUILD | 2 ++
python-pypi/setuptools/DETAILS | 4 ++--
python-pypi/setuptools/HISTORY | 4 ++++
5 files changed, 14 insertions(+), 5 deletions(-)

New commits:
commit 3632f12716eaf254cc868b02258414318bfa07f7
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

python-pypI/python-cryptography: version 1.4

commit ce01ca8aaab6737a5712010c487c2995819799ae
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

python-pypi/setuptools: version 25.0.0

diff --git a/python-pypi/python-cryptography/DETAILS
b/python-pypi/python-cryptography/DETAILS
index aca03df..1b4fb18 100755
--- a/python-pypi/python-cryptography/DETAILS
+++ b/python-pypi/python-cryptography/DETAILS
@@ -1,10 +1,10 @@
SPELL=python-cryptography
SPELLX=cryptography
- VERSION=1.2.2
+ VERSION=1.4
SOURCE=$SPELLX-$VERSION.tar.gz
- SOURCE_URL[0]=https://pypi.python.org/packages/source/c/$SPELLX/$SOURCE
+ SOURCE_URL[0]=https://pypi.io/packages/source/c/$SPELLX/$SOURCE
SOURCE_HINTS="no-check-certificate"
-
SOURCE_HASH=sha512:9c838e116b23bf22c5b01ecdd6f7fa0c4c92ce857516d500b983ae71bab002331cafcb404caa454362878ecbe4a818626c5f94636340bcad0518390671a36845
+
SOURCE_HASH=sha512:84ac02b3af381da077be77057e387ceb2977da584da7c32ddb953b7f67a101836f16fbfe119dbf430a358141f9867ed6f9b65d5214f6a602e17f988d03a112d9
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
LICENSE[0]=BSD
LICENSE[1]=APACHE
diff --git a/python-pypi/python-cryptography/HISTORY
b/python-pypi/python-cryptography/HISTORY
index 8357926..d0cfdd1 100644
--- a/python-pypi/python-cryptography/HISTORY
+++ b/python-pypi/python-cryptography/HISTORY
@@ -1,3 +1,6 @@
+ 2016-07-23 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 1.4, fixed SOURCE_URL[0]
+
2016-07-06 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: update to 1.2.2
* PRE_BUILD: fix for openssl 1.0.2
diff --git a/python-pypi/setuptools/BUILD b/python-pypi/setuptools/BUILD
index e9842bd..cafcaf8 100755
--- a/python-pypi/setuptools/BUILD
+++ b/python-pypi/setuptools/BUILD
@@ -1,7 +1,9 @@
# both versions of python may be present
if is_depends_enabled $SPELL python;then
+ python bootstrap.py &&
default_build_python
fi &&
if is_depends_enabled $SPELL python3;then
+ python3 bootstrap.py &&
default_build_python3
fi
diff --git a/python-pypi/setuptools/DETAILS b/python-pypi/setuptools/DETAILS
index 29c7ed6..801bf06 100755
--- a/python-pypi/setuptools/DETAILS
+++ b/python-pypi/setuptools/DETAILS
@@ -1,6 +1,6 @@
SPELL=setuptools
- VERSION=24.0.2
-
SOURCE_HASH=sha512:f3e09a97a3602fe83d26d053e32b962da6f03524583e2271ca609deaa9b74cbfb94d0fc12ffbe9d03d3f75fa126d6d78a186c2190837653048aa6e4d67b75dae
+ VERSION=25.0.0
+
SOURCE_HASH=sha512:dad35125e0072864c0824bd9cc9d648a607ffda9df9778a88004d99e8b61b9de91cf7dfce8d9ea676fafb1c6c048bb3459246b987f1ce108fe41c851fa5c3f75
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=https://github.com/pypa/$SPELL/archive/v$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/python-pypi/setuptools/HISTORY b/python-pypi/setuptools/HISTORY
index 244b019..b23ee41 100644
--- a/python-pypi/setuptools/HISTORY
+++ b/python-pypi/setuptools/HISTORY
@@ -1,3 +1,7 @@
+2016-07-23 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 25.0.0
+ * BUILD: added bootstrapping
+
2016-07-10 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 24.0.2




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (3632f12716eaf254cc868b02258414318bfa07f7), Pavel Vinogradov, 07/23/2016

Archive powered by MHonArc 2.6.24.

Top of Page