Konrad Borowski
686274ea62
pythonPackages.decorator: fix Python 2 build
2020-02-19 17:34:31 -08:00
Samuel Leathers
47ab49ac44
Merge pull request #80467 from danieldk/fix-python-vowpalwabbit
...
python3Packages.vowpalwabbit: fix build
2020-02-19 12:46:07 -05:00
Florian Klink
10f9b277d5
python.pkgs.scikits-odes: use latest sundials
2020-02-19 15:38:42 +01:00
Florian Klink
712fba5191
python.pkgs.scikits-odes: 2.4.0-9-g93075ae -> 2.6.1
2020-02-19 15:38:42 +01:00
Drew Risinger
ee65cd9c40
pythonPackages.docplex: init at 2.12.182
...
The IBM Decision Optimization CPLEX Modeling for Python.
Dependency of qiskit-aqua.
2020-02-19 13:12:50 +01:00
Wael Nasreddine
f84bc7264c
pythonPackages.ansible-runner: skip failing test on Catalina ( #80484 )
...
Catalina replaced the director /home with a symbolic link to `/System/Volumes/Data/home` and this test is looking for `/home` explicitly.
I filed https://github.com/ansible/ansible-runner/issues/413 to get this fix upstream.
2020-02-18 17:42:40 -10:00
Drew Risinger
3adda62dc3
pythonPackages.ecos: init at 2.0.7.post1
...
Embedded cone solver interface for optimization problems in Python.
Dependency of qiskit-ignis.
2020-02-18 19:28:23 -08:00
Drew Risinger
a26f334e21
pythonPackages.pylatexenc: init at 2.1
...
Latex converter for Python.
Check dependency of qiskit.
2020-02-18 19:23:42 -08:00
Drew Risinger
38c37f473d
pythonPackages.osqp: init at 0.6.1
...
Oxford Splitting QP solver.
Dependency for cvxpy -> qiskit-aer.
2020-02-18 19:01:32 -08:00
Lancelot SIX
490615ef63
pythonPackages.pyparted: 3.10.4 -> 3.11.4
2020-02-18 14:03:41 -08:00
Daniël de Kok
0688cba0cd
python3Packages.vowpalwabbit: fix build
...
- Drop the Boost patch. The patch does not apply anymore and the new
CMake infrastructure picks up boost.
- Distable setuptools reStructuredText check. This check fails, but
is (as far as I understand) an upstream bug.
- Clean up derivation a bit.
2020-02-18 20:41:37 +01:00
Daniël de Kok
77aa1a7f5b
python3Packages.ftfy: 5.6 -> 5.7
...
Changelog:
https://github.com/LuminosoInsight/python-ftfy/blob/master/CHANGELOG.md#version-57-february-18-2020
The most important change in this version is the update of Unicode
character categories data to Unicode 12.1. This fixes the Python 3.8
build.
2020-02-18 19:44:58 +01:00
Drew Risinger
29b98e4cf5
pythonPackages.dill: enable tests
...
Disable a few failing tests, see comments for what's failing.
2020-02-18 18:34:09 +01:00
Dylan Simon
15a97f8d03
ruamel: quote urls, update ordereddict url
2020-02-17 21:54:37 -08:00
Dylan Simon
c3b5bdaba0
ruamel: moved from bitbucket to sourceforge
2020-02-17 21:54:37 -08:00
Farkas, Arnold
c416e032d5
pythonPackages.untangle: init at 1.1.1
2020-02-17 20:01:42 -08:00
Julien Dehos
60c4596dcb
pythonPackages.bayesian-optimization: init at 1.0.1
2020-02-17 19:57:30 -08:00
Jonathan Ringer
fdcb86de65
python3Packages.django_extensions: 2.2.5 -> 2.2.8
2020-02-17 19:56:43 -08:00
Farkas, Arnold
af19743739
pythonPackages.sqlitedict: init at 1.6.0
2020-02-17 16:12:16 -08:00
rnhmjoj
6be8389b04
python/aiohttp: disable test on 32bit platforms
...
The test `test_cookiejar` is failing because a time_t
constant can't be represented on 32bit platforms.
2020-02-17 16:05:46 -08:00
Farkas, Arnold
78c147c164
pythonPackages.vertica-python: init at 0.10.2
2020-02-16 19:14:05 -08:00
Drew Risinger
f0d53bd6f9
pythonPackages.docloud: init at 1.0.375
...
The IBM Decision Optimization on Cloud Python client.
Requirement of docplex, which is a dependency of qiskit-aqua.
2020-02-16 19:12:40 -08:00
Jon
d6e1193d39
pythonPackages.seqdiag: disable python2
...
No longer supported upstream
```
ERROR: Package 'seqdiag' requires a different Python: 2.7.17 not in '>=3.5'
```
2020-02-16 19:11:11 -08:00
R. RyanTM
d186c7f1c7
seqdiag: 0.9.6 -> 2.0.0
2020-02-16 19:11:11 -08:00
Frederik Rietdijk
3a773045e6
python3Packages: attempt to fix build, mark as broken
...
Earlier spyder was updated to 4.0.0. This build fails. Adding new
dependencies, it still fails, because it needs a very specific version
of jedi. This is problematic, we cannot have these tight constraints in
the Python packages set.
We could revert to 3.x. It builds, however, I expect it to have runtime
issues due to jedi as well.
https://github.com/spyder-ide/spyder/issues/11047
2020-02-16 09:55:01 +01:00
Frederik Rietdijk
ebc94344f7
pythonPackages.python-language-server: 0.29.1 -> 0.31.8
2020-02-16 09:47:58 +01:00
Frederik Rietdijk
a4645dfa33
pythonPackages.python-jsonrpc-server: 0.2.0 -> 0.3.4
2020-02-16 09:47:45 +01:00
Frederik Rietdijk
11641a16fa
pythonPackages.qdarkstyle: 2.6.8 -> 2.8
2020-02-16 09:47:28 +01:00
Frederik Rietdijk
d70bdb7047
pythonPackages.helpdev: init at 0.6.10
2020-02-16 09:47:12 +01:00
Frederik Rietdijk
3ff3e2ce1f
python2Packages.spyder: fix build
2020-02-16 09:27:14 +01:00
Frederik Rietdijk
9d304bd60b
python2Packages.spyder-kernels: fix build
2020-02-16 09:26:58 +01:00
tbenst
a35a2806db
mlflow-server: init at 1.4.0
2020-02-15 22:11:25 -08:00
Tyler Benster
5c20a955d7
pythonPackages.databricks-cli: init at 0.9.1
2020-02-15 22:11:25 -08:00
Tyler Benster
7a49699a30
pythonPackages.gorilla: init at 0.3.0
2020-02-15 22:11:25 -08:00
Tyler Benster
07bb282c84
pythonPackages.querystring_parser: init at 1.2.4
2020-02-15 22:11:25 -08:00
tbenst
94f62695d1
pythonPackages.mlflow: init at 1.4.0
2020-02-15 22:11:25 -08:00
rakesh Gupta
e94a84a144
Fixed disabled/broken augmenters tests
2020-02-15 13:26:20 -08:00
Mathias Schreck
70670e8da2
aws-sam-translator: 1.19.1 -> 1.20.1
2020-02-15 12:57:28 -08:00
Mathias Schreck
bc8cd18996
aws-lambda-builders: 0.6.0 -> 0.7.0
2020-02-15 12:57:28 -08:00
Jonathan Ringer
1037206971
pythonPackages.babelgladeextractor: disable for python2
...
Uses python3 specific calls in setup.py:
```
File "setup.py", line 23, in _slurp
with open(path, encoding="utf-8") as fp:
TypeError: 'encoding' is an invalid keyword argument for this function
```
2020-02-15 09:59:44 -08:00
Jonathan Ringer
e5c8ead7d1
python3Packages.docker: 4.1.0 -> 4.2.0
2020-02-15 08:54:03 -08:00
Maximilian Bosch
ade5a50b0f
python3Packages.mautrix: 0.4.1 -> 0.4.2
...
https://pypi.org/project/mautrix/0.4.2/
2020-02-15 17:02:06 +01:00
Tobias Mayer
4594022ec3
pytest-lazy-fixture: init at 0.6.3
2020-02-15 11:08:36 +01:00
Aluísio Augusto Silva Gonçalves
07c817f9d2
pythonPackages.ffmpeg-python: init at 0.2.0
2020-02-14 21:17:38 -08:00
Aluísio Augusto Silva Gonçalves
316db29457
pythonPackages.mutagen: 1.42.0 -> 1.43.0
...
Not updating to 1.44.0 due to it dropping Python 2 support.
2020-02-14 21:17:38 -08:00
Rakesh Gupta
3064c90887
pythonPackages.imagecorruptions: init at 1.1.0
2020-02-14 18:01:08 -08:00
Ben Darwin
6dca90784a
python3Packages.pywick: init at 0.5.6
2020-02-14 16:42:52 -08:00
Ben Darwin
931f47304f
python3Packages.hickle: init at 3.4.5
2020-02-14 16:42:52 -08:00
Michael Brantley
ce8d1c2adf
pythonPackages.ydiff: init at 1.1
2020-02-14 14:52:44 -08:00
Ruud van Asseldonk
4cc354fe08
python3Packages.googleapis_common_protos: 1.6.0 -> 1.51.0
2020-02-14 11:22:09 -08:00
Ruud van Asseldonk
5fa0590cc7
python3Packages.google_auth: 1.6.3 -> 1.10.0
...
It builds fine without the test-related patches now, so let's remove
those patches. Also, a new dependency is required to run the tests.
2020-02-14 11:22:09 -08:00
Ruud van Asseldonk
6283d62c97
python3Packages.google_cloud_core: 1.1.0 -> 1.2.0
2020-02-14 11:22:09 -08:00
Ruud van Asseldonk
c4767b86a3
python3Packages.google_api_core: 0.15.0 -> 1.16.0
...
Also drop 3.2 compatibility; google-api-core version 1.16.0 requires at
least Python 3.5, there is no point in keeping a Python 3.2 check around
here.
2020-02-14 11:22:09 -08:00
Jonathan Ringer
1abea42347
python38Packages.nipype: mark broken
...
Tests on python3.8 hang for several hours, blocking reviews
of other packages.
2020-02-14 10:55:51 -08:00
worldofpeace
62a7f80d50
Merge pull request #80129 from disassembler/openapi-spec-validator
...
python3Packages.openapi-spec-validator: add setuptools
2020-02-14 12:55:20 -05:00
Samuel Leathers
a721edfabb
python3Packages.openapi-spec-validator: add setuptools
2020-02-14 12:48:20 -05:00
Jonathan Ringer
e24c04f278
python3Packages.fastparquet: 0.3.2 -> 0.3.3
2020-02-14 09:12:36 -08:00
Jonathan Ringer
af1eb21dbf
python3Packages.csvs-to-sqlite: remove pandas version constraint
2020-02-14 09:10:57 -08:00
Arnold Farkas
7c92d539c1
pythonPackages.zstandard: init at 0.13.0 ( #79215 )
2020-02-14 18:35:36 +02:00
R. RyanTM
c5b6c6958f
python27Packages.Wand: 0.5.8 -> 0.5.9
2020-02-13 22:51:53 -08:00
R. RyanTM
893f7e8f43
python27Packages.Rtree: 0.9.3 -> 0.9.4
2020-02-13 22:51:19 -08:00
Jan Tojnar
49bba752d5
python3.pkgs.babelgladeextractor: 0.6.3 → 0.7.0
...
https://github.com/gnome-keysign/babel-glade/compare/0.6.3...0.7.0
2020-02-14 07:44:48 +01:00
Alyssa Ross
95ee2c8e26
python3.pkgs.cmd2: fix shebang
...
The bang was missing! What was there before would still have worked,
but I think it would end up being executed by /bin/sh since it had no
shebang line.
2020-02-14 04:16:50 +01:00
Jon
4580ffa701
python3Packages.sphinx-jinja: fix python3 namespace during tests
2020-02-13 15:52:29 -08:00
R. RyanTM
5a40f6c329
python27Packages.sphinx-jinja: 1.1.0 -> 1.1.1
2020-02-13 15:52:29 -08:00
R. RyanTM
088f8ee7fc
python27Packages.webassets: 0.12.1 -> 2.0
2020-02-13 13:15:15 -08:00
R. RyanTM
90ca2a49a0
python27Packages.shodan: 1.21.2 -> 1.21.3
2020-02-13 13:00:16 -08:00
R. RyanTM
ef7ba860c4
python27Packages.gym: 0.15.4 -> 0.15.6
2020-02-13 08:28:39 -08:00
R. RyanTM
17c2ae932c
python27Packages.av: 6.2.0 -> 7.0.1
2020-02-13 08:22:19 -08:00
R. RyanTM
c7dab2af25
python37Packages.nest-asyncio: 1.2.2 -> 1.2.3
2020-02-13 08:13:52 -08:00
Flakebi
08a304f6b5
rbtools: 0.7.2 -> 1.0.2
2020-02-13 08:09:53 -08:00
Mario Rodas
315d3e5baa
Merge pull request #80011 from r-ryantm/auto-update/python2.7-nameparser
...
python27Packages.nameparser: 1.0.5 -> 1.0.6
2020-02-13 07:33:51 -05:00
Mario Rodas
ff1d185369
Merge pull request #80012 from r-ryantm/auto-update/python2.7-diff_cover
...
python27Packages.diff_cover: 2.5.2 -> 2.6.0
2020-02-13 07:30:06 -05:00
R. RyanTM
39ab83dc8d
python27Packages.diff_cover: 2.5.2 -> 2.6.0
2020-02-13 12:02:42 +00:00
R. RyanTM
8417e9c15f
python27Packages.nameparser: 1.0.5 -> 1.0.6
2020-02-13 11:21:10 +00:00
Jonathan Ringer
3b7f5c6762
python3Packages.snowflake-connector-python: 2.1.2 -> 2.2.0
2020-02-12 23:21:54 -08:00
Jonathan Ringer
b4b0bc9d38
python3Packages.fix-airflow: fix dependencies
2020-02-12 23:21:30 -08:00
Jonathan Ringer
984eb94496
python3Packages.numba: disable for python < 3.6
2020-02-13 08:16:14 +01:00
Jonathan Ringer
a43ec07165
pythonPackages.seaborn: disable <py3.6, abandoned upstream
2020-02-12 23:14:44 -08:00
Jonathan Ringer
5f67b6ad18
python3Packages.django-compat: prevent throw from breaking nix eval
2020-02-12 22:27:24 -08:00
Jonathan Ringer
6c35347144
python3Packages.mezzaine: prevent throw from breaking nix eval
2020-02-12 22:27:24 -08:00
Jonathan Ringer
9ad3ee23c0
python3Packages.imgaug: 0.3.0 -> 0.4.0
2020-02-12 22:26:35 -08:00
Jonathan Ringer
21e5e80265
python3Packages.elementpath: 1.4.0 -> 1.4.1
2020-02-12 17:53:35 -08:00
Drew Risinger
f87157e0d3
pythonPackages.marshmallow-polyfield: init at 5.7
...
This python package allows polymorphic data fields in marshmallow
serialization/deserialization schema.
This is a requirement for qiskit.
2020-02-12 08:40:31 -08:00
Jeff Labonte
b67006fae1
pythonPackages.digi-xbee: init at 1.3.0
2020-02-12 08:32:56 -08:00
Jeff Labonte
843a8481cd
pythonPackages.srp: init at 1.0.15
2020-02-12 08:32:56 -08:00
Farkas, Arnold
ebf837e07f
pythonPackages.sanic-auth: init at 0.2.0
2020-02-12 08:22:56 -08:00
Drew Risinger
0a5108d002
pythonPackages.dlx: init at 1.0.4
...
Python implementation of Donald Knuth's Dancing Links (exact cover)
algorithm.
Requirement of qiskit-aqua.
2020-02-12 07:24:51 -08:00
Alma Cemerlic
efc75b3eb3
pythonPackages.pysnow: init at 0.7.14
2020-02-12 06:49:28 -08:00
Frederik Rietdijk
424697d512
Merge master into staging-next
2020-02-12 09:55:31 +01:00
R. RyanTM
e8fe8182e9
credstash: 1.16.1 -> 1.16.2
2020-02-11 14:35:00 -08:00
Robert Scott
f77e057cda
pythonPackages.pysaml2: fix tests with fixed & now-expired timestamps
...
these only expired (and upstream only seem to have noticed) today
2020-02-11 14:08:30 -08:00
Frederik Rietdijk
1a6c3cb06b
Merge staging into staging-next
2020-02-11 07:59:53 +01:00
Jonathan Ringer
212b24a566
python3Packages.gunicorn: fix homepage
2020-02-10 19:30:47 -08:00
Martin Milata
b86f4d52cf
gunicorn: add 19.x branch for python2.7 support
...
The nixos/moinmoin module uses gunicorn, however the 20.0 version
dropped python2 support which broke the module as there's no python3
port planned for moinmoin: http://moinmo.in/Python3
2020-02-10 19:26:21 -08:00
José Miguel
524af32c15
pythonPackages.wordcloud: init at 1.6.0
2020-02-10 19:23:45 -08:00
Jonathan Ringer
c7eee5ddac
python3Packages.lxml: 4.4.2 -> 4.5.0
2020-02-10 19:22:29 -08:00
Jonathan Ringer
17377f441c
python3Packages.azure-mgmt-applicationinsights: fix build
2020-02-10 16:45:11 -08:00
Jonathan Ringer
70580587de
python3Packages.msrest: 0.6.10 -> 0.6.11
2020-02-10 16:45:11 -08:00
Jonathan Ringer
facdac01c7
python3Packages.pytest-black: 0.3.7 -> 0.3.8
2020-02-10 16:44:47 -08:00
Jonathan Ringer
1a297c817f
python3Packages.xmlschema: 1.0.18 -> 1.1.0
2020-02-10 16:44:04 -08:00
Jonathan Ringer
2214be1fe1
pythonPackages.xmlschema: 1.0.17 -> 1.0.18
2020-02-10 20:32:32 +01:00
Jonathan Ringer
8d6d53b173
pythonPackages.elementpath: 1.3.3 -> 1.4.0
2020-02-10 20:32:32 +01:00
Robert Scott
8817036a31
pythonPackages.capstone: 3.0.5.post1 -> 4.0.1, redesign as wrapper package around main capstone package
...
this allows us to keep the two packages in sync and handle overrides more
flexibly
2020-02-10 20:29:01 +01:00
Ben Darwin
7059f44440
python3Packages.tensorly: init at 0.4.5
2020-02-10 20:21:28 +01:00
Ben Darwin
35bfcc98c9
python3Packages.sparse: mark unbroken (package has been previously updated)
2020-02-10 20:21:28 +01:00
Kevin Amado
168b3076a7
pythonPackages.cfn-flip: 1.1.0.post1 -> 1.2.2
2020-02-10 20:19:11 +01:00
Jan Tojnar
5ff9a68101
Merge pull request #72544 from r-ryantm/auto-update/libgit2
...
libgit2: 0.27.8 -> 0.28.4
2020-02-10 19:59:25 +01:00
Emily
ab0b90ec50
python3Packages.matrix-nio: 0.6 -> 0.7.1
2020-02-10 19:57:23 +01:00
Christoph Stich
eaeb87add1
This allows cupy to find the thrust library which is needed among other things for cupy.argsort
...
Removed unnecessary dependencies
Remove extra whitespace
2020-02-10 18:22:32 +01:00
Michael Reilly
acb0317520
arviz: 0.5.1 -> 0.6.1
2020-02-10 18:21:21 +01:00
Frederik Rietdijk
d9eb897edd
Merge staging-next into staging
2020-02-10 13:02:53 +01:00
Frederik Rietdijk
ec3edaf7b5
Merge master into staging-next
2020-02-10 12:55:47 +01:00
Kevin Rauscher
05b4fe20a7
mopidy: update to python3
...
mopidy: 2.3.1 -> 3.0.1
mopidy-iris: 3.43.0 -> 3.44.0
mopidy-spotify: 3.1.0 -> 4.0.1
pykka: 1.2.0 -> 2.0.1
2020-02-10 09:53:13 +01:00
Mario Rodas
16df275985
pythonPackages.grpcio-tools: : 1.26.0 -> 1.27.1
2020-02-10 09:52:04 +01:00
Jonathan Ringer
5ca385e1e9
python3Packages.pip: 19.3.1 -> 20.0.2
2020-02-09 19:28:58 -08:00
R. RyanTM
3745d96adc
python27Packages.azure-mgmt-policyinsights: 0.3.1 -> 0.4.0
2020-02-09 19:25:37 -08:00
Mario Rodas
061f755708
pythonPackages.user-agents: 2.0 -> 2.1.0
2020-02-09 18:26:58 -08:00
R. RyanTM
d667dad787
python27Packages.ua-parser: 0.8.0 -> 0.9.0
2020-02-09 18:26:58 -08:00
Robert Scott
55ace3be68
pythonPackages.pysaml2: 4.9.0 -> 5.0.0 (security)
...
addressing CVE-2020-5390. disabled for python 2.7 as support is being
removed from this release on.
2020-02-09 17:48:14 -08:00
R. RyanTM
c8718e29b3
python27Packages.jieba: 0.40 -> 0.42.1
2020-02-09 13:50:00 -08:00
R. RyanTM
d2c86759b4
python27Packages.uproot: 3.11.1 -> 3.11.2
2020-02-09 13:35:09 -08:00
R. RyanTM
da71501662
python27Packages.pycollada: 0.7 -> 0.7.1
2020-02-09 13:09:03 -08:00
Jonathan Ringer
c10ecb9372
pythonPackages.nwdiag: add setuptools dependency
2020-02-09 13:03:06 -08:00
R. RyanTM
0cab013528
python27Packages.nwdiag: 1.0.4 -> 2.0.0
2020-02-09 13:03:06 -08:00
R. RyanTM
0e4edcffaf
python27Packages.rq: 1.1.0 -> 1.2.2
2020-02-09 13:02:26 -08:00
R. RyanTM
3e21d7cd49
python37Packages.pikepdf: 1.8.2 -> 1.10.0
2020-02-09 13:02:02 -08:00
R. RyanTM
f28e474d5c
python27Packages.persim: 0.1.1 -> 0.1.2
2020-02-09 12:58:17 -08:00
R. RyanTM
6baea7fc49
python37Packages.pydantic: 1.3 -> 1.4
2020-02-09 12:57:17 -08:00
R. RyanTM
aea58b37e9
python27Packages.uproot-methods: 0.7.2 -> 0.7.3
2020-02-09 12:43:34 -08:00
R. RyanTM
0ea17a0e88
python27Packages.augeas: 1.0.3 -> 1.1.0
2020-02-09 12:41:36 -08:00
R. RyanTM
43be20ccd5
python27Packages.spotipy: 2.6.1 -> 2.7.1
2020-02-09 12:40:50 -08:00
Mario Rodas
dbd972effa
Merge pull request #79602 from r-ryantm/auto-update/python2.7-feedgen
...
python27Packages.feedgen: 0.8.0 -> 0.9.0
2020-02-09 14:03:16 -05:00
R. RyanTM
b6841b1fb4
python27Packages.simplekml: 1.3.1 -> 1.3.3
2020-02-09 19:26:45 +01:00
Lancelot SIX
8196b7054e
Merge pull request #79615 from r-ryantm/auto-update/python2.7-django-storages
...
python27Packages.django-storages: 1.8 -> 1.9.1
2020-02-09 19:19:24 +01:00
R. RyanTM
fd791086e7
python27Packages.kconfiglib: 13.7.0 -> 14.1.0
2020-02-09 18:13:20 +01:00
Farkas, Arnold
500a8ffd96
pythonPackages.flower: init at 0.9.3
2020-02-09 17:12:01 +01:00
R. RyanTM
02dedfee1e
python27Packages.pytelegrambotapi: 3.6.6 -> 3.6.7
2020-02-09 17:09:48 +01:00
Farkas, Arnold
a8f3903ba5
pythonPackages.nbconflux: init at 0.7.0
2020-02-09 17:08:11 +01:00
R. RyanTM
8deaccc909
python37Packages.pylint-django: 2.0.12 -> 2.0.13
2020-02-09 17:03:12 +01:00
Florian
a614706219
transip: init at 2.0.0
2020-02-09 16:57:57 +01:00
Florian
1c94a83a5f
localzone: init at 0.9.5
2020-02-09 16:57:57 +01:00
Florian
2228e3ad12
softlayer-python: init at 5.8.4
2020-02-09 16:57:57 +01:00
Florian
9006edb2a9
pynamecheap: init at 0.0.3
2020-02-09 16:57:57 +01:00
R. RyanTM
aacf7bc4cb
python37Packages.hstspreload: 2020.1.17 -> 2020.2.5
2020-02-09 16:50:04 +01:00
R. RyanTM
2bd67e1364
python27Packages.geopy: 1.20.0 -> 1.21.0
2020-02-09 16:49:33 +01:00
R. RyanTM
50ebd0e715
python37Packages.cmd2: 0.9.23 -> 0.9.25
2020-02-09 16:48:58 +01:00
R. RyanTM
0de71396f9
python27Packages.phonenumbers: 8.11.2 -> 8.11.3
2020-02-09 16:46:20 +01:00
R. RyanTM
a38c637328
python27Packages.python-dotenv: 0.10.4 -> 0.10.5
2020-02-09 16:45:59 +01:00
R. RyanTM
1519d82b95
python27Packages.sphinxcontrib-tikz: 0.4.6 -> 0.4.8
2020-02-09 16:45:23 +01:00
Frederik Rietdijk
cffec212dc
Merge staging into staging-next
2020-02-09 16:38:32 +01:00
Mario Rodas
94004b3749
Merge pull request #79605 from r-ryantm/auto-update/python2.7-ijson
...
python27Packages.ijson: 2.5.1 -> 2.6.1
2020-02-09 08:03:12 -05:00
R. RyanTM
80ef6e58b3
python27Packages.Nuitka: 0.6.6 -> 0.6.7
2020-02-09 13:51:35 +01:00
R. RyanTM
0fe3a6195b
python27Packages.m3u8: 0.5.2 -> 0.5.4
2020-02-09 13:12:47 +01:00
R. RyanTM
991d9d76d9
python27Packages.django-storages: 1.8 -> 1.9.1
2020-02-09 11:51:26 +00:00
Mario Rodas
656e96e2f8
python27Packages.ijson: update homepage
2020-02-09 05:00:00 -05:00
R. RyanTM
fec3dd2459
python37Packages.jupyterlab: 1.2.5 -> 1.2.6
2020-02-09 10:59:40 +01:00
R. RyanTM
603d41f9c7
python27Packages.ijson: 2.5.1 -> 2.6.1
2020-02-09 09:51:09 +00:00
R. RyanTM
af6336aa34
python27Packages.geopandas: 0.6.2 -> 0.6.3
2020-02-09 10:38:51 +01:00
Daniel Wheeler
74cb7cd5c0
pythonPackages.sfepy: init at 2019.2
2020-02-09 10:30:30 +01:00
dawidsowa
2eeda84091
pythonPackages.iapws: init at 1.4
2020-02-09 10:28:27 +01:00
talkara
e7d80e3e15
pythonPackages.robotframework-databaselibrary: init at 1.2.4 ( #67339 )
...
* pythonPackages.robotframework-databaselibrary: init at 1.2.4
* maintainers: add talkara
* pythonPackages.robotframework-databaselibrary: add meta.maintainers: talkara
2020-02-09 10:27:45 +01:00
ivegotasthma
9c8716af68
pythonPackages.django-anymail: init at 6.1.0
2020-02-09 10:26:44 +01:00
Jiri Danek
002fc5fa06
pythonPackages.pythonnet: 2.3.0 -> 2.4.0
2020-02-09 10:26:07 +01:00
Lucio Delelis
d1508cb819
pythonPackages.pyfcm: init at 1.4.7 ( #67321 )
...
* pythonPackages.pyfcm: init at 1.4.7
* pythonPackages.pyfcm: build from github, rather than Pypi
* pythonPackages.pyfcm: adds ldelelis as package maintainer
2020-02-09 10:25:07 +01:00
Ivan Solyankin
f4f450f3a5
pythonPackages.furl: init at 2.0.0
2020-02-09 10:23:43 +01:00
Ivan Solyankin
018d0459f8
pythonPackages.orderedmultidict: init at 1.0.1
2020-02-09 10:23:43 +01:00
Taito Horiuchi
ca44e9514c
pythonPackages.z3c_checkversions: init at 1.1
...
pythonPackages.z3c-checkversions: normalize attribute name and pname
z3c_checkversions -> z3c-checkversions
pythonPackages.z3c-checkversions: init at 1.1
2020-02-09 10:18:30 +01:00
Josef Kemetmüller
1a6e93f0b2
pythonPackages.mayavi: init at 4.7.0
2020-02-09 10:08:43 +01:00
Josef Kemetmüller
f126f2c9e3
pythonPackages.envisage: init at 4.7.2
2020-02-09 10:08:43 +01:00
Josef Kemetmüller
7800b2f71a
pythonPackages.apptools: init at 4.4.0
2020-02-09 10:08:43 +01:00
Josef Kemetmüller
4da1a74f25
pythonPackages.traitsui: init at 6.0.0
2020-02-09 10:08:43 +01:00
Josef Kemetmüller
8a6415f749
pythonPackages.pyface: init at 6.1.1
2020-02-09 10:08:43 +01:00
R. RyanTM
5ae4ed7f53
python27Packages.feedgen: 0.8.0 -> 0.9.0
2020-02-09 09:05:47 +00:00
R. RyanTM
27e52e8ff8
python27Packages.apprise: 0.8.3 -> 0.8.4
2020-02-09 09:44:48 +01:00
R. RyanTM
a9bf0efde7
python37Packages.breathe: 4.14.0 -> 4.14.1
2020-02-09 09:44:07 +01:00
R. RyanTM
4657f89699
python27Packages.awkward: 0.12.19 -> 0.12.20
2020-02-09 09:41:51 +01:00
Frederik Rietdijk
8847d57763
Merge staging-next into staging
2020-02-09 09:18:17 +01:00
Lancelot SIX
862688a301
pythonPackages.django-sesame: fix build
2020-02-09 09:17:31 +01:00
Lancelot SIX
cfae1bd7ab
pythonPackages.django-configurations: fix build
2020-02-09 09:17:31 +01:00
Lancelot SIX
31a57d417f
pythonPackages.django-pglocks: fix build
2020-02-09 09:17:31 +01:00
Lancelot SIX
316f3a63b0
pythonPackages.django-raster: fix build
2020-02-09 09:17:31 +01:00
Lancelot SIX
5cecdbf834
pythonPackages.django_appconf: backport support for django-2.2
2020-02-09 09:17:31 +01:00
Lancelot SIX
2711c7477d
pythonPackages.django: django_1_11 -> django_lts
2020-02-09 09:17:31 +01:00
Frederik Rietdijk
9efb75c0ee
pythonPackages.moto: disable tests
2020-02-09 09:17:31 +01:00
Frederik Rietdijk
a328142bde
python: pandas: 1.0.0 -> 1.0.1
2020-02-09 09:17:31 +01:00
Frederik Rietdijk
8c8d547ab5
python: s3transfer: 0.2.1 -> 0.3.3
2020-02-09 09:17:31 +01:00
Frederik Rietdijk
13e42c7480
python: boto3: 1.10.1 -> 1.11.13
2020-02-09 09:17:31 +01:00
Frederik Rietdijk
957517023f
pythonPackages.botocore: remove docutils constraint
2020-02-09 09:17:31 +01:00
Frederik Rietdijk
f3812d7dc8
python: botocore: 1.13.2 -> 1.14.13
2020-02-09 09:17:31 +01:00
Frederik Rietdijk
843a1c3a6a
python: multidict: 4.7.2 -> 4.7.4
2020-02-09 09:17:31 +01:00
Frederik Rietdijk
20c2ca6a85
python: reportlab: 3.5.32 -> 3.5.34
2020-02-09 09:17:31 +01:00
Frederik Rietdijk
d76b7415a0
python: zeroconf: 0.24.3 -> 0.24.4
2020-02-09 09:17:31 +01:00
Frederik Rietdijk
76e85ffbda
python: ipython: 7.10.2 -> 7.12.0
2020-02-09 09:17:31 +01:00
Frederik Rietdijk
aa681d9cdb
python: autopep8: 1.4.4 -> 1.5
2020-02-09 09:17:31 +01:00
Frederik Rietdijk
183c6b91db
python: Jinja2: 2.10.3 -> 2.11.1
2020-02-09 09:17:31 +01:00
Frederik Rietdijk
b0b29af240
python: urllib3: 1.25.7 -> 1.25.8
2020-02-09 09:17:31 +01:00
Frederik Rietdijk
ac307d0097
python: matplotlib: 3.1.2 -> 3.1.3
2020-02-09 09:17:31 +01:00
Frederik Rietdijk
1a69373d52
python: Mako: 1.1.0 -> 1.1.1
2020-02-09 09:17:31 +01:00
Frederik Rietdijk
43a0755d82
python: docutils: 0.15.2 -> 0.16
2020-02-09 09:17:31 +01:00
Frederik Rietdijk
ec63edf6fd
pythonPackages.sqlalchemy: 1.3.10 -> 1.3.13
2020-02-09 09:17:31 +01:00
Frederik Rietdijk
8cb273e094
python: Werkzeug: 0.16.0 -> 0.16.1
2020-02-09 09:17:31 +01:00
Frederik Rietdijk
884ef918bf
python: six: 1.13.0 -> 1.14.0
2020-02-09 09:17:31 +01:00
Frederik Rietdijk
ad74dd5cb1
pythonPackages.setuptools_scm: disable tests
2020-02-09 09:17:31 +01:00
Frederik Rietdijk
edd160e1d9
python: setuptools_scm: 3.3.3 -> 3.4.3
2020-02-09 09:17:31 +01:00
Frederik Rietdijk
19c28a2b2f
python: packaging: 19.2 -> 20.1
2020-02-09 09:17:31 +01:00
Ben Gamari
3d28e53bab
python3Packages.sphinx: 2.2.2 -> 2.3.1
2020-02-09 09:17:31 +01:00
Emily
d6640aac70
glasgow: unstable-2019-10-16 -> unstable-2020-02-08
2020-02-08 23:00:07 -06:00
Emily
867b31d5e1
libfx2: unstable-2019-09-23 -> unstable-2020-01-25
2020-02-08 23:00:07 -06:00
Emily
b514cc33aa
python3Packages.nmigen-soc: init at unstable-2020-02-08
2020-02-08 23:00:07 -06:00
Emily
62d2267a9f
python3Packages.nmigen-boards: unstable-2019-10-13 -> unstable-2020-02-06
...
Also correct license to BSD2.
2020-02-08 23:00:07 -06:00
Emily
d5dad43699
python3Packages.nmigen: unstable-2019-10-17 -> unstable-2019-02-08
...
Also correct license to BSD2.
2020-02-08 23:00:07 -06:00
Emily
bcf081719b
pythonPackages.pyvcd: 0.1.6 -> 0.1.7
2020-02-08 23:00:07 -06:00
Pascal Wittmann
6a3d548dba
pythonPackages.sipsimple: executable bits are set with next release
2020-02-08 20:04:11 +01:00
worldofpeace
23fa449d65
Merge pull request #79422 from andrew-d/andrew/asyncssh
...
python3Packages.asyncssh: fix build
2020-02-07 10:08:13 -05:00
Andrew Dunham
5a0f0005e7
python3Packages.asyncssh: fix build
...
The test changed from `yield from` to `await`, which broke our patch.
Fix our patch.
Closes #79380
2020-02-06 23:24:27 -08:00
Matthieu Coudron
2855281050
alot: 0.8.1 -> 0.9
...
Changelog: https://github.com/pazz/alot/releases/tag/0.9
2020-02-06 22:50:33 +01:00
Lancelot SIX
2c7f99a799
pythonPackages.django_2_2: 2.2.9 -> 2.2.10
...
See https://docs.djangoproject.com/en/2.2/releases/2.2.10/ for release
information
2020-02-06 20:04:37 +01:00
Lancelot SIX
4fa2193cd6
pythonPackages.django_1_11: 1.11.27 -> 1.11.28
...
See https://docs.djangoproject.com/en/1.11/releases/1.11.28/ for release
information
2020-02-06 20:04:37 +01:00
R. RyanTM
72e2b8e16e
python37Packages.PyChromecast: 4.1.0 -> 4.1.1
2020-02-06 20:00:31 +01:00
Ben Darwin
134b645343
python3Packages.nilearn: unbreak package
2020-02-06 19:59:14 +01:00
Ben Darwin
f5c191739b
pythonPackages.pydicom: 1.3.0 -> 1.4.1
...
- routine update; unbreaks with Python 3.8 (not supported before 1.4.1)
2020-02-06 19:59:14 +01:00
Ben Darwin
83bdc1d989
python3Packages.nibabel: 3.0.0 -> 3.0.1
...
- this unbreaks the package due to erroring tests in 3.0.0
- remove obsolete (mostly Python2-related) deps
- add deps to support MINC, DICOM, and SPM formats
- only build on x64 due to a dtype bug on Arm64
2020-02-06 19:59:14 +01:00
Benno Fünfstück
67312c600f
python37Packages.sqlmap: 1.4 -> 1.4.2 and fix bugs
2020-02-06 15:58:50 +01:00
Nikolay Korotkiy
604762da4d
pythonPackages.pyosmium: init at 2.15.3
2020-02-06 04:22:27 -08:00
Mario Rodas
4efa91589b
Merge pull request #79313 from r-ryantm/auto-update/datasette
...
datasette: 0.30.2 -> 0.35
2020-02-06 06:26:31 -05:00
Domen Kožar
2cc1939a0f
ansible-lint: it builds
2020-02-06 10:50:23 +01:00
Frederik Rietdijk
e36dbf30b0
python3Packages.nbformat: 4.4.0 -> 5.0.4
2020-02-06 10:25:19 +01:00
Frederik Rietdijk
9afa7cce9c
python: xarray: 0.14.1 -> 0.15.0
2020-02-06 10:25:19 +01:00
Frederik Rietdijk
e90ce6a56a
python: tqdm: 4.40.2 -> 4.42.1
2020-02-06 10:25:19 +01:00
Frederik Rietdijk
8e0843c247
python3Packages.tiledb: 0.5.3 -> 0.5.6
2020-02-06 10:25:19 +01:00
Frederik Rietdijk
95a76901e5
python: seaborn: 0.9.0 -> 0.10.0
2020-02-06 10:25:19 +01:00
Frederik Rietdijk
37b33a9a92
python: pyFFTW: 0.11.1 -> 0.12.0
2020-02-06 10:25:19 +01:00
Frederik Rietdijk
bc71085dd5
python: notebook: 6.0.2 -> 6.0.3
2020-02-06 10:25:18 +01:00
Frederik Rietdijk
3f7bf955cb
python3Packages.ipykernel: 5.1.3 -> 5.1.4
2020-02-06 10:25:18 +01:00
Frederik Rietdijk
4362401fa3
python: numba: 0.46.0 -> 0.48.0
2020-02-06 10:25:18 +01:00
Frederik Rietdijk
aecc14b52b
python: llvmlite: 0.30.0 -> 0.31.0
2020-02-06 10:25:18 +01:00
R. RyanTM
be8f195d32
datasette: 0.30.2 -> 0.35
2020-02-06 06:28:28 +00:00
Jan Tojnar
5308a8694e
python3.pkgs.pygit2: 0.27.2 → 1.0.3
...
Removes Python 2 support.
https://github.com/libgit2/pygit2/blob/v1.0.3/CHANGELOG.rst
2020-02-06 01:50:33 +01:00
Robert Scott
f498ceb6f2
pythonPackages.moviepy: switch to opencv3
...
opencv2 is essentially EOL and has security concerns
2020-02-05 22:31:01 +01:00
R. RyanTM
348025bc13
python38Packages.mahotas: 1.4.7 -> 1.4.9
2020-02-05 22:30:04 +01:00
Dmitry Kalinkin
87c12d7dd1
Merge pull request #79202 from veprbl/pr/hglib_fix
...
pythonPackages.hglib: fix tests
2020-02-05 15:21:52 -05:00
Frederik Rietdijk
419bc0a4cd
Revert "Revert "Merge master into staging-next""
...
In 87a19e9048
I merged staging-next into master using the GitHub gui as intended.
In ac241fb7a5
I merged master into staging-next for the next staging cycle, however, I accidentally pushed it to master.
Thinking this may cause trouble, I reverted it in 0be87c7979
. This was however wrong, as it "removed" master.
This reverts commit 0be87c7979
.
2020-02-05 19:41:25 +01:00
Frederik Rietdijk
0be87c7979
Revert "Merge master into staging-next"
...
I merged master into staging-next but accidentally pushed it to master.
This should get us back to 87a19e9048
.
This reverts commit ac241fb7a5
, reversing
changes made to 76a439239e
.
2020-02-05 19:18:35 +01:00
Frederik Rietdijk
87a19e9048
Merge pull request #79119 from NixOS/staging-next
...
Staging next
2020-02-05 19:09:27 +01:00
Frederik Rietdijk
f720f14137
python3Packages.dask: 2.9.1 -> 2.10.1
2020-02-05 19:07:43 +01:00
Frederik Rietdijk
76a439239e
Merge master into staging-next
2020-02-05 10:28:52 +01:00
Dmitry Kalinkin
a745c846d4
pythonPackages.hglib: fix tests
2020-02-04 12:47:05 -05:00
Evan Stoll
90dd157cde
openrazer: add evanjs to maintainers
2020-02-03 10:00:35 -08:00
Evan Stoll
e341719193
openrazer: 2.6.0 -> 2.7.0
...
openrazer: remove superfluous period from hardware.openrazer.enable
2020-02-03 10:00:35 -08:00