3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

5056 commits

Author SHA1 Message Date
Frederik Rietdijk 8aff7c0508 Merge pull request #26258 from nh2/python-consul-0.7.0
Upgrade to python-consul-0.7.0.
2017-05-31 11:40:58 +02:00
Frederik Rietdijk 3488c65b2b Merge pull request #26268 from Profpatsch/rarfile-unrar-libarchive
pythonPackages.rarfile: use free libarchive by default.
2017-05-31 08:46:40 +02:00
Frederik Rietdijk 62dbc738c5 Revert "fix electrum dependencies" 2017-05-31 08:33:02 +02:00
Profpatsch 0697dd8b81 pythonPackages.rarfile: use free libarchive by default.
`unrar` is a non-free package, so it should only be used on request.
rarfile can use the rar-mode of `libarchive` instead, which should work well
enough for most cases.
2017-05-31 05:53:29 +02:00
Niklas Hambüchen 53748b7e17 Upgrade to python-consul-0.7.0.
Fixes https://github.com/cablehead/python-consul/issues/152
2017-05-30 22:19:57 +02:00
rnhmjoj e73f9953af
move libraries to pkgs/development/python-modules 2017-05-30 21:36:31 +02:00
rnhmjoj 3f9b6ddbf5
pythonPackages.ledgerblue: init at 0.1.13 2017-05-30 21:36:31 +02:00
rnhmjoj 0db8285689
pythonPackages.ecpy: init at 0.8.1 2017-05-30 21:36:31 +02:00
rnhmjoj b2a8b7df59
pythonPackages.keepkey: fix impossible constraint 2017-05-30 21:36:31 +02:00
rnhmjoj fe98f01da3
pythonPackages.trezor_agent: 0.7.0 -> 0.9.1 2017-05-30 21:36:31 +02:00
rnhmjoj 26fbe26345
pythonPackages.libagent: init at 0.9.1 2017-05-30 21:36:31 +02:00
rnhmjoj 91a56e1be0
pythonPackages.hidapi: 0.7.99.post15 -> 0.7.99.post20 2017-05-30 21:36:31 +02:00
Matthias Beyer 3c83ce3014 pythonPackages.pytest-localserver: 0.3.5 -> 0.3.7 (#26238)
* pythonPackages.pytest-localserver: 0.3.5 -> 0.3.7

* pythonPackages.pytest-localserver: Change to use python packaging tools

* pythonPackages.pytest-localserver: Move to own file
2017-05-30 17:47:00 +02:00
Robert Scott a1c15989aa python.pkgs.flask_migrate: 1.7.0 -> 2.0.3
fixes build against new dependencies after some test tinkering, seems
we can remove the python3-patching as there exists a "python" symlink now
2017-05-30 12:39:20 +01:00
Lancelot SIX 61ce84904e Merge pull request #26166 from risicle/django-compat-hijack-tests
python: django-compat & django-hijack tests (also bump django-hijack)
2017-05-30 09:29:34 +02:00
Frederik Rietdijk 89a32f4586 Merge pull request #26124 from womfoo/init/cloudmonkey-5.3.3
cloudmonkey: init at 5.3.3 with related dependency argcomplete: init at 1.8.2
2017-05-30 08:43:05 +02:00
Kranium Gikos Mendoza a61e58b121 pythonPackages.argcomplete: init at 1.8.2 2017-05-30 06:37:19 +10:00
Jörg Thalheim 2c39927c7a
pythonPackages.alembic: 0.8.3 -> 0.9.2 2017-05-29 14:35:03 +01:00
Robert Scott fa44b72d91 python.pkgs.django_hijack: 2.0.7 -> 2.1.4
also fix & enable tests, add self as maintainer
2017-05-28 14:43:41 +01:00
Frederik Rietdijk d0f2361bc1 python.pkgs.simplejson: 3.8.1 -> 3.10.0 2017-05-28 10:08:43 +02:00
Frederik Rietdijk 476086929a python.pkgs.urllib3: disable tests
because there are transient failures too often.
2017-05-27 17:52:20 +02:00
Frederik Rietdijk 2ff488c267 python.pkgs.django_hijack
Get rid of overriding inside the fixed-point combinator. Overriding
versions inside the set causes trouble when combining packages.
2017-05-27 17:22:11 +02:00
Frederik Rietdijk 4cbd5e4141 python.pkgs.sqlalchemy: 1.0.15 -> 1.1.10 2017-05-27 14:25:08 +02:00
Frederik Rietdijk dc2250eb5e python.pkgs.pip: build -> test dependencies 2017-05-27 14:25:08 +02:00
Frederik Rietdijk a8f6f8d1e4 python.pkgs.setuptools_scm: pytest is test dependency 2017-05-27 14:25:08 +02:00
Frederik Rietdijk 6cd52fa440 python.pkgs.llvmlite: 0.16.0 -> 0.18.0 2017-05-27 14:25:08 +02:00
Jaakko Luttinen a50b61f4fa
pythonPackages.ws4py: git-20130303 -> 0.4.2 2017-05-27 14:17:42 +03:00
Jaakko Luttinen ef54727795
pythonPackages.Nikola: init at 7.8.4 2017-05-27 14:17:39 +03:00
Frederik Rietdijk 098917844d python36.pkgs.networkx: disable tests 2017-05-27 11:06:24 +02:00
Joachim Fasting 3f688207e7
pythonPackages.emoji: 0.3.9 -> 0.4.5 2017-05-25 17:12:37 +02:00
Frederik Rietdijk 4f6dde2494 Merge pull request #26044 from aneeshusa/update-pgcli-to-1.5.1
Update pgcli to 1.5.1
2017-05-24 21:24:30 +02:00
Aneesh Agrawal 473189e8e0 pgcli: 1.3.1 -> 1.5.1 2017-05-24 15:20:36 -04:00
Masayuki Takeda 65477dcd34 Python fetchPypi: support an extension
Many source archives on PyPI are tar.gz archives.
Not all are, and therefore this commit adds the possibility
to set the extension of the archive.
2017-05-24 16:00:22 +02:00
Aneesh Agrawal 5795680fed pythonPackages.pgspecial: 1.6.0 -> 1.7.0 2017-05-23 23:43:45 -04:00
Jörg Thalheim bfc9420b7f
feedgenerator: move to external file 2017-05-23 22:37:43 +01:00
Jörg Thalheim 3e9f7bcb98
pythonPackages.pelican: move to external file 2017-05-23 22:09:07 +01:00
Will Dietz 330dee016d python.pelican: 3.6.3 -> 3.7.1, enable tests 2017-05-23 14:35:10 -05:00
Will Dietz 9ede2d15aa python.feedgenerator: 1.7 -> 1.9 2017-05-23 14:34:49 -05:00
Robin Gloster 427e749217
pythonPackages.pants: remove warning
this breaks evaluation of nixpkgs.tarball

cc @copumpkin
2017-05-23 02:27:35 +02:00
Dan Peebles 845d1b28bf pants{,13-pre}: move from pythonPackages to top level
That means it'll build in Hydra and we don't really care which version of
Python it builds against.
2017-05-22 12:22:13 -04:00
Frederik Rietdijk 0891d0b7a0 Merge pull request #25716 from LnL7/python-flake8
python flake8: 3.2.1 -> 3.3.0
2017-05-22 11:12:36 +02:00
Rhys c46c3fa5aa cython: build on 32-bit ARM 2017-05-22 11:04:49 +10:00
Michael Raskin daa65527c6 marionette-harness: init at 4.4.0 2017-05-21 19:29:20 +02:00
Unai Zalakain db3e2983a6
subliminal: init at 2.0.5 2017-05-21 14:41:31 +01:00
Jörg Thalheim 6f447ed6cf Merge pull request #25883 from unaizalakain/init-enzyme
enzyme: init at 0.4.1
2017-05-21 14:39:20 +01:00
Unai Zalakain d501166f31 enzyme: init at 0.4.1 2017-05-21 11:34:14 +02:00
Jörg Thalheim d81683d0a4 Merge pull request #25884 from unaizalakain/init-pysrt
pysrt: init at 1.1.1
2017-05-21 09:22:46 +01:00
Jörg Thalheim 50e8199930 Merge pull request #25949 from bhipple/init/python-bitcoin-price-api
pythonPackages.bitcoin-price-api: init at 0.0.4
2017-05-21 09:01:49 +01:00
Alexandre Peyroux f1edefed50 jsbeautifier: 1.6.4 -> 1.6.14 (#25947)
* jsbeautifier: 1.6.4 -> 1.6.14

* pythonPackages.jsbeautifier: move to python-modules
2017-05-21 08:50:14 +01:00
Mateusz Kowalczyk 8c0b08d1a4 pythonPackages.jenkins-job-builder: 1.6.1 -> 2.0.0.0b2 2017-05-20 22:54:07 +01:00