Sandro Jäckel
c212d62069
pythonPackages.graphene: 3.0.0b6 -> 3.0.0b7
2021-01-10 11:03:08 +01:00
Sandro Jäckel
9de8c2cdb0
pythonPackages.awkward0: 0.15.1 -> 0.15.2
2021-01-10 11:00:47 +01:00
Sandro
9f3aa1bb43
Merge pull request #108883 from fabaff/pytile
2021-01-10 08:08:54 +01:00
Sandro
425f1533e4
Merge pull request #108882 from tfmoraes/libguestfs_xen
...
libguestfs: remove xen as dependency
2021-01-10 08:07:09 +01:00
Sandro
5b977aae1f
Merge pull request #108756 from danieldk/sentencepiece-0.1.95
2021-01-10 02:33:38 +01:00
Sandro
c42a4f0cf0
Merge pull request #108712 from fabaff/airly
2021-01-10 02:28:09 +01:00
Mario Rodas
3eb5fb31ac
Merge pull request #108896 from onsails/terraform-ls
...
terraform-ls: 0.11.0 -> 0.12.0
2021-01-09 20:19:37 -05:00
Fabian Affolter
db1dd04c9f
python3Packages.discordpy: 1.5.1 -> 1.6.0
2021-01-09 17:02:23 -08:00
aszlig
97028f053c
pythonPackages.r2pipe: Fix build
...
Regression introduced by 6556711c87
.
The string start and end quoting styles have changed in the upstream
source code between version 1.4.2 and version 1.5.3, so the checkPhase
now results in the following error:
======================================================================
ERROR: native (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: native
Traceback (most recent call last):
File ".../unittest/loader.py", line 154, in loadTestsFromName
module = __import__(module_name)
File "/build/r2pipe-1.5.3/r2pipe/native.py", line 113, in <module>
class RCore(Structure): # 1
File "/build/r2pipe-1.5.3/r2pipe/native.py", line 125, in RCore
cmd_str, r_core_cmd_str = register(
File "/build/r2pipe-1.5.3/r2pipe/native.py", line 108, in register
method = WrappedRMethod(cname, args, ret)
File "/build/r2pipe-1.5.3/r2pipe/native.py", line 53, in __init__
r2 = r2lib()
File "/build/r2pipe-1.5.3/r2pipe/native.py", line 27, in r2lib
raise ImportError("No native r_core library")
ImportError: No native r_core library
Signed-off-by: aszlig <aszlig@nix.build>
2021-01-09 16:01:54 -08:00
Andrey Kuznetsov
823848a6d6
terraform-ls: 0.11.0 -> 0.12.0
2021-01-09 23:52:38 +00:00
Fabian Affolter
d2af3cca3b
python3Packages.winsspi: init at 0.0.9
2021-01-09 15:51:34 -08:00
Fabian Affolter
83f0c1b908
python3Packages.minikerberos: init at 0.2.7
2021-01-09 15:51:34 -08:00
Fabian Affolter
2c01bd8a38
python3Packages.asysocks: init at 0.0.10
2021-01-09 15:51:34 -08:00
Mario Rodas
6de3017330
Merge pull request #108886 from zowoq/ecc
...
editorconfig-checker: 2.2.0 -> 2.3.1
2021-01-09 18:28:21 -05:00
Sandro
b83d2a2297
Merge pull request #108885 from zowoq/buildah
...
buildah: 1.18.0 -> 1.19.0
2021-01-10 00:24:35 +01:00
Fabian Affolter
66b66b9ecb
python3Packages.slither-analyzer: 0.6.14 -> 0.7.0
2021-01-09 14:51:57 -08:00
Fabian Affolter
c7465bb815
python3Packages.crytic-compile: 0.1.9 -> 0.1.12
2021-01-09 14:51:57 -08:00
Fabian Affolter
2133165afd
python3Packages.ldappool: fix build
2021-01-09 14:44:02 -08:00
Sebastian Jordan
33796d9695
pythonPackages.djangorestframework: 3.11.2 -> 3.12.2
2021-01-09 14:41:58 -08:00
Sandro
9726c4ec52
Merge pull request #108776 from r-ryantm/auto-update/python3.7-Flask-Cors
...
python37Packages.flask-cors: 3.0.9 -> 3.0.10
2021-01-09 23:27:56 +01:00
Sandro
742875a1be
Merge pull request #108816 from fabaff/winacl
...
python3Packages.winacl: init at 0.1.0
2021-01-09 23:23:45 +01:00
Keshav Kini
b1d53b04ea
pythonPackages.demjson: fix tests, enable on Python 3.x
...
In commit 6ba044c166
, the demjson package was
disabled on Python 3.x with the comment that it doesn't seem to support any
Python 3.x versions. But looking at the upstream repository, they do seem to
attempt to support Python 3 -- it turns out the failure on our end was caused by
some issue with trying to run `setup.py test` on a 2to3-using codebase with no
test suite (?).
In any case, this package's test suite doesn't seem to use the setuptools
mechanism, so in this commit I override the checkPhase to run the upstream tests
in the correct way. This fixes the build on all Python versions.
EDIT 2021-01-08: rebased on top of PR #108378 which had explicitly disabled the
tests on all Python versions.
2021-01-09 22:17:57 +01:00
zowoq
54d89e7ffc
buildah: 1.18.0 -> 1.19.0
...
https://github.com/containers/buildah/releases/tag/v1.19.0
2021-01-10 06:51:26 +10:00
zowoq
e39dd05e66
editorconfig-checker: 2.2.0 -> 2.3.1
...
https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/2.3.0
https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/2.3.1
2021-01-10 06:45:55 +10:00
Fabian Affolter
2cd9066084
python3Packages.pytile: init at 5.1.0
2021-01-09 20:53:22 +01:00
Thiago Franco de Moraes
dde3974afd
libguestfs: remove xen as dependency
2021-01-09 16:51:33 -03:00
Michael Weiss
ef125069f4
Merge pull request #108730 from baloo/baloo/libplacebo/path-upsteam-patch
...
libplacebo: use upstreamed patch
2021-01-09 20:12:46 +01:00
Daniël de Kok
d2e4f3c6d9
sentencepiece: move gperftools from nativeBuildInputs to buildInputs
2021-01-09 20:01:45 +01:00
Daniël de Kok
24fb219e2c
sentencepiece: 0.1.94 -> 0.1.95
...
Changelog:
https://github.com/google/sentencepiece/releases/tag/v0.1.95
2021-01-09 20:01:44 +01:00
Arthur Gautier
95b754cf42
libplacebo: use upstreamed patch
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
2021-01-09 19:47:02 +01:00
Sandro
3e5714a7e2
Merge pull request #108829 from rmcgibbo/aiostream
...
python3Packages.aiostream: init at 0.4.1
2021-01-09 19:22:34 +01:00
Michael Weiss
85b23ec5e5
Merge pull request #108155 from primeos/libplacebo
...
libplacebo: 2.72.2 -> 3.104.0
2021-01-09 18:32:28 +01:00
Pavol Rusnak
5468a0563f
Merge pull request #108820 from prusnak/xr-update
...
monado: Add serviceSupport option
2021-01-09 17:58:08 +01:00
Michael Weiss
7d8351f4d7
libplacebo: 2.72.2 -> 3.104.0
2021-01-09 17:56:35 +01:00
Sandro
33881ae730
Merge pull request #108754 from fabaff/bump-pychromecast
2021-01-09 17:47:13 +01:00
Sandro
5ec6c8e718
Merge pull request #108813 from sikmir/osmium
2021-01-09 17:46:26 +01:00
Guillaume Girol
9219adb40c
Merge pull request #108856 from Atemu/update/jc
...
jc: 1.14.0 -> 1.14.1
2021-01-09 16:09:24 +00:00
Mario Rodas
9622a8981b
Merge pull request #107039 from r-ryantm/auto-update/python3.7-eventlet
...
python37Packages.eventlet: 0.29.1 -> 0.30.0
2021-01-09 09:36:10 -05:00
Mario Rodas
bfb53e26bb
Merge pull request #107685 from r-ryantm/auto-update/python3.7-cupy
...
python37Packages.cupy: 8.2.0 -> 8.3.0
2021-01-09 09:13:24 -05:00
Mario Rodas
f78f1b076c
Merge pull request #107470 from r-ryantm/auto-update/python3.7-eliot
...
python37Packages.eliot: 1.12.0 -> 1.13.0
2021-01-09 09:06:40 -05:00
Mario Rodas
a0a712c7c8
Merge pull request #108760 from marsam/update-itemloaders
...
python3Packages.itemloaders: 1.0.3 -> 1.0.4
2021-01-09 09:05:48 -05:00
Mario Rodas
fcf0d7167a
Merge pull request #108790 from r-ryantm/auto-update/python3.7-folium
...
python37Packages.folium: 0.11.0 -> 0.12.0
2021-01-09 09:04:58 -05:00
Elis Hirwing
b305e4dd7e
Merge pull request #108666 from helsinki-systems/upd/php
...
php: 7.3.25 -> 7.3.26, 7.4.13 -> 7.4.14, 8.0.0 -> 8.0.1
2021-01-09 14:35:55 +01:00
Atemu
a87576371f
jc: 1.14.0 -> 1.14.1
...
Now running tests with pytestCheckHook because jc generates wrong unix
timestamps in test_last_F_ubuntu_20_4 test_last_wF_centos_7_7 otherwise.
2021-01-09 14:33:44 +01:00
Aaron Andersen
9bbc36339b
Merge pull request #107855 from aanderse/php/pdlib
...
php.extensions.pdlib: init at 1.0.2
2021-01-09 08:33:37 -05:00
Vincent Laporte
b3351951b0
ocamlPackages.camlp5: 7.13 → 7.14
2021-01-09 14:00:53 +01:00
Cyril Cohen
9ffd16b385
coqPackages: refactor
2021-01-09 11:56:17 +01:00
Daniël de Kok
f1a316b4fc
Merge pull request #108769 from prusnak/rust-fix-doc
...
rust: fix comment about invocation of print-hashes.sh
2021-01-09 10:58:55 +01:00
Domen Kožar
163cda6c0b
haskellPackages.half: disable test suite on aarch64
2021-01-09 06:46:49 +01:00
Sandro
d1f716c6b4
Merge pull request #108595 from iblech/patch-libbladeRF
...
libbladeRF: unbreak the build
2021-01-09 06:44:46 +01:00