summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Allow None to be passed to egg_basenameAnderson Bravalheri2023-02-011-2/+2
* Revert to using normalized paths in develop to fix test errorsAnderson Bravalheri2023-01-241-5/+6
* Fix dist-info naming discrepancy in relation to bdist_wheelAnderson Bravalheri2023-01-243-10/+33
* Replace/move _normalization.path with/to _path.samepath and _path.normpathAnderson Bravalheri2023-01-244-26/+30
* Delay imports of pkg_resources in install_scripts.pyAnderson Bravalheri2023-01-241-3/+6
* Centralize usage of pkg_resources from dist.py to installer.pyAnderson Bravalheri2023-01-243-22/+54
* Modify _reqs.py to prefer prefer packaging instead of pkg_resourcesAnderson Bravalheri2023-01-241-5/+19
* Prefer packaging instead for pkg_resources for version in wheel.pyAnderson Bravalheri2023-01-241-2/+3
* Prefer alternative from egg_info.py to pkg_resources.Distribution.egg_nameAnderson Bravalheri2023-01-243-16/+13
* Implement alternative for pkg_resources.Distribution.egg_name in egg_info.pyAnderson Bravalheri2023-01-241-1/+22
* Prefer packaging instead of pkg_resources in dist.py for markersAnderson Bravalheri2023-01-231-2/+12
* Prefer packaging instead of pkg_resources in egg_info.pyAnderson Bravalheri2023-01-231-6/+3
* Prefer setuptools._normalization instead of pkg_resources in egg_info.pyAnderson Bravalheri2023-01-231-5/+6
* Prefer setuptools._normalization and importlib_metadata instead of pkg_resour...Anderson Bravalheri2023-01-231-6/+8
* Prefer setuptools._normalization instead of pkg_resources in develop.pyAnderson Bravalheri2023-01-231-6/+8
* Extract normalization functions from editable_wheel and dist_info into own mo...Anderson Bravalheri2023-01-233-62/+113
* Replace pkg_resources in version.pyAnderson Bravalheri2023-01-231-2/+2
* Update `packaging` to 23.0 (#3790)Anderson Bravalheri2023-01-23109-24132/+3709
|\
| * Add news fragmentAnderson Bravalheri2023-01-231-0/+5
| * Fix error in docsAnderson Bravalheri2023-01-231-0/+1
| * Remove pypackaging from extern in pkg_resourcesAnderson Bravalheri2023-01-231-1/+0
| * Remove pypackaging from extern in setuptoolsAnderson Bravalheri2023-01-231-2/+9
| * Update docs to clarify dangling listAnderson Bravalheri2023-01-231-8/+9
| * Update implementation to consider new packaging exceptionsAnderson Bravalheri2023-01-231-11/+16
| * Update test expectations to match new packaging versionAnderson Bravalheri2023-01-231-0/+20
| * Update pkg_resources errors to be compatible with newer packagingAnderson Bravalheri2023-01-231-16/+39
| * Update vendored packaging/jaraco.context for pkg_resourcesAnderson Bravalheri2023-01-2351-12047/+1805
| * Update vendored packaging/jaraco.context for setuptoolsAnderson Bravalheri2023-01-2351-12047/+1805
|/
* Merge pull request #3741 from mgorny/msvc-hackJason R. Coombs2023-01-213-23/+2
|\
| * Remove msvc hack for Numpy < 1.11.2Michał Górny2023-01-213-23/+2
* | Merge pull request #3788 from mgorny/test-inva-versAnderson Bravalheri2023-01-211-2/+2
|\ \
| * | Fix version syntax in test_nowarn_accidental_env_marker_misconfigMichał Górny2023-01-211-2/+2
|/ /
* | Merge pull request #3787 from mgorny/dist-info-testAnderson Bravalheri2023-01-211-1/+2
|\ \ | |/ |/|
| * Fix dependency syntax error in test_dist_infoMichał Górny2023-01-211-1/+2
|/
* Bump version: 66.1.0 → 66.1.1v66.1.1Anderson Bravalheri2023-01-204-4/+12
* Handle strings in pyprject.toml's tool.setuptools.dynamic.*.file (#3782)Anderson Bravalheri2023-01-203-5/+24
|\
| * Account for windows paths in testsAnderson Bravalheri2023-01-201-1/+5
| * Avoid exhausting iteratorAnderson Bravalheri2023-01-201-3/+2
| * Delay importAnderson Bravalheri2023-01-201-1/+2
| * Add news fragmentAnderson Bravalheri2023-01-201-0/+2
| * Account for file directive with string in pyproject.tomlAnderson Bravalheri2023-01-201-2/+4
| * Capture expectations of issue 3781Anderson Bravalheri2023-01-201-4/+15
|/
* Bump version: 66.0.0 → 66.1.0v66.1.0Anderson Bravalheri2023-01-206-8/+19
* Flip conditionals around package finders in pkg_resources (#3685)Anderson Bravalheri2023-01-202-7/+8
|\
| * Add news fragmentAnderson Bravalheri2023-01-181-0/+1
| * 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
* | Docs: Link directly to PEPs (#3770)Anderson Bravalheri2023-01-204-7/+4
|\ \
| * | Use Sphinx :pep: role to link directly to PEPsHugo van Kemenade2023-01-144-7/+4
* | | Add informative notes for the InvalidVersion error (#3776)Anderson Bravalheri2023-01-203-1/+31
|\ \ \