1- Metadata-Version: 2.1
1+ Metadata-Version: 2.4
22Name: jaraco.context
3- Version: 6.0.1
3+ Version: 6.0.2
44Summary: Useful decorators and context managers
55Author-email: "Jason R. Coombs" <jaraco@jaraco.com>
6+ License-Expression: MIT
67Project-URL: Source, https://github.com/jaraco/jaraco.context
78Classifier: Development Status :: 5 - Production/Stable
89Classifier: Intended Audience :: Developers
9- Classifier: License :: OSI Approved :: MIT License
1010Classifier: Programming Language :: Python :: 3
1111Classifier: Programming Language :: Python :: 3 :: Only
12- Requires-Python: >=3.8
12+ Requires-Python: >=3.9
1313Description-Content-Type: text/x-rst
1414License-File: LICENSE
15- Requires-Dist: backports.tarfile ; python_version < "3.12"
16- Provides-Extra: doc
17- Requires-Dist: sphinx >=3.5 ; extra == 'doc'
18- Requires-Dist: jaraco.packaging >=9.3 ; extra == 'doc'
19- Requires-Dist: rst.linker >=1.9 ; extra == 'doc'
20- Requires-Dist: furo ; extra == 'doc'
21- Requires-Dist: sphinx-lint ; extra == 'doc'
22- Requires-Dist: jaraco.tidelift >=1.4 ; extra == 'doc'
15+ Requires-Dist: backports.tarfile; python_version < "3.12"
2316Provides-Extra: test
24- Requires-Dist: pytest !=8.1.*,>=6 ; extra == 'test'
25- Requires-Dist: pytest-checkdocs >=2.4 ; extra == 'test'
26- Requires-Dist: pytest-cov ; extra == 'test'
27- Requires-Dist: pytest-mypy ; extra == 'test'
28- Requires-Dist: pytest-enabler >=2.2 ; extra == 'test'
29- Requires-Dist: portend ; extra == 'test'
30- Requires-Dist: pytest-ruff >=0.2.1 ; (sys_platform != "cygwin") and extra == 'test'
17+ Requires-Dist: pytest!=8.1.*,>=6; extra == "test"
18+ Requires-Dist: jaraco.test>=5.6.0; extra == "test"
19+ Requires-Dist: portend; extra == "test"
20+ Provides-Extra: doc
21+ Requires-Dist: sphinx>=3.5; extra == "doc"
22+ Requires-Dist: jaraco.packaging>=9.3; extra == "doc"
23+ Requires-Dist: rst.linker>=1.9; extra == "doc"
24+ Requires-Dist: furo; extra == "doc"
25+ Requires-Dist: sphinx-lint; extra == "doc"
26+ Requires-Dist: jaraco.tidelift>=1.4; extra == "doc"
27+ Provides-Extra: check
28+ Requires-Dist: pytest-checkdocs>=2.4; extra == "check"
29+ Requires-Dist: pytest-ruff>=0.2.1; sys_platform != "cygwin" and extra == "check"
30+ Provides-Extra: cover
31+ Requires-Dist: pytest-cov; extra == "cover"
32+ Provides-Extra: enabler
33+ Requires-Dist: pytest-enabler>=3.4; extra == "enabler"
34+ Provides-Extra: type
35+ Requires-Dist: pytest-mypy>=1.0.1; extra == "type"
36+ Requires-Dist: mypy<1.19; platform_python_implementation == "PyPy" and extra == "type"
37+ Dynamic: license-file
3138
3239.. image:: https://img.shields.io/pypi/v/jaraco.context.svg
3340 :target: https://pypi.org/project/jaraco.context
@@ -38,14 +45,14 @@ Requires-Dist: pytest-ruff >=0.2.1 ; (sys_platform != "cygwin") and extra == 'te
3845 :target: https://github.com/jaraco/jaraco.context/actions?query=workflow%3A%22tests%22
3946 :alt: tests
4047
41- .. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh /ruff/main/assets/badge/v2.json
48+ .. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh /ruff/main/assets/badge/v2.json
4249 :target: https://github.com/astral-sh/ruff
4350 :alt: Ruff
4451
4552.. image:: https://readthedocs.org/projects/jaracocontext/badge/?version=latest
4653 :target: https://jaracocontext.readthedocs.io/en/latest/?badge=latest
4754
48- .. image:: https://img.shields.io/badge/skeleton-2024 -informational
55+ .. image:: https://img.shields.io/badge/skeleton-2025 -informational
4956 :target: https://blog.jaraco.com/skeleton
5057
5158.. image:: https://tidelift.com/badges/package/pypi/jaraco.context
0 commit comments