Commit Graph

21345 Commits

Author SHA1 Message Date
Jonathan Ringer
387b2c976f python3Packages.jaraco_collections: enforce jaraco namespace 2020-11-23 08:33:04 -08:00
Jonathan Ringer
7e0bffcb94 python3Packages.jaraco_itertools: enforce jaraco namespace 2020-11-23 08:33:04 -08:00
Jonathan Ringer
304c2d2d95 python3Packages.jaraco_classes: enforce jaraco namespace 2020-11-23 08:33:04 -08:00
Jonathan Ringer
1149afbfb8 python3Packages.jaraco_logging: enforce jaraco namespace 2020-11-23 08:33:04 -08:00
Jonathan Ringer
3daabe0ca3 python3Packages.jaraco_stream: enforce jaraco namespace 2020-11-23 08:33:04 -08:00
Jonathan Ringer
02ac13b563 python3Packages.jaraco_text: enforce jaraco namespace 2020-11-23 08:33:04 -08:00
Jonathan Ringer
6192e912d8 python3Packages.jaraco_functools: enforce jaraco namespace 2020-11-23 08:33:04 -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
Frederik Rietdijk
6100bc29f7 Revert "Revert "cpython: fix finding headers when cross-compiling extension modules""
Moving the sysconfig file caused spidermonkey_78 to fail to build. We now symlink it instead.

This reverts commit 6a23dde75b.
2020-11-23 15:29:23 +01: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
Matej Urbas
f85ea6e08d python3Packages.coapthon3: init at 1.0.1 2020-11-23 10:27:32 +00: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
Sebastian Jordan
27a63acd7a pythonPackages.shapely: Set minimum python version to 3.5 2020-11-22 15:13:40 +01:00
Martin Weinelt
a62e6738af
Merge pull request #103958 from raboof/revert-pymon
Revert "python3Packages.pytest-testmon: 1.0.2 -> 1.0.3"
2020-11-22 14:22:11 +01:00
Frederik Rietdijk
6a23dde75b Revert "cpython: fix finding headers when cross-compiling extension modules"
This breaks virtualenv https://github.com/NixOS/nixpkgs/issues/104483.
We should probably not move `_sysconfigdata` but just copy it for cross to
another place or output.

This reverts commit 11806b6ede.
2020-11-22 13:13:23 +01:00
Arnout Engelen
b5d3cafb69
enamlx: fix use of function that was removed upstream 2020-11-22 11:02:40 +01: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
Artur Cygan
e3b8dbb1d3 pythonPackages.crytic-compile: fix missing dependency 2020-11-21 15:16:06 +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
Frederik Rietdijk
3eb6d01fa4
Merge pull request #103360 from jonringer/python39
[staging] python39Packages: recurseintoAttrs for package set
2020-11-21 13:57:13 +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
a829cdd314 python37Packages.pytest-html: 2.1.1 -> 3.0.0 2020-11-21 08:18:59 +00:00
R. RyanTM
8019f085a9 python37Packages.aioextensions: 20.11.1517005 -> 20.11.1621472 2020-11-21 08:05:39 +00:00
Frederik Rietdijk
54cb417ba0 Merge staging-next into staging 2020-11-21 08:43:46 +01:00
Frederik Rietdijk
1ffd7cf0d6 Merge master into staging-next 2020-11-21 08:43:10 +01:00
R. RyanTM
d4663ee0d3 python37Packages.inflect: 4.1.0 -> 5.0.2 2020-11-21 07:21:24 +00:00
R. RyanTM
62910c5873 python37Packages.sphinxcontrib-spelling: 5.2.2 -> 7.1.0 2020-11-21 07:05:23 +00: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
R. RyanTM
a7a38974b1 python27Packages.dockerfile-parse: 1.0.0 -> 1.1.0 2020-11-20 10:00:25 -08:00
R. RyanTM
ebf2f217a4 python27Packages.broadlink: 0.14.1 -> 0.16.0 2020-11-20 09:58:23 -08:00
Jonathan Ringer
58cc7968be python3Packages.gipc: mark broken
no longer compatible with a recent version of gevent
2020-11-20 09:56:44 -08:00
Jonathan Ringer
06003e01f8 python3Packages.cassandra-driver: mark broken
geomet doesn't exist in nixpkgs
2020-11-20 09:56:44 -08:00
Jonathan Ringer
0aeddb448d python3Packages.greenlet: 0.4.16 -> 0.4.17 2020-11-20 09:56:44 -08:00
Jonathan Ringer
3234520337 python3Packages.gevent: 20.5.2 -> 20.9.0 2020-11-20 09:56:44 -08:00
R. RyanTM
b80ab1565d python27Packages.ijson: 3.1.1 -> 3.1.2.post0 2020-11-20 09:56:11 -08:00
R. RyanTM
6f6c9af4bc python27Packages.databricks-cli: 0.11.0 -> 0.14.0 2020-11-20 09:54:22 -08:00
Kira Bruneau
87e9b49fc7 pythonPackages.debugpy: 1.1.0 -> 1.2.0 2020-11-20 09:28:22 -08:00
R. RyanTM
7042bc3fe9 python27Packages.jsonrpc-base: 1.0.3 -> 1.1.0 2020-11-20 09:26:54 -08:00
R. RyanTM
338a4dbd32 python27Packages.glom: 20.8.0 -> 20.11.0 2020-11-20 09:25:28 -08:00
Jonathan Ringer
a20cf479b3 python2Packages.locustio: remove, unmaintained 2020-11-20 09:24:15 -08:00
R. RyanTM
8f2db79bfa python37Packages.bip_utils: 1.5.0 -> 1.6.0 2020-11-20 09:43:24 +00:00
Frederik Rietdijk
cbb4e4733b Merge staging-next into staging 2020-11-20 08:12:39 +01:00
Frederik Rietdijk
553b7a8bf0 Merge master into staging-next 2020-11-20 08:12:06 +01:00
Austin Seipp
75e683d29d pythonPackages: add new 'seccomp' library
As requested in #99553. Closes #99553.

Libraries that install python modules as part of the build are
problematic, because they either

  - only support a single python version, because the input for
    pythonPackages gets fixed in all-packages.nix, or

  - need to be rebuild the underlying C code for *every* python version
    resulting in libfoo-python37, libfoo-python38, and so on

We would prefer to use the second approach because it works correctly
for all versions of python. However, it creates duplicate copies of
libseccomp.so and that can be expensive. Instead we 'deduplicate' the
copies of libseccomp.so by

  - attaching a new $pythonsrc output to the libseccomp deriv, and
  - exposing a new 'seccomp' package in python-packages.nix using
    libseccomp as input, and
  - having a custom python.nix derivation that builds the cython
    extension using libseccomp to get the python source and the
    package version

This means we build 1 copy of the seccomp python package, one for each
version of python, but all of those packages refer to a single instance
of the libseccomp C library, giving us the best of both worlds.

NOTE: because this requires changing the postInstall of libseccomp, it
requires a mass rebuild.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-11-20 07:57:26 +01:00
R. RyanTM
ad7b198786 python37Packages.dask-gateway-server: 0.8.0 -> 0.9.0 2020-11-20 06:29:56 +00:00
R. RyanTM
e24fb3a461 python37Packages.aiounifi: 23 -> 25 2020-11-19 21:05:50 -08:00
R. RyanTM
f2273b18fa python27Packages.devpi-common: 3.5.0 -> 3.6.0 2020-11-19 21:03:21 -08:00
R. RyanTM
8b374c345d python27Packages.elasticsearch-dsl: 7.2.1 -> 7.3.0 2020-11-19 21:02:48 -08:00
R. RyanTM
51f4c33ef7 python37Packages.bleak: 0.7.1 -> 0.9.1 2020-11-19 21:00:51 -08:00
R. RyanTM
e570979678 python37Packages.breathe: 4.23.0 -> 4.24.0 2020-11-19 20:59:58 -08:00
R. RyanTM
16cc70b79a python27Packages.bitarray: 1.6.0 -> 1.6.1 2020-11-19 20:34:20 -08:00
R. RyanTM
da1dccaf23 python37Packages.dogpile_cache: 1.0.2 -> 1.1.0 2020-11-19 20:28:57 -08:00
R. RyanTM
0deec106da python27Packages.elasticsearch: 7.9.1 -> 7.10.0 2020-11-19 20:28:50 -08:00
R. RyanTM
f7c7639070 python37Packages.azure-mgmt-netapp: 0.13.0 -> 0.14.0 2020-11-19 20:28:09 -08:00
R. RyanTM
14b3445b68 python27Packages.eradicate: 1.0 -> 2.0.0 2020-11-19 19:52:59 -08:00
R. RyanTM
c07523a6b1 python27Packages.arpeggio: 1.9.2 -> 1.10.1 2020-11-19 18:24:45 -08:00
R. RyanTM
e37934ae5d python27Packages.dependency-injector: 3.30.4 -> 4.4.1 2020-11-19 17:37:34 -08:00
R. RyanTM
293ab6cd1a python27Packages.braintree: 4.4.0 -> 4.5.0 2020-11-19 17:36:57 -08:00
R. RyanTM
cd423a2d15 python27Packages.docrep: 0.2.7 -> 0.3.1 2020-11-19 17:11:22 -08:00
R. RyanTM
aac1ccef72 python37Packages.batchspawner: 1.0.0 -> 1.0.1 2020-11-19 17:10:03 -08:00
Jonathan Ringer
d0aeb6581c Revert "python3Packages.greenlet: 0.4.16 -> 0.4.17"
This reverts commit 4bfbcbeb38.

0.4.17 can cause segfaults, and some packages such as `dulwich`
will fail during tests
2020-11-19 16:53:10 -08:00
Martin Weinelt
205e4b6fe4
Merge pull request #104278 from r-ryantm/auto-update/python2.7-asciimatics
python27Packages.asciimatics: 1.11.0 -> 1.12.0
2020-11-20 01:48:29 +01:00
Martin Weinelt
b9049a50a8 pythonPackages.asciimatics: add pythonImportsCheck 2020-11-20 01:48:03 +01:00
Jan Tojnar
66ef389efa
Merge branch 'staging-next' into staging 2020-11-20 01:38:58 +01:00
Jan Tojnar
f6105d21e3
Merge branch 'master' into staging-next 2020-11-20 01:38:32 +01:00
Jaakko Luttinen
854f78d155 pythonPackages.stack-data: init at 0.0.7 2020-11-19 16:08:23 -08:00
Jaakko Luttinen
b8fa662585 pythonPackages.littleutils: init at 0.2.2 2020-11-19 16:08:23 -08:00
R. RyanTM
b22a7ad7b0 python37Packages.alerta-server: 8.0.3 -> 8.1.0 2020-11-19 15:42:57 -08:00
R. RyanTM
e2989e0fd9 python37Packages.aiokafka: 0.6.0 -> 0.7.0 2020-11-19 15:40:48 -08:00
Martin Weinelt
972863ec8f
Merge pull request #104288 from r-ryantm/auto-update/python2.7-asana
python27Packages.asana: 0.8.2 -> 0.10.3
2020-11-19 23:47:18 +01:00
Frederik Rietdijk
f8716c6d5a pythonPackages.numexpr: fix cross 2020-11-19 22:05:10 +01:00
Ben Wolsieffer
1e1560649c pythonPackages.grpcio-tools: split outputs to reduce runtime closure
protobuf propagates build-arch protobuf, and this prevents it from ending up in
the runtime closure.
2020-11-19 22:05:10 +01:00
Ben Wolsieffer
9518714926 pythonPackages.grpcio: split outputs to avoid runtime build references
protobuf propagates build-arch protobuf, and this commit prevents it from
ending up in grpcio's runtime closure.
2020-11-19 22:05:10 +01:00
Frederik Rietdijk
d9184fb8b2 pythonPackages.cftime: fix cross 2020-11-19 22:05:10 +01:00
Frederik Rietdijk
346b2212c7 pythonPackages.pybind11: 2.5.0 -> 2.6.1 2020-11-19 22:05:09 +01:00
Frederik Rietdijk
533e56c262 pythonPackages.zstd: fix cross 2020-11-19 22:05:09 +01:00
Frederik Rietdijk
489912ee8b pythonPackages.cffi: cffi is a native build input as well 2020-11-19 20:59:16 +01:00
Ben Wolsieffer
11806b6ede cpython: fix finding headers when cross-compiling extension modules 2020-11-19 20:42:58 +01:00
Scott Worley
d4838aea5b python3Packages.memcached: Fix fetch URL 2020-11-19 20:12:32 +01:00
Frederik Rietdijk
ea7b8978ef Merge master into staging-next 2020-11-19 20:08:15 +01:00
Timo Kaufmann
e04721b289
Merge pull request #104083 from timokau/sage-maintainers-team
maintainers: create sage team
2020-11-19 19:20:49 +01:00
Bernardo Meurer
96a4eba4ce pythonPackages.psycopg2: document pypy incompatibility 2020-11-19 18:57:24 +01:00
R. RyanTM
e9a59fe898 python27Packages.asana: 0.8.2 -> 0.10.3 2020-11-19 15:59:37 +00:00
Martin Weinelt
a296b76d02
python3Packages.zigpy-zigate: 0.6.2 -> 0.7.2
The src hash update was missing in d480d9336d.
2020-11-19 15:15:00 +01:00
R. RyanTM
caebe2fa9a python27Packages.asciimatics: 1.11.0 -> 1.12.0 2020-11-19 14:10:52 +00:00
Daniël de Kok
9ebdab9a09
Merge pull request #103589 from danieldk/srsly-2.3.2
python3Packages.srsly: 2.3.1 -> 2.3.2
2020-11-19 10:00:44 +01:00
freezeboy
989698944e python2Packages.bayesian-optimization: remove 2020-11-18 23:36:53 -08:00
freezeboy
442bd5b4d1 python3Packages.tubeup: unbreak wrong youtube dep
There are two packages used to download from youtube:
youtube-dl and youtube-dlc, this packaged was using the
wrong one
2020-11-19 08:13:22 +01:00
freezeboy
6bc5957714 python3Packages.youtube-dlc: init at 2020.11.11.post3 2020-11-19 08:13:21 +01:00
freezeboy
5a9ac6d429 python3Packages.labelbox: unbreak deps 2020-11-18 22:39:40 -08:00
freezeboy
f78411700d python3Packages.ndjson: init at 0.3.1 2020-11-18 22:39:40 -08:00
Jörg Thalheim
72f6df338d remove genesis maintainer
genesis has no longer access to github
2020-11-18 22:37:56 -08:00
Martin Weinelt
b6bb71c337 python3Packages.hass-nabucasa: 0.37.1 -> 0.37.2 2020-11-18 22:27:01 -08:00
Martin Weinelt
d480d9336d python3Packages.zigpy-zigate: 0.6.2 -> 0.7.1 2020-11-18 22:27:01 -08:00
freezeboy
12de08a7e2 python3Packages.xhtml2pdf: unbreak dependencies
Needing to add setuptools, python-bidi and arabic-reshaper
to make the package compile and run
2020-11-18 20:50:00 -08:00
freezeboy
813255b816 python3Packages.arabic-reshaper: init at 2.1.1 2020-11-18 20:50:00 -08:00
freezeboy
caa738142f python3Packages.python-bidi: init at 0.4.2 2020-11-18 20:50:00 -08:00
freezeboy
b5a2e19005 python3Packages.kaggle: unbreak, removing useless slugify dep 2020-11-18 20:48:06 -08:00
Wulfsta
3c9c52db49 pythonPackages.flatbuffers: init at 1.12.0 2020-11-18 13:23:41 -08:00
Timo Kaufmann
ff8338343b maintainers: create sage team
Maintaining all the packages whose updates might break some aspect of
sage.

For reference:
https://github.com/NixOS/nixpkgs/pull/103810#issuecomment-727536510
2020-11-18 21:27:37 +01:00
Kevin Amado
04a641bd4f pythonPackages.aioextensions: init at 20.11.1517005 2020-11-18 12:05:12 -08:00
Max Wilson
ba4642eb6a update contact info 2020-11-18 12:00:31 -08:00
freezeboy
95a170cda0 python3Packages.sockjs: init at 0.11.0 2020-11-18 10:57:17 -08:00
Basile Henry
548db366fd
pythonPackages.setuptools: reproducible sdist (#104009)
* setuptools: Remove date from release tag

* setuptools: Fix timestamps in sdist

* setuptools: Move untar/retar to buildPhase

* setuptools: Reproducible 44.0

* setuptools: Use $SOURCE_DATE_EPOCH for src

Co-authored-by: Pavol Rusnak <pavol@rusnak.io>

Co-authored-by: Pavol Rusnak <pavol@rusnak.io>
2020-11-18 15:41:27 +01:00
Frederik Rietdijk
da12fc6838 Merge staging-next into staging 2020-11-18 15:36:56 +01:00
Ryan Mulligan
c1e60d9584
Merge pull request #87380 from r-ryantm/auto-update/python3.7-logilab-common
python37Packages.logilab_common: 1.5.2 -> 1.6.1
2020-11-17 21:28:13 -08:00
Martin Weinelt
a823dee9d9 python3Packages.python-didl-lite: 1.2.4 -> 1.2.5 2020-11-17 19:23:17 -08:00
Martin Weinelt
f106443066 python3Packages.PyRMVtransport: 0.2.9 -> 0.2.10
Disables the test, because they require pytest-httpx, which has not been
packaged yet.
2020-11-17 19:23:17 -08:00
Martin Weinelt
492c60ccf0 python3Packages.ntc-templates: 1.5.0 -> 1.6.0 2020-11-17 19:23:17 -08:00
Martin Weinelt
c63c4f71fc python3Packages.ircstates: 0.11.3 -> 0.11.5 2020-11-17 19:23:17 -08:00
Martin Weinelt
cfef6dd82c python3Packages.ircrobots: 0.3.3 -> 0.3.5 2020-11-17 19:23:17 -08:00
Martin Weinelt
204501b9cf python3Packages.clldutils: 3.5.2 -> 3.5.4 2020-11-17 19:23:17 -08:00
Martin Weinelt
77e9b46697 python3Packages.brother: 0.1.17 -> 0.1.18 2020-11-17 19:23:17 -08:00
Martin Weinelt
46463b7d47 python3Packages.async-upnp-client: 0.14.14 -> 0.14.15 2020-11-17 19:23:17 -08:00
Martin Weinelt
5c4a4a5d6f python3Packages.async_stagger: 0.3.0 -> 0.3.1 2020-11-17 19:23:17 -08:00
Martin Weinelt
ed6d6ebca7 python3Packages.mocket: 3.9.2 -> 3.9.3 2020-11-17 19:23:17 -08:00
Martin Weinelt
832add5165 python3Packages.csvw: 1.8.0 -> 1.8.1 2020-11-17 19:23:17 -08:00
Yorick van Pelt
9ca12dc4c7 python3Packages.reedsolo: init at 1.5.4
reedsolo: maintain, add tests, fix cython

reedsolo: Apply suggestions from code review

Co-authored-by: Jonathan Ringer <jonringer@users.noreply.github.com>
2020-11-17 16:41:17 -08:00
Jonathan Ringer
283900f4d2 python3Packages.xmlschema: 1.2.5 -> 1.3.1 2020-11-17 16:33:25 -08:00
Dmitry Kalinkin
69300bba32
python3Packages.awkward1: 0.2.38 -> 0.4.4 2020-11-17 17:09:11 -05:00
Lassulus
d93584cd1c
Merge pull request #101547 from kmein/feature/spotify-cli-linux
spotify-cli-linux: init at 1.6.0
2020-11-17 22:23:54 +01:00
Lassulus
0749c7d68d
Merge pull request #101255 from kmein/feature/python-packages
python3Packages.{pygtrie, betacode}: init
2020-11-17 22:22:09 +01:00
Kierán Meinhardt
097f5a54a6 python3Packages.pyppeteer: init at 0.2.2 2020-11-17 21:31:31 +01:00
Kierán Meinhardt
3a30b1fc16 python3Packages.pyee: init at 7.0.4 2020-11-17 20:57:14 +01:00
Daniël de Kok
65f5284546
Merge pull request #103790 from danieldk/python-transformers-3.5.1
python3Packages.transformers: 3.4.0 -> 3.5.1
2020-11-17 19:20:36 +01:00
Jonathan Ringer
e949d75899 python2Packages.numpy: fix openblas threads 2020-11-17 09:39:27 -08:00
Jonathan Ringer
8f7cec2297 python3Packages.numpy: fix tests for >64 core machines 2020-11-17 09:39:27 -08:00
Martin Weinelt
d72a58a684 python3Packages.requests: 2.24.0 -> 2.25.0 2020-11-17 09:18:12 -08:00
Oleksii Filonenko
512c3c0a05 maintainers: rename filalex77 -> Br1ght0ne 2020-11-17 13:09:31 +02:00
Karol Chmist
002a5f9de1 Add sphinx autoapi 1.5.1 2020-11-16 09:52:15 -08:00
Frederik Rietdijk
36b27ccf77
Merge pull request #103462 from NixOS/staging-next
Staging next
2020-11-16 15:23:47 +01:00
Maximilian Bosch
307d471245
Merge pull request #103655 from sveitser/update-nix-prefetch-github-4.0.2
nix-prefetch-github: 4.0.1 -> 4.0.2
2020-11-16 13:33:34 +01:00
Bart Brouns
452043842a vdirsyncer: rename stable.nix to default.nix 2020-11-16 20:23:49 +08:00
Bart Brouns
90126c3e48 vdirsyncer: delete default.nix, point vdirsyncer to stable.nix
TLDR: default.nix was pointing to an unmaintained code base whereas stable.nix is up-to-date and maintained.

History
1. At first their was one Python version of vdirsyncer that had been working fine for years. Then, maintenance decreased and the package was marked as broken in nixpkgs.
2. The original author (@untitaker on github.com) of vdirsyncer decided to re-implement (part of) vdirsyncer in Rust. Nixpkgs made `vdirsyncer` point to the Rust version and renamed the Python historical version to `vdirsyncerStable`.
3. Eventually, @untitaker gave up on the Rust version.
4. Someone else (@WhyNotHugo on github.com) decided to take over maintenance of the Python version.
5.  Mario Rodas (@marsam on github) and Damien Cassou updated the `vdirsyncerStable` to point to the work of @WhyNotHugo and mark the package as working again.
2020-11-16 20:23:49 +08:00
Arnout Engelen
1538cd4b2f
Revert "python3Packages.pytest-testmon: 1.0.2 -> 1.0.3"
This reverts commit 0fc5e60fd2.

For some reason the v1.0.3 PyPI tarball ships with tests that expect pytest-testmon master instead of the v1.0.3 code (tarpas/pytest-testmon#158), causing these tests to fail against 1.0.3 itself.
2020-11-16 10:21:10 +01:00
Frederik Rietdijk
986c2d36da Merge master into staging-next 2020-11-16 09:01:53 +01:00
R. RyanTM
fa962c1d24 python37Packages.distributed: 2.30.0 -> 2.30.1 2020-11-15 00:32:01 -08:00
R. RyanTM
0e77efac27 python37Packages.bpython: 0.20 -> 0.20.1 2020-11-15 00:30:45 -08:00
R. RyanTM
7d129704d0 python37Packages.azure-mgmt-policyinsights: 0.5.0 -> 0.6.0 2020-11-15 00:29:57 -08:00
R. RyanTM
d2928191c6 python37Packages.cmd2: 1.3.11 -> 1.4.0 2020-11-15 00:15:15 -08:00
Jonathan Ringer
a0ea37d21d python2Packages.versioneer: disable python2 2020-11-14 23:58:57 -08:00
R. RyanTM
05d4955a96 python37Packages.versioneer: 0.18 -> 0.19 2020-11-14 23:58:57 -08:00
R. RyanTM
e038ae5329 python37Packages.dropbox: 10.8.0 -> 10.10.0 2020-11-14 23:58:27 -08:00
R. RyanTM
efe6b12a35 python37Packages.pyvips: 2.1.12 -> 2.1.13 2020-11-14 23:57:43 -08:00
Jörg Thalheim
a7455e6911 python3.pkgs.pysbd: init at 0.3.3 2020-11-15 00:13:33 +01:00
Matthieu Coudron
6bf0226686 pythonPackages.notmuch2: init at 0.31
generates bindings via cffi
2020-11-14 23:46:25 +01:00
Michael Raskin
3e5039cbd5
Merge pull request #103714 from mweinelt/python/phonemizer
python3Packages.phonemizer: init at 2.2.1
2020-11-14 22:21:43 +00:00
Ryan Mulligan
3612cdae5c
Merge pull request #103814 from r-ryantm/auto-update/python3.7-hyperopt
python37Packages.hyperopt: 0.1.2 -> 0.2.5
2020-11-14 13:45:51 -08:00
R. RyanTM
fb397ae7d8 python37Packages.casbin: 0.9.0 -> 0.10.0 2020-11-14 12:05:44 -08:00
R. RyanTM
d6decf82dd python37Packages.gssapi: 1.6.9 -> 1.6.10 2020-11-14 18:51:07 +00:00
Ryan Mulligan
d7491cea3d
Merge pull request #103780 from r-ryantm/auto-update/python3.7-vowpalwabbit
python37Packages.vowpalwabbit: 8.8.1 -> 8.9.0
2020-11-14 09:53:18 -08:00
Martin Weinelt
8578fb3144
phonemizer: init at 2.2.1 2020-11-14 17:52:19 +01:00
Mario Rodas
bb969ff967
Merge pull request #103801 from r-ryantm/auto-update/python3.7-gtts
python37Packages.gtts: 2.1.1 -> 2.1.2
2020-11-14 11:36:05 -05:00
Mario Rodas
ee9dabbdcc
Merge pull request #103806 from r-ryantm/auto-update/python3.7-sphinxcontrib-katex
python37Packages.sphinxcontrib-katex: 0.6.1 -> 0.7.1
2020-11-14 11:30:04 -05:00
Jörg Thalheim
1eac9a32ea
Merge pull request #91723 from DavHau/improve-python-jsonrpc-server-version
python-jsonrpc-server: make version overridable
2020-11-14 17:22:50 +01:00
R. RyanTM
5d08fb8fd6 python37Packages.hyperopt: 0.1.2 -> 0.2.5 2020-11-14 15:02:54 +00:00
Mario Rodas
fee93515b9
Merge pull request #103796 from r-ryantm/auto-update/python3.7-sshtunnel
python37Packages.sshtunnel: 0.2.1 -> 0.2.2
2020-11-14 09:33:03 -05:00
Mario Rodas
27beab436f
Merge pull request #103805 from r-ryantm/auto-update/python3.7-internetarchive
python37Packages.internetarchive: 1.9.5 -> 1.9.6
2020-11-14 08:13:12 -05:00
R. RyanTM
e4b6e569f1 python37Packages.sphinxcontrib-katex: 0.6.1 -> 0.7.1 2020-11-14 12:51:36 +00:00
R. RyanTM
c07706efde python37Packages.internetarchive: 1.9.5 -> 1.9.6 2020-11-14 12:34:23 +00:00
R. RyanTM
3098d5045a python37Packages.gtts: 2.1.1 -> 2.1.2 2020-11-14 11:20:48 +00:00
R. RyanTM
91a41b057f python37Packages.sshtunnel: 0.2.1 -> 0.2.2 2020-11-14 10:14:45 +00:00
Daniël de Kok
bd7c1f464d
Merge pull request #103116 from danieldk/datasets-1.1.2
python3Packages.datasets: 1.0.1 -> 1.1.2
2020-11-14 10:50:40 +01:00
Daniël de Kok
76ca342572 python3Packages.transformers: 3.4.0 -> 3.5.1
Changelog:

https://github.com/huggingface/transformers/releases/tag/v3.5.1
https://github.com/huggingface/transformers/releases/tag/v3.5.0
2020-11-14 10:48:54 +01:00
R. RyanTM
1f9b396785 python37Packages.vowpalwabbit: 8.8.1 -> 8.9.0 2020-11-14 07:45:33 +00:00
Mario Rodas
6502a6748c
Merge pull request #100717 from veehaitch/fix-yq
pythonPackages.yq: Fix tests
2020-11-13 23:16:14 -05:00
Ben Darwin
c881ca60ed python3Packages.pytorch-metric-learning: 0.9.81 -> 0.9.94 2020-11-13 17:12:34 -08:00
Ben Darwin
001a975b75 python3Packages.dipy: 1.2.0 -> 1.3.0 2020-11-13 16:17:41 -08:00
Frederik Rietdijk
9fc4a4db5a Merge staging-next into staging 2020-11-13 20:59:08 +01:00
Frederik Rietdijk
463f738cc6 Merge master into staging-next 2020-11-13 20:58:35 +01:00
sveitser
91b3ce2953
nix-prefetch-github: 4.0.1 -> 4.0.2 2020-11-13 11:54:34 +08:00
Pavol Rusnak
f70ecb65e7
python3Packages.fastecdsa: init at 2.1.5 2020-11-12 20:59:56 +01:00
Frederik Rietdijk
3fceafce1e buildPython*: remove pythonRecompileBytecodeHook as dependency
This hook was added to get reproducible bytecode. Because it was causing
issues it was disabled, but still kept as a dependency. Now the main
issue with bytecode reproducibility has been resolved by updating pip to
20.2.4, we remove this hook as a dependency.

If a package with Python code is not yet reproducible, one could add
this hook to `nativeBuildInputs`.
2020-11-12 19:32:30 +01:00
Daniël de Kok
950cf2bc56 python3Packages.setuptools-rust: 0.11.4 -> 0.11.5
Changelog
https://github.com/PyO3/setuptools-rust/releases/tag/v0.11.5
2020-11-12 09:55:08 -08:00
Yorick van Pelt
e72ebfe79d python3Packages.bitstring: 3.1.5 -> 3.1.7 2020-11-12 18:10:01 +01:00
Matthieu Coudron
6818de3026 pythonPackages.urwidtrees: 1.0.2 -> 1.0.3 2020-11-12 12:00:57 +01:00
Daniël de Kok
2edac44b20 python3Packages.srsly: 2.3.1 -> 2.3.2 2020-11-12 11:52:14 +01:00
Martin Weinelt
19484b9f57 pythonPackages.gtts-token: 1.1.3 -> 1.1.4
Enable checkPhase for the offline calculation test, disable the online
test.
2020-11-11 14:54:46 -08:00
R. RyanTM
b7df52351a python27Packages.colorlog: 4.2.1 -> 4.4.0 2020-11-11 14:32:23 -08:00
Martin Weinelt
1da7e9ed4e
Merge pull request #101801 from IvarWithoutBones/fix-multihash
pythonPackages.py-multihash: 0.2.3 -> 1.0.0
2020-11-11 18:02:20 +01:00
IvarWithoutBones
dd7b6a5160 pythonPackages.py-multihash: 0.2.3 -> 1.0.0 2020-11-11 17:46:49 +01:00
Frederik Rietdijk
4076ffe580 Merge staging-next into staging 2020-11-11 16:00:34 +01:00
Daniël de Kok
5e93492b7f
Merge pull request #101917 from danieldk/pytorch-1.7.0
python3Packages.pytorch: 1.6.0 -> 1.7.0
2020-11-11 11:51:20 +01:00
R. RyanTM
df76f017f2 python37Packages.snowflake-connector-python: 2.3.4 -> 2.3.5 2020-11-10 22:35:39 -08:00
R. RyanTM
e787afe7ed python27Packages.rope: 0.17.0 -> 0.18.0 2020-11-10 22:21:54 -08:00
R. RyanTM
a23aa390c5 python37Packages.google_cloud_automl: 2.0.0 -> 2.1.0 2020-11-10 22:17:56 -08:00
Dmitry Vyal
9b9cf9469f python3Packages.tensorboardx: fix build after upgrade to PyTorch 1.6 2020-11-10 22:08:56 -08:00
Jonathan Ringer
fbda64845f python39Packages.pyflakes: disable python39 tests
Sensitive to exact parser output
2020-11-10 18:22:22 -08:00
Jonathan Ringer
b61df8cd97
python39Packages.tensorflow_2-bin: fix disable logic 2020-11-10 17:53:48 -08:00
Jonathan Ringer
a7871cb54c
python39Packages.tensorflow_1-bin: fix disable logic 2020-11-10 15:29:48 -08:00
Thiago Franco de Moraes
dd72edcdae python3Packages.wxpython_4_1: init at 4.1.0 2020-11-10 15:07:57 -08:00
R. RyanTM
660ae96644 python37Packages.trytond: 5.6.8 -> 5.8.0 2020-11-10 15:05:46 -08:00
R. RyanTM
61b839d9d6 python37Packages.keep: 2.9 -> 2.10 2020-11-10 15:03:42 -08:00
R. RyanTM
4702cd52c7 python37Packages.django-q: 1.3.3 -> 1.3.4 2020-11-10 15:02:34 -08:00
R. RyanTM
edba7d603a python37Packages.onnx: 1.7.0 -> 1.8.0 2020-11-10 15:01:21 -08:00
R. RyanTM
39ea613da1 python37Packages.azure-mgmt-sql: 0.23.0 -> 0.24.0 2020-11-10 14:59:23 -08:00
R. RyanTM
3525d53c2b python37Packages.gphoto2: 2.2.3 -> 2.2.4 2020-11-10 14:58:41 -08:00
R. RyanTM
54e2bb0bf9 python37Packages.itemadapter: 0.1.1 -> 0.2.0 2020-11-10 14:56:00 -08:00
R. RyanTM
408cf0b1a3 python37Packages.dropbox: 10.7.0 -> 10.8.0 2020-11-10 14:52:43 -08:00
R. RyanTM
bb83e1c293 python37Packages.cairosvg: 2.4.2 -> 2.5.0 2020-11-10 14:52:11 -08:00
Daniël de Kok
8712a719c2 python3Packages.transformers: relax tokenizers version bound 2020-11-10 14:52:03 -08:00
Daniël de Kok
c67382b02f python3Packages.tokenizers: 0.9.2 -> 0.9.4
Changelog:

https://github.com/huggingface/tokenizers/releases/tag/python-v0.9.3
https://github.com/huggingface/tokenizers/releases/tag/python-v0.9.4
2020-11-10 14:52:03 -08:00
R. RyanTM
5c737382f3 python37Packages.xstatic-bootbox: 4.4.0.1 -> 5.5.1.1 2020-11-10 14:51:46 -08:00
R. RyanTM
221568ccfb python37Packages.pymavlink: 2.4.11 -> 2.4.12 2020-11-10 14:51:19 -08:00
R. RyanTM
89752afdbd python37Packages.aioconsole: 0.3.0 -> 0.3.1 2020-11-10 14:50:39 -08:00
Ryan Mulligan
d2000fb761
Merge pull request #103303 from r-ryantm/auto-update/python3.7-dbus-next
python37Packages.dbus-next: 0.1.4 -> 0.2.1
2020-11-10 14:41:22 -08:00
R. RyanTM
ed697cde58 python37Packages.uproot-methods: 0.7.4 -> 0.8.0 2020-11-10 11:22:11 -05:00
R. RyanTM
9359148620 python37Packages.awkward: 0.13.0 -> 0.14.0 2020-11-10 10:19:30 -05:00
R. RyanTM
f644b9fc79 python37Packages.b2sdk: 1.1.4 -> 1.2.0 2020-11-10 14:10:55 +00:00
R. RyanTM
c3fe982424 python37Packages.dbus-next: 0.1.4 -> 0.2.1 2020-11-10 13:12:45 +00:00
R. RyanTM
93777ff593 python37Packages.genanki: 0.8.1 -> 0.9.0 2020-11-10 23:09:40 +10:00
R. RyanTM
b63fbf3a54 python37Packages.xstatic-jquery: 3.4.1.0 -> 3.5.1.1 2020-11-10 12:46:55 +00:00
Mario Rodas
736957987e
Merge pull request #103282 from r-ryantm/auto-update/python3.7-chalice
python37Packages.chalice: 1.21.3 -> 1.21.4
2020-11-10 06:51:11 -05:00
Frederik Rietdijk
0b2ca377b1 Merge staging-next into staging 2020-11-10 10:13:13 +01:00
Frederik Rietdijk
379aaa1e0c Merge master into staging-next 2020-11-10 10:11:08 +01:00
R. RyanTM
7a647b07b6 python37Packages.chalice: 1.21.3 -> 1.21.4 2020-11-10 07:23:31 +00:00
R. RyanTM
d04287f130 python27Packages.rtslib: 2.1.72 -> 2.1.74 2020-11-09 23:18:08 -08:00