3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

19879 commits

Author SHA1 Message Date
Jonathan Ringer 156acc6f97 python3Packages.azure-synapse-spark: 0.2.0 -> 0.3.0 2020-09-29 06:00:43 -07:00
Jonathan Ringer 50d41537dd python3Packages.azure-synapse-accesscontrol: 0.2.0 -> 0.3.0 2020-09-29 06:00:43 -07:00
Jonathan Ringer 24a1c3977b python3Packages.azure-storage-blob: 12.4.0 -> 12.5.0 2020-09-29 06:00:43 -07:00
Jonathan Ringer 03ad84828a python3Packages.azure-mgmt-synapse: 0.3.0 -> 0.4.0 2020-09-29 06:00:43 -07:00
Jonathan Ringer 680991d8fb python3Packages.azure-mgmt-storage: 11.2.0 -> 16.0.0 2020-09-29 06:00:43 -07:00
Jonathan Ringer 96384218a4 python3Packages.azure-mgmt-sql: 0.20.0 -> 0.21.0 2020-09-29 06:00:43 -07:00
Jonathan Ringer 7d3b962876 python3Packages.azure-mgmt-resource: 10.2.0 -> 15.0.0 2020-09-29 06:00:43 -07:00
Jonathan Ringer 1f646188a2 python3Packages.azure-mgmt-network: 11.0.0 -> 16.0.0 2020-09-29 06:00:43 -07:00
Jonathan Ringer 681b44656a python3Packages.azure-mgmt-netapp: 0.12.0 -> 0.13.0 2020-09-29 06:00:43 -07:00
Jonathan Ringer 145af61ea4 python3Packages.azure-mgmt-monitor: 0.11.0 -> 1.0.1 2020-09-29 06:00:43 -07:00
Jonathan Ringer b1b7e14ca4 python3Packages.azure-mgmt-loganalytics: 0.7.0 -> 1.0.0 2020-09-29 06:00:43 -07:00
Jonathan Ringer ba4adb0474 python3Packages.azure-mgmt-keyvault: 2.2.0 -> 7.0.0 2020-09-29 06:00:43 -07:00
Jonathan Ringer 3a305a6376 python3Packages.azure-mgmt-eventhub: 4.0.0 -> 8.0.0 2020-09-29 06:00:43 -07:00
Jonathan Ringer 84fba9ebdd python3Packages.azure-mgmt-datafactory: 0.12.0 -> 0.13.0 2020-09-29 06:00:43 -07:00
Jonathan Ringer 6ac6882764 python3Packages.azure-mgmt-containerservice: 9.3.0 -> 9.4.0 2020-09-29 06:00:43 -07:00
Jonathan Ringer 37169d74e5 python3Packages.azure-mgmt-compute: 13.0.0 -> 17.0.0 2020-09-29 06:00:43 -07:00
Jonathan Ringer 54863f8161 python3Packages.azure-mgmt-appconfiguration: 0.6.0 -> 1.0.1 2020-09-29 06:00:43 -07:00
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