1. 12 Oct, 2014 1 commit
  2. 04 Oct, 2014 1 commit
  3. 22 Dec, 2013 1 commit
  4. 04 Nov, 2013 2 commits
  5. 02 Nov, 2013 2 commits
  6. 12 May, 2013 1 commit
  7. 06 Apr, 2013 1 commit
  8. 23 Mar, 2013 1 commit
  9. 21 Mar, 2013 1 commit
  10. 16 Mar, 2013 1 commit
  11. 11 Mar, 2013 1 commit
  12. 31 Jan, 2013 1 commit
    • Ned Deily's avatar
      Issue #13590: OS X Xcode 4 - improve support for universal extension modules · 2374a4cc
      Ned Deily authored
          In particular, fix extension module build failures when trying to use
          32-bit-only installer Pythons on systems with Xcode 4 (currently
          OS X 10.8, 10.7, and optionally 10.6).
          * Backport 3.3.0 fixes to 3.2 branch (for release in 3.2.4)
          * Since Xcode 4 removes ppc support, extension module builds now
            check for ppc compiler support and by default remove ppc and
            ppc64 archs when they are not available.
          * Extension module builds now revert to using system installed
            headers and libs (/usr and /System/Library) if the SDK used
            to build the interpreter is not installed or has moved.
          * Try to avoid building extension modules with deprecated
            and problematic Apple llvm-gcc compiler.  If original compiler
            is not available, use clang instead by default.
      2374a4cc
  13. 27 Jan, 2013 1 commit
  14. 28 Dec, 2012 1 commit
  15. 18 Dec, 2012 2 commits
  16. 09 Dec, 2012 3 commits
  17. 08 Dec, 2012 3 commits
    • Éric Araujo's avatar
      Create ~/.pypirc securely (#13512). · 0bca979e
      Éric Araujo authored
      There was a window between the write and the chmod where the user’s
      password would be exposed, depending on default permissions.  Philip
      Jenvey’s patch fixes it.
      0bca979e
    • Éric Araujo's avatar
      Remove code unneeded after f833e7ec4de1 · 6b0394e3
      Éric Araujo authored
      6b0394e3
    • Éric Araujo's avatar
      Ignore .nfs* files in distutils (#7719). · 993d7914
      Éric Araujo authored
      These files are created by some NFS clients a file is edited and removed
      concurrently (see added link in doc for more info).  If such a file is
      removed between distutils calls listdir and copy, it will get confused.
      Other special files are ignored in sdist (namely VCS directories), but
      this has to be filtered out earlier.
      993d7914
  18. 11 Aug, 2012 1 commit
  19. 03 Jul, 2012 2 commits
    • Éric Araujo's avatar
      Create ~/.pypirc securely (#13512). · 3facc550
      Éric Araujo authored
      There was a window between the write and the chmod where the user’s
      password would be exposed, depending on default permissions.  Philip
      Jenvey’s patch fixes it.
      3facc550
    • Éric Araujo's avatar
      Ignore .nfs* files in distutils (#7719). · 885b0922
      Éric Araujo authored
      These files are created by some NFS clients a file is edited and removed
      concurrently (see added link in doc for more info).  If such a file is
      removed between distutils calls listdir and copy, it will get confused.
      Other special files are ignored in sdist (namely VCS directories), but
      this has to be filtered out earlier.
      885b0922
  20. 28 Jun, 2012 1 commit
  21. 26 Jun, 2012 1 commit
    • David Malcolm's avatar
      Issue #14443: ensure that brp-python-bytecompile is invoked with the correct · 2b4009c7
      David Malcolm authored
      python executable
      
      The __os_install_macro defines some post-processing activities during an rpm
      build; one of the scripts it calls is brp-python-bytecompile, which can take
      an argument: the python executable with which to byte-compile .py files in the
      package payload.
      
      In some older versions of rpm (e.g. in RHEL 6), this invocation doesn't pass
      in an argument, and brp-python-bytecompile defaults to using /usr/bin/python,
      which can lead to the .py files being byte-compiled for the wrong version of
      python.  This has been fixed in later versions of rpm by passing in
      %{__python} as an argument to brp-python-bytecompile.
      
      Workaround this by detecting if __os_install_post has a 0-argument invocation
      of brp-python-bytecompile, and if so generating an equivalent macro that has
      the argument, and explicitly provide the new definition within the specfile.
      2b4009c7
  22. 28 May, 2012 1 commit
  23. 11 Apr, 2012 1 commit
  24. 10 Apr, 2012 3 commits
  25. 09 Apr, 2012 3 commits
  26. 06 Apr, 2012 2 commits
  27. 18 Mar, 2012 1 commit