-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pypi-setuptools: Autospec creation for update from version 67.4.0 to …
…version 67.5.1 Anderson Bravalheri (8): Remove htmlcov from auto **module** discovery Adjust news fragment for more descriptiveness Improve error messages for pyproject.toml validation Add news fragment Make pkg_resources more forgiving of non-compliant versions Remove duplication in warning message Add news fragment Bump version: 67.5.0 → 67.5.1 Jason R. Coombs (14): Revert "exclude build env from cov reporting (jaraco/skeleton#60)" Disable couldnt-parse warnings. Prescribed workaround for nedbat/coveragepy#1392. Fixes python/importlib_resources#279 and fixes jaraco/skeleton#56. ⚫ Fade to black. Use renamed extension. Fixes #3844. Deprecate pkg_resources, removing excuse that 'discouraged is not deprecated'. Add changelog entry. Bump version: 67.4.0 → 67.5.0 ⚫ Fade to black. Use try/except in __setitem__. Rename value to avoid masking variable. Trap exception directly instead of tracking with boolean. Resolve setter once. Extract method for _section_options. Simplify _section_options using str.partition and a generator. Yukihiko Shinoda (3): Add FlatLayoutPackageFinder's test for Coverage.py Hotfix add htmlcov to FlatLayoutPackageFinder.DEFAULT_EXCLUDE Add changelog entry
- Loading branch information
Showing
6 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
PKG_NAME := pypi-setuptools | ||
URL = https://files.pythonhosted.org/packages/fe/31/2c88d37d4f8036c6648745e74ec51f73a6ba945a06e069601900f81fe00a/setuptools-67.4.0.tar.gz | ||
URL = https://files.pythonhosted.org/packages/a4/3a/d60ed296ff8bbc6157ce818765c4c02df8b02fe70c310b7d29127962c5ae/setuptools-67.5.1.tar.gz | ||
ARCHIVES = | ||
|
||
include ../common/Makefile.common |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
295 | ||
296 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
ad5a261016276e6cd9f3065fbabdceff39e26446/setuptools-67.4.0.tar.gz | ||
2281568c77c1c759c53ce0d7acabed12cff33e62/setuptools-67.5.1.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
67.4.0 | ||
67.5.1 |