summary refs log tree commit diff
path: root/pkgs/development/interpreters/python
Commit message (Collapse)AuthorAge
* python37: 3.7.12 -> 3.7.13Martin Weinelt2022-03-17
| | | | https://www.python.org/downloads/release/python-3713/
* python38: 3.8.12 -> 3.8.13Martin Weinelt2022-03-17
| | | | https://www.python.org/downloads/release/python-3813/
* Merge pull request #163916 from mweinelt/python311Martin Weinelt2022-03-16
|\
| * python311: 3.11.0a4 -> 3.11.0a6Martin Weinelt2022-03-13
| | | | | | | | | | https://pythoninsider.blogspot.com/2022/03/python-3110a6-is-available.html https://pythoninsider.blogspot.com/2022/02/python-3110a5-is-available.html
* | Merge branch 'master' into staging-nextVladimír Čunát2022-03-15
|\ \ | | | | | | | | | | | | | | | Conflict in pkgs/development/libraries/libvirt/default.nix required manual adjustments. The fetched patch is already in src. I checked that libvirt builds.
| * | pypy27_prebuilt: remove unneeded openssl_1_0_2 dependencyajs1242022-02-22
| | | | | | | | | | | | | | | | | | | | | they ship their own openssl as of this commit, that is actually openssl 1.1.1m, the same version we have in openssl_1_1 maybe the package should still be marked as vulnerable, because they ship their own openssl
| * | pypy27_prebuilt: 7.3.6 -> 7.3.8ajs1242022-02-22
| |/
* | Merge pull request #157775 from veprbl/pr/darwin_python310_fixFrederik Rietdijk2022-02-06
|\ \ | |/ |/| python3: revert some old darwin hacks
| * python3: don't hardcode -msse2 on darwinDmitry Kalinkin2022-02-02
| | | | | | | | | | The -msse2 flag was hardcoded back when python32 was added in 47d86a83 ('Adding Python 3.2').
| * python3: don't patch out -Wl,-stack_size,1000000Dmitry Kalinkin2022-02-02
| | | | | | | | | | | | | | | | The original motivation behind removing that was to appease a consumer of python-config's output. That issue was probably resolved by now, so let's bring the build in sync with what python is doing by default. This reverts b7819e38 ('python3.x: Patch extra stack size on darwin')
| * python3: unset MACOSX_DEPLOYMENT_TARGETDmitry Kalinkin2022-02-02
| | | | | | | | | | | | | | Setting an old target conflicts with the -stack_size,1000000 linker flag. This fixes build of python310. This reverts ce59dec5 ('python34: as a workaround, explicitly set MACOSX_DEPLOYMENT_TARGET')
* | python311: 3.11a2 -> 3.11a4Jonathan Ringer2022-01-31
| |
* | Merge staging-next into staginggithub-actions[bot]2022-01-29
|\|
| * Merge pull request #156804 from jonringer/python-update-sri-hashMartin Weinelt2022-01-28
| |\
| | * update-python-libraries: use sri-hashJonathan Ringer2022-01-26
| | |
* | | cpython: mime-types -> mailcapSandro Jäckel2022-01-26
| | |
* | | Merge staging-next into staginggithub-actions[bot]2022-01-15
|\| |
| * | Merge master into staging-nextgithub-actions[bot]2022-01-15
| |\|
| | * pythonInterpreters.pypy38_prebuilt: 7.3.6 -> 7.3.7Frederik Rietdijk2022-01-15
| | | | | | | | | | | | Change python language version and attribute.
| | * pythonInterpreters.pypy27_prebuilt: 7.3.3 -> 7.3.6Frederik Rietdijk2022-01-15
| | |
* | | python310: 3.10.1 -> 3.10.2Frederik Rietdijk2022-01-15
| | |
* | | python39: 3.9.9 -> 3.9.10Frederik Rietdijk2022-01-15
|/ /
* | Merge master into staging-nextgithub-actions[bot]2022-01-14
|\|
| * update-python-libraries: skip replacing 'rev' when set to variableJonathan Ringer2022-01-13
| | | | | | | | | | It's common for fetchFromGitHub to have `rev = version;`, in which it will inherit the version. So no replacement is required.
| * update-python-libraries: support pyproject and flit formatsJonathan Ringer2022-01-13
| | | | | | | | | | Generally, this is determined by the fetcher. The notable exception would be the "wheel" format.
* | Merge pull request #151066 from zhaofengli/libffi-testsuiteRobert Scott2021-12-28
|\ \ | |/ |/| libffi: Run test suite
| * libffi: Run test suiteZhaofeng Li2021-12-16
| |
* | python310: 3.10.0 -> 3.10.1Martin Weinelt2021-12-26
| |
* | python: conditionalize redundant Darwin patch (#137858)Emily2021-12-25
| |
* | Merge remote-tracking branch 'origin/master' into staging-nextJonathan Ringer2021-12-22
|\ \ | | | | | | | | | | | | | | | | | | - Fix which python interpreters are exposed Conflicts: pkgs/top-level/all-packages.nix
| * | pypy37: reinitMichael Raskin2021-12-22
| | |
* | | Merge branch 'master' into staging-nextDmitry Kalinkin2021-12-18
|\| | | |/ |/| | | | | Conflicts: pkgs/development/python-modules/sphinxext-opengraph/default.nix
| * python2.tests.nixenv-virtualenv: fix testFrederik Rietdijk2021-12-18
| | | | | | | | by using a python env that ignores collisions in the backports packages.
* | Merge remote-tracking branch 'origin/master' into staging-nextsternenseemann2021-12-15
|\|
| * rustpython: init at unstable-2021-12-09Pavol Rusnak2021-12-14
| |
* | Merge master into staging-nextgithub-actions[bot]2021-12-06
|\|
| * python/update-python-libraries: Allow usage of hashJonathan Ringer2021-12-05
| |
| * python/update-python-libraries: enable updates when file contains many pnamesJonathan Ringer2021-12-05
| |
* | Merge remote-tracking branch 'origin/master' into staging-nextJonathan Ringer2021-12-05
|\| | | | | | | | | | | Conflicts: pkgs/development/python-modules/django-rq/default.nix pkgs/top-level/all-packages.nix
| * pypy3: 7.3.5 -> 7.3.7 (#147875)Sumner Evans2021-12-05
| | | | | | | | This adds support for Python 3.8. https://www.pypy.org/posts/2021/10/pypy-v737-release.html
* | cpython: remove upstreamed patchRyan Burns2021-12-03
| | | | | | | | | | | | This patch has been merged in python 3.9.7. https://github.com/python/cpython/commit/4b55837e7c747e0f3bd2df1b5c8996ce86c6f60a
* | python39: backport patch to accomodate system library changes in Big SurMartin Weinelt2021-12-02
| | | | | | | | (cherry picked from commit 9738723b2486cfe9988abbff0c873cce5cba1849)
* | python.pkgs.pythonNamespacesHook: check parent directory exists before ↵Jonathan Ringer2021-12-02
| | | | | | | | removing child
* | Merge pull request #145265 from Stunkymonkey/development-pname-version-3Jörg Thalheim2021-12-02
|\ \ | | | | | | pkgs/development: rename name to pname&version part 3
| * | pkgs/development: rename name to pname&versionFelix Buehler2021-11-30
| | |
* | | python39: 3.9.8 -> 3.9.9Martin Weinelt2021-11-30
| | |
* | | python311: init at 3.11.0a2Martin Weinelt2021-11-30
| | |
* | | python39: 3.9.6 -> 3.9.8Martin Weinelt2021-11-30
|/ /
* / python/pythonNamespacesSetupHook: add to addtional files to removeJonathan Ringer2021-11-29
|/
* Revert "python39: 3.9.6 -> 3.9.7"Martin Weinelt2021-10-09
| | | | | | | | | | | | | This reverts commit d003f75d7888cd92993107b5a1d6e3a8d340bf68. Causes an unnecessary amount of breakages due to a DeprecationWarning regarding the loop argument in asyncio, that is going to be deprecrated in Python 3.10. > 'The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10.' The ecosystem needs more time to catch up here. Broken packages are for example aiohttp, argh and by extension alot of other packages.