Skip to Content.
Sympa Menu

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

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 (5ee1a41bba804d881e5a22e67bdd187ce6b1158a)
  • Date: Mon, 7 Dec 2015 21:22:54 +0000

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

devel/python3/DETAILS | 2 +-
devel/python3/HISTORY | 4 ++++
devel/python3/PRE_BUILD | 6 ++++++
3 files changed, 11 insertions(+), 1 deletion(-)

New commits:
commit 5ee1a41bba804d881e5a22e67bdd187ce6b1158a
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

devel/python3: version 3.5.1

diff --git a/devel/python3/DETAILS b/devel/python3/DETAILS
index 9618134..2ebdf7a 100755
--- a/devel/python3/DETAILS
+++ b/devel/python3/DETAILS
@@ -1,5 +1,5 @@
SPELL=python3
- VERSION=3.5.0
+ VERSION=3.5.1
SECURITY_PATCH=3
SOURCE=Python-$VERSION.tgz
SOURCE2=$SOURCE.asc
diff --git a/devel/python3/HISTORY b/devel/python3/HISTORY
index 90af3f9..2e9945a 100644
--- a/devel/python3/HISTORY
+++ b/devel/python3/HISTORY
@@ -1,3 +1,7 @@
+2015-12-07 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: updated spell to 3.5.1
+ * PRE_BUILD: added to force gcc's builtin atomics
+
2015-09-17 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.5.0

diff --git a/devel/python3/PRE_BUILD b/devel/python3/PRE_BUILD
new file mode 100755
index 0000000..6f58adc
--- /dev/null
+++ b/devel/python3/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+if is_depends_enabled ${SPELL} gcc; then
+ # Forcing GCC's builtin atomics
+ sed -i 's;defined(HAVE_STD_ATOMIC);!&;' Include/pyatomic.h
+fi



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (5ee1a41bba804d881e5a22e67bdd187ce6b1158a), Pavel Vinogradov, 12/07/2015

Archive powered by MHonArc 2.6.24.

Top of Page