Michael R. Crusoe pushed to branch master at Debian Python Team / packages / mypy
Commits: c0231e77 by Michael R. Crusoe at 2023-10-11T12:08:19+02:00 d/rules: remove skip of PEP561Suite - - - - - d25a2c2e by Michael R. Crusoe at 2023-10-11T12:10:28+02:00 routine-update: Ready to upload to unstable - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,9 +1,10 @@ -mypy (1.6.0-1) UNRELEASED; urgency=medium +mypy (1.6.0-1) unstable; urgency=medium * New upstream version * d/patches: drop upstreamed patch for python3.10.3 + * d/rules: remove skip of PEP561Suite - -- Michael R. Crusoe <[email protected]> Wed, 11 Oct 2023 09:01:58 +0200 + -- Michael R. Crusoe <[email protected]> Wed, 11 Oct 2023 12:10:28 +0200 mypy (1.5.1-2) unstable; urgency=medium ===================================== debian/rules ===================================== @@ -80,7 +80,7 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_PROFILES))) dh_auto_install set -e; for v in $(PY3VERS); do \ PYTHONPATH=$$(pybuild --print build_dir --pyver $$v | awk '{ print $$3 }') PATH=$$PATH:$(CURDIR)/debian/python3-mypy/usr/bin/ python$$v -m pytest -n auto \ - -o testpaths="mypy/test mypyc/test" -o python_files=test*.py -k 'not (testCustomTypeshedDirWithRelativePathDoesNotCrash or PEP561Suite)' \ + -o testpaths="mypy/test mypyc/test" -o python_files=test*.py -k 'not (testCustomTypeshedDirWithRelativePathDoesNotCrash)' \ -o python_classes= -o python_functions= ; \ done endif View it on GitLab: https://salsa.debian.org/python-team/packages/mypy/-/compare/c9333c035e1d54634b8139a74685d0ed82b83d4d...d25a2c2e0662cacb43baeea20492d739641ecd3b -- View it on GitLab: https://salsa.debian.org/python-team/packages/mypy/-/compare/c9333c035e1d54634b8139a74685d0ed82b83d4d...d25a2c2e0662cacb43baeea20492d739641ecd3b You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
