Commit Graph

22817 Commits

Author SHA1 Message Date
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
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
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
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
Robert T. McGibbon
0383c9c32d python3Packages.aiostream: init at 0.4.1 2021-01-09 00:06:25 -05:00
Mario Rodas
99264011de Merge pull request #108758 from marsam/update-apprise
pythonPackages.apprise: 0.8.9 -> 0.9.0
2021-01-08 23:50:38 -05:00
Sandro
822b0c9430 Merge pull request #108786 from fabaff/archinfo
python3Packages.archinfo: init at 9.0.5327
2021-01-09 03:19:17 +01:00
Sandro
f66763db1c Merge pull request #108793 from fabaff/minidump
python3Packages.minidump: init at 0.0.13
2021-01-09 03:14:23 +01:00
R. RyanTM
a97dc59242 python37Packages.awkward: 1.0.1 -> 1.0.2 2021-01-08 17:36:15 -05:00
Nikolay Korotkiy
7266f5d422 pythonPackages.pyosmium: 3.0.1 → 3.1.0 2021-01-09 00:51:39 +03:00
Fabian Affolter
e4201344aa python3Packages.winacl: init at 0.1.0 2021-01-08 22:42:01 +01:00
Anderson Torres
e49e3a756b Merge pull request #108357 from r-ryantm/auto-update/python3.7-msal
python37Packages.msal: 1.6.0 -> 1.8.0
2021-01-08 16:26:36 -03:00
R. RyanTM
f2f45115f9 python37Packages.folium: 0.11.0 -> 0.12.0 2021-01-08 16:58:53 +00:00
Fabian Affolter
131f8250c4 python3Packages.minidump: init at 0.0.13 2021-01-08 17:58:09 +01:00
Fabian Affolter
16ebe202d1 python3Packages.archinfo: init at 9.0.5327 2021-01-08 17:12:40 +01:00
R. RyanTM
8abd513d8b python37Packages.flask-cors: 3.0.9 -> 3.0.10 2021-01-08 15:19:13 +00:00
Tim Steinbach
583bde3965 python3Packages.boto3: 1.16.50 -> 1.16.51 2021-01-08 08:59:33 -05:00
Tim Steinbach
63d40a90c9 python3Packages.botocore: 1.19.50 -> 1.19.51 2021-01-08 08:59:23 -05:00