[med-svn] [Git][med-team/mypy][master] 4 commits: demote mips64el as well

Michael R. Crusoe gitlab at salsa.debian.org
Fri Oct 25 17:28:12 BST 2019



Michael R. Crusoe pushed to branch master at Debian Med / mypy


Commits:
bdd8d891 by Michael R. Crusoe at 2019-10-25T16:21:46Z
demote mips64el as well

- - - - -
8b68dad7 by Michael R. Crusoe at 2019-10-25T16:23:12Z
risc64 → riscv64

- - - - -
1edfbda2 by Michael R. Crusoe at 2019-10-25T16:25:31Z
SH4 still is OOM at -O1, drop to -O0

- - - - -
89625663 by Michael R. Crusoe at 2019-10-25T16:26:34Z
release 0.740-4

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,10 +1,11 @@
-mypy (0.740-4) UNRELEASED; urgency=medium
+mypy (0.740-4) unstable; urgency=medium
 
-  * Poor mipsel, can't handle -O2 either. PowerPC and ia64 both have
+  * Poor mipsel & mipsel64, can't handle -O2 either. PowerPC and ia64 both have
     "Error: operand out of  range" errors, so drop each of them another -O level
-    to see if that helps at all.
+    to see if that helps at all. SH4 still is OOM at -O1, drop to -O0.
+  * typo fix: risc64 → riscv64
 
- -- Michael R. Crusoe <michael.crusoe at gmail.com>  Fri, 25 Oct 2019 17:39:41 +0200
+ -- Michael R. Crusoe <michael.crusoe at gmail.com>  Fri, 25 Oct 2019 18:26:10 +0200
 
 mypy (0.740-3) unstable; urgency=medium
 


=====================================
debian/rules
=====================================
@@ -14,11 +14,11 @@ endif
 
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 include /usr/share/dpkg/default.mk
-ifneq (,$(filter $(DEB_HOST_ARCH),armhf mips64el risc64))
+ifneq (,$(filter $(DEB_HOST_ARCH),armhf riscv64))
   export MYPYC_OPT_LEVEL=2
-else ifneq (,$(filter $(DEB_HOST_ARCH),armel mipsel alpha ia64 m68k sh4))
+else ifneq (,$(filter $(DEB_HOST_ARCH),armel mips64el mipsel alpha ia64 m68k))
   export MYPYC_OPT_LEVEL=1
-else ifneq (,$(filter $(DEB_HOST_ARCH),powerpc))
+else ifneq (,$(filter $(DEB_HOST_ARCH),powerpc sh4))
   export MYPYC_OPT_LEVEL=0
 endif
 



View it on GitLab: https://salsa.debian.org/med-team/mypy/compare/58280ea828e58cb4ca98c5116c183ab193f3cf8d...89625663068a6209ac4e61179c0254cca71e9107

-- 
View it on GitLab: https://salsa.debian.org/med-team/mypy/compare/58280ea828e58cb4ca98c5116c183ab193f3cf8d...89625663068a6209ac4e61179c0254cca71e9107
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20191025/ce8f5dd2/attachment-0001.html>


More information about the debian-med-commit mailing list