-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Comparing changes
Open a pull request
base repository: pypa/setuptools
base: v70.2.0
head repository: pypa/setuptools
compare: v70.3.0
- 19 commits
- 9 files changed
- 2 contributors
Commits on Nov 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 38f6560 - Browse repository at this point
Copy the full SHA 38f6560View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2832216 - Browse repository at this point
Copy the full SHA 2832216View commit details
Commits on May 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 56ec1cb - Browse repository at this point
Copy the full SHA 56ec1cbView commit details
Commits on Jun 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dd0afc8 - Browse repository at this point
Copy the full SHA dd0afc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac4f52a - Browse repository at this point
Copy the full SHA ac4f52aView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc90abc - Browse repository at this point
Copy the full SHA dc90abcView commit details
Commits on Jul 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2484a26 - Browse repository at this point
Copy the full SHA 2484a26View commit details
Commits on Jul 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bd1d338 - Browse repository at this point
Copy the full SHA bd1d338View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef37d17 - Browse repository at this point
Copy the full SHA ef37d17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70cda3d - Browse repository at this point
Copy the full SHA 70cda3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9f0be9 - Browse repository at this point
Copy the full SHA e9f0be9View commit details
Commits on Jul 4, 2024
-
CI: also set CC/CXX when pip installing with mingw+clang
Now that setuptools with mingw support is on pypi, this uncovered the same issue as fixed in 2317473 when pip installing MarkupSafe. Apply the same work around here too.
Configuration menu - View commit details
-
Copy full SHA for 4a3406b - Browse repository at this point
Copy the full SHA 4a3406bView commit details -
sysconfig: skip customize_compiler() with MSVC Python again
By enabling customize_compiler() when using the mingw compiler class in 2ad8784 this also enabled it for when the mingw compiler class was used with a MSVC built CPython. MSVC CPython doesn't have any of the config vars that are required in customize_compiler() though. And while it would be nice if all the env vars would be considered in that scenario too, it's not clear how this should be implemented without any sysconfig provided fallbacks (if CC isn't set but CFLAGS is, there is no way to pass things to set_executables() etc.) Given that, just restore the previous behaviour, skip customize_compiler() with MSVC Python in all cases, and add a test. Fixes https://github.com/pypa/setuptools/issues/4456
Configuration menu - View commit details
-
Copy full SHA for bacd9c6 - Browse repository at this point
Copy the full SHA bacd9c6View commit details
Commits on Jul 5, 2024
-
Merge pull request #4410 from pypa/debt/4137-deprecate-distutils-stdlib
Deprecate distutils from the stdlib
Configuration menu - View commit details
-
Copy full SHA for 34f9518 - Browse repository at this point
Copy the full SHA 34f9518View commit details
Commits on Jul 9, 2024
-
Merge pull request pypa/distutils#267 from msys2-contrib/customize_co…
…mpiler_msvc_python sysconfig: skip customize_compiler() with MSVC Python again
Configuration menu - View commit details
-
Copy full SHA for e221581 - Browse repository at this point
Copy the full SHA e221581View commit details -
Configuration menu - View commit details
-
Copy full SHA for b01183c - Browse repository at this point
Copy the full SHA b01183cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4e64c1 - Browse repository at this point
Copy the full SHA c4e64c1View commit details -
Merge pull request #4463 from pypa/bugfix/distutils-34f9518ef
Merge with distutils@34f9518ef
Configuration menu - View commit details
-
Copy full SHA for 822280b - Browse repository at this point
Copy the full SHA 822280bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 356e9a0 - Browse repository at this point
Copy the full SHA 356e9a0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v70.2.0...v70.3.0