Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8549e0cc9922d9da5623439737ebcb8b0e91b4d8
      
https://github.com/NixOS/nixpkgs/commit/8549e0cc9922d9da5623439737ebcb8b0e91b4d8
  Author: Tobias Geerinckx-Rice <[email protected]>
  Date:   2015-05-12 (Tue, 12 May 2015)

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

  Log Message:
  -----------
  Revert "python-packages: SQLAlchemy: build"

This reverts commit 6e8d1f84f229bc481b2c0aafdeac986f4f3deb8c.

pysqlite is not available for Python 3. Adding it to buildInputs
makes all packages dependent upon sqlalchemy equally unavailable
for no good reason.


  Commit: f0764dd6320a0f373df4ddafba042da1e483e759
      
https://github.com/NixOS/nixpkgs/commit/f0764dd6320a0f373df4ddafba042da1e483e759
  Author: Tobias Geerinckx-Rice <[email protected]>
  Date:   2015-05-12 (Tue, 12 May 2015)

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

  Log Message:
  -----------
  python-packages: SQLAlchemy: skip tests on Py3k

They would fail anyway, blocking all dependents for the sake of
a mere test dependency.


  Commit: a989b629d977cb053874dac127f267569d5c5f9f
      
https://github.com/NixOS/nixpkgs/commit/a989b629d977cb053874dac127f267569d5c5f9f
  Author: Tobias Geerinckx-Rice <[email protected]>
  Date:   2015-05-12 (Tue, 12 May 2015)

  Changed paths:
    M pkgs/tools/compression/lz4/default.nix

  Log Message:
  -----------
  lz4 128 -> 129

- New: LZ4_compress_fast()
- Changed: New lz4 and lz4hc compression API. Previous function
  prototypes still supported.
- Changed: Sparse file support enabled by default
- New: LZ4 CLI improved performance compressing/decompressing multiple
  files
- Added: LZ4_compress_destSize()
- Fixed: GCC 4.9+ vector optimization
- Changed: Enums converted to LZ4F_ namespace convention
- Added: AppVeyor CI environment, for Visual tests
- Modified:Obsolete functions generate warnings
- Fixed : Bug #75 (unfinished stream)
- Updated: Documentation converted to MarkDown format


Compare: https://github.com/NixOS/nixpkgs/compare/a7028d3d07da...a989b629d977
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to