Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle Python3.12a7 compatibility problems | Anderson Bravalheri | 2023-04-19 | 3 | -0/+15 |
| | |||||
* | Make pkg_resources more forgiving of non-compliant versions (#3839) | Anderson Bravalheri | 2023-03-06 | 1 | -1/+62 |
|\ | |||||
| * | Remove duplication in warning message | Anderson Bravalheri | 2023-02-27 | 1 | -1/+1 |
| | | |||||
| * | Make pkg_resources more forgiving of non-compliant versions | Anderson Bravalheri | 2023-02-27 | 1 | -1/+62 |
| | | |||||
* | | Deprecate pkg_resources, removing excuse that 'discouraged is not deprecated'. | Jason R. Coombs | 2023-03-05 | 1 | -4/+9 |
|/ | |||||
* | Update vendored importlib_* | Anderson Bravalheri | 2023-02-17 | 23 | -210/+683 |
| | |||||
* | Make clear which package is calling pkg_resources.declare_namespaces | Anderson Bravalheri | 2023-02-15 | 1 | -0/+1 |
| | |||||
* | Add links explaining deprecations | Anderson Bravalheri | 2023-02-13 | 1 | -1/+3 |
| | |||||
* | Add DeprecationWarning to `pkg_resources.declare_namespace` | Anderson Bravalheri | 2023-02-13 | 2 | -4/+13 |
| | |||||
* | Remove pypackaging from extern in pkg_resources | Anderson Bravalheri | 2023-01-23 | 1 | -1/+0 |
| | |||||
* | Update pkg_resources errors to be compatible with newer packaging | Anderson Bravalheri | 2023-01-23 | 1 | -16/+39 |
| | |||||
* | Update vendored packaging/jaraco.context for pkg_resources | Anderson Bravalheri | 2023-01-23 | 51 | -12047/+1805 |
| | |||||
* | Flip conditionals around package finders in pkg_resources (#3685) | Anderson Bravalheri | 2023-01-20 | 1 | -7/+7 |
|\ | | | | | | | | | | | | | - In Python 3.3+ importlib.machinery.FileFinder is always present, therefore we no longer need to keep the conditional - In Python 3.12+ pkgutil.ImpImporter is removed, so we need a conditional to avoid using it directly. | ||||
| * | Remove conditional for FileFinder in pkg_resources | Anderson Bravalheri | 2023-01-18 | 1 | -5/+2 |
| | | | | | | | | FileFiler should always be present in Python 3.3+ | ||||
| * | Wrap deprecated pkgutil usage in pkg_resources in conditional | Anderson Bravalheri | 2023-01-18 | 1 | -2/+5 |
| | | |||||
* | | Avoid unecessarily lengthy traceback | Anderson Bravalheri | 2023-01-18 | 1 | -1/+1 |
| | | |||||
* | | Add informative notes for the InvalidVersion error (LegacyVersion removal) | Anderson Bravalheri | 2023-01-18 | 1 | -1/+8 |
|/ | |||||
* | Merge pull request #2822 from pypa/debt/remove-legacy-version | Jason R. Coombs | 2023-01-15 | 1 | -86/+2 |
|\ | | | | | Remove reliance on LegacyVersion | ||||
| * | Merge branch 'main' into debt/remove-legacy-version | Jason R. Coombs | 2023-01-14 | 105 | -7691/+15483 |
| |\ | |||||
| * \ | Merge branch 'main' into debt/remove-legacy-version | Jason R. Coombs | 2022-02-12 | 136 | -1051/+12899 |
| |\ \ | |||||
| * \ \ | Merge branch 'main' into debt/remove-legacy-versiondebt/remove-legacy-version | Jason R. Coombs | 2021-11-14 | 1 | -9/+9 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'main' into debt/remove-legacy-version | Jason R. Coombs | 2021-10-22 | 5 | -16/+36 |
| |\ \ \ \ | |||||
| * | | | | | Remove use of packaging.version.LegacyVersion. Fixes #2497. | Jason R. Coombs | 2020-12-20 | 1 | -69/+2 |
| | | | | | | |||||
* | | | | | | Merge branch 'main' into debt/lint | Jason R. Coombs | 2023-01-14 | 67 | -1990/+4827 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | Add typing extensions for compatibility with Python 3.7. | Jason R. Coombs | 2023-01-13 | 9 | -1/+2670 |
| | | | | | | |||||
| * | | | | | Replace appdirs with platformdirs. | Jason R. Coombs | 2023-01-13 | 24 | -1109/+1405 |
| | | | | | | |||||
| * | | | | | ⚫ Fade to black. | Jason R. Coombs | 2023-01-13 | 1 | -158/+214 |
| | | | | | | |||||
| * | | | | | Update vendored transitive dependencies. | Jason R. Coombs | 2023-01-13 | 39 | -730/+544 |
| | | | | | | |||||
* | | | | | | Extract method for resolving the dist. Fixes complexity lint. | Jason R. Coombs | 2023-01-13 | 1 | -31/+36 |
|/ / / / / | |||||
* | | | | | Consistently use unittest.mock in tests | Miro Hrončok | 2022-10-17 | 2 | -5/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Some tests used unittest.mock from the standard library - Some tests used mock from PyPI - Some tests tried to import unittest.mock with a fallback to mock (the import never fails on Python 3.7+, older Pythons are not supported) | ||||
* | | | | | Update vendored pyparsing files | Anderson Bravalheri | 2022-07-14 | 16 | -135/+324 |
| | | | | | |||||
* | | | | | Update pyparsing in vendored.txt | Anderson Bravalheri | 2022-07-14 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Update pyparsing to fix problems with 3.11 | Anderson Bravalheri | 2022-04-21 | 25 | -5809/+10573 |
| | | | | | |||||
* | | | | | Update version of pyparsing in vendored.txt | Anderson Bravalheri | 2022-04-21 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Add matching of normalized requirements to canonical packages | Łukasz Daniluk | 2022-03-24 | 1 | -3/+16 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Łukasz Daniluk <lukasz.dan@gmail.com> | ||||
* | | | | | Add tests for normalized package name resolution | Łukasz Daniluk | 2022-03-24 | 1 | -1/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to PEP 503 package requirements might be specified using normalized name which won't be resolved by WorkingSet. Signed-off-by: Łukasz Daniluk <lukasz.dan@gmail.com> | ||||
* | | | | | Bump packaging to 21.3 | Jason R. Coombs | 2022-02-12 | 15 | -59/+37 |
| |_|_|/ |/| | | | |||||
* | | | | Restore more_itertools.more, make importing `concurrent.futures` lazy | Maciej Pasternacki | 2022-02-08 | 4 | -0/+4982 |
| | | | | | | | | | | | | | | | | Co-authored-by: Jason R. Coombs <jaraco@jaraco.com> | ||||
* | | | | Clean also .pyi of more_itertools | Maciej Pasternacki | 2022-02-08 | 2 | -665/+0 |
| | | | | |||||
* | | | | Remove more_itertools.more from vendored libs (fixes pypa/setuptools#3090) | Maciej Pasternacki | 2022-02-08 | 2 | -4318/+0 |
| | | | | |||||
* | | | | Ensure that _vendor/jaraco is available as a module. Fixes #3084. | Jason R. Coombs | 2022-02-06 | 1 | -0/+0 |
| | | | | |||||
* | | | | Remove 'lorem_ipsum' property from jaraco.text, bypassing the behavior on ↵ | Jason R. Coombs | 2022-02-02 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | import and other issues. | ||||
* | | | | Remove workaround to add __init__ for vendored jaraco package, seemingly ↵ | Jason R. Coombs | 2022-01-29 | 1 | -0/+0 |
| | | | | | | | | | | | | | | | | unnecessary. | ||||
* | | | | Ensure text file from vendored package is included. | Jason R. Coombs | 2022-01-29 | 1 | -0/+0 |
| | | | | |||||
* | | | | Include all the dependencies needed to run on Python 3.7 and patch all of ↵ | Jason R. Coombs | 2022-01-29 | 59 | -5/+2600 |
| | | | | | | | | | | | | | | | | them to work in a vendored environment. | ||||
* | | | | Vendor jaraco.text to supply yield_lines, drop_comment, and join_continuation. | Jason R. Coombs | 2022-01-29 | 39 | -77/+7977 |
| | | | | |||||
* | | | | Merge pull request #3045 from pypa/feature/refactor-parse-requirements | Jason R. Coombs | 2022-01-29 | 1 | -15/+63 |
|\ \ \ \ | | | | | | | | | | | Feature/refactor parse requirements | ||||
| * | | | | Consolidate behavior now that it fits on one line.feature/refactor-parse-requirements | Jason R. Coombs | 2022-01-23 | 1 | -3/+3 |
| | | | | | |||||
| * | | | | Extract function for joining continuations in lines. | Jason R. Coombs | 2022-01-23 | 1 | -12/+35 |
| | | | | | |||||
| * | | | | Extract function for dropping comments. | Jason R. Coombs | 2022-01-23 | 1 | -4/+16 |
| | | | | |