summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge pull request #3834 from hbielenia/fix-userguide/extension-typoAnderson Bravalheri2023-02-181-1/+1
|\ \ \ \ | | | | | | | | | | Fix typo in docs/userguide/extension.rst
| * | | | 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 docs
| * | | 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 ↵Anderson Bravalheri2023-01-231-6/+8
| | | | | | | | | | | | | | | | | | | | pkg_resources in dist.py
| * | | | 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 ↵Anderson Bravalheri2023-01-233-62/+113
| | | | | | | | | | | | | | | | | | | | module
| * | | | 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
| | | | |
| * | | | Clarify 'editable_wheel' and 'dist_info' are internal commands onlyAnderson Bravalheri2023-02-132-3/+8
| | | | |
| * | | | Use warning in editable since pip hides PEP 678 notesAnderson Bravalheri2023-02-131-8/+6
| | | | |
| * | | | Update note about SETUPTOOLS_ENABLE_FEATURESAnderson Bravalheri2023-02-131-15/+6
| | | | |
| * | | | Remove editable_wheel "catch all" exceptionAnderson Bravalheri2023-02-131-12/+37
|/ / / / | | | | | | | | | | | | … instead add information helping how to debug the problem.
* | | | Do not error on EncodingWarning. Instead emit them like usual. Ref #3810Jason R. Coombs2023-02-121-0/+5
| | | |
* | | | Merge https://github.com/jaraco/skeletonJason R. Coombs2023-02-122-3/+14
|\ \ \ \ | | |_|/ | |/| |
| * | | Remove reference to EncodingWarning as it doesn't exist on some Pythons.Jason R. Coombs2023-02-091-1/+1
| | | |