Anton Petrov
db871427c7
Add an updated Anaconda and Miniconda installer scripts
2 yıl önce
Edgar Ramírez Mondragón
d4ff57d0ce
Add CPython 3.12.0rc1
2 yıl önce
native-api
ac5efed3a8
Fix FreeBSD tests in MacOS CI ( #2748 )
Guthub have recently preinstalled x64 Homebrew OpenSSL to stock MacOS runners. This has caused FreeBSD OpenSSL detection logic to erroneously trigger when running FreeBSD tests in MacOS because their paths happened to coincide.
Replaced checking a specific path with checking with pkg.
3 yıl önce
Alex Hedges
37cc45a831
Update anaconda and miniconda with `add_miniconda.py`
This adds anaconda 2023.03, anaconda 2023.07, miniconda 23.3.1, and
miniconda 23.5.0.
3 yıl önce
Alex Hedges
3f6bc8d16a
Support miniconda with Python 3.11
3 yıl önce
Alex Hedges
dd5378941a
Fix miniconda version handling
Anaconda and miniconda have changed their version string format again,
so the parsing needs to be done differently. `add_miniconda.py` can now
parse all existing definition files properly.
3 yıl önce
Alex Hedges
2506c9773c
Log errors when parsing existing Conda versions
This makes it easier to fix file names that cannot be parsed using the
current logic.
3 yıl önce
Edgar R. M
51166377b7
Add CPython 3.12.0b4 ( #2741 )
3 yıl önce
Filip Š
1874f95a0e
Update Cinder errors and warnings
3 yıl önce
Filip Š
1a882c6053
Add Cinder configure patches
3 yıl önce
Filip Š
05dcd45741
Add Cinder 3.10
3 yıl önce
Edgar Ramírez Mondragón
ad0d131032
Add CPython 3.12.0b3
3 yıl önce
Edgar Ramírez Mondragón
d4bd7bbe2b
Add PyPy 7.3.12
3 yıl önce
Michael Simacek
8f655d2ca6
Add graalpy-23.0.0
3 yıl önce
Alex Tomkins
687944d991
Add missing patches for Python 3.7/3.8/3.9 ( #2718 )
* Use OpenSSL 1.1.1u and remove patches for 1.1.1q
3 yıl önce
Ivan Pozdeev
afe2615a1c
3.5.10: Backport bpo-42351
The bug is reported to manifest in Mandjaro Linux 6.3.5-2
3 yıl önce
Ivan Pozdeev
d7d5ab5148
3.5.10: Fix patches to apply cleanly
3 yıl önce
Edgar Ramírez Mondragón
452647ab33
Add CPython 3.11.4
3 yıl önce
Edgar Ramírez Mondragón
4086e452fd
Add CPython 3.10.12
3 yıl önce
Edgar Ramírez Mondragón
82c8d511c4
Add CPython 3.12.0b2
3 yıl önce
Edgar Ramírez Mondragón
23c727a767
Add CPython 3.7.17 and CPython 3.8.17
3 yıl önce
Edgar Ramírez Mondragón
fb73c4b714
Add CPython 3.9.17
3 yıl önce
t0b3
def5cd994e
Update 3.12-dev and add 3.13-dev ( #2703 )
3 yıl önce
Edgar R. M
b5576240a2
Add CPython 3.12.0b1 ( #2701 )
3 yıl önce
Mirek Długosz
777089466d
Correct link in has_tar_xz_support else branch of 3.10.11 and 3.11.3
3 yıl önce
Mirek Długosz
be4939604e
Add CPython 3.11.3
3 yıl önce
Mirek Długosz
fc616a0aee
Add CPython 3.10.11
3 yıl önce
Edgar R. M
b613a4abeb
Add CPython 3.12.0a7 ( #2668 )
3 yıl önce
Shengqi Chen
b1ee6c93c4
Try locate `readlink` first in pyenv-hooks, fix #2654 ( #2655 )
* Remove all use of `greadlink`, fix #2654
Signed-off-by: Harry Chen <i@harrychen.xyz>
* revert greadlink back in tests
---------
Signed-off-by: Harry Chen <i@harrychen.xyz>
Co-authored-by: Anton Petrov <anton.a.petrov@gmail.com>
3 yıl önce
Petrov
e28d747b83
set hashes to sha-256
3 yıl önce
Petrov
ddd37eb823
Add hashes
3 yıl önce
Petrov
be2bd5f03d
Create anaconda3-2023.03
3 yıl önce
Justin Lecher
4ef81b5c7a
Add Miniforge3-22.11.1-4 ( #2642 )
3 yıl önce
Saaket Prakash
ad15c75e0e
Add CPython 3.12.0a6 ( #2638 )
3 yıl önce
Alex Hedges
bcbdadf10d
Add miniconda 23.1.0-1 ( #2635 )
3 yıl önce
Chaim Halbert
3bfc97ad29
bpo-36231 for v3.5.10: fix Unsupported MacOS X CPU type in ffi.h ( #2633 )
3 yıl önce
Chaim Halbert
b30508f9b8
bpo-41100 for v3.5.10: fix implicit declaration of function sendfile
3 yıl önce
Chaim Halbert
0e80d0725b
v3.5.10 on macOS13: fix unexpected output of arch on OSX
3 yıl önce
Chaim Halbert
6bec7a50fe
bpo-45405 for v3.5.10: Prevent internal configure error when running configure with recent versions of clang. (GH-28845) (GH-31890)
3 yıl önce
Chaim Halbert
28be65992d
bpo-27987 for v3.5.10 and v3.6.15: align by 16bytes on 64bit platforms
3 yıl önce
Florian Schüller
68918e69b7
Support for BusyBox version of `head' ( #2629 )
3 yıl önce
Edgar Ramírez Mondragón
6b758c8cf9
Add CPython 3.10.10
3 yıl önce
Edgar Ramírez Mondragón
017b6d877e
Add CPython 3.11.2
3 yıl önce
Afront
063aa457e4
Add CPython 3.12.0a5
3 yıl önce
native-api
dd60d5fae2
Fix overriding arguments for --enable-framework and --enable-universalsdk after #2592 ( #2605 )
3 yıl önce
Sam Gross
c998eae677
Add more recent build of nogil Python.
3 yıl önce
native-api
f1a1f59c87
Fix `:latest` after #2568 ( #2599 )
* Cleanup mocks logic
* Add test for `:latest`
3 yıl önce
native-api
819e2b8f45
Fix wrong libpython being linked to in MacOS ( #2596 )
Without rpath, python would link up to the system's libpython
3 yıl önce
Christian Clauss
bd618ea9ef
add_miniconda.py: fix typo oversight ( #2595 )
3 yıl önce
native-api
12e74e147a
Fix a compilation error in 3.8.10+ and 3.9.5+ when linking against OpenSSL built with SSLv3 support ( #2594 )
3 yıl önce