summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/Cython (follow)
Commit message (Collapse)AuthorAgeFilesLines
* python39Packages.Cython: minor formatting cleanupsSandro Jäckel2021-09-011-5/+4
|
* python39Packages.Cython: 0.29.22 -> 0.29.24Sandro Jäckel2021-09-011-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 Kalinkin2021-07-111-2/+2
|
* cython: 0.29.21 -> 0.29.22Mauricio Collares2021-03-051-2/+2
|
* cython: backport Cython 3.0 trashcan supportMauricio Collares2021-03-051-0/+9
|
* pkgs/development/python-modules: stdenv.lib -> libPavol Rusnak2021-01-241-4/+4
|
* Cython 0.29.19 -> 0.29.21K9002020-07-301-2/+2
| | | Required for latest Numpy to build, among other things.
* python3Packages.cython: 0.29.14 -> 0.29.19Jonathan Ringer2020-06-041-2/+2
|
* python.pkgs.cython: use pkg-config instead of python.pkgs.pkgconfigFrederik Rietdijk2020-05-291-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 URLsMichael Reilly2020-04-101-1/+1
|
* Revert "python.pkgs.Cython: 0.29.14 -> 0.29.15"Timo Kaufmann2019-12-031-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.15Timo Kaufmann2019-12-011-2/+2
|
* python.pkgs.Cython: backport fix for non-int hashesTimo Kaufmann2019-12-011-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.14Frederik Rietdijk2019-11-221-2/+2
|
* python: Cython: 0.29.12 -> 0.29.13Frederik Rietdijk2019-07-271-2/+2
|
* python: Cython: 0.29.10 -> 0.29.12Frederik Rietdijk2019-07-211-2/+2
|
* Merge branch 'master' into staging-nextVladimír Čunát2019-06-181-1/+0
|\ | | | | | | Hydra nixpkgs: ?compare=1525828
| * treewide: remove unused variables (#63177)volth2019-06-161-1/+0
| | | | | | | | | | | | * treewide: remove unused variables * making ofborg happy
* | python: Cython: 0.29.9 -> 0.29.10Frederik Rietdijk2019-06-151-2/+2
| |
* | python3Packages.cython: 0.29.7 -> 0.29.9Will Dietz2019-06-151-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 stagingMatthew Bauer2019-04-231-1/+1
|\
| * treewide: Change URLs to HTTPSDaniel Schaefer2019-04-221-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.7Frederik Rietdijk2019-04-181-2/+2
|/
* python: Cython: 0.29.2 -> 0.29.5Frederik Rietdijk2019-02-141-2/+2
|
* python: Cython: 0.29.1 -> 0.29.2Frederik Rietdijk2019-01-151-3/+8
|
* pythonPackages.cython: 0.29 -> 0.29.1Will Dietz2018-12-031-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 Kaufmann2018-11-161-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.29Timo Kaufmann2018-10-241-2/+3
| | | | | Needs a sage patch from https://trac.sagemath.org/ticket/25292
* python.pkgs.cython: 0.28.3 -> 0.28.5Frederik Rietdijk2018-10-131-11/+2
|
* treewide: disable some tests broken on darwinMatthew Bauer2018-08-161-0/+2
| | | | | | | | disable checks for: - cython - ldap - tqdm
* pkgs/*: remove unreferenced function argumentsvolth2018-07-211-1/+0
|
* pythonPackages.cython: run tests in parallel (#43393)volth2018-07-121-1/+1
|
* python.pkgs.cython: fix testsFrederik Rietdijk2018-06-201-0/+10
| | | | (cherry picked from commit b9b18ded57842d24ef05bfe33aa7dba95b77babf)
* Merge a subset of staging (security)Vladimír Čunát2018-06-151-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.3Frederik Rietdijk2018-06-021-2/+2
| |
* | pythonPackages.cython: Disable tests on i686 (#41633)volth2018-06-081-0/+1
| |
* | python36Packages.cython: Disable the "test_coerce_to_numpy" test on aarch64 ↵Elis Hirwing2018-06-071-4/+14
|/ | | | (#41453)
* python: Cython: 0.28.1 -> 0.28.2Frederik Rietdijk2018-05-101-2/+2
|
* pythonPackages.cython: 0.27.3 -> 0.28.1Robert Schütz2018-04-041-17/+4
|
* python.pkgs: maintenance updatesFrederik Rietdijk2017-11-051-2/+2
|
* python.pkgs: updatesFrederik Rietdijk2017-10-271-2/+2
|
* misc pkgs: Manual fixup pkgconfig nativeBuildInputs after sedJohn Ericson2017-09-211-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 Ericson2017-09-211-1/+2
| | | | Only acts on one-line dependency lists.
* Merge pull request #28884 from FRidh/python-fixesFrederik Rietdijk2017-09-061-2/+2
| | | Python: several fixes
* python.pkgs: many updatesFrederik Rietdijk2017-08-251-2/+2
|
* python.pkgs.cython: move expressionFrederik Rietdijk2017-07-291-0/+57