Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f20fb7f4105105f0f611fa8c381133f00072c6e2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f20fb7f4105105f0f611fa8c381133f00072c6e2)
  • Date: Sat, 2 Jul 2016 00:29:35 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

python-pypi/python-cryptography/DEPENDS | 1 +
python-pypi/python-cryptography/HISTORY | 3 +++
python-pypi/requests/DETAILS | 4 ++--
python-pypi/requests/HISTORY | 3 +++
4 files changed, 9 insertions(+), 2 deletions(-)

New commits:
commit f20fb7f4105105f0f611fa8c381133f00072c6e2
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

requests: => 2.10.0

commit 4546b821b43fdb4f4caa35ce467ca60be2e3b37c
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

python-cryptography: added missing SSL dependency

diff --git a/python-pypi/python-cryptography/DEPENDS
b/python-pypi/python-cryptography/DEPENDS
index 491f748..0075ded 100755
--- a/python-pypi/python-cryptography/DEPENDS
+++ b/python-pypi/python-cryptography/DEPENDS
@@ -1,4 +1,5 @@
depends PYTHON &&
+depends SSL &&
depends SETUPTOOLS &&
depends cffi &&
depends enum34 &&
diff --git a/python-pypi/python-cryptography/HISTORY
b/python-pypi/python-cryptography/HISTORY
index a3043e0..492c2c7 100644
--- a/python-pypi/python-cryptography/HISTORY
+++ b/python-pypi/python-cryptography/HISTORY
@@ -1,3 +1,6 @@
+2016-07-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: added missing SSL dependency
+
2015-04-14 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.8.2

diff --git a/python-pypi/requests/DETAILS b/python-pypi/requests/DETAILS
index 7acdc22..5c18258 100755
--- a/python-pypi/requests/DETAILS
+++ b/python-pypi/requests/DETAILS
@@ -1,7 +1,7 @@
SPELL=requests
- VERSION=2.7.0
+ VERSION=2.10.0
SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE_URL[0]=https://pypi.python.org/packages/source/r/$SPELL/$SOURCE
+ SOURCE_URL[0]=https://pypi.io/packages/source/r/$SPELL/$SOURCE

SOURCE_HASH=sha512:a93223c3fd21c58f7c0c901b17be17c23dba4efeed8c4347da9d4e04d96a6698e08e01482205661cb7757cc7560d9ae2e62b18f2b422af0cb90fd998fe963ff2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
LICENSE[0]=APACHE
diff --git a/python-pypi/requests/HISTORY b/python-pypi/requests/HISTORY
index 5c18b1a..072a0a4 100644
--- a/python-pypi/requests/HISTORY
+++ b/python-pypi/requests/HISTORY
@@ -1,3 +1,6 @@
+2016-07-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.10.0; updated source url
+
2015-05-05 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.7.0




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f20fb7f4105105f0f611fa8c381133f00072c6e2), Vlad Glagolev, 07/01/2016

Archive powered by MHonArc 2.6.24.

Top of Page