Sandro
e3271a768c
Merge pull request #108071 from astro/json-schema-for-humans
...
json-schema-for-humans: init at 0.27.0
2021-01-11 02:00:28 +01:00
Sandro
d8165ca0b0
Merge pull request #104401 from fgaz/staticjinja/0.4.0
2021-01-11 01:59:19 +01:00
Sandro
39229a3398
Merge pull request #108572 from fabaff/bump-sortedcollections
2021-01-11 01:36:33 +01:00
Sandro
08943980b6
Merge pull request #108673 from fabaff/aioguardian
2021-01-11 01:36:14 +01:00
Sandro
ac42d2580b
Merge pull request #108809 from fabaff/aiowinreg
...
python3Packages.aiowinreg: init at 0.0.3
2021-01-11 01:31:29 +01:00
Martin Weinelt
59e7ff0a79
Merge pull request #108985 from fabaff/teslajsonpy
...
python3Packages.teslajsonpy: init at 0.10.4
2021-01-11 00:04:25 +01:00
Martin Weinelt
719db5fde0
Merge pull request #108680 from fabaff/pyiqvia
...
python3Packages.pyiqvia: init 0.3.1
2021-01-10 23:47:30 +01:00
Fabian Affolter
acdddc982d
python3Packages.teslajsonpy: init at 0.10.4
2021-01-10 23:25:37 +01:00
Sandro
a657c03fd8
Merge pull request #108120 from fabaff/ldeep
2021-01-10 20:55:14 +01:00
Fabian Affolter
2033a38feb
python36Packages.aiowinreg: init at 0.0.3
2021-01-10 18:03:58 +01:00
Francesco Gazzetta
47ae218d9e
pythonPackages.staticjinja: enable tests
...
and:
* fetch from github (tests on pypi get somehow disabled)
* formatting
2021-01-10 15:51:05 +01:00
Fabian Affolter
25e483b3c3
python3Packages.sortedcollections: update attributes
2021-01-10 15:41:18 +01:00
Fabian Affolter
4a91e76fae
python3Packages.sortedcollections: use GitHub as source and enable tests
...
python3Packages.sortedcollections: enable tests
python3Packages.sortedcollections: add pythonImportsCheck
2021-01-10 15:41:06 +01:00
Fabian Affolter
09010da567
python3Packages.sortedcollections: 1.2.1 -> 1.2.3
2021-01-10 15:37:39 +01:00
Sandro Jäckel
ad8ec3b48b
pythonPackages.shiboken2: Mark broken on darwin
2021-01-10 13:18:43 +01:00
Sandro Jäckel
96ba5c472c
pythonPackages.asyncio-dgram: Disable tests on darwin
2021-01-10 13:18:42 +01:00
Sandro Jäckel
7923272cd5
pythonPackages.nixpkgs: Disable tests
2021-01-10 13:18:38 +01:00
Sandro Jäckel
075da3928b
pythonPackages.python-engineio: Disable tests on darwin
2021-01-10 13:18:38 +01:00
Sandro Jäckel
19983c6cb5
pythonPackages.clifford: Update patch hash, use disabledTests, disable failing test
2021-01-10 13:17:35 +01:00
Sandro
ad97cdf81d
Merge pull request #108928 from SuperSandro2000/opustags
2021-01-10 13:14:56 +01:00
Pavol Rusnak
0492b62baf
Merge pull request #108894 from prusnak/ds_store
...
python3Packages.ds_store: init at 1.3.0
2021-01-10 11:11:38 +01:00
Pavol Rusnak
7a3427ddef
python3Packages.ds-store: init at 1.3.0
2021-01-10 11:09:27 +01:00
Sandro Jäckel
37d559a2dc
pythonPackages.uproot3: 3.14.1 -> 3.14.2
2021-01-10 11:04:55 +01:00
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
ae085e734b
Merge pull request #108876 from veehaitch/asgiref-fix-darwin
...
python3Packages.asgiref: disable test on Darwin
2021-01-10 08:09:22 +01:00
Sandro
9f3aa1bb43
Merge pull request #108883 from fabaff/pytile
2021-01-10 08:08:54 +01:00
Sandro
c42a4f0cf0
Merge pull request #108712 from fabaff/airly
2021-01-10 02:28:09 +01: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
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
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
Fabian Affolter
2cd9066084
python3Packages.pytile: init at 5.1.0
2021-01-09 20:53:22 +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
Vincent Haupert
caaf5daa95
python3Packages.asgiref: disable test on Darwin
2021-01-09 18:36:46 +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