summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/Cython
AgeCommit message (Collapse)Author
2023-04-02python310Packages.cython: Force regeneration of generated code in sdistsMartin 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-02python310Packages.cython: 0.29.33 -> 0.29.34Martin Weinelt
https://github.com/cython/cython/blob/0.29.34/CHANGES.rst
2023-03-03python3.pkgs: Migrate fetchers to use hashMartin Weinelt
when they already rely on SRI hashes.
2023-01-22Merge pull request #211703 from dotlambda/cython-0.29.33Robert Schütz
python310Packages.cython: 0.29.32 -> 0.29.33
2023-01-21treewide: switch to nativeCheckInputsGuillaume 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-20python310Packages.cython: 0.29.32 -> 0.29.33Robert Schütz
https://github.com/cython/cython/blob/0.29.33/CHANGES.rst
2022-10-28python311Packages.cython: add patch for python3.11 compatibilitySimon Kohlmeyer
2022-09-18python3Packages.cython: 0.29.30 -> 0.29.32Martin Weinelt
2022-06-28python3Packages.cython: 0.29.28 -> 0.29.30Phillip Cloud
2022-03-14python3Packages.cython: 0.29.24 -> 0.29.28Martin Weinelt
2021-09-01python39Packages.Cython: minor formatting cleanupsSandro Jäckel
2021-09-01python39Packages.Cython: 0.29.22 -> 0.29.24Sandro 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-11python3Packages.cython: move gdb to checkInputs (#119815)Dmitry Kalinkin
2021-03-05cython: 0.29.21 -> 0.29.22Mauricio Collares
2021-03-05cython: backport Cython 3.0 trashcan supportMauricio Collares
2021-01-24pkgs/development/python-modules: stdenv.lib -> libPavol Rusnak
2020-07-30Cython 0.29.19 -> 0.29.21K900
Required for latest Numpy to build, among other things.
2020-06-04python3Packages.cython: 0.29.14 -> 0.29.19Jonathan Ringer
2020-05-29python.pkgs.cython: use pkg-config instead of python.pkgs.pkgconfigFrederik 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-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-12-03Revert "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-01python.pkgs.Cython: 0.29.14 -> 0.29.15Timo Kaufmann
2019-12-01python.pkgs.Cython: backport fix for non-int hashesTimo 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-22python: Cython: 0.29.13 -> 0.29.14Frederik Rietdijk
2019-07-27python: Cython: 0.29.12 -> 0.29.13Frederik Rietdijk
2019-07-21python: Cython: 0.29.10 -> 0.29.12Frederik Rietdijk
2019-06-18Merge branch 'master' into staging-nextVladimír Čunát
Hydra nixpkgs: ?compare=1525828
2019-06-16treewide: remove unused variables (#63177)volth
* treewide: remove unused variables * making ofborg happy
2019-06-15python: Cython: 0.29.9 -> 0.29.10Frederik Rietdijk
2019-06-15python3Packages.cython: 0.29.7 -> 0.29.9Will Dietz
https://github.com/cython/cython/releases/tag/0.29.9 https://github.com/cython/cython/releases/tag/0.29.8
2019-04-23Merge remote-tracking branch 'NixOS/master' into stagingMatthew Bauer
2019-04-22treewide: Change URLs to HTTPSDaniel 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-18python: Cython: 0.29.5 -> 0.29.7Frederik Rietdijk
2019-02-14python: Cython: 0.29.2 -> 0.29.5Frederik Rietdijk
2019-01-15python: Cython: 0.29.1 -> 0.29.2Frederik Rietdijk
2018-12-03pythonPackages.cython: 0.29 -> 0.29.1Will Dietz
https://cython.readthedocs.io/en/latest/src/changes.html#id2 (link not stable/permanent as new versions release)
2018-11-16pythonPackages.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-24pythonPackages.cython: 0.28.5 -> 0.29Timo Kaufmann
Needs a sage patch from https://trac.sagemath.org/ticket/25292
2018-10-13python.pkgs.cython: 0.28.3 -> 0.28.5Frederik Rietdijk
2018-08-16treewide: disable some tests broken on darwinMatthew Bauer
disable checks for: - cython - ldap - tqdm
2018-07-21pkgs/*: remove unreferenced function argumentsvolth
2018-07-12pythonPackages.cython: run tests in parallel (#43393)volth
2018-06-20python.pkgs.cython: fix testsFrederik Rietdijk
(cherry picked from commit b9b18ded57842d24ef05bfe33aa7dba95b77babf)
2018-06-15Merge 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-08pythonPackages.cython: Disable tests on i686 (#41633)volth
2018-06-07python36Packages.cython: Disable the "test_coerce_to_numpy" test on aarch64 ↵Elis Hirwing
(#41453)
2018-06-02python: Cython: 0.28.2 -> 0.28.3Frederik Rietdijk
2018-05-10python: Cython: 0.28.1 -> 0.28.2Frederik Rietdijk
2018-04-04pythonPackages.cython: 0.27.3 -> 0.28.1Robert Schütz
2017-11-05python.pkgs: maintenance updatesFrederik Rietdijk