Skip to Content.
Sympa Menu

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

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 (256a26877010132a5600a1da33d8c4f7d4adb6fd)
  • Date: Tue, 14 Nov 2017 17:49:38 +0000

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

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

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

python-cryptography: enum34 is required only for Python 2

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 eee3bce..84595c8 100644
--- a/python-pypi/python-cryptography/HISTORY
+++ b/python-pypi/python-cryptography/HISTORY
@@ -1,4 +1,7 @@
- 2016-07-23 Pavel Vinogradov <public AT sourcemage.org>
+2017-11-14 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: enum34 is required only for Python 2
+
+2016-07-23 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.4, fixed SOURCE_URL[0]
* PRE_BUILD: updated the patch for openssl




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (256a26877010132a5600a1da33d8c4f7d4adb6fd), Vlad Glagolev, 11/14/2017

Archive powered by MHonArc 2.6.24.

Top of Page