summary refs log tree commit diff
path: root/pkgs/development/python-modules
Commit message (Collapse)AuthorAge
* Merge pull request #46829 from adamtulinius/patch-3Jörg Thalheim2018-09-18
|\ | | | | pythonPackages.gmpy: update homepage
| * pythonPackages.gmpy: update homepageAdam Finn Tulinius2018-09-18
| |
* | pythonPackages.gmpy2: update homepageAdam Finn Tulinius2018-09-18
|/
* pythonPackages.pgspecial: 1.8.0 -> 1.11.2Vladyslav Mykhailichenko2018-09-18
|
* Merge pull request #46316 from erosennin/psycopg-2.7.5Jörg Thalheim2018-09-18
|\ | | | | pythonPackages.psycopg2: 2.7.1 -> 2.7.5
| * pythonPackages.psycopg2: 2.7.1 -> 2.7.5Andrey Golovizin2018-09-07
| |
* | python2.pkgs.mypy_extensions: also enable python2Jörg Thalheim2018-09-18
| |
* | Merge pull request #46788 from teto/mypy630Jörg Thalheim2018-09-18
|\ \ | | | | | | python3Packages.mypy: 0.620 -> 0.630
| * | python3Packages.mypy: 0.620 -> 0.630Matthieu Coudron2018-09-18
| | | | | | | | | | | | Now requires mypy_extensions so added it as well.
* | | pythonPackages.mahotas: skip `test_moments.test_normalize` and ↵Maximilian Bosch2018-09-17
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `test_texture.test_haralick3d` testcase (#46793) As stated in #46368, this package seems to have issues with impure tests (reported in https://github.com/luispedro/mahotas/issues/97). Unfortunately the `release-18.09` job on Hydra fails at the attempt to build this package since `test_moments.test_normalize1` and `test_texture.test_haralick3d` breaks. Until the root cause is identified, we skip the disabled tests to ensure that the resulting package is not entirely broken (which can't be confirmed with `doCheck = false`). See https://hydra.nixos.org/job/nixos/release-18.09/nixpkgs.python27Packages.mahotas.x86_64-linux See https://hydra.nixos.org/job/nixos/release-18.09/nixpkgs.python36Packages.mahotas.x86_64-linux See https://logs.nix.ci/?key=nixos/nixpkgs.46793&attempt_id=b85a638d-dcb0-41d3-ab2a-9616a3bb0175 /cc @xeji @luispedro
* | pythonPackages.dendropy: fix buildUli Baum2018-09-16
| | | | | | | | | | | | Build failed after update to 4.4.0 because the tests are incorrectly packages in the pypi version. Switch to upstream github repo, fix tests, disable failing test cases
* | Merge pull request #46732 from worldofpeace/asyncssh/1.14.0Jörg Thalheim2018-09-16
|\ \ | | | | | | python.pkgs.asyncssh: 1.13.3 -> 1.14.0
| * | python.pkgs.asyncssh: 1.13.3 -> 1.14.0worldofpeace2018-09-16
| | |
* | | pythonPackages.libnacl: fix build on darwinVincent Laporte2018-09-16
| | |
* | | pythonPackages.pyodbc: fix build (#46703)xeji2018-09-15
| | | | | | | | | | | | Build with unixODBC instead of libiodbc, see discussion in https://github.com/mkleehammer/pyodbc/issues/444
* | | salt: fix darwin build by specifying dependency on tornado 4Maximilian Bode2018-09-15
|/ / | | | | | | /cc ZHF #45961
* | Merge pull request #46608 from xeji/p/python-fixes-2xeji2018-09-14
|\ \ | | | | | | pythonPackages: fix some broken builds
| * | pythonPackages.nilearn: fix testsUli Baum2018-09-13
| | | | | | | | | | | | disable failing tests
| * | pythonPackages.wordfreq: 2.0 -> 2.2.0, fix buildUli Baum2018-09-13
| | | | | | | | | | | | | | | Previous version didn't build (test failure). Update to latest, tests use pytest now, disable failing tests.
| * | pythonPackages.pytest-rerunfailures: fix buildUli Baum2018-09-13
| | | | | | | | | | | | some tests fail since pytest 3.7.2 -> 3.7.4 update, disable them
| * | pythonPackages.flask-pymongo: fix buildUli Baum2018-09-13
| | | | | | | | | | | | add missing dependency: vcversioner
| * | pythonPackages.eve: fix build, drop incorrect dependenciesUli Baum2018-09-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build failed because of dependency Flask-PyMongo, which actually isn't a dependency of eve as they have their own flask_pymongo code. - Drop incorrect dependency flask-pymongo - Drop redunant dependencies already propageted by flask: itsdangerous, werkzeug, jinja2 - Drop dependency markupsafe, not required any more
| * | pythonPackages.daphne: 2.1.0 -> 2.2.2Uli Baum2018-09-13
| | | | | | | | | | | | | | | Update, re-enable all tests on linux, disable tests on darwin. This fixes the build of pythonPackages.channels
* | | pythonPackages.zodb: fix testsUli Baum2018-09-13
|/ / | | | | | | | | Tests failed after `persistent` was updated to 4.4. Apply an upstream patch to fix them.
* | Merge pull request #46488 from xeji/p/python-fixesxeji2018-09-13
|\ \ | | | | | | pythonPackages.{pydub,readme_renderer,pyfakefs,us,restview}: fix build
| * | pythonPackages.restview: fix testsUli Baum2018-09-13
| | | | | | | | | | | | Failed after readme_renderer was updated. Apply an upstream patch.
| * | pythonPackages.pyfakefs: fix darwin buildUli Baum2018-09-10
| | | | | | | | | | | | | | | One test failed on darwin due to case-insensitive file system, disable it.
| * | pythonPackages.pydub: fix aarch64 buildUli Baum2018-09-10
| | | | | | | | | | | | one test failed due to rounding errors, disable it
| * | pythonPackages.pydub: remove obsolete patchUli Baum2018-09-10
| | |
| * | pythonPackages.pydub: fix build and testsUli Baum2018-09-10
| | | | | | | | | | | | | | | | | | - remove obsolete patch that caused build failure - no tests were run because required data files were missing in pypi version; use github version instead
| * | pythonPackages.pyfakefs: 3.4.1 -> 3.4.3, fix buildUli Baum2018-09-10
| | | | | | | | | | | | Update and disable some failing test cases
| * | pythonPackages.readme_renderer: fix buildUli Baum2018-09-10
| | | | | | | | | | | | Disable one test case that has failed since last bleach update.
| * | pythonPackages.us: fix buildUli Baum2018-09-10
| | | | | | | | | | | | Required jellyfish==0.5.6 but we have 0.6.1. Loosen requirements.
* | | pythonPackages.BTrees: fix build (#46588)xeji2018-09-13
| | | | | | | | | a test case failed since the update to 4.5.1, disable it
* | | Merge pull request #46556 from rnhmjoj/lastpassxeji2018-09-12
|\ \ \ | | | | | | | | qutebrowser: patch all python scripts
| * | | python.pkgs.construct: 2.8.16 -> 2.9.45rnhmjoj2018-09-12
| | | |
| * | | python.pkgs.pykeepass: init at 3.0.2rnhmjoj2018-09-12
| | | |
| * | | python.pkgs.pyreadability: init at 0.4.0rnhmjoj2018-09-12
| | | |
| * | | python.pkgs.tldextract: init at 2.2.0rnhmjoj2018-09-12
| | | |
| * | | python.pkgs.requests-file: init at 1.4.3rnhmjoj2018-09-12
| | | |
* | | | Merge pull request #45644 from jluttine/update-rlp-1.0.2Robert Schütz2018-09-12
|\ \ \ \ | | | | | | | | | | pythonPackages.rlp: 1.0.1 -> 1.0.2 (with some new deps)
| * | | | pythonPackage.backports-shutil-which: enable testsJörg Thalheim2018-09-12
| | | | |
| * | | | pythonPackages.libagent: fix propagatedBuildInputsJaakko Luttinen2018-09-12
| | | | |
| * | | | pythonPackage.backports-shutil-which: init at 3.5.1Jaakko Luttinen2018-09-12
| | | | |
| * | | | pythonPackage.pymsgbox: init at 1.0.6Jaakko Luttinen2018-09-12
| | | | |
| * | | | pythonPackages.ledgerblue: fix build inputsJaakko Luttinen2018-09-12
| | | | |
| * | | | pythonPackages.python-u2flib-host: init at 3.0.3Jaakko Luttinen2018-09-12
| | | | |
| * | | | pythonPackages.rlp: fix buildJaakko Luttinen2018-09-12
| | | | |
| * | | | pythonPackages.eth-utils: init at 1.2.0Jaakko Luttinen2018-09-12
| | | | |
| * | | | pythonPackages.eth-typing: init at 1.1.0Jaakko Luttinen2018-09-12
| | | | |