summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version: 67.3.2 → 67.3.3v67.3.3Jason R. Coombs2023-02-204-3/+11
* Merge pull request #3835 from pypa/distutils-4435cec3Jason R. Coombs2023-02-203-4/+5
|\
| * Update changelog.Jason R. Coombs2023-02-201-0/+1
| * Merge https://github.com/pypa/distutils into distutils-4435cec3Jason R. Coombs2023-02-202-4/+4
| |\ |/ /
| * Merge pull request #205 from fweimer-rh/ccompiler-includeJason R. Coombs2023-02-202-4/+4
| |\
| | * distutils.ccompiler.CCompiler.has_function: Quote #include argumentFlorian Weimer2023-02-152-4/+4
| |/
* | Add reference to setuptools issue. Ref #3648.Jason R. Coombs2023-02-201-1/+1
* | Merge pull request #3834 from hbielenia/fix-userguide/extension-typoAnderson Bravalheri2023-02-181-1/+1
|\ \
| * | Fix typo in docs/userguide/extension.rsthbielenia2023-02-181-1/+1
|/ /
* | Document limitation of editable installs on docs (#3831)Anderson Bravalheri2023-02-171-0/+5
|\ \
| * | Mention limitation in editable docsAnderson Bravalheri2023-02-171-0/+5
|/ /
* | Bump version: 67.3.1 → 67.3.2v67.3.2Anderson Bravalheri2023-02-154-4/+12
* | Make clear which package is calling declare_namespaces (#3827)Anderson Bravalheri2023-02-152-0/+3
|\ \
| * | Add news fragmentAnderson Bravalheri2023-02-151-0/+2
| * | Make clear which package is calling pkg_resources.declare_namespacesAnderson Bravalheri2023-02-151-0/+1
* | | Update bug-report to mention minimal reproducersAnderson Bravalheri2023-02-151-1/+6
|/ /
* | Bump version: 67.3.0 → 67.3.1v67.3.1Anderson Bravalheri2023-02-144-3/+11
* | Fix error when integrating with pip (#3823)Anderson Bravalheri2023-02-142-1/+3
|\ \
| * | Add news fragmentAnderson Bravalheri2023-02-141-0/+1
| * | Fix error when integrating with pipAnderson Bravalheri2023-02-141-1/+2
|/ /
* | Bump version: 67.2.0 → 67.3.0v67.3.0Anderson Bravalheri2023-02-137-15/+29
* | Small rewording for user-facing text/docsAnderson Bravalheri2023-02-133-6/+6
* | Add news items for 3792Anderson Bravalheri2023-02-131-0/+2
* | Add a DeprecationWarning to pkg_resources.declare_namespace (#3434)Anderson Bravalheri2023-02-136-6/+28
|\ \
| * | Add links explaining deprecationsAnderson Bravalheri2023-02-132-2/+6
| * | Add information on why namespace_packages are deprecatedAnderson Bravalheri2023-02-131-1/+4
| * | Add news fragmentAnderson Bravalheri2023-02-131-0/+3
| * | Add DeprecationWarning to `pkg_resources.declare_namespace`Anderson Bravalheri2023-02-133-4/+16
* | | Reduce usage of pkg_resources (#3792)Anderson Bravalheri2023-02-1315-140/+299
|\ \ \
| * | | 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
* | | | Improve editable_wheel debugging tips (#3822)Anderson Bravalheri2023-02-136-31/+78
|\ \ \ \ | |_|/ / |/| | |
| * | | Add news fragmentAnderson Bravalheri2023-02-132-0/+8
| * | | Add test for debugging tipsAnderson Bravalheri2023-02-131-0/+19
| * | | Improve warning messageAnderson Bravalheri2023-02-131-2/+3