summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Simplify changes targeting sys_tags cacheAnderson Bravalheri2023-03-082-17/+9
| |
| * Use functools.lru_cache to cache supported tags for wheels.Maurits van Rees2023-03-072-11/+20
| | | | | | | | | | This is a suggestion by @abravalheri for my PR. https://github.com/pypa/setuptools/pull/3805#issuecomment-1434361907
| * Cache supported tags for wheels.Maurits van Rees2023-03-073-4/+13
|/ | | | This fixes https://github.com/pypa/setuptools/issues/3804
* Bump version: 67.5.0 → 67.5.1v67.5.1Anderson Bravalheri2023-03-066-14/+22
|
* Make pkg_resources more forgiving of non-compliant versions (#3839)Anderson Bravalheri2023-03-062-1/+64
|\
| * Add news fragmentAnderson Bravalheri2023-03-061-0/+2
| |
| * Remove duplication in warning messageAnderson Bravalheri2023-02-271-1/+1
| |
| * Make pkg_resources more forgiving of non-compliant versionsAnderson Bravalheri2023-02-271-1/+62
| |
* | Improve error messages for pyproject.toml validation (#3838)Anderson Bravalheri2023-03-062-8/+9
|\ \
| * | Add news fragmentAnderson Bravalheri2023-02-271-0/+1
| | |
| * | Improve error messages for pyproject.toml validationAnderson Bravalheri2023-02-271-8/+8
| |/
* | Fixed interaction between discovery and htmlcov (#3836)Anderson Bravalheri2023-03-063-1/+11
|\ \
| * | Adjust news fragment for more descriptivenessAnderson Bravalheri2023-02-272-1/+9
| | |
| * | Remove htmlcov from auto **module** discoveryAnderson Bravalheri2023-02-271-1/+0
| | | | | | | | | | | | | | | | | | It seems that it was previously added there by mistake. After some inspection ``htmlcov`` should be a folder (by default) and therefore can only be confused by a package (not a module)
| * | Add changelog entryYukihiko Shinoda2023-02-231-0/+1
| | |
| * | Hotfix add htmlcov to FlatLayoutPackageFinder.DEFAULT_EXCLUDEYukihiko Shinoda2023-02-231-1/+2
| | |
| * | Add FlatLayoutPackageFinder's test for Coverage.pyYukihiko Shinoda2023-02-231-0/+1
| |/
* | Simplify _section_options using str.partition and a generator.Jason R. Coombs2023-03-051-11/+5
| |
* | Extract method for _section_options.Jason R. Coombs2023-03-051-10/+14
| |
* | Resolve setter once.Jason R. Coombs2023-03-051-5/+3
| |
* | Trap exception directly instead of tracking with boolean.Jason R. Coombs2023-03-051-12/+3
| |
* | Rename value to avoid masking variable.Jason R. Coombs2023-03-051-3/+3
| |
* | Use try/except in __setitem__.Jason R. Coombs2023-03-051-4/+3
| |
* | ⚫ Fade to black.Jason R. Coombs2023-03-051-13/+21
| |
* | 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
|\ \ | | | | | | Officially deprecate pkg_resources
| * | 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 ↵Jason R. Coombs2023-02-161-0/+2
| | | | | | | | nedbat/coveragepy#1392. Fixes python/importlib_resources#279 and fixes jaraco/skeleton#56.
| * Revert "exclude build env from cov reporting (jaraco/skeleton#60)"Jason R. Coombs2023-02-161-1/+0
| | | | | | | | | | | | This reverts commit e719f86c138a750f0c4599cd01cb8067b1ca95c8. The issue seems to have been addressed somehow. Ref pytest-dev/pytest-cov#538.
* | 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
|\ \ \ | | | | | | | | Merge with distutils@4435cec3
| * | | 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 argument
| | * | | distutils.ccompiler.CCompiler.has_function: Quote #include argumentFlorian Weimer2023-02-152-4/+4
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Arguably, this is a historic wart in the interface, which is why I subconsciously fixed it in commit 56a5b333b2a8 ("distutils.ccompiler: Make has_function work with more C99 compilers"). But it's clearly not a backwards-compatible change, so it's wrong and has to be reverted. Fixes pypa/setuptools#3820.
* | | | 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.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
|\ \ \