Daiderd Jordan
c558a74a1b
wxmac: fix build
2019-07-03 22:20:18 +02:00
Daiderd Jordan
28f6abd7b3
vtk: remove cf-private
2019-07-03 22:20:18 +02:00
Daiderd Jordan
72f2e6dc7b
sfml: remove cf-private
2019-07-03 22:20:17 +02:00
Daiderd Jordan
ee85cef108
SDL: remove cf-private
2019-07-03 22:20:17 +02:00
Daiderd Jordan
cbfbe9ca1e
qt: remove cf-private
2019-07-03 22:20:16 +02:00
Daiderd Jordan
0fb071fd00
pcl: remove cf-private
2019-07-03 22:20:16 +02:00
Daiderd Jordan
2f9a546b96
opencv: remove cf-private
2019-07-03 22:20:15 +02:00
Daiderd Jordan
ecf667b34a
libui: remove cf-private
2019-07-03 22:20:15 +02:00
Daiderd Jordan
c585330a21
glfw: remove cf-private
2019-07-03 22:20:15 +02:00
Daiderd Jordan
91b595945e
fltk: remove cf-private
2019-07-03 22:20:14 +02:00
Daiderd Jordan
6f16de27d2
ffmpeg-full: remove cf-private
2019-07-03 22:20:14 +02:00
Daiderd Jordan
7fffb620ac
flow: remove cf-private
2019-07-03 22:20:13 +02:00
Daiderd Jordan
4b64dfaee9
cargo-web: remove cf-private
2019-07-03 22:20:13 +02:00
Daiderd Jordan
c2205238ab
watchman: remove cf-private
2019-07-03 22:20:13 +02:00
leo60228
f38fbf853f
numpy: enable on pypy (without tests)
...
Some tests fail according to PyPy docs: http://doc.pypy.org/en/latest/faq.html#should-i-install-numpy-or-numpypy
2019-07-03 09:18:12 +02:00
leo60228
b9ea613f43
pytest: disable tests on pypy
...
Bug in tests. See https://github.com/pytest-dev/pytest/issues/3460
2019-07-03 09:18:12 +02:00
Frederik Rietdijk
25a77b7210
Merge staging-next into staging
2019-07-03 08:59:42 +02:00
Daiderd Jordan
368c415a01
rustc: don't patch precompiled binaries on darwin
...
This doesn't work anymore since 1.35.0 because the load commands end up
being too large, but this is a precompiled binary anyway so it's not
really needed or more impure to use the expected system versions.
2019-07-03 08:52:27 +02:00
Eelco Dolstra
3a0b18054f
rustfmt: 1.2.1 -> 1.2.2
2019-07-03 08:52:27 +02:00
Eelco Dolstra
513bd49b44
rustc: 1.34.2 -> 1.35.0
2019-07-03 08:52:27 +02:00
R. RyanTM
07fdb4f3d6
speexdsp: 1.2rc3 -> 1.2.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/speexdsp/versions
2019-07-03 08:51:37 +02:00
Izorkin
d055655954
libssh2: 1.8.2 -> 1.9.0
2019-07-03 08:51:16 +02:00
Tobias Mayer
d87c843b6f
Integrate review suggestions
2019-07-03 08:50:18 +02:00
Tobias Mayer
2608669904
cmake: 3.13.4 -> 3.14.5
2019-07-03 08:50:18 +02:00
R. RyanTM
e62b771433
libinput: 1.13.2 -> 1.13.4
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libinput/versions
2019-07-03 08:41:21 +02:00
Timo Kaufmann
9db3a5869e
python2: backport fix for pyc race condition
...
This is python bug https://bugs.python.org/issue13146 . Fixed since
python 3.4. It makes pyc creation atomic, preventing a race condition.
The patch has been rebased on our deterministic build patch.
It wasn't backported to python 2.7 because there was a complaint about
changed semantics. Since files are now created in a temporary directory
and then moved, symlinks will be overridden. See
https://bugs.python.org/issue17222 .
That is an edge-case however. Ubuntu and debian have backported the fix
in 2013 already, making it mainstream enough for us to adopt.
2019-07-03 08:40:51 +02:00
R. RyanTM
75aee3cfdb
libuv: 1.29.1 -> 1.30.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libuv/versions
2019-07-03 08:38:57 +02:00
volth
b46e5ea184
buildPerlPackage: recognize "#!perl" as shebang
2019-07-03 08:38:20 +02:00
R. RyanTM
7eb22c8fe4
python37Packages.chameleon: 3.6.1 -> 3.6.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-chameleon/versions
2019-07-03 08:35:49 +02:00
R. RyanTM
e1bd47a7b7
python37Packages.confluent-kafka: 1.0.0 -> 1.0.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-confluent-kafka/versions
2019-07-03 08:35:36 +02:00
R. RyanTM
7990d1bf47
python37Packages.pytest-django: 3.4.8 -> 3.5.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-pytest-django/versions
2019-07-03 08:34:54 +02:00
R. RyanTM
3936095feb
python37Packages.qtpy: 1.7.1 -> 1.8.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-qtpy/versions
2019-07-03 08:34:31 +02:00
R. RyanTM
eaecad655f
python37Packages.snakeviz: 2.0.0 -> 2.0.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-snakeviz/versions
2019-07-03 08:34:14 +02:00
R. RyanTM
cae7022c70
python37Packages.statsmodels: 0.9.0 -> 0.10.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-statsmodels/versions
2019-07-03 08:34:02 +02:00
R. RyanTM
05ce9d889e
python37Packages.tomlkit: 0.5.3 -> 0.5.4
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-tomlkit/versions
2019-07-03 08:33:13 +02:00
R. RyanTM
857c4536f8
python37Packages.twilio: 6.28.0 -> 6.29.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-twilio/versions
2019-07-03 08:32:52 +02:00
R. RyanTM
19ee6c8e0a
python37Packages.xarray: 0.12.1 -> 0.12.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-xarray/versions
2019-07-03 08:32:40 +02:00
R. RyanTM
24ed4749d7
python37Packages.yamllint: 1.15.0 -> 1.16.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-yamllint/versions
2019-07-03 08:32:29 +02:00
R. RyanTM
e6bde6dd79
python37Packages.zconfig: 3.4.0 -> 3.5.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-zconfig/versions
2019-07-03 08:32:17 +02:00
Michael Raskin
19de85d818
Merge pull request #64097 from r-ryantm/auto-update/ogre
...
ogre: 1.12.0 -> 1.12.1
2019-07-03 04:59:10 +00:00
Peter Hoeg
87ec157838
Merge pull request #64217 from r-ryantm/auto-update/libtoxcore
...
libtoxcore: 0.2.9 -> 0.2.10
2019-07-03 10:18:42 +08:00
Mario Rodas
6e97cdcd28
Merge pull request #63265 from r-ryantm/auto-update/heimdal
...
heimdal: 7.6.0 -> 7.7.0
2019-07-02 21:10:50 -05:00
R. RyanTM
07fc403138
libtoxcore: 0.2.9 -> 0.2.10
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libtoxcore/versions
2019-07-02 18:49:59 -07:00
Mario Rodas
bc9e0ef98a
Merge pull request #63997 from r-ryantm/auto-update/chicken
...
chicken: 5.0.0 -> 5.1.0
2019-07-02 19:07:16 -05:00
worldofpeace
cb278f70d0
Merge pull request #63520 from worldofpeace/dontConfigure
...
setup.sh: add dontConfigure
2019-07-02 20:05:37 -04:00
Mario Rodas
0dc4abff2c
Merge pull request #64001 from r-ryantm/auto-update/cppcheck
...
cppcheck: 1.87 -> 1.88
2019-07-02 19:05:16 -05:00
Mario Rodas
4d50f8da74
Merge pull request #64153 from r-ryantm/auto-update/python3.7-robotframework-seleniumlibrary
...
python37Packages.robotframework-seleniumlibrary: 3.2.0 -> 3.3.1
2019-07-02 18:57:55 -05:00
Mario Rodas
8077f40a3c
Merge pull request #64164 from r-ryantm/auto-update/python3.7-vega
...
python37Packages.vega: 2.1.0 -> 2.3.2
2019-07-02 18:56:55 -05:00
Mario Rodas
34b53f0c15
Merge pull request #64202 from r-ryantm/auto-update/sassc
...
sassc: 3.6.0 -> 3.6.1
2019-07-02 18:53:54 -05:00
Mario Rodas
3e9c4fe11e
Merge pull request #63778 from jonringer/bump-python-dotenv
...
pythonPackages.python-dotenv: 0.10.2 -> 0.10.3
2019-07-02 18:29:38 -05:00