[med-svn] [Git][python-team/packages/mypy][debian/experimental] 7 commits: Added patch for the librt cache directory.

Michael R. Crusoe (@crusoe) gitlab at salsa.debian.org
Tue Mar 31 16:12:27 BST 2026



Michael R. Crusoe pushed to branch debian/experimental at Debian Python Team / packages / mypy


Commits:
2d11c562 by Michael R. Crusoe at 2026-03-24T14:09:35+02:00
Added patch for the librt cache directory.

- - - - -
09d7a882 by Michael R. Crusoe at 2026-03-24T15:14:09+02:00
Add patch to remove mypyc test run timeout, for sparc64 and others.

- - - - -
6f181f48 by Michael R. Crusoe at 2026-03-24T16:03:31+02:00
d/rules: skip testDaemonStatusKillRestartRecheck, it is flaky when testing using "unshare".

- - - - -
fc32fcaf by Michael R. Crusoe at 2026-03-31T17:03:02+02:00
New upstream version 1.20.0~rc0
- - - - -
2b9cd127 by Michael R. Crusoe at 2026-03-31T17:03:57+02:00
Update upstream source from tag 'upstream/1.20.0_rc0'

Update to upstream version '1.20.0~rc0'
with Debian dir 7eb1323b1b6d34c5fa3462ec4b1e11a16a5dada2
- - - - -
8bcdbaf3 by Michael R. Crusoe at 2026-03-31T17:05:48+02:00
new upstream snapshot

- - - - -
1f6b06d8 by Michael R. Crusoe at 2026-03-31T17:11:47+02:00
Merge branch 'master' into debian/experimental

- - - - -


115 changed files:

- + .editorconfig
- + .git-blame-ignore-revs
- + .gitattributes
- + .github/ISSUE_TEMPLATE/bug.md
- + .github/ISSUE_TEMPLATE/config.yml
- + .github/ISSUE_TEMPLATE/crash.md
- + .github/ISSUE_TEMPLATE/documentation.md
- + .github/ISSUE_TEMPLATE/feature.md
- + .github/PULL_REQUEST_TEMPLATE.md
- + .github/workflows/build_wheels.yml
- + .github/workflows/docs.yml
- + .github/workflows/mypy_primer.yml
- + .github/workflows/mypy_primer_comment.yml
- + .github/workflows/sync_typeshed.yml
- + .github/workflows/test.yml
- + .github/workflows/test_stubgenc.yml
- + .gitignore
- + .pre-commit-config.yaml
- + .readthedocs.yaml
- CHANGELOG.md
- + CONTRIBUTING.md
- + CREDITS
- − PKG-INFO
- + action.yml
- debian/changelog
- + debian/patches/librt_cache
- + debian/patches/remove-mypyc-test-run-timeout
- debian/patches/series
- debian/patches/verbose
- debian/rules
- docs/source/command_line.rst
- docs/source/stubtest.rst
- + misc/analyze_cache.py
- + misc/analyze_typeform_stats.py
- + misc/build-debug-python.sh
- + misc/build_wheel.py
- + misc/cherry-pick-typeshed.py
- + misc/clean-mypyc.sh
- + misc/convert-cache.py
- + misc/docker/Dockerfile
- + misc/docker/README.md
- + misc/docker/build.py
- + misc/docker/run-wrapper.sh
- + misc/docker/run.sh
- + misc/dump-ast.py
- + misc/find_type.py
- + misc/gen_blog_post_html.py
- + misc/generate_changelog.py
- + misc/incremental_checker.py
- + misc/log_trace_check.py
- + misc/macs.el
- + misc/perf_checker.py
- + misc/perf_compare.py
- + misc/profile_check.py
- + misc/self_compile_info.py
- + misc/sync-typeshed.py
- + misc/test-stubgenc.sh
- + misc/trigger_wheel_build.sh
- + misc/typeshed_patches/0001-Adjust-stubs-to-fix-mypy-lookup-error-due-to-circula.patch
- + misc/typeshed_patches/0001-Partially-revert-Clean-up-argparse-hacks.patch
- + misc/typeshed_patches/0001-Remove-use-of-LiteralString-in-builtins-13743.patch
- + misc/typeshed_patches/0001-Revert-Remove-redundant-inheritances-from-Iterator.patch
- + misc/typeshed_patches/0001-Revert-Use-contravariant-type-variable-in-Container.patch
- + misc/typeshed_patches/0001-Revert-sum-literal-integer-change-13961.patch
- + misc/typeshed_patches/0001-Revert-typeshed-ctypes-change.patch
- + misc/typeshed_patches/0001-Temporarily-revert-contextlib-deprecation.patch
- + misc/update-stubinfo.py
- + misc/upload-pypi.py
- − mypy.egg-info/PKG-INFO
- − mypy.egg-info/SOURCES.txt
- − mypy.egg-info/dependency_links.txt
- − mypy.egg-info/entry_points.txt
- − mypy.egg-info/requires.txt
- − mypy.egg-info/top_level.txt
- mypy/stubtest.py
- mypy/test/teststubtest.py
- + mypy/typeshed/stdlib/_typeshed/README.md
- + mypy/typeshed/stubs/librt/METADATA.toml
- + mypy/typeshed/stubs/mypy-extensions/@tests/stubtest_allowlist.txt
- + mypy/typeshed/stubs/mypy-extensions/METADATA.toml
- mypy/version.py
- + mypyc/.readthedocs.yaml
- mypyc/build.py
- mypyc/codegen/emitfunc.py
- mypyc/codegen/emitmodule.py
- mypyc/common.py
- mypyc/doc/index.rst
- mypyc/doc/introduction.rst
- + mypyc/doc/librt.rst
- + mypyc/doc/librt_base64.rst
- mypyc/doc/performance_tips_and_tricks.rst
- mypyc/ir/ops.py
- mypyc/irbuild/builder.py
- mypyc/irbuild/for_helpers.py
- mypyc/irbuild/statement.py
- mypyc/lib-rt/CPy.h
- mypyc/lib-rt/misc_ops.c
- mypyc/primitives/misc_ops.py
- mypyc/test-data/irbuild-basic.test
- mypyc/test-data/irbuild-i64.test
- mypyc/test-data/irbuild-lists.test
- mypyc/test-data/irbuild-set.test
- mypyc/test-data/irbuild-statements.test
- mypyc/test-data/irbuild-vec-i64.test
- mypyc/test-data/irbuild-vec-t.test
- mypyc/test-data/refcount.test
- mypyc/test-data/run-classes.test
- mypyc/test-data/run-loops.test
- mypyc/test-data/run-multimodule.test
- mypyc/test/librt_cache.py
- mypyc/test/test_run.py
- + mypyc/test/test_statement.py
- pyproject.toml
- − setup.cfg
- setup.py


The diff was not included because it is too large.


View it on GitLab: https://salsa.debian.org/python-team/packages/mypy/-/compare/55a37219055a00b91e2336190e7cd4921aef8db4...1f6b06d8b04b0a6f4cfacc9e96c54e2c608a2ca0

-- 
View it on GitLab: https://salsa.debian.org/python-team/packages/mypy/-/compare/55a37219055a00b91e2336190e7cd4921aef8db4...1f6b06d8b04b0a6f4cfacc9e96c54e2c608a2ca0
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/20260331/35bcbce2/attachment-0001.htm>


More information about the debian-med-commit mailing list