Commit Graph

197521 Commits

Author SHA1 Message Date
Frederik Rietdijk
fc70591dca python: botocore: 1.12.205 -> 1.12.250 2019-10-18 09:53:56 +02:00
Frederik Rietdijk
fb678c4eac python: boto3: 1.9.205 -> 1.9.250 2019-10-18 09:53:56 +02:00
Frederik Rietdijk
ae1df396d1 python: blis: 0.4.0 -> 0.4.1 2019-10-18 09:53:56 +02:00
Frederik Rietdijk
2b0e249d97 python: billiard: 3.6.0.0 -> 3.6.1.0 2019-10-18 09:53:56 +02:00
Frederik Rietdijk
f0e1baf9be python: bidict: 0.18.2 -> 0.18.3 2019-10-18 09:53:56 +02:00
Frederik Rietdijk
10021be84b python: backports.lzma: 0.0.13 -> 0.0.14 2019-10-18 09:53:56 +02:00
Frederik Rietdijk
9116aefca5 python: azure-common: 1.1.21 -> 1.1.23 2019-10-18 09:53:56 +02:00
Frederik Rietdijk
44a3defe55 python: azure-cli-telemetry: 1.0.3 -> 1.0.4 2019-10-18 09:53:56 +02:00
Frederik Rietdijk
5ca116327c python: azure-cli-core: 2.0.71 -> 2.0.75 2019-10-18 09:53:56 +02:00
Frederik Rietdijk
1a5b45f310 python: atomman: 1.2.6 -> 1.2.8 2019-10-18 09:53:56 +02:00
Frederik Rietdijk
ffcbccff61 python: astroquery: 0.3.9 -> 0.3.10 2019-10-18 09:53:56 +02:00
Frederik Rietdijk
dfac30de6b python: astropy: 3.2.1 -> 3.2.2 2019-10-18 09:53:56 +02:00
Frederik Rietdijk
b3e4f01653 python: Arpeggio: 1.9.0 -> 1.9.2 2019-10-18 09:53:56 +02:00
Frederik Rietdijk
278bdf4c66 python: apprise: 0.8.0 -> 0.8.1 2019-10-18 09:53:56 +02:00
Frederik Rietdijk
d38463e26b python: ansible-runner: 1.4.1 -> 1.4.2 2019-10-18 09:53:55 +02:00
Frederik Rietdijk
c18594692f python: annoy: 1.16.0 -> 1.16.2 2019-10-18 09:53:55 +02:00
Frederik Rietdijk
8d3a4e1ec9 python: amqp: 2.5.1 -> 2.5.2 2019-10-18 09:53:55 +02:00
Frederik Rietdijk
399194531f python: alembic: 1.0.10 -> 1.0.11 2019-10-18 09:53:55 +02:00
Frederik Rietdijk
f7111acd5a python: aioresponses: 0.6.0 -> 0.6.1 2019-10-18 09:53:55 +02:00
Frederik Rietdijk
5b668740d2 python: aiohue: 1.9.1 -> 1.9.2 2019-10-18 09:53:55 +02:00
Frederik Rietdijk
aa9af6be9a python: aenum: 2.1.2 -> 2.1.4 2019-10-18 09:53:55 +02:00
Frederik Rietdijk
c465f71005 python: adal: 1.2.1 -> 1.2.2 2019-10-18 09:53:55 +02:00
Frederik Rietdijk
7cf6312f16 python: Mako: 1.0.12 -> 1.0.14 2019-10-18 09:53:55 +02:00
Frederik Rietdijk
3e01504785 python: GitPython: 2.1.11 -> 2.1.14 2019-10-18 09:53:55 +02:00
Frederik Rietdijk
aedf4fc8fc Revert "update-python-libraries: use version key for latest release (#68857)"
This broke support for --target.

This reverts commit e8c29fa77c.
2019-10-18 09:53:55 +02:00
Frederik Rietdijk
7181aca6d9 update-python-libraries: handle other format 2019-10-18 09:53:55 +02:00
Frederik Rietdijk
bff8343481 python: pytest: 5.1.0 -> 5.2.1 2019-10-18 09:53:55 +02:00
Frederik Rietdijk
501314c9e8 pythonPackages.setuptools: 41.4.0 2019-10-18 09:53:55 +02:00
Frederik Rietdijk
dc410db4ce pythonPackages.pip: 19.2.3 -> 19.3 2019-10-18 09:53:55 +02:00
Frederik Rietdijk
7728edab00 python.pkgs.bootstrapped-pip: upgrade pip and setuptools 2019-10-18 09:53:55 +02:00
Frederik Rietdijk
5d0b43069e python: pytz: 2019.1 -> 2019.3 2019-10-18 09:53:55 +02:00
Eelco Dolstra
5b324c1825
Remove references to the nixpkgs-channels repo
Channel branches are now provided in the nixpkgs repo.

Issue #71176.
2019-10-17 19:44:03 +02:00
Frederik Rietdijk
fc6706f126 Merge staging-next into staging 2019-10-17 10:49:56 +02:00
Florian Klink
36756e930f udisks2: use tmpfiles instead of activation script to create /var/lib/udisks2 2019-10-16 20:31:33 -04:00
Franz Pletz
ec6224b6cd Revert "installer: Disable udisks"
This reverts commit 571fb74f44.

The dependency on gtk2 was removed.

Co-authored-by: Florian Klink <flokli@flokli.de>
2019-10-16 20:31:24 -04:00
Franz Pletz
3d832dee59 gnupg: disable gui/pinentry support by default
This solves the dependency cycle in gcr alternatively so there won't be
two gnupg store paths in a standard NixOS system which has udisks2 enabled
by default.

NixOS users are expected to use the gpg-agent user service to pull in the
appropriate pinentry flavour or install it on their systemPackages and set
it in their local gnupg agent config instead.

Co-authored-by: Florian Klink <flokli@flokli.de>
2019-10-16 20:31:16 -04:00
Franz Pletz
c2576266ba nixos/gnupg: add option for setting pinentry flavours
Co-authored-by: Florian Klink <flokli@flokli.de>
2019-10-16 20:31:05 -04:00
Florian Klink
511b1823fc pinentry: change attributes to dashes, alias old ones 2019-10-16 20:30:58 -04:00
Franz Pletz
cb0adc11ff pinentry: build with multiple outputs in single drv
Co-authored-by: Florian Klink <flokli@flokli.de>
Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
2019-10-16 20:30:52 -04:00
Frederik Rietdijk
d2c1c51ebc pythonPackages.tensorflow-bin: disable for python 3.8 2019-10-16 11:33:30 +02:00
Frederik Rietdijk
0031003765 pythonPackages: make isPy38 available 2019-10-16 11:33:30 +02:00
Frederik Rietdijk
924574aa2c Merge staging into staging-next 2019-10-16 11:17:36 +02:00
Frederik Rietdijk
12441bdf9f Merge staging-next into staging 2019-10-16 11:17:12 +02:00
Frederik Rietdijk
22bbaf09fe Merge master into staging-next 2019-10-16 11:15:36 +02:00
Domen Kožar
d2c13034fb
Merge pull request #70011 from turboMaCk/chore/cleanup-elmPackages
elm.elmPackages: Cleanup code
2019-10-16 11:07:29 +02:00
Gabriel Ebner
3458fe89f9 opencsg: fix build 2019-10-16 10:54:26 +02:00
Gabriel Ebner
18fde25825 viewnior: do not remove icon-theme.cache
This is now done automatically.
2019-10-16 10:49:50 +02:00
Vladimír Čunát
610afbca84
Revert "go: apply upstream patch"
This reverts commit d8218de5c5.
It makes no sense after the parent commit.
2019-10-16 10:49:23 +02:00
Dima
cffba01e12
go_1_12: disable flakey TestGcSys test (PR #70368)
In our tests we have experienced failures of this test,
but it was otherwise not reproducible so far. A backported
upstream fix did not alleviate the issue either, so disabling
seems workable for now.
2019-10-16 10:49:22 +02:00
Frederik Rietdijk
3f93a09405 python38Packages: build packages on Hydra
Now that Python 3.8 is released we will also build packages on Hydra.
As soon as the far majority of packages build, we can make Python 3.8
the default `python3`.

https://github.com/NixOS/nixpkgs/issues/71220
2019-10-16 10:46:41 +02:00