1. 01 Apr, 2017 1 commit
    • Cosimo Lupo's avatar
      [library_builders] allow to override tar.gz extension in build_simple · 900b39c4
      Cosimo Lupo authored
      Some libraries use 'tar.bz2' instead of 'tar.gz' as source archive format.
      This patch allows to pass a fourth argument to `build_simple` function to specify an alternative extension to the default `tar.gz`.
      
      The `untar` function in common_utils.sh, used by `fetch_unpack`, already supports the following archive formats: tar, gz, bz2, zip and xz.
      900b39c4
  2. 29 Mar, 2017 1 commit
  3. 28 Mar, 2017 1 commit
  4. 27 Mar, 2017 3 commits
  5. 25 Mar, 2017 3 commits
    • Kyle Stewart's avatar
      Add travis tests for PyPy. · 59e72c65
      Kyle Stewart authored
      Aliased PYTHON_VERSION to MB_PYTHON_VERSION.
      
      Changed the test command to use get_python_enviroment instead of
      get_macpython_enviroment.
      
      Extended TravisCI matrix to cover PyPy.
      The tests can now tell the implementation of PyPy apart from the CPython
      version they emulate.
      59e72c65
    • Kyle Stewart's avatar
      Add PyPy 2 support for MacOS. · 618a1d61
      Kyle Stewart authored
      This changes how the the Python implementation is selected.  It's now
      primarily based on enviroment variables.
      
      Uses the PYPY_VERSION enviroment variable to determine the version of PyPy to
      install.  An example has been added to the matrix in the readme.
      618a1d61
    • Kyle Stewart's avatar
      Fix missing MacOS dashes and function return issue · 291bd40b
      Kyle Stewart authored
      Dashes were missing from untar on MacOS.
      
      Redirect fill_pyver errors to stderr, instead of returning them as the
      result.
      291bd40b
  6. 18 Mar, 2017 1 commit
  7. 06 Mar, 2017 2 commits
  8. 27 Jan, 2017 2 commits
  9. 23 Jan, 2017 2 commits
    • Matthew Brett's avatar
      Merge pull request #18 from matthew-brett/version-of-has2k1-fix · e6ebbfa4
      Matthew Brett authored
      MRG: make submodule .git directory for versioneer
      
      pip will copy the directory it installs from before running the install
      / wheel build. If the directory is a submodule, then the copy breaks
      the connection with the containing project, so git commands to get the
      version will fail.
      
      Fix is to re-create the .git directory for submodules.
      
      Version of fix in #12 with thanks to Hassan Kibirige for doing the 
      hard work of diagnosis and finding the general solution.
      e6ebbfa4
    • Matthew Brett's avatar
      Add checkout of tag in fill_submodule · f364d4a1
      Matthew Brett authored
      f364d4a1
  10. 22 Jan, 2017 2 commits
  11. 21 Jan, 2017 1 commit
  12. 04 Jan, 2017 1 commit
  13. 02 Jan, 2017 1 commit
  14. 01 Jan, 2017 2 commits
  15. 31 Dec, 2016 1 commit
  16. 30 Dec, 2016 3 commits
  17. 27 Dec, 2016 1 commit
  18. 10 Dec, 2016 1 commit
  19. 07 Dec, 2016 2 commits
    • Matthew Brett's avatar
      Merge pull request #13 from andreabedini/patch-1 · 861d4b6e
      Matthew Brett authored
      Address HDF5 CVEs
      
      Several CVEs have been published against the upstream HDF5 libraries, which are packaged (currently 1.8.13) with the windows version.
      
      CVE-2016-4330
      CVE-2016-4331
      CVE-2016-4332
      CVE-2016-4333
      
      These have been fixed in the current 1.8.18 release.
      
      Hat tip to @teeks99.
      861d4b6e
    • Andrea Bedini's avatar
      Address HDF5 CVEs · 2782f416
      Andrea Bedini authored
      Several CVEs have been published against the upstream HDF5 libraries, which are packaged (currently 1.8.13) with the windows version.
      
      CVE-2016-4330
      CVE-2016-4331
      CVE-2016-4332
      CVE-2016-4333
      
      These have been fixed in the current 1.8.18 release.
      
      Hat tip to @teeks99.
      2782f416
  20. 05 Nov, 2016 2 commits
  21. 04 Nov, 2016 5 commits
  22. 02 Nov, 2016 1 commit
    • Matthew Brett's avatar
      Merge pull request #8 from tomkooij/appveyor · 6802dca5
      Matthew Brett authored
      Create appveyor framework with tests
      
      This can be used to build wheels in a conda enviroment on appveyor.
      The tests use a simple package (origsel/python-appveyor-demo) to test
      building and testing a wheel
      6802dca5
  23. 18 Oct, 2016 1 commit
    • Tom Kooij's avatar
      Create appveyor framework with tests · d33cc67a
      Tom Kooij authored
      This can be used to build wheels in a conda enviroment on appveyor.
      The tests use a simple package (origsel/python-appveyor-demo) to test
      building and testing a wheel
      d33cc67a