1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-29 17:10:48 +00:00
Commit graph

15539 commits

Author SHA1 Message Date
Jonathan Ringer e1e71e5886 pythonPackages.ansible-lint: disable for python2
raumel.yaml is not importable, which makes pip
fail during installation
2020-02-25 00:08:14 -08:00
R. RyanTM 58f608339a python27Packages.flask-babelex: 0.9.3 -> 0.9.4 2020-02-25 00:07:55 -08:00
Michele Guerini Rocco 1805cfabff
Merge pull request #80888 from rnhmjoj/jinja2
python2Packages.jinja2: disable tests on 32bit systems
2020-02-25 01:31:04 +01:00
worldofpeace 868e28e6f9
Merge pull request #80943 from r-ryantm/auto-update/python2.7-datadog
python27Packages.datadog: 0.33.0 -> 0.34.1
2020-02-24 17:45:57 -05:00
Lancelot SIX 9532ca329e
Merge pull request #80968 from r-ryantm/auto-update/python2.7-mockito
python27Packages.mockito: 1.2.0 -> 1.2.1
2020-02-24 20:37:52 +01:00
Lancelot SIX 9be3fe0573
Merge pull request #80969 from r-ryantm/auto-update/python3.7-tablib
python37Packages.tablib: 1.0.0 -> 1.1.0
2020-02-24 20:34:36 +01:00
Michael Weiss d6b692f483
Merge pull request #80959 from B4dM4n/mysql-connector-fix-build
pythonPackages.mysql-connector: fix build for python != python3
2020-02-24 18:56:38 +01:00
R. RyanTM c5efe372fa python37Packages.tablib: 1.0.0 -> 1.1.0 2020-02-24 16:36:42 +00:00
R. RyanTM 745750d685 python27Packages.mockito: 1.2.0 -> 1.2.1 2020-02-24 16:32:00 +00:00
Lancelot SIX f0927d3a17
Merge pull request #80957 from r-ryantm/auto-update/python2.7-django-gravatar2
python27Packages.django-gravatar2: 1.4.2 -> 1.4.4
2020-02-24 15:46:33 +01:00
Fabian Möller 09796a644c
pythonPackages.mysql-connector: fix build for python != python3 2020-02-24 14:43:05 +01:00
rnhmjoj 655b9c3400
python2Packages.jinja2: disable tests on 32bit systems 2020-02-24 14:39:39 +01:00
R. RyanTM e648441eef python27Packages.django-gravatar2: 1.4.2 -> 1.4.4 2020-02-24 13:25:54 +00:00
Michele Guerini Rocco 1ded2578b0
Merge pull request #80895 from rnhmjoj/pysaml2
pythonPackages.pysaml2: fix tests on 32bit systems
2020-02-24 12:39:22 +01:00
Ryan Mulligan 0320b2e384
Merge pull request #80941 from r-ryantm/auto-update/python2.7-Jug
python27Packages.jug: 1.6.9 -> 2.0.0
2020-02-24 02:38:42 -08:00
R. RyanTM 9a3e3037d6 python27Packages.datadog: 0.33.0 -> 0.34.1 2020-02-24 09:40:26 +00:00
R. RyanTM 5d9266266d python27Packages.jug: 1.6.9 -> 2.0.0 2020-02-24 08:42:09 +00:00
Jonathan Ringer 193c58489e pythonPackages.locustio: 0.9.0 -> 0.14.4
disable python3.8 version, as tests hang indefinitely
2020-02-24 00:24:40 -08:00
Guillaume Bouchard 5c11e174b2 pythonPackages.pyopengl: fix runtime shared library loading failure
This closes #76822.

pyopengl 3.1.4 introduced a new logic for shared library loading: it
tests a few combinations of library name and suffix (such as .so.X).

Our previous patch was just replacing the library name (e.g. 'glut') by
the full path to the nix store. This does not work anymore with pyopengl
3.1.4 new heuristic.

This commit just keep the behavior of pyopengl but adds the nix store
path to the list of tried paths.
2020-02-23 22:07:56 -08:00
Michael Lingelbach 74f312e042 python.pkgs.pybullet: 2.6.1 -> 2.6.6
Update static-libs.patch

Add numpy to pybullet propagatedBuildInputs

Added numpy to build inputs
2020-02-23 14:20:38 -08:00
Jonathan Ringer 0d1d43d49c pythonPackages.psutil: 5.6.7 -> 5.7.0 2020-02-23 14:01:08 -08:00
R. RyanTM 16ef1be710 python27Packages.filebytes: 0.10.0 -> 0.10.2 2020-02-23 13:51:56 -08:00
Jonathan Ringer 2c12bb39a8 pythonPackages.chalice: disable pip version bounds 2020-02-23 12:46:32 -08:00
Kevin Amado 3c72558ef0 pythonPackages.fluidasserts: 20.1.33141 -> 20.2.30165
- Release entirely the version pinning, the active development of
  the package makes it be compatible with the latest dependency
  versions
- Added more tests, and missing packages
2020-02-23 12:43:39 -08:00
Kevin Amado 638251852e pythonPackages.promise: init at 2.3 2020-02-23 12:43:39 -08:00
Kevin Amado c6f75c74df pythonPackages.graphql-server-core: init at 1.2.0 2020-02-23 12:43:39 -08:00
Kevin Amado 58dac999c2 pythonPackages.graphql-core: init at 2.3.1 2020-02-23 12:43:39 -08:00
Kevin Amado 36a1d1023a pythonPackages.pywinrm: missing dependency
- Keberos is a dependency that you really want included in the pkg,
  this is also needed to run the test suite by default
2020-02-23 12:43:39 -08:00
Patrick Hilhorst 35e5fc34ff pythonPackages.bespon: init at 0.3.0
Co-Authored-By: Jon <jonringer@users.noreply.github.com>
2020-02-23 11:56:10 -08:00
Daniel Schaefer 4441a6a8a4
Merge pull request #80838 from maxxk/pyfribidi-fix
pythonPackages.pyfribidi: fix build
2020-02-23 16:22:22 +01:00
rnhmjoj 60575b2fb7
pythonPackages.pysaml2: fix tests on 32bit systems 2020-02-23 14:47:50 +01:00
Maxim Krivchikov 23f265cdf5 python27Packages.seaborn: remove FRidh from maintainers 2020-02-23 10:46:36 +01:00
Maxim Krivchikov a517238f9f Add patch for python2 build with clang 2020-02-23 07:21:10 +00:00
Klaas van Schelven c597007cce python.pkgs.httpretty: disable flaky test
As noted upstream: https://github.com/gabrielfalcao/HTTPretty/issues/376
2020-02-22 18:38:21 -08:00
Maxim Krivchikov 444370f1d8 pythonPackages.seaborn: use v0.9.1 for python 2
required for poretools
2020-02-22 16:02:37 -08:00
Maxim Krivchikov 4644a4c482 pythonPackages.pyfribidi: fix build 2020-02-22 22:29:49 +00:00
Maxim Krivchikov 50f3704c2f pythonPackages.ldaptor: fix build 2020-02-22 22:05:18 +00:00
Jonathan Ringer 2fea715779 pythonPackages.acoustics: disable
no longer compatible with pandas>=1
2020-02-22 13:10:07 -08:00
Cassidy Dingenskirchen df54d70e3e poetry: 0.12.17 -> 1.0.3 2020-02-22 12:02:27 -08:00
R. RyanTM 2758e3975a python27Packages.azure-mgmt-storage: 7.0.0 -> 7.1.0 2020-02-22 11:46:09 -08:00
R. RyanTM 0d7ae2a5c6 python27Packages.azure-mgmt-network: 8.0.0 -> 9.0.0 2020-02-22 11:45:01 -08:00
R. RyanTM 20d5f3f23d python27Packages.azure-mgmt-resource: 7.0.0 -> 8.0.1 2020-02-22 11:44:46 -08:00
Vincent Breitmoser 5b244b986d pythonPackages.etesync: init at 0.9.3 2020-02-22 11:15:39 -08:00
Vincent Breitmoser 384afdc82c pythonPackages.furl: 2.0.0 -> 2.1.0 2020-02-22 11:15:39 -08:00
Vincent Breitmoser e9578b9736 pythonPackages.pyscrypt: init at 1.6.2 2020-02-22 11:15:39 -08:00
R. RyanTM 082c7f0181 python27Packages.pyftpdlib: 1.5.5 -> 1.5.6 2020-02-22 10:22:15 -08:00
R. RyanTM 8fd1365953 python27Packages.qtawesome: 0.6.1 -> 0.7.0 2020-02-22 10:07:33 -08:00
Renato Alves e30abffb66 pythonPackages.googletrans: init at 2.4.0 2020-02-22 10:00:06 -08:00
Michele Guerini Rocco 57bcca369d
Merge pull request #80718 from rnhmjoj/timeout
pythonPackages.pytest-timeout: disable flaky test
2020-02-22 09:33:13 +01:00
Drew Risinger d38b8d8ff7 pythonPackages.cvxpy: init at 1.0.25
Convex optimization problem modeler in Python.
Dependency of qiskit-aer.
2020-02-21 16:50:12 -08:00