Jörg Thalheim
76db7492db
python3.pkgs.pyls: 0.2.1 -> 0.3.0
2018-10-17 00:47:59 +01:00
Josef Kemetmüller
7131749bee
pythonPackages.cligj: 0.4.0 -> 0.5.0 ( #48584 )
2018-10-17 01:18:46 +02:00
Rob Vermaas
6c7fa2f158
blivet: fix reference to selinux python modules
...
(cherry picked from commit 7ceea6f6013e8a6abf4925e0b2ad94c23f64442d)
2018-10-16 17:05:13 +02:00
Jörg Thalheim
07c68a3420
Merge pull request #48493 from makefu/pkgs/bepasty/update
...
bepasty: 0.4.0 -> 0.5.0
2018-10-16 00:07:24 +01:00
makefu
387632ab33
xstatic-*: update to latest version
2018-10-16 00:46:42 +02:00
Jörg Thalheim
8099538634
Merge pull request #48164 from costrouc/costrouc/python-dopy-refactor
...
pythonPackages.dopy: refactor move to python-modules
2018-10-15 23:23:47 +01:00
Jörg Thalheim
faf3bf332e
Merge pull request #48457 from jfrankenau/update-rapid
...
rapid-photo-downloader: 0.9.10 -> 0.9.12
2018-10-15 23:20:35 +01:00
Joachim F
255b6429ab
Merge pull request #48452 from joachifm/pythonPackages-bumps-for-upstream
...
A few python package updates
2018-10-15 22:07:18 +00:00
Jean-Philippe Bernardy
a8a3928a34
python.packages.tensorflow: 1.9.0 -> 1.11.0
2018-10-15 14:49:52 +02:00
Jean-Philippe Bernardy
5fe8bb506c
python.packages.tensorboard: 1.9.0 -> 1.11.0
2018-10-15 14:49:52 +02:00
Johannes Frankenau
6a4967d61f
python.pkgs.pymediainfo: fix test
2018-10-15 13:44:16 +02:00
Matthieu Coudron
ad6ee9c61f
python3Packages.cmd2: 0.9.4 -> 0.9.6
2018-10-15 19:11:08 +09:00
Joachim Fasting
ff473c9ec7
pythonPackages.jsonrpclib: move expression to python-modules
2018-10-15 10:32:56 +02:00
Joachim Fasting
1a3ae02e66
pythonPackages.emoji: 0.5.0 -> 0.5.1
2018-10-15 10:32:48 +02:00
Mario Rodas
d03f4390ad
pythonPackages.nvchecker: init at 1.1
2018-10-14 12:54:57 -05:00
Mario Rodas
82f3fc0c83
pythonPackages.structlog: add six to propagatedBuildInputs
...
Move simplejson to checkInputs
2018-10-14 12:54:54 -05:00
Lucie
0c78e88ef6
invoke: 1.1.1 -> 1.2.0 ( #48408 )
2018-10-14 17:42:59 +02:00
Chris Ostrouchov
5f028007a5
pythonPackages.hdmedians: init at 0.13
2018-10-14 16:10:47 +02:00
Chris Ostrouchov
4f25a13861
pythonPackages.scikit-bio: init at 0.5.4
2018-10-14 16:10:47 +02:00
Chris Ostrouchov
0f8ccbf259
pythonPackages.lockfile: init at 0.12.2
2018-10-14 16:10:47 +02:00
Chris Ostrouchov
aaa1af9bde
pythonPackages.hdmedians: init at 0.13
2018-10-14 16:10:47 +02:00
Chris Ostrouchov
1a7682deb2
pythonPackages.CacheControl: init at 0.12.5
2018-10-14 16:10:47 +02:00
Chris Ostrouchov
e47a7f89da
pythonPackages.dopy: refactor move to python-modules
2018-10-14 09:07:13 -04:00
Chris Ostrouchov
e21f98dfd8
pythonPackages.jupyter-repo2docker: init at 0.6.0
2018-10-14 12:25:38 +02:00
Chris Ostrouchov
fbcb547a90
pythonPackages.python-json-logger: init at 0.1.9
2018-10-14 12:25:38 +02:00
Frederik Rietdijk
49b9959be2
Merge pull request #47631 from makefu/pkgs/cozy-audiobooks/init
...
cozy-audiobooks: init at 0.6.3
2018-10-14 08:58:16 +02:00
makefu
ff444175b3
pythonPackages.peewee: init at 3.7.1
2018-10-14 02:13:25 +02:00
nagato.pain
1d1748c3c0
pythonPackages.pystache: move to a seperate file
2018-10-13 10:35:18 -07:00
nagato.pain
206f9ce2e0
pythonPackages.mwclient: 0.8.3 -> 0.9.1 | move to a seperate file
2018-10-13 10:24:23 -07:00
nagato.pain
994b84d816
pythonPackages.helper: 2.4.1 -> 2.4.2 | cleanup
2018-10-13 10:12:58 -07:00
Manuel Mendez
123e3a7e9d
pythonPackages.pylama: 7.4.3 -> 7.5.5
2018-10-13 12:44:59 +02:00
Manuel Mendez
80651cff84
pythonPackages.eradicate: init at 0.2.1
2018-10-13 12:44:59 +02:00
Herman Fries
69af83b202
tensorflow: Add contrib/tensor_forest to rpath
2018-10-13 10:20:42 +02:00
Jaakko Luttinen
24c6f141c2
pythonPackages.XlsxWriter: 1.0.9 -> 1.1.1
2018-10-13 10:18:29 +02:00
Dmitry Kalinkin
fcbec42fc8
pythonPackages.histbook: init at 1.2.3
2018-10-13 10:14:44 +02:00
Spencer Baugh
fd9d45c7c1
pythonPackages.mypy_extensions: use typing from stdlib on >=3.5
...
It's not necessary to depend on the "typing" backport since it's in
the standard library; I also observed serious breakage in anything
using the typing module (including) when the backport was in the
closure on >=3.5.
2018-10-13 10:13:03 +02:00
Dmitry Kalinkin
4ed993367f
arrow-cpp: 0.10.0 -> 0.11.0 ( #48066 )
...
* arrow-cpp: 0.10.0 -> 0.11.0
* arrow-cpp: enable testing
2018-10-13 10:12:26 +02:00
Chris Ostrouchov
045a4a4b72
pythonPackages.vidstab: init at 0.1.5
2018-10-13 10:10:39 +02:00
Chris Ostrouchov
77e8b33cb7
pythonPackages.imutils: init at 0.5.1
2018-10-13 10:10:39 +02:00
Chris Ostrouchov
489d120ef5
pythonPackages.progress: init at 1.4
2018-10-13 10:10:39 +02:00
Chris Ostrouchov
08d2c98e2b
pythonPackages.gsd: init at 1.5.2
2018-10-13 10:09:44 +02:00
Chris Ostrouchov
343a5b4e63
pythonPackages.nest-asyncio: init at 0.9.1
2018-10-13 10:09:28 +02:00
Chris Ostrouchov
e8bcf55d34
python36Packages.pyvoro: init at 1.3.2
...
python wrapper to voro++
2018-10-13 10:09:00 +02:00
Chris Ostrouchov
a3b2890728
pythonPackages.fdint: init at 2.0.2
2018-10-13 10:08:39 +02:00
Lancelot SIX
66a11d365c
pythonPackages.django_2_1: 2.1.1 -> 2.1.2
...
See https://docs.djangoproject.com/en/2.1/releases/2.1.2/
2018-10-13 10:08:12 +02:00
Lancelot SIX
b80f6ea733
pythonPackages.django_2_1: 2.0.8 -> 2.0.9
...
See https://docs.djangoproject.com/en/2.0/releases/2.0.9/
2018-10-13 10:08:12 +02:00
Lancelot SIX
e79d93a848
pythonPackages.django: 1.11.15 -> 1.11.16
...
See https://docs.djangoproject.com/en/1.11/releases/1.11.16/
2018-10-13 10:08:12 +02:00
Chris Ostrouchov
9a5aaf3421
pythonPackages.azure-servicemanagement-lagacy: refactor move to python-modules
2018-10-13 10:07:50 +02:00
Chris Ostrouchov
5d26b1b9c0
pythonPackages.azure-storage: refactor move to python-modules
2018-10-13 10:07:50 +02:00
Chris Ostrouchov
110afaae5c
pythonPackages.azure-mgmt-resource: refactor move to python-modules
2018-10-13 10:07:50 +02:00