1. 18 Dec, 2012 2 commits
  2. 09 Dec, 2012 2 commits
  3. 08 Dec, 2012 2 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
      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
  4. 23 Oct, 2012 1 commit
  5. 29 Sep, 2012 1 commit
  6. 23 Sep, 2012 1 commit
  7. 09 Sep, 2012 1 commit
  8. 25 Aug, 2012 1 commit
  9. 11 Aug, 2012 1 commit
  10. 28 Jul, 2012 1 commit
  11. 27 Jul, 2012 1 commit
  12. 22 Jul, 2012 1 commit
    • Ned Deily's avatar
      Issue #15184: Some config variables in test_sysconfig_module · a0418246
      Ned Deily authored
      may differ between sysconfig and distutils.sysconfig due to
      compiler customizations on OS X.  For now, move those vars
      into a separate test and skip if the customization has taken
      place in distutils.  The long-term solution is to eliminate
      having two sysconfig modules.
      a0418246
  13. 21 Jul, 2012 1 commit
    • Ned Deily's avatar
      Issue #15184: Ensure consistent results of OS X configuration · 1f77c7dd
      Ned Deily authored
      tailoring for universal builds by factoring out common OS X-specific
      customizations from sysconfig, distutils.sysconfig, distutils.util,
      and distutils.unixccompiler into a new module _osx_support that can
      eventually also be used by packaging.
      1f77c7dd
  14. 16 Jul, 2012 3 commits
  15. 10 Jul, 2012 1 commit
  16. 30 Jun, 2012 1 commit
  17. 28 Jun, 2012 2 commits
  18. 26 Jun, 2012 3 commits
    • David Malcolm's avatar
      Null merge · 0b27999c
      David Malcolm authored
      0b27999c
    • 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
    • Georg Brandl's avatar
      Bump version to 3.3.0b1. · 998406ee
      Georg Brandl authored
      998406ee
  19. 25 Jun, 2012 1 commit
    • David Malcolm's avatar
      Issue #14443: ensure that brp-python-bytecompile is invoked with the correct · 4e6c91d7
      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.
      4e6c91d7
  20. 23 Jun, 2012 1 commit
    • Ned Deily's avatar
      Issue #13590: Improve support for OS X Xcode 4: · e562c287
      Ned Deily authored
      - Try to avoid building Python or extension modules with problematic
        llvm-gcc compiler.
      - Since Xcode 4 removes ppc support, extension module builds now
        check for ppc compiler support and automatically remove ppc and
        ppc64 archs when not available.
      - Since Xcode 4 no longer install SDKs in default locations,
        extension module builds now revert to using installed headers
        and libs if the SDK used to build the interpreter is not
        available.
      - Update ./configure to use better defaults for universal builds;
        in particular, --enable-universalsdk=yes uses the Xcode default
        SDK and --with-universal-archs now defaults to "intel" if ppc
        not available.
      e562c287
  21. 30 May, 2012 1 commit
  22. 28 May, 2012 2 commits
  23. 27 May, 2012 1 commit
  24. 26 May, 2012 2 commits
  25. 13 May, 2012 1 commit
  26. 01 May, 2012 1 commit
  27. 11 Apr, 2012 2 commits
  28. 10 Apr, 2012 1 commit
  29. 06 Apr, 2012 1 commit