summaryrefslogtreecommitdiff
path: root/pkg_resources/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Handle Python3.12a7 compatibility problemsAnderson Bravalheri2023-04-191-0/+3
* Make pkg_resources more forgiving of non-compliant versions (#3839)Anderson Bravalheri2023-03-061-1/+62
|\
| * Remove duplication in warning messageAnderson Bravalheri2023-02-271-1/+1
| * Make pkg_resources more forgiving of non-compliant versionsAnderson Bravalheri2023-02-271-1/+62
* | Deprecate pkg_resources, removing excuse that 'discouraged is not deprecated'.Jason R. Coombs2023-03-051-4/+9
|/
* Make clear which package is calling pkg_resources.declare_namespacesAnderson Bravalheri2023-02-151-0/+1
* Add links explaining deprecationsAnderson Bravalheri2023-02-131-1/+3
* Add DeprecationWarning to `pkg_resources.declare_namespace`Anderson Bravalheri2023-02-131-0/+6
* Flip conditionals around package finders in pkg_resources (#3685)Anderson Bravalheri2023-01-201-7/+7
|\
| * Remove conditional for FileFinder in pkg_resourcesAnderson Bravalheri2023-01-181-5/+2
| * Wrap deprecated pkgutil usage in pkg_resources in conditionalAnderson Bravalheri2023-01-181-2/+5
* | Avoid unecessarily lengthy tracebackAnderson Bravalheri2023-01-181-1/+1
* | Add informative notes for the InvalidVersion error (LegacyVersion removal)Anderson Bravalheri2023-01-181-1/+8
|/
* Merge pull request #2822 from pypa/debt/remove-legacy-versionJason R. Coombs2023-01-151-86/+2
|\
| * Merge branch 'main' into debt/remove-legacy-versionJason R. Coombs2023-01-141-154/+220
| |\
| * \ Merge branch 'main' into debt/remove-legacy-versionJason R. Coombs2022-02-121-36/+17
| |\ \
| * \ \ Merge branch 'main' into debt/remove-legacy-versiondebt/remove-legacy-versionJason R. Coombs2021-11-141-9/+9
| |\ \ \
| * \ \ \ Merge branch 'main' into debt/remove-legacy-versionJason R. Coombs2021-10-221-5/+9
| |\ \ \ \
| * | | | | Remove use of packaging.version.LegacyVersion. Fixes #2497.Jason R. Coombs2020-12-201-69/+2
* | | | | | Merge branch 'main' into debt/lintJason R. Coombs2023-01-141-155/+213
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Replace appdirs with platformdirs.Jason R. Coombs2023-01-131-2/+2
| * | | | | ⚫ Fade to black.Jason R. Coombs2023-01-131-158/+214
* | | | | | Extract method for resolving the dist. Fixes complexity lint.Jason R. Coombs2023-01-131-31/+36
|/ / / / /
* | | | | Add matching of normalized requirements to canonical packagesŁukasz Daniluk2022-03-241-3/+16
| |_|_|/ |/| | |
* | | | Vendor jaraco.text to supply yield_lines, drop_comment, and join_continuation.Jason R. Coombs2022-01-291-76/+6
* | | | Merge pull request #3045 from pypa/feature/refactor-parse-requirementsJason R. Coombs2022-01-291-15/+63
|\ \ \ \
| * | | | Consolidate behavior now that it fits on one line.feature/refactor-parse-requirementsJason R. Coombs2022-01-231-3/+3
| * | | | Extract function for joining continuations in lines.Jason R. Coombs2022-01-231-12/+35
| * | | | Extract function for dropping comments.Jason R. Coombs2022-01-231-4/+16
| * | | | Add tests for yield_lines.Jason R. Coombs2022-01-231-1/+14
* | | | | Use super()谭九鼎2022-01-261-2/+2
|/ / / /
* | | | Merge pull request #2918 from nitzmahone/fix_nonlegacy_loaderJason R. Coombs2022-01-101-1/+3
|\ \ \ \
| * | | | fix failures w/ py3-only loadersMatt Davis2021-12-061-1/+3
* | | | | Use MappingProxyType to ensure immutability.Matthew Suozzo2022-01-061-1/+1
* | | | | Merge remote-tracking branch 'upstream/main' into patch-1Anderson Bravalheri2022-01-061-24/+39
|\ \ \ \ \ | |/ / / /
| * | | | Re-implement yield_lines as a singledispatch function.Jason R. Coombs2021-12-031-12/+13
| * | | | Update setuptools.readthedocs.io to setuptools.pypa.ioHugo van Kemenade2021-11-161-1/+1
| * | | | Fix sorting of filenames not to rely on LegacyVersion. Fixes #2885.Jason R. Coombs2021-11-151-2/+11
| | |_|/ | |/| |
| * | | Move warning definition above implicit behavior on import. Fixes #2846.Jason R. Coombs2021-11-031-9/+9
| * | | Raise a deprecation warning when an invalid version is encountered. Ref #2497...Jason R. Coombs2021-10-311-0/+5
| | |/ | |/|
* | | Remove pkg_resources nondeterminism.Matthew Suozzo2021-11-281-2/+2
|/ /
* | Remove unused variableJason R. Coombs2021-01-161-1/+0
* | Merge pull request #2490 from thatch/mainJason R. Coombs2021-01-161-1/+2
|\ \
| * | Rely on tuple argument to endswithJason R. Coombs2021-01-161-1/+1
| * | Find .egg-info in zipimport tooTim Hatch2020-12-211-1/+2
| |/
* | Merge pull request #2518 from webknjaz/maintenance/flake8-mccabe-complexityJason R. Coombs2021-01-161-3/+6
|\ \
| * | Apply noqa C901 comments to overly complex codeSviatoslav Sydorenko2020-12-311-3/+6
| |/
* | Avoid deprecated load_module() in pkg_resources namespace delarationPetr Viktorin2021-01-061-1/+2
|/
* Remove Python 2 compatibilityJason R. Coombs2020-08-161-34/+5
* Merge pull request #2153 from pypa/bugfix/2129-better-egg-detectionJason R. Coombs2020-08-131-3/+14
|\