[med-svn] [Git][med-team/mypy][master] 4 commits: also demote riscv64 to python only

Michael R. Crusoe gitlab at salsa.debian.org
Sat Apr 4 10:49:58 BST 2020



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


Commits:
f85b8a39 by Michael R. Crusoe at 2020-04-04T09:58:19+02:00
also demote riscv64 to python only

- - - - -
5956b671 by Michael R. Crusoe at 2020-04-04T10:02:11+02:00
debian/upstream/metadata: fix/add Repository{,-Browse},Bug-{Database,Submit{

- - - - -
9a4c276b by Michael R. Crusoe at 2020-04-04T11:14:59+02:00
autopkgtest: also skip fragile test here

- - - - -
dce75adc by Michael R. Crusoe at 2020-04-04T11:14:59+02:00
release 0.770-1 to unstable

- - - - -


4 changed files:

- debian/changelog
- debian/rules
- debian/tests/run-unit-test
- debian/upstream/metadata


Changes:

=====================================
debian/changelog
=====================================
@@ -1,11 +1,13 @@
-mypy (0.770-1) UNRELEASED; urgency=medium
+mypy (0.770-1) unstable; urgency=medium
 
   * New upstream version
   * Standards-Version: 4.5.0 (routine-update)
-  * Demote sh4, sparc64, and m68k to python only
+  * Demote sh4, sparc64, riscv64, and m68k to python only
   * Skip fragile test
+  * debian/upstream/metadata: fix/add
+    Repository{,-Browse},Bug-{Database,Submit{
 
- -- Michael R. Crusoe <michael.crusoe at gmail.com>  Mon, 16 Mar 2020 11:16:42 +0100
+ -- Michael R. Crusoe <michael.crusoe at gmail.com>  Sat, 04 Apr 2020 09:58:24 +0200
 
 mypy (0.761-1) unstable; urgency=medium
 


=====================================
debian/rules
=====================================
@@ -17,8 +17,6 @@ ifneq (,$(filter $(DEB_BUILD_ARCH),hppa))
   export MYPYC_OPT_LEVEL=2
 else ifneq (,$(filter $(DEB_BUILD_ARCH),armel armhf))
   export MYPYC_OPT_LEVEL=1
-else ifneq (,$(filter $(DEB_BUILD_ARCH),riscv64))
-  export MYPYC_OPT_LEVEL=0
 endif
 
 
@@ -45,7 +43,7 @@ debian/stubgen_options.rst: docs/source/stubgen.rst
 	sed -n -e '/stubgen --help/,$$ {/stubgen --help/d; p}' $< > $@
 
 override_dh_auto_build: manpages
-ifneq (,$(filter $(DEB_BUILD_ARCH),mips64el mipsel alpha ia64 m68k powerpc sh4 sparc64))
+ifneq (,$(filter $(DEB_BUILD_ARCH),mips64el mipsel alpha ia64 m68k powerpc riscv64 sh4 sparc64))
 	MYPY_USE_MYPYC=0 dh_auto_build
 else
 	MYPY_USE_MYPYC=1 dh_auto_build


=====================================
debian/tests/run-unit-test
=====================================
@@ -16,7 +16,7 @@ export TEST_MYPYC=1
 
 MYPY_TEST_PREFIX=${START} pytest-3 -n auto -o testpaths=mypy/test \
 	-o python_files=test*.py -o python_classes= -o python_functions= \
-	--pyarg mypy
+	-k 'not StubtestMiscUnit' --pyarg mypy
 
 cp -r /usr/lib/python3/dist-packages/mypy ./
 /usr/bin/mypy --config-file ${START}/mypy_self_check.ini mypy


=====================================
debian/upstream/metadata
=====================================
@@ -1 +1,4 @@
-Repository: https://github.com/python/mypy
+Repository: https://github.com/python/mypy.git
+Repository-Browse: https://github.com/python/mypy
+Bug-Database: https://github.com/python/mypy/issues
+Bug-Submit: https://github.com/python/mypy/issues/new



View it on GitLab: https://salsa.debian.org/med-team/mypy/-/compare/9b22921e3fa7d7a007cad4f8b702ecda22bd85c6...dce75adc7ef91a15215d53dc482d662c57450e9d

-- 
View it on GitLab: https://salsa.debian.org/med-team/mypy/-/compare/9b22921e3fa7d7a007cad4f8b702ecda22bd85c6...dce75adc7ef91a15215d53dc482d662c57450e9d
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/20200404/3a8ae310/attachment-0001.html>


More information about the debian-med-commit mailing list