The new 1.10.1 release now builds with cython 0.28.2-4 in testing.

Tested with buster on 2018-07-19 using 
https://salsa.debian.org/python-team/modules/kivy.git with the attached patch 
applied to avoid a modified sources error:

    dpkg-source: info: local changes detected, the modified files are:
     kivy/kivy/version.py


Note: v1.10.1 also seems to fix bugs #774052 and #799833
From 3d93c738ed58c5eba764422932765cf69771dfe1 Mon Sep 17 00:00:00 2001
From: Dean Serenevy <d...@serenevy.net>
Date: Thu, 19 Jul 2018 13:47:38 +0000
Subject: do not self mutate

---
 setup.py | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/setup.py b/setup.py
index 0c3e2e4..702e662 100644
--- a/setup.py
+++ b/setup.py
@@ -65,12 +65,6 @@ def get_version(filename='kivy/version.py'):
         "__date__ = '%(date)s'\n"
     )
 
-    with open(filename, 'w') as f:
-        f.write(cnt % {
-            'version': VERSION,
-            'hash': GIT_REVISION,
-            'date': DATE
-        })
     return VERSION
 
 

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to