[Python-modules-commits] [cysignals] 01/03: Import cysignals_1.3.2+ds.orig.tar.xz

Jerome Benoit calculus-guest at moszumanska.debian.org
Wed Nov 9 17:22:52 UTC 2016


This is an automated email from the git hooks/post-receive script.

calculus-guest pushed a commit to branch master
in repository cysignals.

commit 31b4a83c53f20bd5b07a1367525abf2ae872f590
Author: Jerome Benoit <calculus at rezozer.net>
Date:   Wed Nov 9 16:42:58 2016 +0000

    Import cysignals_1.3.2+ds.orig.tar.xz
---
 PKG-INFO | 2 +-
 VERSION  | 2 +-
 setup.py | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/PKG-INFO b/PKG-INFO
index 166201e..7832f32 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: cysignals
-Version: 1.3.1
+Version: 1.3.2
 Summary: Interrupt and signal handling for Cython
 Home-page: https://github.com/sagemath/cysignals
 Author: Martin R. Albrecht, François Bissey, Volker Braun, Jeroen Demeyer
diff --git a/VERSION b/VERSION
index 3a3cd8c..1892b92 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.3.1
+1.3.2
diff --git a/setup.py b/setup.py
index 5dbcb24..3c19c38 100755
--- a/setup.py
+++ b/setup.py
@@ -99,7 +99,7 @@ class build_ext(_build_ext):
 
     def cythonize(self, extensions):
         return cythonize(extensions,
-                build_dir=cythonize_dir, include_path=["src"])
+                build_dir=cythonize_dir, include_path=["src", os.path.join(cythonize_dir, "src")])
 
     def create_init_pxd(self):
         """

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/cysignals.git



More information about the Python-modules-commits mailing list