1. 25 Mar, 2017 2 commits
    • 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
  2. 18 Mar, 2017 1 commit
  3. 06 Mar, 2017 2 commits
  4. 27 Jan, 2017 2 commits
  5. 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
  6. 22 Jan, 2017 2 commits
  7. 21 Jan, 2017 1 commit
  8. 04 Jan, 2017 1 commit
  9. 02 Jan, 2017 1 commit
  10. 01 Jan, 2017 2 commits
  11. 31 Dec, 2016 1 commit
  12. 30 Dec, 2016 3 commits
  13. 27 Dec, 2016 1 commit
  14. 10 Dec, 2016 1 commit
  15. 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
  16. 05 Nov, 2016 2 commits
  17. 04 Nov, 2016 5 commits
  18. 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
  19. 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
  20. 11 Oct, 2016 1 commit
  21. 26 Sep, 2016 2 commits
  22. 19 Aug, 2016 1 commit
  23. 18 Aug, 2016 3 commits