Commit Graph

53 Commits

Author SHA1 Message Date
Robert Schütz
3fe688f431 Merge pull request #211703 from dotlambda/cython-0.29.33
python310Packages.cython: 0.29.32 -> 0.29.33
2023-01-22 06:31:31 -08:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
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-21 12:00:00 +00:00
Robert Schütz
913dcab3b3 python310Packages.cython: 0.29.32 -> 0.29.33
https://github.com/cython/cython/blob/0.29.33/CHANGES.rst
2023-01-20 14:29:36 -08:00
Simon Kohlmeyer
ef5beda91c python311Packages.cython: add patch for python3.11 compatibility 2022-10-28 21:00:22 +02:00
Martin Weinelt
b465fcfef3 python3Packages.cython: 0.29.30 -> 0.29.32 2022-09-18 23:57:30 +02:00
Phillip Cloud
9a40b19bed python3Packages.cython: 0.29.28 -> 0.29.30 2022-06-28 11:46:34 +02:00
Martin Weinelt
c06ee1153e python3Packages.cython: 0.29.24 -> 0.29.28 2022-03-14 00:29:12 +01:00
Sandro Jäckel
658f9946d3 python39Packages.Cython: minor formatting cleanups 2021-09-01 21:23:19 +02:00
Sandro Jäckel
8db4f98c8b python39Packages.Cython: 0.29.22 -> 0.29.24
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-09-01 21:23:19 +02:00
Dmitry Kalinkin
17668028aa python3Packages.cython: move gdb to checkInputs (#119815) 2021-07-11 06:42:39 -04:00
Mauricio Collares
7d1d7848e9 cython: 0.29.21 -> 0.29.22 2021-03-05 13:27:07 -03:00
Mauricio Collares
e69d0a0aa3 cython: backport Cython 3.0 trashcan support 2021-03-05 12:35:40 -03:00
Pavol Rusnak
a4bbfba80d pkgs/development/python-modules: stdenv.lib -> lib 2021-01-24 01:29:22 +01:00
K900
1c82cf4cbb Cython 0.29.19 -> 0.29.21
Required for latest Numpy to build, among other things.
2020-07-30 18:40:46 +02:00
Jonathan Ringer
b7b7da0521 python3Packages.cython: 0.29.14 -> 0.29.19 2020-06-04 18:13:34 +02:00
Frederik Rietdijk
81b204e8a1 python.pkgs.cython: use pkg-config instead of python.pkgs.pkgconfig
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-05-29 20:21:04 +02:00
Michael Reilly
84cf00f980 treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Timo Kaufmann
12b167eeab Revert "python.pkgs.Cython: 0.29.14 -> 0.29.15"
This reverts commit fa4bbefdfead8f76dbf2d1a890026fb15977c0bf.

The update seems to be no longer available. See
https://github.com/NixOS/nixpkgs/pull/74388#issuecomment-560490284.
2019-12-03 00:37:13 +01:00
Timo Kaufmann
47f4ddf1ac python.pkgs.Cython: 0.29.14 -> 0.29.15 2019-12-01 18:54:38 +01:00
Timo Kaufmann
a2407280d7 python.pkgs.Cython: backport fix for non-int hashes
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-12-01 18:54:38 +01:00
Frederik Rietdijk
041c3503b0 python: Cython: 0.29.13 -> 0.29.14 2019-11-22 08:37:03 +01:00
Frederik Rietdijk
66ce9ba14b python: Cython: 0.29.12 -> 0.29.13 2019-07-27 12:19:54 +02:00
Frederik Rietdijk
48ddd81780 python: Cython: 0.29.10 -> 0.29.12 2019-07-21 08:38:22 +02:00
Vladimír Čunát
0aa9f35a99 Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1525828
2019-06-18 09:44:13 +02:00
volth
f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Frederik Rietdijk
ce1fca183a python: Cython: 0.29.9 -> 0.29.10 2019-06-15 10:35:06 +02:00
Will Dietz
9a76582fcc python3Packages.cython: 0.29.7 -> 0.29.9
https://github.com/cython/cython/releases/tag/0.29.9
https://github.com/cython/cython/releases/tag/0.29.8
2019-06-15 08:44:03 +02:00
Matthew Bauer
84d00355e8 Merge remote-tracking branch 'NixOS/master' into staging 2019-04-23 22:00:42 -04:00
Daniel Schaefer
bac4d95aa2 treewide: Change URLs to HTTPS
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-22 10:19:54 +02:00
Frederik Rietdijk
5621a0ae35 python: Cython: 0.29.5 -> 0.29.7 2019-04-18 12:42:39 +02:00
Frederik Rietdijk
f044cf23b4 python: Cython: 0.29.2 -> 0.29.5 2019-02-14 11:38:01 +01:00
Frederik Rietdijk
45e6cb3b76 python: Cython: 0.29.1 -> 0.29.2 2019-01-15 10:16:11 +01:00
Will Dietz
f5d60b80b8 pythonPackages.cython: 0.29 -> 0.29.1
https://cython.readthedocs.io/en/latest/src/changes.html#id2
(link not stable/permanent as new versions release)
2018-12-03 16:50:41 +01:00
Timo Kaufmann
d53c0a71ab pythonPackages.cython: don't test codestyle (#50432)
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-11-16 09:21:06 +01:00
Timo Kaufmann
2ce2fcfc30 pythonPackages.cython: 0.28.5 -> 0.29
Needs a sage patch from
https://trac.sagemath.org/ticket/25292
2018-10-24 20:05:44 +02:00
Frederik Rietdijk
323ca09641 python.pkgs.cython: 0.28.3 -> 0.28.5 2018-10-13 09:50:17 +02:00
Matthew Bauer
bca8144274 treewide: disable some tests broken on darwin
disable checks for:

- cython
- ldap
- tqdm
2018-08-16 22:44:07 -05:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
volth
c583bfbf80 pythonPackages.cython: run tests in parallel (#43393) 2018-07-12 10:08:06 +02:00
Frederik Rietdijk
5d07801938 python.pkgs.cython: fix tests
(cherry picked from commit b9b18ded57)
2018-06-20 00:05:12 +02:00
Vladimír Čunát
31530c185e Merge a subset of staging (security)
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-15 08:48:02 +02:00
volth
6b27c4e149 pythonPackages.cython: Disable tests on i686 (#41633) 2018-06-08 14:55:42 +02:00
Elis Hirwing
df92030a32 python36Packages.cython: Disable the "test_coerce_to_numpy" test on aarch64 (#41453) 2018-06-07 10:50:58 +02:00
Frederik Rietdijk
beedfbea65 python: Cython: 0.28.2 -> 0.28.3 2018-06-02 13:44:38 +02:00
Frederik Rietdijk
5cfbfb662b python: Cython: 0.28.1 -> 0.28.2 2018-05-10 10:09:13 +02:00
Robert Schütz
c2743956eb pythonPackages.cython: 0.27.3 -> 0.28.1 2018-04-04 19:48:27 +02:00
Frederik Rietdijk
9c5bf726e5 python.pkgs: maintenance updates 2017-11-05 20:11:43 +01:00
Frederik Rietdijk
7ce848309e python.pkgs: updates 2017-10-27 21:34:42 +02:00
John Ericson
f8a18cd4cf misc pkgs: Manual fixup pkgconfig nativeBuildInputs after sed
Importantly, this included regenerating pkgs/servers/x11/xorg, to
clobber the old sed.
2017-09-21 15:49:54 -04:00
John Ericson
531e4b80c9 misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00