-
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.1.0 to …
…version 67.2.0 Dimitri Papadopoulos (8): Add `tests/test*.py` to source distributions Apply refurb suggestions Apply refurb suggestions Apply refurb suggestions Apply refurb suggestions Apply refurb suggestions Update outdated GitHub Actions Fix typos found by codespell Florian Weimer (2): distutils.ccompiler: Make has_function work with more C99 compilers distutils.ccompiler: Remove correct executable file on Windows GalaxySnail (2): Fix MinGW-w64 segmentation fault Fix MinGW-w64 segmentation fault Hugo van Kemenade (1): Link directly to PEPs Jason R. Coombs (7): Add xfail test capturing missed expectation. Ref pypa/distutils#178. In _get_python_inc_posix, only return an extant path from the sysconfig. Fixes pypa/distutils#178. ⚫ Fade to black. Revert "Merge pull request #197 from GalaxySnail/fix-mingw-w64" Mark test as xfail on Windows. Ref pypa/distutils#195. Add changelog (draft) Bump version: 67.1.0 → 67.2.0 mattip (1): add a pypy CI run mrbean-bremen (1): Fixed accumulating include dirs after compile
- 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/bf/7c/3a0bb8db53f6b6dec4cb162d307cc5d37162dee65458b2be42817de30fda/setuptools-67.1.0.tar.gz | ||
URL = https://files.pythonhosted.org/packages/5f/36/7374297692bb9dbd7569a0f84887c7e5e314c41d5d9518cb76fbb130620d/setuptools-67.2.0.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 @@ | ||
290 | ||
291 |
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 @@ | ||
df7b35c2c20cf2a0c59229df852b6574389b92db/setuptools-67.1.0.tar.gz | ||
8b361d53a083c8c44151561c9d71eca7a41e1aca/setuptools-67.2.0.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.1.0 | ||
67.2.0 |