Commit Graph

19862 Commits

Author SHA1 Message Date
Jonathan Ringer
b01e3b51fe python3Packages.azure-keyvault-certificates: 4.2.0 -> 4.2.1 2020-09-29 06:00:43 -07:00
Jonathan Ringer
3a839a93e1 python3Packages.azure-datalake-store: 0.0.49 -> 0.0.50 2020-09-29 06:00:43 -07:00
Jonathan Ringer
cefe6adfa4 python3Packages.azure-core: 1.8.0 -> 1.8.1 2020-09-29 06:00:43 -07:00
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