summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version: 67.4.0 → 67.5.0v67.5.0Jason R. Coombs2023-03-054-3/+11
* Merge pull request #3843 from pypa/debt/deprecate-pkg_resourcesJason R. Coombs2023-03-055-12/+19
|\
| * Add changelog entry.Jason R. Coombs2023-03-051-0/+1
| * Deprecate pkg_resources, removing excuse that 'discouraged is not deprecated'.Jason R. Coombs2023-03-054-12/+18
|/
* Use renamed extension. Fixes #3844.Jason R. Coombs2023-03-051-1/+1
* ⚫ Fade to black.Jason R. Coombs2023-03-051-12/+15
* Merge https://github.com/jaraco/skeletonJason R. Coombs2023-02-221-1/+2
|\
| * Disable couldnt-parse warnings. Prescribed workaround for nedbat/coveragepy#1...Jason R. Coombs2023-02-161-0/+2
| * Revert "exclude build env from cov reporting (jaraco/skeleton#60)"Jason R. Coombs2023-02-161-1/+0
* | Bump version: 67.3.3 → 67.4.0v67.4.0Anderson Bravalheri2023-02-214-4/+12
* | Update vendored importlib-* (#3832)Anderson Bravalheri2023-02-2161-695/+1767
|\ \
| * | Add news fragmentAnderson Bravalheri2023-02-211-0/+2
| * | Update vendored importlib_*Anderson Bravalheri2023-02-1760-695/+1765
* | | 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