Branch: refs/heads/staging
Home: https://github.com/NixOS/nixpkgs
Commit: 09f6b03b2e15d267303d4086f85b21fe498f3267
https://github.com/NixOS/nixpkgs/commit/09f6b03b2e15d267303d4086f85b21fe498f3267
Author: Frederik Rietdijk <[email protected]>
Date: 2017-02-26 (Sun, 26 Feb 2017)
Changed paths:
M pkgs/development/interpreters/python/cpython/2.7/default.nix
Log Message:
-----------
Python 2.7: improve determinism
There is some randomness in the Windows installers. Since we don't need
them, we delete them.
Commit: 8970a9c86e0fe0935ed5c53897874f38ba497fac
https://github.com/NixOS/nixpkgs/commit/8970a9c86e0fe0935ed5c53897874f38ba497fac
Author: Frederik Rietdijk <[email protected]>
Date: 2017-02-26 (Sun, 26 Feb 2017)
Changed paths:
M pkgs/development/interpreters/python/cpython/3.5/default.nix
Log Message:
-----------
Python 3.5: improve determinism
- Windows installers are indeterministic and we don't need them.
- since Python 3 ensurepip is installed by default. pip is indeteministic and
we don't need it.
- rebuild bytecode to ensure its deterministic
Commit: dd3a501a4ba29c2e929928981dcac3768b44c77b
https://github.com/NixOS/nixpkgs/commit/dd3a501a4ba29c2e929928981dcac3768b44c77b
Author: Frederik Rietdijk <[email protected]>
Date: 2017-02-26 (Sun, 26 Feb 2017)
Changed paths:
M pkgs/development/interpreters/python/mk-python-derivation.nix
Log Message:
-----------
Python: mkPythonDerivation: use PYTHONHASHSEED=0
Commit: 14a88e76cf3009b00e7cd57050101a7291a042ed
https://github.com/NixOS/nixpkgs/commit/14a88e76cf3009b00e7cd57050101a7291a042ed
Author: Frederik Rietdijk <[email protected]>
Date: 2017-02-26 (Sun, 26 Feb 2017)
Changed paths:
M pkgs/development/interpreters/python/cpython/3.5/default.nix
Log Message:
-----------
Python 3.5: use system expat and ffi
Commit: 1531b5edd254fbc3a2d2eae869979045918cb29c
https://github.com/NixOS/nixpkgs/commit/1531b5edd254fbc3a2d2eae869979045918cb29c
Author: Frederik Rietdijk <[email protected]>
Date: 2017-02-26 (Sun, 26 Feb 2017)
Changed paths:
M pkgs/development/interpreters/python/cpython/3.6/default.nix
Log Message:
-----------
Python 3.6: improve determinism
Commit: d33f6f40321d98c58c32feb3faa943e7745623e1
https://github.com/NixOS/nixpkgs/commit/d33f6f40321d98c58c32feb3faa943e7745623e1
Author: Frederik Rietdijk <[email protected]>
Date: 2017-02-26 (Sun, 26 Feb 2017)
Changed paths:
M pkgs/development/interpreters/python/cpython/3.6/default.nix
Log Message:
-----------
Python 3.6: use system expat and ffi
Commit: 1bbf249befb19fd477613b278d012757e02c69ac
https://github.com/NixOS/nixpkgs/commit/1bbf249befb19fd477613b278d012757e02c69ac
Author: Frederik Rietdijk <[email protected]>
Date: 2017-02-26 (Sun, 26 Feb 2017)
Changed paths:
M pkgs/development/interpreters/python/cpython/3.4/default.nix
Log Message:
-----------
Python 3.4: improve determinism
Commit: 57ded03833df30d15fbfe9238f02ddf1a88d2c65
https://github.com/NixOS/nixpkgs/commit/57ded03833df30d15fbfe9238f02ddf1a88d2c65
Author: Frederik Rietdijk <[email protected]>
Date: 2017-02-26 (Sun, 26 Feb 2017)
Changed paths:
M pkgs/development/interpreters/python/cpython/3.4/default.nix
Log Message:
-----------
Python 3.4: use system expat and ffi
Commit: 04b7a2791e50614fb36eb3dfc0c080c3617c9178
https://github.com/NixOS/nixpkgs/commit/04b7a2791e50614fb36eb3dfc0c080c3617c9178
Author: Frederik Rietdijk <[email protected]>
Date: 2017-02-26 (Sun, 26 Feb 2017)
Changed paths:
M pkgs/development/interpreters/python/cpython/3.4/default.nix
Log Message:
-----------
Python 3.4: improve determinism
Commit: 37704e90e29893121837b662eb0a34af2b8acf48
https://github.com/NixOS/nixpkgs/commit/37704e90e29893121837b662eb0a34af2b8acf48
Author: Frederik Rietdijk <[email protected]>
Date: 2017-02-26 (Sun, 26 Feb 2017)
Changed paths:
M doc/languages-frameworks/python.md
Log Message:
-----------
Python: explain deterministic build in docs
Commit: f69292ddc019d222a5c458c7095ccc8815abce53
https://github.com/NixOS/nixpkgs/commit/f69292ddc019d222a5c458c7095ccc8815abce53
Author: Frederik Rietdijk <[email protected]>
Date: 2017-02-26 (Sun, 26 Feb 2017)
Changed paths:
M nixos/doc/manual/release-notes/rl-1703.xml
Log Message:
-----------
Python: explain deterministic builds in release notes
Commit: 04c41e753b1b3bbb0709984b11d89c3ee9846259
https://github.com/NixOS/nixpkgs/commit/04c41e753b1b3bbb0709984b11d89c3ee9846259
Author: Frederik Rietdijk <[email protected]>
Date: 2017-02-26 (Sun, 26 Feb 2017)
Changed paths:
M doc/languages-frameworks/python.md
M nixos/doc/manual/release-notes/rl-1703.xml
M pkgs/development/interpreters/python/cpython/2.7/default.nix
M pkgs/development/interpreters/python/cpython/3.4/default.nix
M pkgs/development/interpreters/python/cpython/3.5/default.nix
M pkgs/development/interpreters/python/cpython/3.6/default.nix
M pkgs/development/interpreters/python/mk-python-derivation.nix
Log Message:
-----------
Merge pull request #22585 from FRidh/repr
Python: deterministic interpreters
Compare: https://github.com/NixOS/nixpkgs/compare/f15795626645...04c41e753b1b_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits