[yoda-svn] yoda: 2 new changesets

YODA Mercurial yoda at projects.hepforge.org
Sun Sep 25 10:15:02 BST 2016


details:   https://yoda.hepforge.org/hg/yoda/rev/1edc280f270b
branches:  release-1-6
changeset: 1297:1edc280f270b
user:      Andy Buckley <andy at insectnation.org>
date:      Sun Sep 25 10:04:17 2016 +0100
description:
Version 1.6.4 release.

details:   https://yoda.hepforge.org/hg/yoda/rev/7286deba0464
branches:  release-1-6
changeset: 1298:7286deba0464
user:      Andy Buckley <andy at insectnation.org>
date:      Sun Sep 25 10:04:49 2016 +0100
description:
Added tag yoda-1.6.4 for changeset 1edc280f270b

diffs (truncated from 59 to 50 lines):

--- a/.hgtags	Tue Sep 20 13:13:29 2016 +0100
+++ b/.hgtags	Sun Sep 25 10:04:49 2016 +0100
@@ -45,3 +45,4 @@
 3d956bb73656d46a3118a5a5d03d25420c04f538 yoda-1.6.1
 2a32b9e0b9a9f962bd9ebb2ac7e611981da14ce4 yoda-1.6.2
 6e222b9c2422baef39a531e2461213a51c898661 yoda-1.6.3
+1edc280f270b7cf812bf7bc6d56abbf93eb15987 yoda-1.6.4
--- a/ChangeLog	Tue Sep 20 13:13:29 2016 +0100
+++ b/ChangeLog	Sun Sep 25 10:04:49 2016 +0100
@@ -1,6 +1,16 @@
+2016-09-25  Andy Buckley  <andy.buckley at cern.ch>
+
+	* Version 1.6.4 release.
+
+2016-09-20  David Grellscheid  <david.grellscheid at durham.ac.uk>
+
+	* Remove aliases for @property functions. They were scheduled for
+	removal anyway, and don't work with Cython >= 24.
+
 2016-09-06  Andy Buckley  <andy.buckley at cern.ch>
 
-	* Update configure scripts to use newer (Py3-safe) Python testing macros.
+	* Update configure scripts to use newer (Py3-safe) Python testing
+	macros.
 
 2016-08-09  Andy Buckley  <andy.buckley at cern.ch>
 
--- a/configure.ac	Tue Sep 20 13:13:29 2016 +0100
+++ b/configure.ac	Sun Sep 25 10:04:49 2016 +0100
@@ -1,7 +1,7 @@
 ## Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([YODA],[1.6.3],[yoda at projects.hepforge.org],[YODA])
+AC_INIT([YODA],[1.6.4],[yoda at projects.hepforge.org],[YODA])
 
 ## Check and block installation into the src/build dir
 if test "$prefix" = "$PWD"; then
@@ -130,17 +130,17 @@
 if test x$enable_pyext == xyes; then
   AM_CHECK_CYTHON([0.20], [:], [:])
   if test x$CYTHON_FOUND = xyes; then
-    AS_VERSION_COMPARE([$CYTHON_VERSION], [0.24], 
+    AS_VERSION_COMPARE([$CYTHON_VERSION], [0.24],
           [AC_MSG_NOTICE([Cython >= 0.20 found: Python extension source can be rebuilt (for developers)])],
           [AC_MSG_NOTICE([
 **************************************************
 Cython 0.24.x does not work for non-tarball builds
-  (https://github.com/cython/cython/issues/1465) 
+  (https://github.com/cython/cython/issues/1465)


More information about the yoda-svn mailing list