Skip to content

Commit 5f04fb2

Browse files
authored
Merge pull request pypa#4299 from pypa/debt/refresh-vendored
Refresh unpinned vendored dependencies.
2 parents 88a8cae + c509c6c commit 5f04fb2

File tree

90 files changed

+7663
-721
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+7663
-721
lines changed

.coveragerc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
omit =
33
# leading `*/` for pytest-dev/pytest-cov#456
44
*/.tox/*
5+
6+
# local
7+
*/_vendor/*
8+
*/tools/*
59
*/setuptools/_distutils/*
10+
611
disable_warnings =
712
couldnt-parse
813

newsfragments/4253.feature.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Refresh unpinned vendored dependencies.

pkg_resources/_vendor/jaraco.context-4.3.0.dist-info/LICENSE renamed to pkg_resources/_vendor/backports.tarfile-1.0.0.dist-info/LICENSE

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
Copyright Jason R. Coombs
2-
31
Permission is hereby granted, free of charge, to any person obtaining a copy
42
of this software and associated documentation files (the "Software"), to
53
deal in the Software without restriction, including without limitation the
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
Metadata-Version: 2.1
2+
Name: backports.tarfile
3+
Version: 1.0.0
4+
Summary: Backport of CPython tarfile module
5+
Home-page: https://github.com/jaraco/backports.tarfile
6+
Author: Jason R. Coombs
7+
Author-email: [email protected]
8+
Classifier: Development Status :: 5 - Production/Stable
9+
Classifier: Intended Audience :: Developers
10+
Classifier: License :: OSI Approved :: MIT License
11+
Classifier: Programming Language :: Python :: 3
12+
Classifier: Programming Language :: Python :: 3 :: Only
13+
Requires-Python: >=3.8
14+
License-File: LICENSE
15+
Provides-Extra: docs
16+
Requires-Dist: sphinx >=3.5 ; extra == 'docs'
17+
Requires-Dist: jaraco.packaging >=9.3 ; extra == 'docs'
18+
Requires-Dist: rst.linker >=1.9 ; extra == 'docs'
19+
Requires-Dist: furo ; extra == 'docs'
20+
Requires-Dist: sphinx-lint ; extra == 'docs'
21+
Provides-Extra: testing
22+
Requires-Dist: pytest !=8.1.1,>=6 ; extra == 'testing'
23+
Requires-Dist: pytest-checkdocs >=2.4 ; extra == 'testing'
24+
Requires-Dist: pytest-cov ; extra == 'testing'
25+
Requires-Dist: pytest-enabler >=2.2 ; extra == 'testing'
26+
27+
.. image:: https://img.shields.io/pypi/v/backports.tarfile.svg
28+
:target: https://pypi.org/project/backports.tarfile
29+
30+
.. image:: https://img.shields.io/pypi/pyversions/backports.tarfile.svg
31+
32+
.. image:: https://github.com/jaraco/backports.tarfile/actions/workflows/main.yml/badge.svg
33+
:target: https://github.com/jaraco/backports.tarfile/actions?query=workflow%3A%22tests%22
34+
:alt: tests
35+
36+
.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json
37+
:target: https://github.com/astral-sh/ruff
38+
:alt: Ruff
39+
40+
.. .. image:: https://readthedocs.org/projects/backportstarfile/badge/?version=latest
41+
.. :target: https://backportstarfile.readthedocs.io/en/latest/?badge=latest
42+
43+
.. image:: https://img.shields.io/badge/skeleton-2024-informational
44+
:target: https://blog.jaraco.com/skeleton
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
backports.tarfile-1.0.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
2+
backports.tarfile-1.0.0.dist-info/LICENSE,sha256=htoPAa6uRjSKPD1GUZXcHOzN55956HdppkuNoEsqR0E,1023
3+
backports.tarfile-1.0.0.dist-info/METADATA,sha256=XlT7JAFR04zDMIjs-EFhqc0CkkVyeh-SiVUoKXONXJ0,1876
4+
backports.tarfile-1.0.0.dist-info/RECORD,,
5+
backports.tarfile-1.0.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6+
backports.tarfile-1.0.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
7+
backports.tarfile-1.0.0.dist-info/top_level.txt,sha256=cGjaLMOoBR1FK0ApojtzWVmViTtJ7JGIK_HwXiEsvtU,10
8+
backports/__pycache__/tarfile.cpython-312.pyc,,
9+
backports/tarfile.py,sha256=IO3YX_ZYqn13VOi-3QLM0lnktn102U4d9wUrHc230LY,106920

pkg_resources/_vendor/backports.tarfile-1.0.0.dist-info/REQUESTED

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Wheel-Version: 1.0
2-
Generator: bdist_wheel (0.38.4)
2+
Generator: bdist_wheel (0.43.0)
33
Root-Is-Purelib: true
44
Tag: py3-none-any
55

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
backports

pkg_resources/_vendor/backports/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)