R. RyanTM
3ae802b342
pwntools: 4.2.2 -> 4.3.0
2020-11-25 15:32:36 +01:00
Sandro
8e601a511b
Merge pull request #104874 from r-ryantm/auto-update/python3.7-trimesh
...
python37Packages.trimesh: 3.8.13 -> 3.8.14
2020-11-25 14:47:41 +01:00
Sandro
493562c72d
Merge pull request #104872 from r-ryantm/auto-update/python3.7-thinc
...
python37Packages.thinc: 7.4.2 -> 7.4.3
2020-11-25 13:28:09 +01:00
Sandro
9f071f2d06
Merge pull request #104834 from mweinelt/python/pyhs100
...
python3Packages.pyHS100: 0.3.5.1 -> 0.3.5.2
2020-11-25 12:45:16 +01:00
R. RyanTM
35e50449a3
python37Packages.trimesh: 3.8.13 -> 3.8.14
2020-11-25 07:55:53 +00:00
R. RyanTM
af10cef5aa
python37Packages.thinc: 7.4.2 -> 7.4.3
2020-11-25 07:31:42 +00:00
Sandro
9999a08954
Merge pull request #102463 from evax/mlxtend-0.17.3
...
python3Packages.mlxtend: init at 0.17.3
2020-11-25 03:25:29 +01:00
Sandro
1406e32022
Merge pull request #102440 from formbay/xmljson
...
pythonPackages.xmljson: init at 0.2.1
2020-11-25 03:11:27 +01:00
Martin Weinelt
77c7db03b2
python3Packages.pyHS100: 0.3.5.1 -> 0.3.5.2
2020-11-25 02:27:16 +01:00
Sandro
9e64251902
Merge pull request #102729 from evax/shap-0.36.0
...
python3Packages: init shap at 0.36.0
2020-11-25 01:16:07 +01:00
Sandro
2ab19d9aca
Merge pull request #102846 from lukegb/python-emv
...
python3Packages.emv: init at 1.0.11
2020-11-25 00:41:05 +01:00
Sandro
0188a58e87
Merge pull request #104808 from SuperSandro2000/auto-update/python3.7-mss
...
python3Packages.mss: 6.0.0 -> 6.1.0
2020-11-24 23:59:13 +01:00
R. RyanTM
3873438b8f
python3Packages.mss: 6.0.0 -> 6.1.0
2020-11-24 22:46:05 +01:00
Sandro
290acddd9a
Merge pull request #103297 from SuperSandro2000/patch-4
...
pythonPackages.gradient_statsd: Disable tests
2020-11-24 22:41:24 +01:00
Sandro
285f69eb80
pythonPackages.gradient_statsd: Disable tests
2020-11-24 22:40:32 +01:00
Timo Kaufmann
6f0c00907b
Merge pull request #98491 from raboof/inkscape-add-inkcut-extension-on-top-of-master
...
inkscape: add inkcut extension
2020-11-24 21:58:05 +01:00
Graham Christensen
d9c3f13df3
Merge pull request #104776 from grahamc/utillinux
...
utillinux: rename to util-linux
2020-11-24 15:14:36 -05:00
Guillaume Girol
b32a2844ca
Merge pull request #104605 from seppeljordan/shapely-minimum-python
...
pythonPackages.shapely: Set minimum python version to 3.5
2020-11-24 20:03:15 +00:00
Sandro
f0ac1596a1
Merge pull request #103301 from r-ryantm/auto-update/python3.7-XStatic-jQuery
...
python37Packages.xstatic-jquery: 3.4.1.0 -> 3.5.1.1
2020-11-24 20:55:02 +01:00
Graham Christensen
bc49a0815a
utillinux: rename to util-linux
2020-11-24 12:42:06 -05:00
Jonathan Ringer
2545e3f370
python2Packages.cryptography: mark insecure, CVE-2020-25659
2020-11-24 17:32:50 +01:00
Mario Rodas
15f61a9b84
python3Packages.scrapy: 2.4.0 -> 2.4.1
...
https://github.com/scrapy/scrapy/releases/tag/2.4.1
2020-11-23 22:17:30 -08:00
Drew Risinger
e9a5187d1e
pythonPackages.pyqtgraph: convert to pyqt5
2020-11-23 22:12:24 -08:00
Masanori Ogino
0d2f29d617
pythonPackages.rpy2: 3.2.6 -> 3.3.6, fix test etc.
...
- This newer version is compatible with panda 1.0 without any patch.
- rPackages.lazyload is required to run tests.
- The official website is moved to GitHub Pages.
Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
2020-11-23 21:55:28 -08:00
Ryan Mulligan
b160b939df
Merge pull request #104493 from arcz/fix-crytic-compile
...
pythonPackages.crytic-compile: fix missing dependency
2020-11-23 20:56:14 -08:00
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