Commit Graph

13558 Commits

Author SHA1 Message Date
Marek Mahut
392b12f252
Merge pull request #72089 from prusnak/trezor-udev-rules
trezor-udev-rules: init at unstable-2019-07-17
2019-10-31 10:48:48 +01:00
Rakesh Gupta
6b46338847 pythonPackages.labelbox: init at 2.1 2019-10-31 00:38:41 -07:00
Rakesh Gupta
e5236a136d pythonPackages.opentracing: init at 2.2.0 2019-10-30 23:51:37 -07:00
ajs124
03ec5e7e15 python3.pkgs.cherrypy: 18.1.2 -> 18.3.0 and fix tests 2019-10-30 22:35:44 -07:00
Jan Tojnar
688bf9db8c
pythonPackages.libselinux: init 2019-10-31 00:40:45 +01:00
tbenst
53feebb379 nbdime: init at 1.0.6 2019-10-30 10:51:08 -07:00
Carlos D'Agostino
9a87724059 py3status: add dbus-python dependency
This makes the spotify module work.
2019-10-30 08:57:38 -07:00
Sebastian Jordan
d6a2495f1d pythonPackages.parsley: init at 1.3 2019-10-30 08:19:39 -07:00
Sebastian Jordan
7fc6425d02 pythonPackages.nix-prefetch-github: init at 2.3.1 2019-10-30 08:19:39 -07:00
c0bw3b
ebd7466a0b python.pkgs.pycryptopp: build with crypto++ >= 6.0 2019-10-30 08:11:16 -07:00
Pavol Rusnak
d124858efe
trezor-udev-rules: init at unstable-2019-07-17 2019-10-30 15:15:22 +01:00
Jan Tojnar
946ef1723b
Merge pull request #62137 from tbenst/pympress
pympress: init at 1.2.0
2019-10-30 15:09:15 +01:00
Tyler Benster
bf218e6cbc
python3Packages.python-vlc: init at 3.0.7110
Co-Authored-By: Jan Tojnar <jtojnar@gmail.com>
2019-10-30 13:25:17 +01:00
Jonathan Ringer
f6d41b4b1d pythonPackages.worldengine: disable python2 tests 2019-10-29 21:25:18 -07:00
Mario Rodas
f65db057f5
Merge pull request #72215 from jonringer/fix-minio
python3Packages.minio: fix dependencies
2019-10-29 19:06:54 -05:00
Robert Scott
605a7b31d7 pythonPackages.koji: 1.13.0 -> 1.14.3 (security)
Addressing CVE-2019-17109

Also added missing description, homepage & license. Re-disabled for py3k
as the kojira executable doesn't seem to be happy with it.
2019-10-29 21:42:55 +00:00
Frederik Rietdijk
be85360e08 pythonPackages.recommonmark: 0.5.0 -> 0.6.0 2019-10-29 19:04:10 +01:00
Markus S. Wamser
5d59133d96 python3Packages.sphinx: 1.8.3 -> 2.2.0
and update the Python 2 version to 1.8.5

Motivation: http://www.sphinx-doc.org/en/master/changes.html#release-2-2-0-released-aug-19-2019
2019-10-29 19:04:10 +01:00
Jonathan Ringer
afce5f5ec4 python3Packages.snuggs: 1.4.3 -> 1.4.7 2019-10-29 13:42:36 +01:00
Jörg Thalheim
1e501c868b python3.pkgs.weboob: 1.3 -> 1.5
html2text is python3 only now, which implicitly also affects weboob.
2019-10-29 02:30:04 -07:00
Frederik Rietdijk
eabf213cf1 python3.pkgs.dogpile_cache: fix build 2019-10-29 10:06:36 +01:00
Jonathan Ringer
9c21918c05
python3Packages.minio: fix dependencies 2019-10-28 23:11:55 -07:00
Alexei Robyn
94a80621ac pythonPackages.isort: Add explicit setuptools dep and bin test 2019-10-28 22:59:37 -07:00
Jonathan Ringer
753ab3ce84 python3Packages.html2text: fix build 2019-10-28 22:42:14 -07:00
Artemis Tosini
8fc1bd6ec3 pythonPackages.html2text: freeze at 2018.1.9
I was unable tp build calibre at the current git master as it relies on
pytthon27Packages.html2text. Python 2.7 support was removed in the
latest version. This PR downgrades html2text when using an unsupported
Python version.

This PR does not fix building python37Packages.html2text
and python38Packages.html2text, which were broken at master due to what
seems to be a problem in buildPythonPackage.
2019-10-28 21:15:19 -07:00
Frederik Rietdijk
2d8dc891aa python.pkgs.acoustics: 0.2.1 -> 0.2.2 2019-10-28 20:18:18 +01:00
Jörg Thalheim
9b9cf32ee5
Merge branch 'master' into python-language-server 2019-10-28 14:37:02 +00:00
Kier Davis
443f1a43ef pythonPackages.pylint: add setuptools
Previously it was missing a runtime dependency on setuptools:

    [kier@saelli:~/checkouts/nixpkgs]$ $(nix-build -A python27Packages.pylint --no-out-link)/bin/pylint
    Traceback (most recent call last):
      File "/nix/store/0k8h6n6nxjcs2j5jp54mfppjbx37hrrg-python2.7-pylint-1.9.5/bin/.pylint-wrapped", line 6, in <module>
        from pylint import run_pylint
      File "/nix/store/0k8h6n6nxjcs2j5jp54mfppjbx37hrrg-python2.7-pylint-1.9.5/lib/python2.7/site-packages/pylint/__init__.py", line 11, in <module>
        from .__pkginfo__ import version as __version__
      File "/nix/store/0k8h6n6nxjcs2j5jp54mfppjbx37hrrg-python2.7-pylint-1.9.5/lib/python2.7/site-packages/pylint/__pkginfo__.py", line 25, in <module>
        from pkg_resources import parse_version
    ImportError: No module named pkg_resources

With this change, the same command now correctly prints pylint's help text.

This only applies to Python 2.
2019-10-28 10:52:50 +01:00
Benedikt Hunger
b27bdf4ec8 pythonPackages.qscintilla-qt5: fix build 2019-10-28 01:40:52 -07:00
Frederik Rietdijk
21635748a8 Merge master into staging-next 2019-10-28 08:59:50 +01:00
Slawomir Gonet
2ffa30a662 Remove unnecessary sentry-sdk dependencies causing problems in python27 builds 2019-10-28 08:17:50 +01:00
Pavol Rusnak
c5ed4a8b29 pythonPackages.py3buddy: cleanup, call toPythonModule 2019-10-27 23:00:55 -07:00
Mario Rodas
94a08f2f8e
Merge pull request #54975 from ghost/python-logstash
pythonPackages.python-logstash: init at 0.4.6
2019-10-27 22:01:42 -05:00
Jonathan Ringer
5e85873d70 pythonPackages.kombu: fix tests 2019-10-27 16:14:10 -07:00
Jonathan Ringer
3ba8ce13dd pythonPackages.Pyro4: fix tests 2019-10-27 16:14:10 -07:00
Jonathan Ringer
11f9145fb0 python3Packages.mailmanclient: fix build 2019-10-27 16:14:10 -07:00
Jonathan Ringer
421ec19144 pythonPackages.datadog: fix tests 2019-10-27 16:14:10 -07:00
R. RyanTM
62199af908 python37Packages.jaraco_collections: 2.0 -> 2.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-jaraco.collections/versions
2019-10-27 15:29:25 -07:00
R. RyanTM
aa3fcab821 python37Packages.pelican: 4.1.1 -> 4.2.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-pelican/versions
2019-10-27 15:28:02 -07:00
Michael Weiss
f2be56eedc python37Packages.ics: init at 0.6 2019-10-27 15:21:14 -07:00
Michael Weiss
da51ce2713 python37Packages.tatsu: init at 4.4.0
Co-authored-by: Jonathan Ringer <jonringer117@gmail.com>
2019-10-27 15:21:14 -07:00
Robert Scott
e5f671a7dc pythonPackages.rpyc: fix tests to actually execute 2019-10-27 11:47:10 -07:00
xbreak
b24a32d0c7 pythonPackages.python-nomad: init at 1.1.0
Python client library for Hashicorp Nomad
2019-10-27 11:33:46 -07:00
Frederik Rietdijk
62c81282c4 python38Packages.moto: does not function yet 2019-10-27 17:23:41 +01:00
Frederik Rietdijk
8607aa5c39 python38Packages.tables: fix build for 3.8
We need to regenerate the C code with Cython.
2019-10-27 17:18:24 +01:00
Frederik Rietdijk
21177d3e93 python3.pkgs.poetry: fixup 2019-10-27 16:26:58 +01:00
Frederik Rietdijk
524c82b3a1 python.pkgs.audio-metadata: fix missing dep 2019-10-27 16:26:57 +01:00
Frederik Rietdijk
311f17970f python.pkgs.tbm-utils: init at 1.0.0 2019-10-27 16:26:57 +01:00
Frederik Rietdijk
6a6eb39a2d python: botocore: 1.13.1 -> 1.13.2 2019-10-27 16:26:57 +01:00
Jonathan Ringer
e38b3df09d pythonPackages.spacy: fix build 2019-10-27 16:26:57 +01:00
Jonathan Ringer
7a7bc3ef51 pythonPackages.fs: fix tests 2019-10-27 16:26:57 +01:00
Jonathan Ringer
27654139b5 pythonPackages.xdis: disable python2 2019-10-27 16:26:57 +01:00
Jonathan Ringer
f0aa1ffa7b pythonPackages.mozdevice: 1.0.1 -> 3.0.5 2019-10-27 16:26:57 +01:00
Jonathan Ringer
72ba0102d0 pythonPackages.prawcore: fix tests 2019-10-27 16:26:57 +01:00
Jonathan Ringer
4fbf45665f python3Packages.gym: fix build 2019-10-27 16:26:57 +01:00
Jonathan Ringer
a1010b6fca python3Packages.grpc_google_iam_v1: disable awkward tests 2019-10-27 16:26:57 +01:00
Jonathan Ringer
382aec03a1 pythonPackages.pyhocon: fetch from github 2019-10-27 16:26:57 +01:00
Jonathan Ringer
d0f7540885 pythonPackages.testfixtures: 6.3.10 -> 6.10.0 2019-10-27 16:26:57 +01:00
Jonathan Ringer
d118e8d185 pythonPackages.GitPython: disable python2
no longer supported
2019-10-27 16:26:57 +01:00
Jonathan Ringer
ea1fc916a0 pythonPackages.bitarray: fix build
remove obsolete patch
2019-10-27 16:26:57 +01:00
Jonathan Ringer
749c53f144 python3Packages.cheroot: fix tests
patches no longer needed
2019-10-27 16:26:57 +01:00
Jonathan Ringer
5f06ba50e2 python38Packages.boto: disable tests for py38
Hmac logic has changed, and upstream no longer maintaining package
2019-10-27 16:26:57 +01:00
Jonathan Ringer
b5daee5c5d python3Packages.serpent: fix tests 2019-10-27 16:26:56 +01:00
Jonathan Ringer
3b4bdf3f38 python3Packages.pytest-black: init at 0.3.7 2019-10-27 16:26:56 +01:00
Jonathan Ringer
48091cc043 pythonPackages.aenum: disable python2 tests
python2 doesn't guarentee cardinality with lists.
2019-10-27 16:26:56 +01:00
Jonathan Ringer
e90ed4bc96 pythonPackages.pywavelets: disable python2, disable py3 tests 2019-10-27 16:26:56 +01:00
Jonathan Ringer
c53e6c2866 pythonPackages.billiard: use pytest_4 2019-10-27 16:26:56 +01:00
Jonathan Ringer
fe42eae9fc pythonPackages.pytest-mock: 1.10.4 -> 1.11. 2019-10-27 16:26:56 +01:00
Jonathan Ringer
0ccf10b955 pythonPackages.ipython: remove python2 frozen package
promptoolkit no longer supports python2, instead of freezeing
the package, decided to remove python2 support.
2019-10-27 16:26:56 +01:00
Jonathan Ringer
d411e3d0c2 pythonPackages.google_cloud_core: fix tests 2019-10-27 16:26:56 +01:00
Jonathan Ringer
cb2ecc8130 pythonPackages.mozfile: fix python2 build 2019-10-27 16:26:56 +01:00
Jonathan Ringer
e740706b7a pythonPackage.alembic: disable non-existent tests 2019-10-27 16:26:56 +01:00
Jonathan Ringer
ceeeeeaf41 pythonPackages.parameterized: disable tests for python38 2019-10-27 16:26:56 +01:00
Jonathan Ringer
6dc311dbce pythonPackages.openpyxl: disable for python2 2019-10-27 16:26:56 +01:00
Jonathan Ringer
b63ef1ae0b pythonPackages.arrow: fix build 2019-10-27 16:26:56 +01:00
Jonathan Ringer
4e5fa8d6d3 pythonPackages.trio: fix tests 2019-10-27 16:26:56 +01:00
Jonathan Ringer
a4fc8c4b93 pythonPackages.ruamel_yaml: fix build 2019-10-27 16:26:56 +01:00
Jonathan Ringer
5bd7d2c233 pythonPackages.ruamel_yaml_clib: init at 0.2.0 2019-10-27 16:26:56 +01:00
Jonathan Ringer
252da2ff4c python3Packages.google_api_core: disable nox tests 2019-10-27 16:26:56 +01:00
Jonathan Ringer
713ac20898 pythonPackages.numexpr: fix build 2019-10-27 16:26:56 +01:00
Jonathan Ringer
87069f0267 pythonPackages.trio: fix tests 2019-10-27 16:26:55 +01:00
Jonathan Ringer
b3b4c5b12d python38Packages.astor: disable bad test 2019-10-27 16:26:55 +01:00
Jonathan Ringer
d021a26ac8 python3Packages.Mako: fix tests 2019-10-27 16:26:55 +01:00
Frederik Rietdijk
5e8be2fb84 mypy: add missing dep, rename mypy_extensions to mypy-extensions 2019-10-27 16:26:55 +01:00
Frederik Rietdijk
2e5b23d86b python: zipp: 0.5.2 -> 0.6.0 2019-10-27 16:26:55 +01:00
Frederik Rietdijk
13cc2de15f python: zc.lockfile: 1.4 -> 2.0 2019-10-27 16:26:55 +01:00
Frederik Rietdijk
9b75b9f2c6 python: yubico-client: 1.10.0 -> 1.11.0 2019-10-27 16:26:55 +01:00
Frederik Rietdijk
5c5a7357e5 python: XStatic-Bootstrap: 3.3.7.1 -> 4.1.3.1 2019-10-27 16:26:55 +01:00
Frederik Rietdijk
3db6e794d8 python: xml2rfc: 2.27.1 -> 2.34.0 2019-10-27 16:26:55 +01:00
Frederik Rietdijk
3dc390f710 python: wsproto: 0.14.1 -> 0.15.0 2019-10-27 16:26:55 +01:00
Frederik Rietdijk
2b77a9cd8e python: Werkzeug: 0.15.6 -> 0.16.0 2019-10-27 16:26:55 +01:00
Frederik Rietdijk
469416a5f4 python: webcolors: 1.8.1 -> 1.10 2019-10-27 16:26:55 +01:00
Frederik Rietdijk
acfb5cc33d python: web.py: 0.39 -> 0.40 2019-10-27 16:26:55 +01:00
Frederik Rietdijk
14f2c3698c python: waitress: 1.2.1 -> 1.3.1 2019-10-27 16:26:55 +01:00
Frederik Rietdijk
912fb02527 python: vowpalwabbit: 8.5.0 -> 8.7.0.post1 2019-10-27 16:26:55 +01:00
Frederik Rietdijk
1f145970dd python: virtualenv: 16.4.3 -> 16.7.7 2019-10-27 16:26:55 +01:00
Frederik Rietdijk
8c83ccdf5d python: vidstab: 1.5.6 -> 1.7.2 2019-10-27 16:26:55 +01:00
Frederik Rietdijk
2793dce2fb python: vega: 2.3.2 -> 2.6.0 2019-10-27 16:26:55 +01:00
Frederik Rietdijk
2e2cd1c52b python: vcrpy: 2.0.1 -> 2.1.0 2019-10-27 16:26:55 +01:00
Frederik Rietdijk
ea4c344b06 python: urlgrabber: 4.0.0 -> 4.1.0 2019-10-27 16:26:55 +01:00
Frederik Rietdijk
54cd63b48d python: uproot: 3.10.6 -> 3.10.8 2019-10-27 16:26:54 +01:00
Frederik Rietdijk
c1e6bfabd8 python: Unidecode: 1.0.23 -> 1.1.1 2019-10-27 16:26:54 +01:00
Frederik Rietdijk
b3fbc1db52 python: uncompyle6: 3.4.1 -> 3.5.0 2019-10-27 16:26:54 +01:00
Frederik Rietdijk
61a37ff866 python: tzlocal: 1.5.1 -> 2.0.0 2019-10-27 16:26:54 +01:00
Frederik Rietdijk
9d44d6a6e4 python: typeguard: 2.2.2 -> 2.5.1 2019-10-27 16:26:54 +01:00
Frederik Rietdijk
eba3295af9 python: transitions: 0.6.9 -> 0.7.1 2019-10-27 16:26:54 +01:00
Frederik Rietdijk
affb37c500 python: tox: 3.7.0 -> 3.14.0 2019-10-27 16:26:54 +01:00
Frederik Rietdijk
1eb526615a python: todoist-python: 7.0.17 -> 8.1.0 2019-10-27 16:26:54 +01:00
Frederik Rietdijk
89c92fa45b python: tifffile: 2019.2.22 -> 2019.7.26 2019-10-27 16:26:54 +01:00
Frederik Rietdijk
80ab7a37b9 python: thinc: 7.1.1 -> 7.2.0 2019-10-27 16:26:54 +01:00
Frederik Rietdijk
9210a5f609 python: tenacity: 5.0.4 -> 5.1.1 2019-10-27 16:26:54 +01:00
Frederik Rietdijk
f6f0218fc2 python: tblib: 1.4.0 -> 1.5.0 2019-10-27 16:26:54 +01:00
Frederik Rietdijk
ad6f130404 python: tables: 3.5.2 -> 3.6.0 2019-10-27 16:26:54 +01:00
Frederik Rietdijk
8257f25970 python: svgwrite: 1.2.1 -> 1.3.1 2019-10-27 16:26:54 +01:00
Frederik Rietdijk
e28c4c6180 python: supervisor: 4.0.4 -> 4.1.0 2019-10-27 16:26:54 +01:00
Frederik Rietdijk
079813b1d3 python: structlog: 19.1.0 -> 19.2.0 2019-10-27 16:26:54 +01:00
Frederik Rietdijk
bad6a00273 python: stripe: 2.35.1 -> 2.37.2 2019-10-27 16:26:54 +01:00
Frederik Rietdijk
dfc8c2a03c python: starfish: 0.1.7 -> 0.1.8 2019-10-27 16:26:54 +01:00
Frederik Rietdijk
757fd1e27b python: spyder-kernels: 0.5.2 -> 1.6.0 2019-10-27 16:26:54 +01:00
Frederik Rietdijk
ac4437f480 python: sphinxcontrib-spelling: 4.2.1 -> 4.3.0 2019-10-27 16:26:53 +01:00
Frederik Rietdijk
f6054ea58c python: sphinxcontrib-openapi: 0.4.0 -> 0.5.0 2019-10-27 16:26:53 +01:00
Frederik Rietdijk
057614d7cf python: sphinxcontrib-bibtex: 0.4.2 -> 1.0.0 2019-10-27 16:26:53 +01:00
Frederik Rietdijk
8d59cc0dae python: sparse: 0.7.0 -> 0.8.0 2019-10-27 16:26:53 +01:00
Frederik Rietdijk
ba6168c7df python: soupsieve: 1.7.3 -> 1.9.4 2019-10-27 16:26:53 +01:00
Frederik Rietdijk
b1dd06eac2 python: soco: 0.18 -> 0.18.1 2019-10-27 16:26:53 +01:00
Frederik Rietdijk
6639751249 python: snowballstemmer: 1.2.1 -> 2.0.0 2019-10-27 16:26:53 +01:00
Frederik Rietdijk
d639ce2b7b python: slicerator: 0.9.8 -> 1.0.0 2019-10-27 16:26:53 +01:00
Frederik Rietdijk
f03755a7f2 python: slicedimage: 3.2.0 -> 4.0.5 2019-10-27 16:26:53 +01:00
Frederik Rietdijk
946a5a9b11 python: serpent: 1.27 -> 1.28 2019-10-27 16:26:53 +01:00
Frederik Rietdijk
b192161fbd python: sentry-sdk: 0.8.1 -> 0.13.0 2019-10-27 16:26:53 +01:00
Frederik Rietdijk
c67dd45224 python: sentinel: 0.1.1 -> 0.1.2 2019-10-27 16:26:53 +01:00
Frederik Rietdijk
e9118df14f python: seekpath: 1.8.4 -> 1.9.3 2019-10-27 16:26:53 +01:00
Frederik Rietdijk
c94c86e300 python: Scrapy: 1.7.3 -> 1.7.4 2019-10-27 16:26:53 +01:00
Frederik Rietdijk
e4b16eb22d python: scikit-image: 0.14.5 -> 0.16.2 2019-10-27 16:26:53 +01:00
Frederik Rietdijk
8a0ddbd745 python: scikit-build: 0.8.1 -> 0.10.0 2019-10-27 16:26:53 +01:00
Frederik Rietdijk
107022b00d python: schema: 0.6.8 -> 0.7.1 2019-10-27 16:26:53 +01:00
Frederik Rietdijk
210d3baddf python: s3fs: 0.2.2 -> 0.3.5 2019-10-27 16:26:53 +01:00
Frederik Rietdijk
7a767ab6c4 python: runway-python: 0.4.3 -> 0.5.0 2019-10-27 16:26:53 +01:00
Frederik Rietdijk
2113845eb4 python: ruamel.yaml: 0.15.100 -> 0.16.5 2019-10-27 16:26:53 +01:00
Frederik Rietdijk
26387a2616 python: ropper: 1.12.5 -> 1.13.3 2019-10-27 16:26:52 +01:00
Frederik Rietdijk
4703b9aef5 python: robotframework-requests: 0.5.0 -> 0.6.2 2019-10-27 16:26:52 +01:00
Frederik Rietdijk
7897c0717a python: RoboMachine: 0.8.0 -> 0.9.0 2019-10-27 16:26:52 +01:00
Frederik Rietdijk
da2c481b0a python: rl-coach: 0.12.1 -> 1.0.1 2019-10-27 16:26:52 +01:00
Frederik Rietdijk
64b045b154 python: ripser: 0.3.2 -> 0.4.1 2019-10-27 16:26:52 +01:00
Frederik Rietdijk
a754aa7372 python: rfc-bibtex: 0.2.1 -> 0.3.2 2019-10-27 16:26:52 +01:00
Frederik Rietdijk
72260704ed python: rethinkdb: 2.3.0.post6 -> 2.4.4 2019-10-27 16:26:52 +01:00
Frederik Rietdijk
c7337f32ff python: requests-unixsocket: 0.1.5 -> 0.2.0 2019-10-27 16:26:52 +01:00
Frederik Rietdijk
be4c8e9767 python: requests-cache: 0.4.13 -> 0.5.2 2019-10-27 16:26:52 +01:00
Frederik Rietdijk
cf22368300 python: reportlab: 3.5.28 -> 3.5.31 2019-10-27 16:26:52 +01:00
Frederik Rietdijk
1130b5a096 python: regex: 2019.02.21 -> 2019.08.19 2019-10-27 16:26:52 +01:00