| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python39Packages.Cython: minor formatting cleanups | Sandro Jäckel | 2021-09-01 | 1 | -5/+4 |
| | | |||||
| * | python39Packages.Cython: 0.29.22 -> 0.29.24 | Sandro Jäckel | 2021-09-01 | 1 | -2/+2 |
| | | | | | | | 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 | ||||
| * | python3Packages.cython: move gdb to checkInputs (#119815) | Dmitry Kalinkin | 2021-07-11 | 1 | -2/+2 |
| | | |||||
| * | cython: 0.29.21 -> 0.29.22 | Mauricio Collares | 2021-03-05 | 1 | -2/+2 |
| | | |||||
| * | cython: backport Cython 3.0 trashcan support | Mauricio Collares | 2021-03-05 | 1 | -0/+9 |
| | | |||||
| * | pkgs/development/python-modules: stdenv.lib -> lib | Pavol Rusnak | 2021-01-24 | 1 | -4/+4 |
| | | |||||
| * | Cython 0.29.19 -> 0.29.21 | K900 | 2020-07-30 | 1 | -2/+2 |
| | | | | Required for latest Numpy to build, among other things. | ||||
| * | python3Packages.cython: 0.29.14 -> 0.29.19 | Jonathan Ringer | 2020-06-04 | 1 | -2/+2 |
| | | |||||
| * | python.pkgs.cython: use pkg-config instead of python.pkgs.pkgconfig | Frederik Rietdijk | 2020-05-29 | 1 | -2/+2 |
| | | | | | | | | 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. | ||||
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -1/+1 |
| | | |||||
| * | Revert "python.pkgs.Cython: 0.29.14 -> 0.29.15" | Timo Kaufmann | 2019-12-03 | 1 | -2/+2 |
| | | | | | | | | This reverts commit fa4bbefdfead8f76dbf2d1a890026fb15977c0bf. The update seems to be no longer available. See https://github.com/NixOS/nixpkgs/pull/74388#issuecomment-560490284. | ||||
| * | python.pkgs.Cython: 0.29.14 -> 0.29.15 | Timo Kaufmann | 2019-12-01 | 1 | -2/+2 |
| | | |||||
| * | python.pkgs.Cython: backport fix for non-int hashes | Timo Kaufmann | 2019-12-01 | 1 | -0/+10 |
| | | | | | | | | 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. | ||||
| * | python: Cython: 0.29.13 -> 0.29.14 | Frederik Rietdijk | 2019-11-22 | 1 | -2/+2 |
| | | |||||
| * | python: Cython: 0.29.12 -> 0.29.13 | Frederik Rietdijk | 2019-07-27 | 1 | -2/+2 |
| | | |||||
| * | python: Cython: 0.29.10 -> 0.29.12 | Frederik Rietdijk | 2019-07-21 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'master' into staging-next | Vladimír Čunát | 2019-06-18 | 1 | -1/+0 |
| |\ | | | | | | | Hydra nixpkgs: ?compare=1525828 | ||||
| | * | treewide: remove unused variables (#63177) | volth | 2019-06-16 | 1 | -1/+0 |
| | | | | | | | | | | | | | * treewide: remove unused variables * making ofborg happy | ||||
| * | | python: Cython: 0.29.9 -> 0.29.10 | Frederik Rietdijk | 2019-06-15 | 1 | -2/+2 |
| | | | |||||
| * | | python3Packages.cython: 0.29.7 -> 0.29.9 | Will Dietz | 2019-06-15 | 1 | -2/+2 |
| |/ | | | | | https://github.com/cython/cython/releases/tag/0.29.9 https://github.com/cython/cython/releases/tag/0.29.8 | ||||
| * | Merge remote-tracking branch 'NixOS/master' into staging | Matthew Bauer | 2019-04-23 | 1 | -1/+1 |
| |\ | |||||
| | * | treewide: Change URLs to HTTPS | Daniel Schaefer | 2019-04-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | 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 | ||||
| * | | python: Cython: 0.29.5 -> 0.29.7 | Frederik Rietdijk | 2019-04-18 | 1 | -2/+2 |
| |/ | |||||
| * | python: Cython: 0.29.2 -> 0.29.5 | Frederik Rietdijk | 2019-02-14 | 1 | -2/+2 |
| | | |||||
| * | python: Cython: 0.29.1 -> 0.29.2 | Frederik Rietdijk | 2019-01-15 | 1 | -3/+8 |
| | | |||||
| * | pythonPackages.cython: 0.29 -> 0.29.1 | Will Dietz | 2018-12-03 | 1 | -2/+2 |
| | | | | | | https://cython.readthedocs.io/en/latest/src/changes.html#id2 (link not stable/permanent as new versions release) | ||||
| * | pythonPackages.cython: don't test codestyle (#50432) | Timo Kaufmann | 2018-11-16 | 1 | -0/+1 |
| | | | | | | 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. | ||||
| * | pythonPackages.cython: 0.28.5 -> 0.29 | Timo Kaufmann | 2018-10-24 | 1 | -2/+3 |
| | | | | | | Needs a sage patch from https://trac.sagemath.org/ticket/25292 | ||||
| * | python.pkgs.cython: 0.28.3 -> 0.28.5 | Frederik Rietdijk | 2018-10-13 | 1 | -11/+2 |
| | | |||||
| * | treewide: disable some tests broken on darwin | Matthew Bauer | 2018-08-16 | 1 | -0/+2 |
| | | | | | | | | | disable checks for: - cython - ldap - tqdm | ||||
| * | pkgs/*: remove unreferenced function arguments | volth | 2018-07-21 | 1 | -1/+0 |
| | | |||||
| * | pythonPackages.cython: run tests in parallel (#43393) | volth | 2018-07-12 | 1 | -1/+1 |
| | | |||||
| * | python.pkgs.cython: fix tests | Frederik Rietdijk | 2018-06-20 | 1 | -0/+10 |
| | | | | | (cherry picked from commit b9b18ded57842d24ef05bfe33aa7dba95b77babf) | ||||
| * | Merge a subset of staging (security) | Vladimír Čunát | 2018-06-15 | 1 | -2/+2 |
| |\ | | | | | | | | | | | 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. | ||||
| | * | python: Cython: 0.28.2 -> 0.28.3 | Frederik Rietdijk | 2018-06-02 | 1 | -2/+2 |
| | | | |||||
| * | | pythonPackages.cython: Disable tests on i686 (#41633) | volth | 2018-06-08 | 1 | -0/+1 |
| | | | |||||
| * | | python36Packages.cython: Disable the "test_coerce_to_numpy" test on aarch64 ↵ | Elis Hirwing | 2018-06-07 | 1 | -4/+14 |
| |/ | | | | (#41453) | ||||
| * | python: Cython: 0.28.1 -> 0.28.2 | Frederik Rietdijk | 2018-05-10 | 1 | -2/+2 |
| | | |||||
| * | pythonPackages.cython: 0.27.3 -> 0.28.1 | Robert Schütz | 2018-04-04 | 1 | -17/+4 |
| | | |||||
| * | python.pkgs: maintenance updates | Frederik Rietdijk | 2017-11-05 | 1 | -2/+2 |
| | | |||||
| * | python.pkgs: updates | Frederik Rietdijk | 2017-10-27 | 1 | -2/+2 |
| | | |||||
| * | misc pkgs: Manual fixup pkgconfig nativeBuildInputs after sed | John Ericson | 2017-09-21 | 1 | -5/+6 |
| | | | | | | Importantly, this included regenerating pkgs/servers/x11/xorg, to clobber the old sed. | ||||
| * | misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs` | John Ericson | 2017-09-21 | 1 | -1/+2 |
| | | | | | Only acts on one-line dependency lists. | ||||
| * | Merge pull request #28884 from FRidh/python-fixes | Frederik Rietdijk | 2017-09-06 | 1 | -2/+2 |
| | | | | Python: several fixes | ||||
| * | python.pkgs: many updates | Frederik Rietdijk | 2017-08-25 | 1 | -2/+2 |
| | | |||||
| * | python.pkgs.cython: move expression | Frederik Rietdijk | 2017-07-29 | 1 | -0/+57 |
