Jonathan Queiroz
84d1667392
pythonPackages.libkeepass: init at 0.3.0 ( #45528 )
2018-08-24 09:54:12 +02:00
Daiderd Jordan
51469b7d2b
Merge pull request #45163 from LnL7/mypy-protobuf
...
mypy-protobuf: init at 1.6
2018-08-23 21:41:13 +02:00
Jörg Thalheim
10f79b1eca
Merge pull request #45373 from guibou/gb/init_pycrc
...
pythonPackages.pycrc: init at 1.21
2018-08-23 18:44:37 +01:00
xeji
ab6186be58
Merge pull request #45440 from xeji/libvirt-revert
...
Revert "libvirt: 4.5.0 -> 4.6.0" and attempted fixes
2018-08-22 00:00:06 +02:00
Uli Baum
6b5b7d96fb
Revert "libvirt: 4.5.0 -> 4.6.0 ( #44566 )"
...
This reverts commit 8835240895
.
4.6.0 is quite broken. Let's wait for the next release.
2018-08-21 22:08:21 +02:00
Robert Schütz
41c13780cb
python.pkgs.cryptography: remove assert broken when overriding
...
When overriding cryptography and cryptograohy_vectors, the assertion
fails because `version` still refers to the old value.
2018-08-21 19:26:54 +02:00
Robert Schütz
5786cba889
python.pkgs.pyjwt: 1.5.3 -> 1.6.4
2018-08-21 19:26:54 +02:00
Robert Schütz
080b8cca17
python3.pkgs.netdisco: 1.5.0 -> 2.0.0
2018-08-21 19:26:54 +02:00
Vladimír Čunát
765d695b89
Merge branch 'staging-next'
...
Security fixes for a few packages are included.
2018-08-21 15:36:02 +02:00
Guillaume Bouchard
b5546faf29
pythonPackages.pycrc: init at 1.21
2018-08-20 11:39:32 +02:00
Jörg Thalheim
f520d7ce8c
Merge pull request #45033 from Infinisil/update/buku
...
buku: 3.7 -> 3.8
2018-08-20 10:01:56 +01:00
Vladimír Čunát
153a19df05
Merge branch 'master' into staging-next
...
Hydra: ?compare=1474536
2018-08-20 09:15:33 +02:00
Silvan Mosberger
01bbc716e2
pythonPackages.flask-paginate: init at 0.5.1
2018-08-20 00:14:56 +02:00
Silvan Mosberger
f40c61cc15
pythonPackages.flask-api: init at 1.0
2018-08-20 00:14:56 +02:00
Silvan Mosberger
4433f40331
pythonPackages.flask-bootstrap: init at 3.3.7.1
2018-08-20 00:14:56 +02:00
Silvan Mosberger
28d7d7c2ca
pythonPackages.visitor: init at 0.1.3
2018-08-20 00:14:56 +02:00
Silvan Mosberger
b2b9e68d1c
pythonPackages.dominate: init at 2.3.1
2018-08-20 00:14:45 +02:00
Vladimír Čunát
14aa936ec5
Merge branch 'staging-next' into staging
2018-08-17 20:53:27 +02:00
Vladimír Čunát
209730208a
Merge branch 'staging-next'
2018-08-17 20:51:31 +02:00
Matthew Bauer
4ff7702082
Merge pull request #45183 from matthewbauer/macdevelop
...
Assorted darwin/macOS fixes
2018-08-17 10:29:12 -05:00
Timo Kaufmann
8c43a3e828
Merge pull request #45061 from Ma27/fix-python-git-annex-adapter
...
python3Packages.git-annex-adapter: fix build
2018-08-17 15:51:31 +02:00
Vladimír Čunát
cbabebcc2e
Merge branch 'master' into staging-next
...
Hydra: ?compare=1473892
2018-08-17 13:45:21 +02:00
Matthew Bauer
bca8144274
treewide: disable some tests broken on darwin
...
disable checks for:
- cython
- ldap
- tqdm
2018-08-16 22:44:07 -05:00
Daiderd Jordan
8bef91d84a
protobuf: fix missing google.protobuf.compiler
2018-08-17 01:36:41 +02:00
Daiderd Jordan
d8b202698c
mypy-protobuf: init at 1.6
2018-08-17 01:36:40 +02:00
Maximilian Bosch
1022c3c25a
python3Packages.git-annex-adapter: fix build
...
`git-annex` version 6.20180719 enhances the output of `git-annex info`
with a description and UUID of the repository which broke the testcase
`test_process_annex_info_batch` which parses the output of the info
command.
The testcase has been fixed accordingly and the patch was filed upstream
here: https://github.com/alpernebbi/git-annex-adapter/pull/6
I rechecked the functionality in a simple python environment with the
following expression:
```
with import ./. {};
python3.withPackages (ps: with ps; [ git-annex-adapter ])
```
Furthermore I tested the main functionality in a Python REPL within the environment.
The Darwin patch fixes tests that rely on `rev`, a binary which is
distributed in the `utillinux` package and not available on Nix with
Darwin.
To make the purpose of the patches for future contributors clear I
documented the purpose for each patch.
2018-08-16 10:20:20 +02:00
Samuel Leathers
67b1cbb39d
Merge pull request #40399 from rvl/datadog-agent
...
DataDog Agent v6
2018-08-15 15:53:03 -04:00
Maximilian Bosch
cd21faff2b
pythonPackages.thumbor: 6.5.1 -> 6.5.2
...
6.5.2 allows Pillow==5.2.0 (see https://github.com/thumbor/thumbor/releases/tag/6.5.2 ).
See https://hydra.nixos.org/build/79403232 for further reference.
2018-08-15 13:59:35 +02:00
Benjamin Hipple
16d4753344
pythonPackages.fastcache: init at 1.0.2 ( #45048 )
2018-08-15 11:02:55 +02:00
Benjamin Hipple
cc8e4a5884
pythonPackages.multiprocess: 0.70.4 -> 0.70.6.1 ( #45047 )
2018-08-15 11:01:32 +02:00
Uli Baum
6e3d0efdc4
python.pkgs.orderedset: fix ofborg checkMeta
...
broken by 44a4370b1f
2018-08-15 09:54:58 +02:00
Jan Tojnar
44a4370b1f
python.pkgs.orderedset init at 2.0.1
2018-08-14 23:35:17 +02:00
Daiderd Jordan
4c0e25089e
Merge pull request #44902 from danieldk/grpcio-darwin
...
python/grpcio: fix darwin build
2018-08-14 01:10:40 +02:00
Vladimír Čunát
ded9a4b1aa
Merge branch 'staging-next' into staging
...
Commits from master, conflict resolutions, etc.
2018-08-13 20:57:50 +02:00
Vladimír Čunát
5b0398dc36
Merge branch 'master' into staging-next
...
Conflicts: gobby and libinfinity - I took the hand-edited versions
instead of those resuting from the mass-replacement.
Hydra: ?compare=1473190
2018-08-13 20:43:59 +02:00
Boris
a5efa6650f
pythonPackages.browser-cookie3: init at 0.6.4 ( #44562 )
2018-08-13 14:47:06 +02:00
Vladimír Čunát
00df25ee57
Merge branch 'master' into staging-next
...
Hydra: ?compare=1472947
2018-08-12 10:33:41 +02:00
Daniël de Kok
4beb94d6d6
python/grpcio: fix darwin build
...
grpcio currently does not build on Darwin (10.13.6). Due to the
following issues:
* ar is invoked with incorrect flags (#33765 ).
* libtool cannot be found, with a libtool dependency, with libtool
the option '-no_warning_for_no_symbols' is not recognized.
* the module build cannot find boringssl that is packaged with
python-grpcio when pkgconfig is not installed (grpc/#10058).
2018-08-11 16:47:35 +02:00
Jan Malakhovski
7739f79ff3
pythonPackages.gensim: use checkInputs
2018-08-11 09:35:26 +00:00
Jan Malakhovski
ac832c796b
pythonPackages.dbus-python: use checkInputs
2018-08-11 09:35:26 +00:00
Pascal Wittmann
a34579e01e
Merge branch 'master' into add-missing-licenses
...
Conflicts:
pkgs/tools/networking/network-manager/fortisslvpn.nix
2018-08-11 09:36:34 +02:00
Jan Malakhovski
b135329dc5
treewide: random cleanups
2018-08-10 12:56:31 +00:00
Jörg Thalheim
c260a4d001
python.pkgs.pyls-isort: fix url/description
2018-08-10 14:28:01 +02:00
Jörg Thalheim
0165572217
python3.pkgs.pyls-mypy: 0.1.2 -> 0.1.3
2018-08-10 14:22:59 +02:00
Jörg Thalheim
3ea430ca2a
python.pkgs.pyls-black: init at 0.2.1
2018-08-10 14:15:16 +02:00
Kevin Quick
a9c48a0ad3
python: thespian: 3.9.2 -> 3.9.4 ( #44857 )
2018-08-10 12:28:49 +02:00
Silvan Mosberger
d91825e158
python3Packages.zeep: fix build ( #44843 )
2018-08-10 00:17:57 +02:00
Frederik Rietdijk
d9fa74ba78
Merge master into staging
2018-08-09 18:28:15 +02:00
Rodney Lorrimar
3a195dc2ef
pythonPackages.uuid: init at 1.30
2018-08-09 16:53:30 +02:00
Pascal Wittmann
af8cd3c74e
Merge branch 'master' into add-missing-licenses
...
Conflicts:
pkgs/applications/version-management/subversion/default.nix
2018-08-09 13:10:27 +02:00