native-api
3e51bae343
Merge pull request #3327 from native-api/use_pkgconfig_3.12plus
Use TCLTK_* and pkg-config for 3.11+ linking with Homebrew Tcl/Tk; add PYTHON_BUILD_TCLTK_FORMULA envvar
9 месяцев назад
Ivan Pozdeev
ca551b3a55
Add PYTHON_BUILD_TCLTK_FORMULA to allow building against Tcl/Tk 9
Tcl/Tk 9.0 support was added in 3.13.0b3 and is not official as of 3.14.0;
the build with Homebrew version fails as of this writing
9 месяцев назад
Ivan Pozdeev
bbe6301f01
Use TCLTK_* and pkg-config for 3.11+ instead of --with-tcl-* and pkg-config
Fixes warnings "configure: WARNING: unrecognized options: --with-tcltk-libs, --with-tcltk-includes"
fix script
10 месяцев назад
Ivan Pozdeev
8c3b705f04
CI: modified-scripts-build: print config.log on build failure
10 месяцев назад
native-api
90b1c28fa6
Merge pull request #3333 from nedbat/nedbat/314rc3
Add CPython 3.14.0rc3
9 месяцев назад
Ivan Pozdeev
0052372fa3
Explicitly include Homebrew at /usr/local/include if passing -isysroot
Apple CLang excludes it if -isysroot is passed
10 месяцев назад
Ned Batchelder
1068875cc6
Add CPython 3.14.0rc3
9 месяцев назад
rockandska
22a7c46d54
upgrade pip detetcion in pip-rehash to accept multiple variations: ( #3330 )
- pip
- pipX
- pipX.Y
- * -m pip
Co-authored-by: Christian Fredrik Johnsen <christian@johnsen.no>
10 месяцев назад
Michael Šimáček
7881c26b5a
Add GraalPy 25.0 ( #3331 )
10 месяцев назад
native-api
4033a0a260
Merge pull request #3324 from rockandska/bats_in_docker
Bats test suite in docker
10 месяцев назад
rockandska
dee36c348d
add test README
10 месяцев назад
rockandska
d275391f65
add possibility to filter tests with make
10 месяцев назад
rockandska
a7897ca0f6
add bats test under docker
10 месяцев назад
rockandska
92a28e531b
use BATS_FILE_TMPDIR in test/plugin test
use global setup with bats with possibility to add specific test file _setup
use readlink in helper if realpath is not working as expected
10 месяцев назад
rockandska
8990110dcf
upgrade bats to v1.10.0
fix bats warnings
10 месяцев назад
rockandska
68edd564cf
update parent shell detection in pyenv-init to be more portable
10 месяцев назад
rockandska
0d987b0e4b
fix test isolation
Make sur that PYENV_TEST_DIR is created if mktemp failed
mock python3 usage by updating create_executable function
fix test by adding the right PATH
update path in plugin test
replace for loop with while read
don't use symlink for stub
10 месяцев назад
Ivan Pozdeev
857806e6ca
Apple Silicon is now supported by Github
10 месяцев назад
Ivan Pozdeev
85561398ea
-unused Dockerfile
10 месяцев назад
native-api
17fb66cd8b
Support curl from a snap ( #3329 )
10 месяцев назад
native-api
2ecd676a2a
Add miniconda 25.7.0-2 ( #3323 )
10 месяцев назад
rockandska
b57bdef584
Fix rehash hook for pipx/pipx.x/pipx.xx ( #3320 )
10 месяцев назад
dependabot[bot]
cd78412b80
Bump actions/checkout from 4 to 5 in the github-actions group ( #3318 )
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout ).
Updates `actions/checkout` from 4 to 5
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
10 месяцев назад
native-api
692ac77559
Fix specifying XCode SDK for distutils; Revert to preferring XCode Zlib ( #3316 )
* Fix specifying XCode SDK for distutils
* Revert to preferring XCode Zlib
It turns out, everything since 2.7.12 and 3.5.2
can use libs from modern XCode SDK
which is always available unless we're using an alternate compiler
10 месяцев назад
native-api
97eda4403f
Fix Readline and OpenSSL detection for MacPorts without the corresponding package ( #3317 )
10 месяцев назад
native-api
ab1331d3c0
Merge pull request #3311 from native-api/fiz_zlib_homebrew
Prefer ZLib from Homebrew/MacPorts if present; Fix using Zlib from Homebrew
10 месяцев назад
Ivan Pozdeev
7d3854b64d
CI: use ZLib from XCode SDK
Everything since 3.5.2 (see #3301 ) can use it;
it's now present in all non-EOL MacOS XCode versions
10 месяцев назад
Ivan Pozdeev
11c1898abb
Fix using Zlib from Homebrew
10 месяцев назад
Ivan Pozdeev
25e5989261
Prefer ZLib from Homebrew/MacPorts if present
Zlib from XCode is virtually always present now so it only makes sense to use it from elsewhere if it's preferred.
Works around build failure for 2.7 that's incapable of using Zlib from XCode 7+ (see #3301 )
10 месяцев назад
Ivan Pozdeev
cd2f410f75
Clean up, skip looking for mambaforge after it's retired
10 месяцев назад
native-api
89b8e5f8da
Add miniforge 25.3.0-1, 25.3.0-2, 25.3.0-3, 25.3.1-0, skip miniforge 25.3.0-0 ( #3306 )
miniforge-25.3.0-0 is marked as prerelease, there's no Linux version. Probably recalled.
10 месяцев назад
Jared Stever
71a8d47b81
Use Zlib from XCode SDK in a way compatible with XCode 16 and CLT ( #3301 )
* use `xcrun` instead of `xcodebuild` which is absent in CLT
* use an alternative way that's compatible with CPython's setup.py since 3.5.2
---------
Co-authored-by: Ivan Pozdeev <vano@mail.mipt.ru>
11 месяцев назад
Ivan Pozdeev
bc44cb8fc0
CI: run modified scripts in MacOS 15, too
It turns out, macos-14 has XCode 15 rather than 16 as advertised in Github docs
11 месяцев назад
Ivan Pozdeev
3dbdfdf39a
2.6.7
11 месяцев назад
Ned Batchelder
43da49d6df
Add CPython 3.14.0rc2 and 3.13.7 ( #3303 )
11 месяцев назад
native-api
10675af5a6
Don't fail the build if `xcodebuild` fails ( #3302 )
11 месяцев назад
native-api
685f281526
Skip Zlib from XCode for XCode 16+ ( #3298 )
It breaks the build due to yet unknown structural changes from XCode 15
11 месяцев назад
Ivan Pozdeev
d56241330c
2.6.6
11 месяцев назад
César Román
73b7420b3d
Add CPython 3.13.6 ( #3297 )
11 месяцев назад
native-api
bd9d13b9fe
Add anaconda3-2025.06-0, anaconda3-2025.06-1, miniconda3-25.3.1-1, miniconda3-25.5.1-0, miniconda3-25.5.1-1 ( #3295 )
11 месяцев назад
Ivan Pozdeev
05cc41d273
CI: change macos_build to -latest
11 месяцев назад
Ivan Pozdeev
df84c42653
2.6.5
11 месяцев назад
Ivan Pozdeev
23fe500a33
Push version in Python-Build as well
11 месяцев назад
Michael Šimáček
609daca27c
Add GraalPy 24.2.2 ( #3291 )
11 месяцев назад
Ned Batchelder
40f46083db
Add CPython 3.14.0rc1 ( #3293 )
11 месяцев назад
native-api
418a61b7b8
Update README.md
Explicitly specify how to use the Zsh shell snippet
It turns out to be unclear to some users
11 месяцев назад
César Román
16508177fb
Add Jython 2.7.4 ( #3290 )
1 год назад
Edgar Ramírez Mondragón
945f4b216d
Bump OpenSSL to 3.5.1 in the latest releases and branch tips in CPython 3.12 - 3.15 ( #3287 )
1 год назад
Ivan Pozdeev
0c680e8ede
2.6.4
1 год назад
Edgar Ramírez Mondragón
20296fc53a
Add CPython 3.14.0b4 ( #3285 )
* Bump CPython 3.14 OpenSSL to 3.4.2
1 год назад