Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (aaf1caec808e0e608d037534d3ec567e46b120c4)

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 stable-0.62 grimoire by Vlad Glagolev (aaf1caec808e0e608d037534d3ec567e46b120c4)
  • Date: Tue, 14 Nov 2017 17:49:38 +0000

GIT changes to stable-0.62 grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

python-pypi/python-cryptography/DEPENDS | 7 +++++--
python-pypi/python-cryptography/HISTORY | 3 +++
2 files changed, 8 insertions(+), 2 deletions(-)

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

python-cryptography: enum34 is required only for Python 2

(cherry picked from commit 256a26877010132a5600a1da33d8c4f7d4adb6fd)

Conflicts:
python-pypi/python-cryptography/HISTORY

diff --git a/python-pypi/python-cryptography/DEPENDS
b/python-pypi/python-cryptography/DEPENDS
index 0075ded..3735514 100755
--- a/python-pypi/python-cryptography/DEPENDS
+++ b/python-pypi/python-cryptography/DEPENDS
@@ -2,6 +2,9 @@ depends PYTHON &&
depends SSL &&
depends SETUPTOOLS &&
depends cffi &&
-depends enum34 &&
depends pyasn1 &&
-depends six
+depends six &&
+
+if is_depends_enabled $SPELL python; then
+ depends enum34
+fi
diff --git a/python-pypi/python-cryptography/HISTORY
b/python-pypi/python-cryptography/HISTORY
index 3550a17..0783fa8 100644
--- a/python-pypi/python-cryptography/HISTORY
+++ b/python-pypi/python-cryptography/HISTORY
@@ -1,3 +1,6 @@
+2017-11-14 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: enum34 is required only for Python 2
+
2016-07-01 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: added missing SSL dependency




  • [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (aaf1caec808e0e608d037534d3ec567e46b120c4), Vlad Glagolev, 11/14/2017

Archive powered by MHonArc 2.6.24.

Top of Page