Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/pyenv/pyenv

Simple Python version management
https://github.com/pyenv/pyenv

CI: Migrate to checkout@v3

Actions runner warns about v2 deprecation

a3f0bddc2a539615f58a709b2f19914b4fba2f1b authored almost 2 years ago by Ivan Pozdeev <[email protected]>
CI: Test with native extension

Only run tests for subcommands that use the native extension

f72c1712dc6c5253cd58265012fe79c7ea72151b authored almost 2 years ago by Ivan Pozdeev <[email protected]>
Fix link resolving in pyenv-versions

Co-Authored-by: Ivan Pozdeev <[email protected]>

a7b181c3caf98aa1aed224b02b5c3c3da108241f authored almost 2 years ago by laggardkernel <[email protected]>
Merge pull request #2610 from native-api/version_skip_envs

Ignore virtualenvs in `pyenv latest' in a clean way

c8c324afb42040ac41a71311eb8ccdaf259c7798 authored almost 2 years ago by native-api <[email protected]>
Avoid the need to filter out envs in `pyenv-latest'

72c5b034cadcc8a13d64c316508a3fbe1ffdf11e authored almost 2 years ago by Ivan Pozdeev <[email protected]>
Streamline `pyenv-versions --bare'

Achieves a ~20% speedup.
As it's used in pyenv-latest, this affects all version lookups

446411dc6424556d7f19a625af5098b992919c39 authored almost 2 years ago by Ivan Pozdeev <[email protected]>
Add `pyenv versions' option to skip envs for `pyenv-latest'

9fe80f28e5ffa6ee3bfe1a2810bb4d2dd14d74d7 authored almost 2 years ago by Ivan Pozdeev <[email protected]>
Show symlink contents in non-bare `pyenv versions' (#2609)

* Change other tests to use the newly-created convenience function

9248255f7091b8606cea433b15ae293af91b9aea authored almost 2 years ago by native-api <[email protected]>
Fix pyenv-latest to ignore virtualenvs (#2608)

* Add test, exclude alphas as well

368e04f3fa7629615247dd94380afafae5a69f57 authored almost 2 years ago by native-api <[email protected]>
2.3.12

76e93b073e616ced0810d0365a25289f75fb67d8 authored almost 2 years ago by Anton Petrov <[email protected]>
2.3.12

e3fe82a9b1ebdfa8a25c9c08e6dae308a6bd6c5a authored almost 2 years ago by Anton Petrov <[email protected]>
Fix overriding arguments for --enable-framework and --enable-universalsdk after #2592 (#2605)

dd60d5fae23adde0ff7b028a0de0830347d04888 authored almost 2 years ago by native-api <[email protected]>
Merge pull request #2602 from colesbury/nogil-3.9.10-1

Add more recent build of nogil Python.

96828af31e0c8194e24b1f24dea6d196bbb96b21 authored almost 2 years ago by Anton Petrov <[email protected]>
Add more recent build of nogil Python.

c998eae67779a33bdee12a99a9ba47e65fe90e0b authored almost 2 years ago by Sam Gross <[email protected]>
Fix `pyenv which` to support auto-resolved prefixes (#2601)

* Resolve version name that hooks see
* Avoid a 2nd iteration over configured versions

c20fc7bd6aabfe7fa43372e1b07381dd03df2552 authored almost 2 years ago by native-api <[email protected]>
Fix `:latest` after #2568 (#2599)

* Cleanup mocks logic
* Add test for `:latest`

f1a1f59c875766a570b22ba4ec7567380966e097 authored almost 2 years ago by native-api <[email protected]>
Merge branch 'master' of https://github.com/native-api/pyenv

b64b0ab5e21ef62a482aae0ca7a59b2a831b6bf6 authored almost 2 years ago by Ivan Pozdeev <[email protected]>
Improve visibility of the auto-resolution feature

Recent feedback showed that it's not visible enough

1a0b555bafcc3b013b99aaaf76a7aca014306452 authored almost 2 years ago by Ivan Pozdeev <[email protected]>
Fix wrong libpython being linked to in MacOS (#2596)

Without rpath, python would link up to the system's libpython

819e2b8f454d8cf0b27a212eb99d7032c1798b50 authored almost 2 years ago by native-api <[email protected]>
add_miniconda.py: fix typo oversight (#2595)

bd618ea9ef445a2610afb035021e50bfcf30a396 authored almost 2 years ago by Christian Clauss <[email protected]>
2.3.11

b77b0be089ccf78797e8c69b109aef79de3284c4 authored almost 2 years ago by Anton Petrov <[email protected]>
2.3.11

906246da4c2127734e846901eb1fd4bdb587d329 authored almost 2 years ago by Anton Petrov <[email protected]>
Fix a compilation error in 3.8.10+ and 3.9.5+ when linking against OpenSSL built with SSLv3 support (#2594)

12e74e147ac1ff9dec3b05b023a76146d1f218f9 authored almost 2 years ago by native-api <[email protected]>
Specify additional required information for build failures

2b0dd7355da715821ba437cb09c3b321e3aea530 authored almost 2 years ago by Ivan Pozdeev <[email protected]>
Merge pull request #2592 from native-api/disable_shared

* Fix priority for user-supplied configure and make flags
* Don't set --enable-shared if user s...

f40397088cc2be9e65bf0d8db02472c11947c82b authored almost 2 years ago by native-api <[email protected]>
Don't set --enable-shared if user supplied --disable-shared

e447fe5b7399316f8e0f546b36d156e4a50e7b8c authored almost 2 years ago by Ivan Pozdeev <[email protected]>
Fix priority for user-supplied configure and make flags

4242694a0e85e375a5827f6a54f46e715a99cd96 authored almost 2 years ago by Ivan Pozdeev <[email protected]>
Merge pull request #2593 from native-api/fix_freebsd

Fix using dependencies from Ports in FreeBSD that are not searched with pkg-config

83619f3fbeaf7d06eabb536d55880ea5556fc240 authored almost 2 years ago by native-api <[email protected]>
Avoid adding dangling spaces to *FLAGS

4bd8a975f4f625a0f68f669fca04d5d003117914 authored almost 2 years ago by Ivan Pozdeev <[email protected]>
Fix searching readline and sqlite3 in FreeBSD

Surprisingly, CPython doesn't search these with pkg-config
This is fixed upstream in 3.12.0a1

2a5bbf6cb58383b5dd79b8cd82e080800fc905e6 authored almost 2 years ago by Ivan Pozdeev <[email protected]>
Add missing Miniforge/Mambaforge versions (4.10.2-0 - 22.9.0-3) (#2591)

b9a27af7b8d51f5ee2c0e17cbe9ab29ef08b2372 authored almost 2 years ago by Sean McGivern <[email protected]>
Merge pull request #2560 from smcgivern/add-miniforge-script

Add a script to add the latest miniforge and mambaforge versions

c03d9cf84c53424ac3a7f821fff00b34025ccdf1 authored almost 2 years ago by Anton Petrov <[email protected]>
Add a script to add the latest miniforge and mambaforge versions

This takes inspiration from the similar script for miniconda, but it
simplifies in a couple of w...

c7f2c4db45a8b9223c8532fbe80de0d8c07c9dde authored almost 2 years ago by Sean McGivern <[email protected]>
Merge pull request #2590 from Afront/3.12.0a4

Add CPython 3.12.0a4

3bc3a624db14455c1fd69318c350f955d2e7b249 authored almost 2 years ago by Anton Petrov <[email protected]>
Add CPython 3.12.0a4

f4598bc1f05005b8683f3ccdf09d04c7d6c215d0 authored almost 2 years ago by Afront <[email protected]>
2.3.10

fc4c0ac52d3b4383e68045d087fb6cf8be0c02ca authored almost 2 years ago by Anton Petrov <[email protected]>
2.3.10

579c34e5702c630bbb51b918836d92aa178a9478 authored almost 2 years ago by Anton Petrov <[email protected]>
Fix using dependencies from Ports in BSD with no pkg-config (#2586)

2369ac2a089e1afaf61753ee1d4bc08b80c1ace7 authored almost 2 years ago by native-api <[email protected]>
Add Fig as autocomplete suggestion (#2574)

Co-authored-by: Ivan Pozdeev <[email protected]>

25c974d59ae8dd30ff9d8c2c733790618db12138 authored almost 2 years ago by Brendan Falk <[email protected]>
Merge pull request #2583 from aphedges/update-miniconda-22.11.1

Add miniconda 22.11.1-1

2ea797e2264a3bc77d86e79fb3084ff4e4d27ede authored almost 2 years ago by native-api <[email protected]>
Add miniconda 22.11.1-1

7d7f8b94ae601815fbfc79a874d1c07772f4b1ce authored almost 2 years ago by Alex Hedges <[email protected]>
Support new miniconda file name format

e715e03be038ff1ccd853a6c0b285c9497a9530a authored almost 2 years ago by Alex Hedges <[email protected]>
Support miniconda with Python 3.10

b3a5b5eee3b4a9e8a06f3131c185c2302f6d6de6 authored almost 2 years ago by Alex Hedges <[email protected]>
Merge pull request #2579 from hauntsaninja/faster-cpython

Mention how to build for maximum performance

894bcd87173b992ae2bcec603c610c152af50c27 authored almost 2 years ago by Anton Petrov <[email protected]>
Mention how to build for maximum performance

03ee3ffd3219c5551a1fbd22b957905df0ef3650 authored almost 2 years ago by hauntsaninja <[email protected]>
Add PyPy 7.3.11 (#2576)

Co-authored-by: Dan Dees <[email protected]>

3d83bcdbef27fd86bd57201ecdeb7132a7a24a93 authored almost 2 years ago by dand-oss <[email protected]>
Fix non-bash output while detecting shell (#2561)

Co-authored-by: Ivan Pozdeev <[email protected]>

f897c502022cf3132574afc084fddf9252644d72 authored almost 2 years ago by Ian Chen <[email protected]>
Merge pull request #2554 from anton-petrov/master

Build CPython with--enable-shared flag by default on non-mac systems

773c65416bb1db041fe7862ab04bf47e3fe706de authored almost 2 years ago by Anton Petrov <[email protected]>
Fix build tests

ca1593c80eae0b84349ca163699b71b04ea8b9fa authored almost 2 years ago by Anton Petrov <[email protected]>
Merge pull request #2568 from rockandska/fix/919

Allow multiple versions for pyenv-install

cb5da5e831fb50ce0ac44fc13617965b2309a482 authored almost 2 years ago by Anton Petrov <[email protected]>
Allow multiple versions for pyenv-install

31f372034d349ed1b8ac2b30349bbd75dadfa141 authored almost 2 years ago by rockandska <[email protected]>
Remove stray newline after python-build installation (#2566)

To match other Pyenv commands

ff93c58babd813066bf2d64d004a5cee33c0f27b authored about 2 years ago by Tobias Klauser <[email protected]>
2.3.9

2bb59169db4fe35fde9b237c9d4d0974b41ecbca authored about 2 years ago by Anton Petrov <[email protected]>
2.3.9

f9e519611ac57104a7556f60ac0a1c4c8e205016 authored about 2 years ago by Anton Petrov <[email protected]>
Add Anaconda3-2022.10 (#2565)

ae048771543cc37ed78de21481eb634d3db44579 authored about 2 years ago by Phung Nhat-Huy <[email protected]>
Merge pull request #2564 from samdoran/openssl-patches

Add `openssl` patches for 3.7.15, 3.7.16, and 3.8.16

e82e12739c5fdaa0ccd554d648a092dc12402a5f authored about 2 years ago by Anton Petrov <[email protected]>
Add openssl patches for 3.7.15, 3.7.16, and 3.8.16

6b9795728e444b723e83543bcb3e838824a132cc authored about 2 years ago by Sam Doran <[email protected]>
Fix compilation error when building OpenSSL 1.1.1q in MacOS 11+ for 3.9.16 (#2558)

23576296ae4b1280b95ed9cda3d175c37f2297e7 authored about 2 years ago by 宇萱/土撥鼠(Lisbeth) <[email protected]>
Merge pull request #2559 from smcgivern/add-miniforge3-22.9.0-2

Add miniforge3 and mambaforge 22.9.0-2

2128b4f27d3ac31614543f97609721b62d020855 authored about 2 years ago by Anton Petrov <[email protected]>
Add miniforge3 and mambaforge 22.9.0-2

9ba6124833e0daf002ae23805b42835cb6c663a0 authored about 2 years ago by Sean McGivern <[email protected]>
Merge pull request #2553 from dand-oss/pypy7.3.10

Add Pypy 7.3.10

6c63e086e9d1f20ec0a80f61946eee67911e1b76 authored about 2 years ago by native-api <[email protected]>
CI: Use PyPy 2.7 as PyPy source build bootstrapper

540c94bdb1cffc142bac274092c2e22ecb1606d1 authored about 2 years ago by Dan Dees <[email protected]>
Remove no-longer-needed PyPy prerequisites

18f62f266dba40882ebd6cc04fc4d3e148211338 authored about 2 years ago by Ivan Pozdeev <[email protected]>
CI: Install bootstrapper Python for PyPy source builds

49cc88094a5378f6761286562dc44c00caec623a authored about 2 years ago by Ivan Pozdeev <[email protected]>
Add PyPy 7.3.10

cad18bb332c58ad52c4a1d8bc5de70a034a2bab0 authored about 2 years ago by Dan Dees <[email protected]>
Improve Mac feature messages phrasing

79fdf1e3bbbd5a66701799def3d588e19ce24f66 authored about 2 years ago by Ivan Pozdeev <[email protected]>
Set --enable-shared earlier

To take advantage of the existing logic to add to rpath

03bba03291a1d6535145e894e71dfeb772823db3 authored about 2 years ago by Ivan Pozdeev <[email protected]>
Don't hide output from extension checks

cf50e2a2dbdb9bdae6cbffb5bc77d2efb14d9f9a authored about 2 years ago by Ivan Pozdeev <[email protected]>
--enable-shared by default on non-mac systems

b3d52b05d288deeeee56b2eb82637be0f9e069f7 authored about 2 years ago by Anton Petrov <[email protected]>
Merge pull request #2551 from nwh/add-miniforge3-latest-suffix

add -latest suffix to miniforge3

73dc5547fce4a12b77a54b4661cea7de3489baab authored about 2 years ago by Anton Petrov <[email protected]>
2.3.8

3f0dd1962fef951dbc89aca1ea1a00602431806c authored about 2 years ago by Anton Petrov <[email protected]>
Add CPython 3.7.16, 3.8.16, 3.9.16 (#2550)

48b0224aafd95cefbf92bc5b721af3e187244413 authored about 2 years ago by Chad Crawford <[email protected]>
add -latest suffix to miniforge3

The auto-resolve feature (#2487) means that

pyenv install miniforge3

installs miniforge3-4.1...

8cfa967d74b34aa62fdd4928b1357c0028c5eb5d authored about 2 years ago by Nick Henderson <[email protected]>
Merge pull request #2544 from rudisimo/master

Add CPython 3.10.9

a57106c9328010ac8f9990f57b9f14f58a2c603a authored about 2 years ago by Anton Petrov <[email protected]>
Merge pull request #2549 from anton-petrov/master

Add CPython 3.11.1

189e73e5e8e7b0d711e8a6ae73dd177177ed0e77 authored about 2 years ago by Anton Petrov <[email protected]>
Add CPython 3.11.1

8680247381c3e396188a64e3ee1fde36fafa949b authored about 2 years ago by Anton Petrov <[email protected]>
Merge pull request #2545 from saaketp/3.12.0a3

Add CPython 3.12.0a3

606ff454a1921f76774a23a89b2d6dbb42f5530d authored about 2 years ago by Anton Petrov <[email protected]>
Add CPython 3.12.0a3

b05d15f673641d6482e98d4394ed7432f1a5bd5b authored about 2 years ago by Saaket Prakash <[email protected]>
Add CPython 3.10.9

Signed-off-by: Rodolfo Puig <[email protected]>

881ba40ff4880051093c8c32c34978c8091b5c9e authored about 2 years ago by Rodolfo Puig <[email protected]>
Merge pull request #2540 from ianchen-tw/detect-shell

Export detected shell environment in pyenv-init

58bbbf8880b520ed82040271e6d473b46df7be3d authored about 2 years ago by Anton Petrov <[email protected]>
Detect shell

c1674cd5522ddb3573673ed851b29429bcaf78ac authored about 2 years ago by Ian Chen <[email protected]>
2.3.7

74f923b5fca82054b3c579f9eb936338c7f5a394 authored about 2 years ago by Anton Petrov <[email protected]>
2.3.7

59c560893a58194c82302d2068e4fb1075c76d35 authored about 2 years ago by Anton Petrov <[email protected]>
Copy auto installer oneliner to README (#2538)

4971d9e35e0ebe94a7b2d8e42d6590b6fc4fb7e7 authored about 2 years ago by spookyuser <[email protected]>
Fix typo in README.md (#2535)

There was a space at the beginning of the `git clone` command

6d13db992fdf49a96e25d1c0993f871a30baa72f authored about 2 years ago by weensy <[email protected]>
Add 3.11 into CI for Linux

13d85686205e7a21f2aabd659ee96d34dd7a12b5 authored about 2 years ago by Ivan Pozdeev <[email protected]>
Add --no-push-path option (#2526)

In some advanced shell setups, the order of custom-added PATH entries is important.
We disregar...

cc56f76733c8f57ccd1f3d2f7110221351e5fc89 authored about 2 years ago by Isaac Levy <[email protected]>
Add CPython 3.12.0a2 (#2527)

4c261e6ea1a123e321a47b6c723ebd2603527e4d authored about 2 years ago by Saaket Prakash <[email protected]>
Support `aria2c` being a snap (#2528)

Likely in Ubuntu where it's only available as a snap

31355676f041294bc72d97044976e35338bc95d6 authored about 2 years ago by native-api <[email protected]>
Add .editorconfig (#2518)

c162dcd932368c41938f286f4639f514a4c550f8 authored about 2 years ago by Alex Hedges <[email protected]>
Merge pull request #2520 from twangboy/fix_3.9.15

Fix compilation error when building OpenSSL 1.1.1q in MacOS 11+ for 3.9.15 and 3.8.15

0b6320d371d419ebd489ff5b4017d410b9e815b3 authored about 2 years ago by native-api <[email protected]>
Gitignore special files of PyCharm and Vim

3bfaa33c1b935fc4eaf9dcb5be5ae4768b281b75 authored about 2 years ago by Twangboy <[email protected]>
Fix compilation error when building OpenSSL 1.1.1q in MacOS 11+ for 3.9.15 and 3.8.15

cd2858aa17a32b2672fdb620f086cd0709a2997b authored about 2 years ago by Twangboy <[email protected]>
Add activate.nu to shim creation exception list (#2524)

19359de7b8089556477963e108e6c25236c1f967 authored about 2 years ago by James Campbell <[email protected]>
GitHub Workflows security hardening (#2511)

Signed-off-by: Alex <[email protected]>

8dd46e39157b218376ed8b8b0977cfdd810e0dab authored about 2 years ago by Alex <[email protected]>
Fix resolution of a name that's a prefix of another name (#2521)

ed1083ec27a16f0dae90394c19019183cde74eac authored about 2 years ago by native-api <[email protected]>
README: Prefix auto-resolution: improve phrasing

904fe964b0cbe9f87198a71b1291c414447d9089 authored about 2 years ago by Ivan Pozdeev <[email protected]>
style: convert crlf to lf (#2517)

036fd63bbd9fea17f3363a511a264e7eaf47ce88 authored about 2 years ago by Hoàng <[email protected]>
Don't use Zlib from XCode SDK if a custom compiler is used (#2516)

1250d7dd30c34855ef57720de8ece7f36c1c46c9 authored about 2 years ago by native-api <[email protected]>
Add Python version 3.11 to the macOS build (#2510)

ad6a950734a56c62cccdb3a005f4ec5cddbd453f authored about 2 years ago by Omer Korner <[email protected]>