| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-04-02 | python310Packages.cython: Force regeneration of generated code in sdists | Martin Weinelt | |
| Lots of python packages seem to ship their source distributions with generated code. In recent cython versions there is a way to force a regeneration of these files and using it sounds generally sounds like a good thing. If it turns out, that this causes problems on individual packages, setting `dontForceRegenCython` will prevent the regeneration. Added in 3.0.0a11 and backported to 2.9.34, so both cython versions we ship right now support this flag. | |||
| 2023-04-02 | python310Packages.cython: 0.29.33 -> 0.29.34 | Martin Weinelt | |
| https://github.com/cython/cython/blob/0.29.34/CHANGES.rst | |||
| 2023-03-03 | python3.pkgs: Migrate fetchers to use hash | Martin Weinelt | |
| when they already rely on SRI hashes. | |||
| 2023-01-22 | Merge pull request #211703 from dotlambda/cython-0.29.33 | Robert Schütz | |
| python310Packages.cython: 0.29.32 -> 0.29.33 | |||
| 2023-01-21 | treewide: switch to nativeCheckInputs | Guillaume Girol | |
| checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs. | |||
| 2023-01-20 | python310Packages.cython: 0.29.32 -> 0.29.33 | Robert Schütz | |
| https://github.com/cython/cython/blob/0.29.33/CHANGES.rst | |||
| 2022-10-28 | python311Packages.cython: add patch for python3.11 compatibility | Simon Kohlmeyer | |
| 2022-09-18 | python3Packages.cython: 0.29.30 -> 0.29.32 | Martin Weinelt | |
| 2022-06-28 | python3Packages.cython: 0.29.28 -> 0.29.30 | Phillip Cloud | |
| 2022-03-14 | python3Packages.cython: 0.29.24 -> 0.29.28 | Martin Weinelt | |
| 2021-09-01 | python39Packages.Cython: minor formatting cleanups | Sandro Jäckel | |
| 2021-09-01 | python39Packages.Cython: 0.29.22 -> 0.29.24 | Sandro Jäckel | |
| Required to build numpy RuntimeError: Building NumPy requires Cython >= 0.29.24, found 0.29.22 at /nix/store/7qrl7hhzvbmd966b61w3n0dkamn863gn-python3.9-Cython-0.29.22/lib/python3.9/site-packages/Cython/init.py | |||
| 2021-07-11 | python3Packages.cython: move gdb to checkInputs (#119815) | Dmitry Kalinkin | |
| 2021-03-05 | cython: 0.29.21 -> 0.29.22 | Mauricio Collares | |
| 2021-03-05 | cython: backport Cython 3.0 trashcan support | Mauricio Collares | |
| 2021-01-24 | pkgs/development/python-modules: stdenv.lib -> lib | Pavol Rusnak | |
| 2020-07-30 | Cython 0.29.19 -> 0.29.21 | K900 | |
| Required for latest Numpy to build, among other things. | |||
| 2020-06-04 | python3Packages.cython: 0.29.14 -> 0.29.19 | Jonathan Ringer | |
| 2020-05-29 | python.pkgs.cython: use pkg-config instead of python.pkgs.pkgconfig | Frederik Rietdijk | |
| It does not need the Python interface to pkg-config. Note I think the majority of Python packages that use pkgconfig should actually use pkg-config. | |||
| 2020-04-10 | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | |
| 2019-12-03 | Revert "python.pkgs.Cython: 0.29.14 -> 0.29.15" | Timo Kaufmann | |
| This reverts commit fa4bbefdfead8f76dbf2d1a890026fb15977c0bf. The update seems to be no longer available. See https://github.com/NixOS/nixpkgs/pull/74388#issuecomment-560490284. | |||
| 2019-12-01 | python.pkgs.Cython: 0.29.14 -> 0.29.15 | Timo Kaufmann | |
| 2019-12-01 | python.pkgs.Cython: backport fix for non-int hashes | Timo Kaufmann | |
| https://github.com/cython/cython/issues/2752 has already been accepted upstream, is minimally invasive (only adds a feature, shouldn't break any existing code) and is needed for the sage python3 update. Sage needs this capability because it defines its own integer type. | |||
| 2019-11-22 | python: Cython: 0.29.13 -> 0.29.14 | Frederik Rietdijk | |
| 2019-07-27 | python: Cython: 0.29.12 -> 0.29.13 | Frederik Rietdijk | |
| 2019-07-21 | python: Cython: 0.29.10 -> 0.29.12 | Frederik Rietdijk | |
| 2019-06-18 | Merge branch 'master' into staging-next | Vladimír Čunát | |
| Hydra nixpkgs: ?compare=1525828 | |||
| 2019-06-16 | treewide: remove unused variables (#63177) | volth | |
| * treewide: remove unused variables * making ofborg happy | |||
| 2019-06-15 | python: Cython: 0.29.9 -> 0.29.10 | Frederik Rietdijk | |
| 2019-06-15 | python3Packages.cython: 0.29.7 -> 0.29.9 | Will Dietz | |
| https://github.com/cython/cython/releases/tag/0.29.9 https://github.com/cython/cython/releases/tag/0.29.8 | |||
| 2019-04-23 | Merge remote-tracking branch 'NixOS/master' into staging | Matthew Bauer | |
| 2019-04-22 | treewide: Change URLs to HTTPS | Daniel Schaefer | |
| Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them if there's actual content. Inspired by https://github.com/NixOS/nixpkgs/issues/60004 | |||
| 2019-04-18 | python: Cython: 0.29.5 -> 0.29.7 | Frederik Rietdijk | |
| 2019-02-14 | python: Cython: 0.29.2 -> 0.29.5 | Frederik Rietdijk | |
| 2019-01-15 | python: Cython: 0.29.1 -> 0.29.2 | Frederik Rietdijk | |
| 2018-12-03 | pythonPackages.cython: 0.29 -> 0.29.1 | Will Dietz | |
| https://cython.readthedocs.io/en/latest/src/changes.html#id2 (link not stable/permanent as new versions release) | |||
| 2018-11-16 | pythonPackages.cython: don't test codestyle (#50432) | Timo Kaufmann | |
| This requires pycodestyle when using python3 and adding it leads to test failures for some reason. Maybe some patching we do. There is no reason to test codestyle for a distro, so just disable it. | |||
| 2018-10-24 | pythonPackages.cython: 0.28.5 -> 0.29 | Timo Kaufmann | |
| Needs a sage patch from https://trac.sagemath.org/ticket/25292 | |||
| 2018-10-13 | python.pkgs.cython: 0.28.3 -> 0.28.5 | Frederik Rietdijk | |
| 2018-08-16 | treewide: disable some tests broken on darwin | Matthew Bauer | |
| disable checks for: - cython - ldap - tqdm | |||
| 2018-07-21 | pkgs/*: remove unreferenced function arguments | volth | |
| 2018-07-12 | pythonPackages.cython: run tests in parallel (#43393) | volth | |
| 2018-06-20 | python.pkgs.cython: fix tests | Frederik Rietdijk | |
| (cherry picked from commit b9b18ded57842d24ef05bfe33aa7dba95b77babf) | |||
| 2018-06-15 | Merge a subset of staging (security) | Vladimír Čunát | |
| In particular, this contains Firefox-related and libgcrypt updates. Other larger rebuilds would apparently need lots of time to catch up on Hydra, due to nontrivial rebuilds in other branches than staging. | |||
| 2018-06-08 | pythonPackages.cython: Disable tests on i686 (#41633) | volth | |
| 2018-06-07 | python36Packages.cython: Disable the "test_coerce_to_numpy" test on aarch64 ↵ | Elis Hirwing | |
| (#41453) | |||
| 2018-06-02 | python: Cython: 0.28.2 -> 0.28.3 | Frederik Rietdijk | |
| 2018-05-10 | python: Cython: 0.28.1 -> 0.28.2 | Frederik Rietdijk | |
| 2018-04-04 | pythonPackages.cython: 0.27.3 -> 0.28.1 | Robert Schütz | |
| 2017-11-05 | python.pkgs: maintenance updates | Frederik Rietdijk | |
