[Nix-commits] [NixOS/nixpkgs] 82ba4d: Sphinx: 1.3.6 -> 1.4.6

2016-09-20 Thread Shea Levy
  Branch: refs/heads/python-wip
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 82ba4d3eb71b696dbc0456088b40c9b3e6e91fb5
  
https://github.com/NixOS/nixpkgs/commit/82ba4d3eb71b696dbc0456088b40c9b3e6e91fb5
  Author: Philipp Hausmann 
  Date:   2016-09-05 (Mon, 05 Sep 2016)

  Changed paths:
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  Sphinx: 1.3.6 -> 1.4.6


  Commit: 03eb5317656b22be66d574f571c6e07c19b0a790
  
https://github.com/NixOS/nixpkgs/commit/03eb5317656b22be66d574f571c6e07c19b0a790
  Author: Oliver Dunkl 
  Date:   2016-09-15 (Thu, 15 Sep 2016)

  Changed paths:
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  python-packages: pafy 0.5.0 -> 0.5.2


  Commit: 1dbb72b91ab787861df852e9bac730281ee330bc
  
https://github.com/NixOS/nixpkgs/commit/1dbb72b91ab787861df852e9bac730281ee330bc
  Author: Frederik Rietdijk 
  Date:   2016-09-17 (Sat, 17 Sep 2016)

  Changed paths:
M pkgs/development/interpreters/python/wrapper.nix

  Log Message:
  ---
  python.buildenv: don't filter non-python packages

python.buildenv is used to build an env that provides binaries that can
import all modules that were passed in to the env.

Before this change it filtered the propagatedBuildInputs to remove all
non-Python packages, thereby possibly reducing the amount of packages
that were referenced. However, Python packages often don't have non-
Python packages as propagatedBuildInputs. And occasionally, we do want
to be able to add other packages to the env.


  Commit: a560223119a7d434ad09b26246bd485f893036e1
  
https://github.com/NixOS/nixpkgs/commit/a560223119a7d434ad09b26246bd485f893036e1
  Author: Scott R. Parish 
  Date:   2016-09-17 (Sat, 17 Sep 2016)

  Changed paths:
M nixos/modules/security/rngd.nix

  Log Message:
  ---
  rngd: update modalias to match cpu type

It looks like the cpu type part of modalias might have changed, my
systems (4.4.20 and 4.7.2) show something like the following:

```
cpu:type:x86,venfam0006mod003F:feature:,,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,002B,0034,003B,003D,0068,006F,0070,0072,0074,0075,0076,007D,0080,0081,0089,008C,008D,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,009F,00C0,00C5,0120,0123,0125,0127,0128,0129,012A,0140
```

Update the rngd modalias rule to match this so udev properly has
systemd start rngd.


  Commit: 05a71f0910ea2e7fc31489b8c9d826368b32fa97
  
https://github.com/NixOS/nixpkgs/commit/05a71f0910ea2e7fc31489b8c9d826368b32fa97
  Author: Hoang Xuan Phu 
  Date:   2016-09-18 (Sun, 18 Sep 2016)

  Changed paths:
M maintainers/scripts/fetch-kde-qt.sh

  Log Message:
  ---
  fetch-kde-qt.sh: add bash safety flags


  Commit: 2c8b578191820e07b343fe597876fc33285bc630
  
https://github.com/NixOS/nixpkgs/commit/2c8b578191820e07b343fe597876fc33285bc630
  Author: Dario Bertini 
  Date:   2016-09-18 (Sun, 18 Sep 2016)

  Changed paths:
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  Bump Falcon to 1.0.0, make the test dependencies optional, add the Hug
framework

falcon: 0.3.0 -> 1.0.0
hug: init at 2.1.2


  Commit: 6286f7723300ec919a25182bbade1ce1bfd39944
  
https://github.com/NixOS/nixpkgs/commit/6286f7723300ec919a25182bbade1ce1bfd39944
  Author: Frederik Rietdijk 
  Date:   2016-09-18 (Sun, 18 Sep 2016)

  Changed paths:
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  Merge pull request #18743 from berdario/hug-falcon

Bump Falcon to 1.0.0, make the test dependencies optional, add the Hug framework


  Commit: f27a970f2d7231243dbf1f6ad7c4fe56258b
  
https://github.com/NixOS/nixpkgs/commit/f27a970f2d7231243dbf1f6ad7c4fe56258b
  Author: Vladimír Čunát 
  Date:   2016-09-18 (Sun, 18 Sep 2016)

  Changed paths:
M pkgs/applications/networking/browsers/firefox/default.nix

  Log Message:
  ---
  firefox*: fix notifications

Fixes #18712. Now firefox uses the notification daemon, if available.

Unfortunately, the same approach didn't work for thunderbird; I don't
know why.


  Commit: 452f182356245eafd397665217039ff22a348b10
  
https://github.com/NixOS/nixpkgs/commit/452f182356245eafd397665217039ff22a348b10
  Author: Robin Gloster 
  Date:   2016-09-18 (Sun, 18 Sep 2016)

  Changed paths:
M pkgs/development/libraries/kerberos/krb5.nix

  Log Message:
  ---
  krb5: 1.14.2 -> 1.14.3

fixes CVE-2016-3120


  Commit: b6f7a02d65c0a96eee47da2035e18c0bfd29c445
  
https://github.com/NixOS/nixpkgs/commit/b6f7a02d65c0a96eee47da2035e18c0bfd29c445
  Author: Robin Gloster 
  Date:   2016-09-18 (Sun, 18 Sep 2016)

  Changed paths:
M pkgs/servers/consul/default.nix

  Log Message:
  ---

[Nix-commits] [NixOS/nixpkgs] 82ba4d: Sphinx: 1.3.6 -> 1.4.6

2016-09-19 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 82ba4d3eb71b696dbc0456088b40c9b3e6e91fb5
  
https://github.com/NixOS/nixpkgs/commit/82ba4d3eb71b696dbc0456088b40c9b3e6e91fb5
  Author: Philipp Hausmann 
  Date:   2016-09-05 (Mon, 05 Sep 2016)

  Changed paths:
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  Sphinx: 1.3.6 -> 1.4.6


  Commit: ca24eb57125f673b19214c63415e4585148ca211
  
https://github.com/NixOS/nixpkgs/commit/ca24eb57125f673b19214c63415e4585148ca211
  Author: Frederik Rietdijk 
  Date:   2016-09-19 (Mon, 19 Sep 2016)

  Changed paths:
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  Merge pull request #18170 from phile314/sphinx-update

Sphinx: 1.3.6 -> 1.4.6


Compare: https://github.com/NixOS/nixpkgs/compare/b81a521ae971...ca24eb57125f___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits