Jonathan Ringer
60e8e552f0
python3Packages.dash: 1.14.0 -> 1.16.2
2020-09-29 06:00:11 -07:00
Jonathan Ringer
5aac1c6a2c
python3Packages.dash_table: 4.9.0 -> 4.10.1
2020-09-29 06:00:11 -07:00
Jonathan Ringer
8c8d356240
python3Packages.dash_renderer: 1.6.0 -> 1.8.2
2020-09-29 06:00:11 -07:00
Jonathan Ringer
a95bc37cf1
python3Packages.dash_html_components: 1.0.3 -> 1.1.1
2020-09-29 06:00:11 -07:00
Jonathan Ringer
cf1e539417
python3Packages.dash_core_components: 1.10.2 -> 1.12.1
2020-09-29 06:00:11 -07:00
R. RyanTM
7d493ac122
python37Packages.breathe: 4.20.0 -> 4.22.1
2020-09-29 05:59:17 -07:00
Thibault Gagnaux
e749451470
python3Packages.fsspec: fix tests on darwin
...
Disables the `test_touch` test which fails with the following assertion error on hydra darwin only:
```
tmpdir = local('/private/tmp/nix-build-python3.8-fsspec-0.8.3.drv-0/pytest-of-nixbld3/pytest-0/test_touch0')
def test_touch(tmpdir):
import time
fn = tmpdir + "/in/file"
fs = fsspec.filesystem("file", auto_mkdir=False)
with pytest.raises(OSError):
fs.touch(fn)
fs = fsspec.filesystem("file", auto_mkdir=True)
fs.touch(fn)
info = fs.info(fn)
time.sleep(0.2)
fs.touch(fn)
info2 = fs.info(fn)
if not WIN:
> assert info2["mtime"] > info["mtime"]
E assert 1601358357.0 > 1601358357.0
fsspec/implementations/tests/test_local.py:322: AssertionError
```
2020-09-29 05:53:10 -07:00
Christoph Hrdinka
7201e03a07
Merge pull request #98792 from NixOS/kevincox-b2
...
backblaze-b2: 1.3.8 -> 2.0.2
2020-09-29 13:21:38 +02:00
Lancelot SIX
5542b84aee
Merge pull request #99068 from r-ryantm/auto-update/python3.7-aioftp
...
python37Packages.aioftp: 0.17.2 -> 0.18.0
2020-09-29 09:01:03 +01:00
R. RyanTM
8ed3178bc2
python37Packages.cmd2: 1.3.8 -> 1.3.10
2020-09-28 23:57:43 -07:00
R. RyanTM
09a8ab526d
python27Packages.braintree: 4.3.0 -> 4.4.0
2020-09-28 23:53:17 -07:00
R. RyanTM
b8b2a51fef
python37Packages.aioftp: 0.17.2 -> 0.18.0
2020-09-29 06:42:08 +00:00
R. RyanTM
76dbece8e8
python37Packages.biopython: 1.77 -> 1.78
2020-09-28 13:12:42 -07:00
R. RyanTM
e378c36f1c
python27Packages.hg-evolve: 10.0.1 -> 10.0.2
2020-09-28 13:11:23 -07:00
sternenseemann
a10e457b63
pythonPackages.psautohint: 2.1.0 → 2.1.1
2020-09-28 12:10:36 -07:00
José Romildo Malaquias
d2f65bfe8f
Merge pull request #98896 from romildo/upd.efl
...
{enlightenment.efl,pythonPackages.pythonefl}: 1.24.3 -> 1.25.0
2020-09-28 09:04:45 -03:00
ccellado
2f4f052f7c
pyvips: init at 2.1.12
...
pyvips: init at 2.1.12
pyvips: init at 2.1.12
Update pkgs/development/python-modules/pyvips/default.nix
Co-authored-by: Jon <jonringer@users.noreply.github.com>
Update pkgs/development/python-modules/pyvips/default.nix
Co-authored-by: Jon <jonringer@users.noreply.github.com>
Update pkgs/development/python-modules/pyvips/default.nix
Co-authored-by: Jon <jonringer@users.noreply.github.com>
Update pkgs/development/python-modules/pyvips/default.nix
Co-authored-by: Jon <jonringer@users.noreply.github.com>
Update pkgs/development/python-modules/pyvips/default.nix
Co-authored-by: Jon <jonringer@users.noreply.github.com>
Update pkgs/top-level/python-packages.nix
Co-authored-by: Jon <jonringer@users.noreply.github.com>
Update pkgs/development/python-modules/pyvips/default.nix
Co-authored-by: Jon <jonringer@users.noreply.github.com>
pyvips: init at 2.1.12
Update pkgs/development/python-modules/pyvips/default.nix
Co-authored-by: Jon <jonringer@users.noreply.github.com>
2020-09-27 20:00:31 -07:00
Thibault Gagnaux
4dbd770f30
python3Packages.fsspec: fix tests on darwin, 0.7.4 -> 0.8.3
2020-09-27 12:11:57 -07:00
Patrick Winter
84a2282b7b
typer: init at 0.3.2
2020-09-27 11:43:05 -07:00
Austin Butler
5bcc4b27f9
pythonPackages.pyscreenshot: add missing dependencies
2020-09-27 11:28:22 -07:00
Daniël de Kok
ce9b73c281
python37Packages.tensorflow: 1.15.2 -> 1.15.4
...
Changes:
https://github.com/tensorflow/tensorflow/releases/tag/v1.15.4
2020-09-27 11:23:27 -07:00
Robert Scott
46a9046f37
Merge pull request #98947 from risicle/ris-chameleon-fix
...
pythonPackages.chameleon: fix tests by switching to github source
2020-09-27 18:18:27 +01:00
Robert Scott
d7365fad89
pythonPackages.datatable: 0.10.1 -> 0.11.0, fix build
...
once we've made some alterations to the source (which doesn't seem to have
been shipped in a ready-to-build state), we can use the funny custom build
system to build a wheel which can then be installed by the pipInstallHook.
running the tests is again annoying because an ini file setting pytest's
python_files parameter is missing, meaning we have to inject our own.
2020-09-27 10:14:16 -07:00
Dmitry Kalinkin
3821543de7
pythonPackages.fastparquet: disable broken test
2020-09-27 12:42:03 -04:00
Robert Scott
61563633d8
Merge pull request #98939 from thall/pybase64
...
python3Packages.pybase64: Upgrade to python 3
2020-09-27 17:10:19 +01:00
Robert Scott
495895c34e
Merge pull request #98928 from thall/master
...
pythonPackages.lmtpd: upgrade to Python 3
2020-09-27 16:49:25 +01:00
Gabriel Ebner
f4a08ce30e
Merge pull request #98934 from thall/pure-eval
...
pythonPackages.pure-eval: upgrade to Python 3
2020-09-27 17:44:24 +02:00
Robert Scott
d9cb2736b4
pythonPackages.chameleon: fix tests by switching to github source
...
tests are no longer included in the pypi tarball
2020-09-27 15:35:53 +01:00
Niclas Thall
486174da11
python3Packages.pybase64: Upgrade to python 3
...
Python 2 ist supported.
ZHF: #97479
https://hydra.nixos.org/build/127647482
2020-09-27 15:36:03 +02:00
Niclas Thall
15e1e144df
pythonPackages.pure-eval: upgrade to Python 3
...
ZHF: NixOS#97479
https://hydra.nixos.org/build/127622386
2020-09-27 15:33:30 +02:00
Niclas Thall
a29f812f36
pythonPackages.pygraphviz: upgrade to Python 3
...
Python 2 support was dropped on
c341911c15
ZHF: #97479
https://hydra.nixos.org/build/127631797
2020-09-27 15:30:48 +02:00
Niclas Thall
109c7f95ca
pythonPackages.lmtpd: upgrade to Python 3
...
Python 2 support was dropped on
3546d4660f
ZHF: #97479
https://hydra.nixos.org/build/127641301
2020-09-27 15:27:09 +02:00
Austin Butler
84d74ae9c9
pythonPackages.entrypoint2: init at 0.2.1
2020-09-26 18:54:09 -07:00
Austin Butler
af2dc4d401
python3Packages.mss: init at 6.0.0
2020-09-26 18:52:35 -07:00
Robert Scott
704c258ea7
pythonPackages.git-annex-adapter: 0.2.1 -> 0.2.2, fix build
2020-09-26 18:08:03 -07:00
José Romildo Malaquias
9c132e34b3
pythonPackages.pythonefl: 1.24.0 -> 1.25.0
2020-09-26 20:14:25 -03:00
Austin Butler
c0b1d136c5
python3Packages.alerta: add missing dependency
2020-09-26 16:03:29 -07:00
Austin Butler
3b1ee7b011
pythonPackages.requests-hawk: init at 1.0.1
2020-09-26 15:46:48 -07:00
Thibault Gagnaux
22cd2a23bf
python3Packages.curio: fix tests on darwin
...
Refactors to pytestCheckHook.
2020-09-26 13:04:55 -07:00
Robert Scott
70ae442fcf
pythonPackages.snowflake-sqlalchemy: add pythonImportsCheck
...
better than nothing
2020-09-26 12:22:40 -07:00
Robert Scott
96f034655f
pythonPackages.snowflake-connector-python: 2.2.10 -> 2.3.2, fix build
...
the relaxed version constraints don't seem to be specific avoidance of
buggy versions, just upstream cautiously prohibiting untested versions
if there *are* specific reasons, they're hidden away in upstream's jira
2020-09-26 12:22:40 -07:00
Robert Scott
99175cfbf6
pythonPackages.accupy: remove perfplot from checkInputs
...
they were only used for performance tests that aren't useful to us -
disabling these tests allows us to decouple from an unnecessary build
dependency.
convert to pytestCheckHook.
2020-09-26 12:22:16 -07:00
Gabriel Ebner
bbb854f974
Merge pull request #98845 from gebner/freecad019git
2020-09-26 17:30:56 +02:00
Gabriel Ebner
96dfa21d37
python3Packages.pivy: 0.6.5a2 -> 0.6.5
2020-09-26 13:49:42 +02:00
Kevin Cox
36a68c8e82
pythonPackages.class-registry: init at 2.1.2
2020-09-25 16:29:42 -04:00
Thomas Tuegel
d752cc4d71
python-vlc: use libvlc
2020-09-25 10:47:44 -05:00
Martin Povišer
d82e165609
python3.pkgs.pysdl2: fix build
...
Update patches after version bump.
2020-09-24 09:05:40 -07:00
Michael Weiss
a9b1e04172
python3Packages.google_api_python_client: 1.12.1 -> 1.12.2
2020-09-24 11:46:37 +02:00
Robert Scott
7486a8d587
pythonPackages.cozy: fix build
...
to allow building with dictionaries 0.0.2
2020-09-23 20:12:28 -07:00
Thibault Gagnaux
cf7dd8c22b
Fixes trailing whitespace
2020-09-23 09:23:16 -07:00
Thibault Gagnaux
2030061cef
notebook: fix tests on darwin, 6.1.3 -> 6.1.4
2020-09-23 09:23:16 -07:00
Florian Klink
5bfe6004e1
python3.pkgs.scikits-odes: remove flokli from maintainers
2020-09-23 11:56:52 +02:00
Robert Scott
9a472166af
pythonPackages.gssapi: 1.6.2 -> 1.6.9
2020-09-22 23:18:27 -07:00
Robert Scott
fb570ba1de
pythonPackages.gssapi: fix tests
...
the failing tests appear to also be causing trouble upstream
2020-09-22 23:18:27 -07:00
Robert Scott
16ed0c3069
pythonPackages.rabbitpy: 1.0.0 -> 2.0.1
2020-09-22 23:17:42 -07:00
Robert Scott
178d1b119c
Revert "python: pamqp: 2.3.0 -> 3.0.1"
...
No version of pythonPackages.rabbitpy currently exists that supports 3.0.1
This reverts commit 4250cdeee9
.
2020-09-22 23:17:42 -07:00
Jon
c7fdc43709
Merge pull request #98283 from risicle/ris-truvari-2.0.2
...
truvari: 1.3.4 -> 2.0.2, add new dependencies & fix build
2020-09-22 23:10:58 -07:00
freezeboy
908d8c3459
python3Packages.google_resumable_media,python2Packages.google_resumable_media: fix tests
2020-09-22 23:10:00 -07:00
freezeboy
2468315f2b
python3Packages.crc32c: init at 1.0.0
2020-09-22 23:10:00 -07:00
Tom Hunger
e283133520
distributed: disable build for Python older than 3.6
2020-09-22 23:07:46 -07:00
Tom Hunger
df84dcf53c
streamz: disable build for Python older than 3.6
2020-09-22 23:07:46 -07:00
Tom Hunger
36f7a407ad
zict: disable build for Python older than 3.6
...
No longer supported as of
4d5e14dadb
2020-09-22 23:07:46 -07:00
Daniël de Kok
fccf069e77
python3Packages.transformers: 3.1.0 -> 3.2.0
...
Changes:
https://github.com/huggingface/transformers/releases/tag/v3.2.0
2020-09-22 17:11:41 -07:00
Martin Weinelt
0f50990678
python3Packages.segments: init at 2.1.3
2020-09-22 10:11:37 -07:00
Martin Weinelt
8fca119c52
python3Packages.clldutils: init at 3.5.2
2020-09-22 10:11:37 -07:00
Martin Weinelt
2904bef26c
python3Packages.csvw: init at 1.8.0
2020-09-22 10:11:37 -07:00
Stefan Frijters
b3e1fd55e4
pythonPackages.maestral: 1.1.0 -> 1.2.0
2020-09-22 09:17:42 -07:00
Stefan Frijters
08ab7f917d
pythonPackages.dbus-next: init at 0.1.4
2020-09-22 09:17:42 -07:00
Stefan Frijters
8463f5c9fd
pythonPackages.dropbox: 10.3.1 -> 10.4.1
2020-09-22 09:17:42 -07:00
Lancelot SIX
bd4805b659
pythonPackages.django: 2.2.15 -> 2.2.16
...
See https://docs.djangoproject.com/en/dev/releases/2.2.16/
2020-09-22 08:59:28 -07:00
Ben Wolsieffer
83162ab3b9
pythonPackages.pykdl: init at 1.4.0
2020-09-21 23:38:26 -07:00
Ben Darwin
03ea51a8a3
python3Packages.dipy: 1.1.1 -> 1.2.0
2020-09-21 23:16:37 -07:00
Ben Darwin
9fde97d85f
python3Packages.pyxnat: init at 1.3
2020-09-21 23:16:17 -07:00
Martin Weinelt
b3ca5036a4
pythonPackages.mocket: 3.8.9 -> 3.9.0
2020-09-21 23:14:57 -07:00
Martin Weinelt
a762bbf7b4
pythonPackages.http-parser: init at 0.9.0
2020-09-21 23:14:57 -07:00
Frederik Rietdijk
4e1f8e4e31
python3Packages.xarray: 0.16.0 -> 0.16.1
2020-09-21 21:56:06 +02:00
Frederik Rietdijk
243f56fbc7
python3.pkgs.bokeh: 2.1.1 -> 2.2.1
2020-09-21 21:53:33 +02:00
Jörg Thalheim
4eb55225a1
Merge pull request #98282 from mweinelt/python/yq
...
pythonPackages.yq: update, repackage as library, fix tests
2020-09-21 20:43:10 +02:00
Jörg Thalheim
40a58cc65b
python3.pkgs.yq: make stdin a tty for tests
2020-09-21 20:33:11 +02:00
Martin Weinelt
1a44ef9066
pythonPackages.yq: 2.10.1 -> 2.11.0
2020-09-21 20:09:28 +02:00
Martin Weinelt
e228365258
pythonPackages.yq: repackage as library, convert to application, fix tests
2020-09-21 20:09:28 +02:00
Ben Wolsieffer
b0edb341fb
buildbot: 2.8.2 -> 2.8.4
2020-09-21 11:08:08 -07:00
Thiago Kenji Okada
cd1b769369
pythonPackages.xlib: 0.25 -> 0.28
2020-09-21 11:07:48 -07:00
Guillaume Desforges
4e888fb70d
python2Packages.scikits-odes: disable
...
Ever since we added KLU support to sundials (#94930 ),
it stopped building while the Python 3 versions didn't
break. Python 2 is EOL.
2020-09-21 11:02:15 -07:00
Drew Risinger
143289ad5b
pythonPackages.WSME: fix build
...
* Remove unneeded patch
* Run tests properly (misspelled before)
* Update homepage & add changelog
* Sort dependencies
2020-09-21 10:55:45 -07:00
Drew Risinger
d45ea33a85
pythonPackages.pecan: 1.3.3 -> 1.4.0
...
* Update Homepage
* Add Changelog
* Convert to pytestCheckHook
* Remove buildInputs, corrected to propagatedBuildInputs or checkInputs as appropriate.
This caused downstream failures because some required packages were not in the runtime closure (PYTHONPATH).
2020-09-21 10:55:45 -07:00
Ben Darwin
8403806a39
python3Packages.rising: init at 0.2.0post0
2020-09-21 09:56:28 -07:00
Drew Risinger
6e4908a52d
spyder: 4.1.4 -> 4.1.5
...
Changelog: https://github.com/spyder-ide/spyder/blob/master/CHANGELOG.md#version-415-2020-09-01
* Meta: update homepage, add downloadPage & changelog
2020-09-21 09:55:45 -07:00
Drew Risinger
9dc654234a
pythonPackages.spyder-kernels: 1.9.3 -> 1.9.4
...
* Meta: add changelog & download page, update homepage
2020-09-21 09:55:45 -07:00
Drew Risinger
3b6800c76a
python3Packages.spyder: fix build
...
* Remove version locks that don't match what's in nixpkgs
2020-09-21 09:53:44 -07:00
Austin Butler
8be7347e2b
pythonPackages.mohawk: init at 1.1.0
2020-09-21 08:48:08 -07:00
Profpatsch
f000c741a3
pythonPackages.b2sdk: init at 1.1.4
2020-09-21 13:39:37 +02:00
Daniël de Kok
a034f204ac
Merge pull request #98083 from avdv/zhf-fix-tensorflow
...
tensorflow: Fix compilation with numpy 1.19.x
2020-09-21 06:55:23 +02:00
Maxim Krivchikov
0f34c4eb33
python3Packages.behave: skip test failing on darwin
...
Timing-based test is flaky on Darwin:
https://github.com/NixOS/nixpkgs/pull/97737#issuecomment-691489824
2020-09-20 16:25:18 -07:00
Maxim Krivchikov
f690cacb06
python3Packages.python-docx: run behave tests
...
Previously the problematic "behave" dependency
was not even used at checkPhase.
2020-09-20 16:25:18 -07:00
Maxim Krivchikov
6543cbf571
python3Packages.parse: 1.16.0 -> 1.18.0
2020-09-20 16:25:18 -07:00
Josef Kemetmüller
b8f130e2b4
python.pkgs.scikit-optimize: 0.6 -> 0.8.1
...
This fixes the build of scikit-optimize.
2020-09-20 15:27:56 -07:00
Andrew Childs
c32441811f
pythonPackages.netaddr: 0.7.19 -> 0.8.0
...
Updating to >= 0.7.20 fixes tests on macOS Catalina and newer:
# inet_pton has to be different on Mac OSX *sigh*
assert IPAddress('010.000.000.001', flags=INET_PTON) == IPAddress('10.0.0.1')
> assert int_to_str(0xffff) == '::0.0.255.255'
E AssertionError: assert '::ffff' == '::0.0.255.255'
E - ::0.0.255.255
E + ::ffff
2020-09-20 15:26:11 -07:00
Robert Scott
eb86bff30d
libgumath, pythonPackages.gumath: unstable-2018-11-27 -> unstable-2019-08-01
...
this is the most recent commit to upstream's master at time of writing
includes fixes of python package for darwin
2020-09-20 08:58:56 -07:00
Robert Scott
dcd6847ddb
libxnd, pythonPackages.xnd: unstable-2018-11-27 -> unstable-2019-08-01
...
this is the most recent commit to upstream's master at time of writing
includes fixes of python package for darwin
2020-09-20 08:58:56 -07:00