Commit Graph

21099 Commits

Author SHA1 Message Date
Sandro Jäckel
abfd29cace pythonPackages.asyncssh: Switch PyTestCheckHook, disable failing tests 2020-11-23 16:29:49 -08:00
Joshua Skrzypek
cde89e3ecf python3Packages.pyspark: Fix out of date postPatch
Pyspark switched to pinning py4j==0.10.9 with v3.0.0 - see this commit:
https://github.com/apache/spark/\
   commit/fc4e56a54c15e20baf085e6061d3d83f5ce1185d

This meant that since the bump to pyspark v3.0.0 - in this commit:
https://github.com/NixOS/nixpkgs/\
   commit/5181547ae6624b462919a806c4d0888e6e4630f4 -
the patch was no longer matching on the 'py4j==0.10.7' string that was
working previously.

The failing patch went unnoticed previously because the version of py4j
pinned by pyspark>=3.0.0 was the same as the py4j provided by nixpkgs.

However, a recent PR (#101636) bumped the version of py4j to 0.10.9.1 in
this commit:
https://github.com/NixOS/nixpkgs/\
   commit/43a91282d66223c5cb978d53fbe1033f56dd7f2b
which caused the version pinned by pyspark to no longer match the
version provided by nixpkgs. FWIW, @jonringer flagged this issue on
another PR that tried to bump py4j: #100623.

My solution here was to upgrade the patch's target string to match the
version found in pyspark's current setup.py.
2020-11-23 16:19:14 -08:00
Sandro
9f4cd47a0d
Merge pull request #103827 from r-ryantm/auto-update/python3.7-gssapi
python37Packages.gssapi: 1.6.9 -> 1.6.10
2020-11-24 01:06:06 +01:00
Sandro
5ba79b8cf4
Merge pull request #103296 from r-ryantm/auto-update/python3.7-genanki
python37Packages.genanki: 0.8.1 -> 0.9.0
2020-11-23 23:16:18 +01:00
Sandro
4b481d9b9f
Merge pull request #102516 from NieDzejkob/sumtypes
pythonPackages.sumtypes: init at 0.1a5
2020-11-23 22:26:14 +01:00
R. RyanTM
f1690744b3 python27Packages.pyside2: 5.15.1 -> 5.15.2 2020-11-23 20:34:45 +01:00
Olli Helenius
552eb717c1 pythonPackages.hcloud: 1.9.1 -> 1.10.0 2020-11-23 10:35:14 -08:00
David Pätzel
2c721183f7 pythonPackages.mesa: unstable-2019-12-09 -> 0.8.7 2020-11-23 08:52:09 -08:00
Bernardo Meurer
b543ade350 pythonPackages.psycopg2cffi: init at 2.8.1 2020-11-23 07:05:26 -08:00
freezeboy
a4a1d546ae python3Packages.zha-quirks: 0.0.45 -> 0.0.46
Also unbreak the tests
2020-11-23 06:55:03 -08:00
georgewhewell
5ee22cefe2 pythonPackages.pyro-ppl: fix build, unmark as broken 2020-11-23 06:51:08 -08:00
georgewhewell
9f2cc6f478 pythonPackages.pyro-api: init at 0.1.1 2020-11-23 06:51:08 -08:00
Jonathan Ringer
a3ab7a3518 python3Packages.astropy: fix build 2020-11-23 06:49:26 -08:00
freezeboy
b8ba234c8c python3Packages.pywbem: 1.0.2 at 1.1.1 2020-11-23 06:33:53 -08:00
freezeboy
891863830d python3Packages.yamlloader: init at 0.5.5 2020-11-23 06:33:53 -08:00
freezeboy
33c26604ae python3Packages.nocasedict: init at 1.0.1 2020-11-23 06:33:53 -08:00
freezeboy
eaf730c4f8 python3Packages.nocaselist: init at 1.0.3 2020-11-23 06:33:53 -08:00
R. RyanTM
4f322b7ef5 python37Packages.gidgethub: 4.1.1 -> 4.2.0 2020-11-23 06:31:01 -08:00
R. RyanTM
c2c3c2eaa2 python37Packages.google_cloud_bigtable: 1.5.1 -> 1.6.0 2020-11-23 06:30:17 -08:00
R. RyanTM
645a140168 python37Packages.mongoengine: 0.20.0 -> 0.21.0 2020-11-23 06:27:05 -08:00
Sandro
bb8ed2f9e8
Merge pull request #102193 from mweinelt/python/anyio 2020-11-23 15:26:31 +01:00
R. RyanTM
18f5b1c663 python37Packages.flask-httpauth: 4.1.0 -> 4.2.0 2020-11-23 06:26:07 -08:00
Sandro
ecc25699df
Merge pull request #104486 from r-ryantm/auto-update/python3.7-oauthenticator
python37Packages.oauthenticator: 0.12.0 -> 0.12.1
2020-11-23 13:12:16 +01:00
Sandro
b34f928ccc
Merge pull request #104360 from r-ryantm/auto-update/python3.7-dask-gateway-server
python37Packages.dask-gateway-server: 0.8.0 -> 0.9.0
2020-11-23 12:46:19 +01:00
Sandro Jäckel
348a86a723
pythonPackages.hidapi: Fix compilation on darwin 2020-11-22 18:23:55 +01:00
Michael Raskin
6b813c7d4b
Merge pull request #97155 from catern/pdoc3
pythonPackages.pdoc3: init at 0.9.1
2020-11-22 16:38:49 +00:00
Ryan Mulligan
e93a8e21c1
Merge pull request #104441 from r-ryantm/auto-update/python3.7-gtts
python37Packages.gtts: 2.1.2 -> 2.2.1
2020-11-22 08:21:05 -08:00
Michael Weiss
1caa04c962
Merge pull request #104451 from r-ryantm/auto-update/python3.7-google-api-python-client
python37Packages.google_api_python_client: 1.12.5 -> 1.12.8
2020-11-21 17:41:13 +01:00
Martin Weinelt
712c2405b1
Merge pull request #103970 from kfollesdal/add-python-crontab
pythonPackage.python-crontab: init at 2.5.1
2020-11-21 16:50:10 +01:00
R. RyanTM
3d230b7caa python37Packages.pyexcel: 0.6.5 -> 0.6.6 2020-11-21 15:50:57 +01:00
Ryan Mulligan
ecf9cd6a9a
Merge pull request #104464 from r-ryantm/auto-update/python3.7-aioextensions
python37Packages.aioextensions: 20.11.1517005 -> 20.11.1621472
2020-11-21 06:11:13 -08:00
R. RyanTM
8d5a58fcfb python37Packages.bravia-tv: 1.0.7 -> 1.0.8 2020-11-21 14:24:28 +01:00
R. RyanTM
6a907b33af python37Packages.oauthenticator: 0.12.0 -> 0.12.1 2020-11-21 12:10:56 +00:00
kfollesdal
ef90af465a pythonPackage.python-crontab: init at 2.5.1 2020-11-21 10:36:51 +01:00
R. RyanTM
8019f085a9 python37Packages.aioextensions: 20.11.1517005 -> 20.11.1621472 2020-11-21 08:05:39 +00:00
Frederik Rietdijk
1ffd7cf0d6 Merge master into staging-next 2020-11-21 08:43:10 +01:00
R. RyanTM
49c563e8a9 python37Packages.google_api_python_client: 1.12.5 -> 1.12.8 2020-11-21 02:52:45 +00:00
R. RyanTM
c07e9507ef python37Packages.gtts: 2.1.2 -> 2.2.1 2020-11-21 01:29:55 +00:00
R. RyanTM
c938830d7a python37Packages.snowflake-connector-python: 2.3.5 -> 2.3.6 2020-11-20 17:01:40 -08:00
R. RyanTM
c0f6699f5a python37Packages.sshtunnel: 0.2.2 -> 0.3.1 2020-11-20 16:13:51 -08:00
R. RyanTM
1cfd48776d python37Packages.google_cloud_storage: 1.32.0 -> 1.33.0 2020-11-20 16:09:04 -08:00
Michael Reilly
5c9e2ff989 python3Packages.tensorflow_2: 2.3.0 -> 2.3.1 2020-11-20 14:31:42 -08:00
Fabian Freihube
c7cb72b0ca python.pkgs.black: 19.10b0 -> 20.8b1 2020-11-20 14:25:35 -08:00
Guillaume Girol
01083f116d
Merge pull request #102235 from symphorien/paperwork2
Paperwork 2.0
2020-11-20 21:30:08 +00:00
R. RyanTM
51fa5bbda9 python37Packages.bx-python: 0.8.6 -> 0.8.9 2020-11-20 12:59:33 -08:00
R. RyanTM
9a6772968a python27Packages.lightgbm: 3.0.0 -> 3.1.0 2020-11-20 12:51:57 -08:00
R. RyanTM
0e9ba93148 python37Packages.trimesh: 3.8.12 -> 3.8.13 2020-11-20 12:46:39 -08:00
Dmitry Ivankov
fccb704f87 mitmproxy: 5.2 -> 5.3.0
Resolves #103992 where test phase was failing due to
openssl 1.1.1g -> 1.1.1h causing test certificate rejection.
Which was fixed in 5.3.0 release.
2020-11-20 12:05:42 -08:00
R. RyanTM
8b010d8904 python27Packages.azure-mgmt-loganalytics: 1.0.0 -> 2.0.0 2020-11-20 10:13:05 -08:00
R. RyanTM
83cad7d019 python38Packages.atom: 0.5.2 -> 0.6.0 2020-11-20 10:00:36 -08:00