1. 11 5月, 2016 4 次提交
  2. 08 5月, 2016 1 次提交
  3. 27 4月, 2016 1 次提交
    • S
      Update pkg resources (#3630) · fc046671
      Steve Kowalik 提交于
      * Drop markers inside InstallRequirement.check_if_exists
      
      Any requirement that are checked if they are installed may specify
      an environment marker. Since the marker may include information that
      we no longer have context for (such as which extra requires that
      requirement), and we have already decided that we are going to install
      the requirement, drop the marker when we check if it's installed.
      
      * Update pkg_resources from setuptools 20.7.0
      fc046671
  4. 25 4月, 2016 1 次提交
    • G
      Make environment marker parsing consistent (#3626) · 449914f9
      Geoffrey Sneddon 提交于
      * Update pkg_resources to setuptools 20.4, remove _markerlib
      
      _markerlib was part of what we pulled in from setuptools and was
      depended on by pkg_resources; it's totally gone from setuptools so
      it can totally go here.
      
      * Use packaging.markers to evaluate markers instead of distlib
      
      * Update packaging to 16.7
      449914f9
  5. 15 4月, 2016 2 次提交
  6. 11 4月, 2016 3 次提交
  7. 08 4月, 2016 2 次提交
    • X
      Merge pull request #3561 from PreVeil/develop · a0ba1e4c
      Xavier Fernandez 提交于
      Give markers chance to remove incompat wheel links
      a0ba1e4c
    • B
      Give markers chance to remove incompat wheel links · 3c11bb4d
      burrows 提交于
      `pip install -r reqs.txt` was failing when the requirements file includes
      an unsupported wheel, regardless of whether it is conditionally removed
      by a marker. This patch fixes that issue.
      
      Additionally, this patch makes pip check local file wheels for
      compatibility. Previously, a requirements file could include a path
      to a valid wheel for any platform and pip would happily install it.
      3c11bb4d
  8. 06 4月, 2016 1 次提交
  9. 04 4月, 2016 1 次提交
    • X
      Fix crash on systems with uninitialized locale · 16f4cc33
      Xavier Fernandez 提交于
      locale.setlocale(locale.LC_ALL, '') apparently crashes in such case.
      The raised exception can be safely ignored as locale loading is only
      used to automatically detect the default encoding for requirements.txt
      files.
      Closes #3575
      16f4cc33
  10. 31 3月, 2016 1 次提交
  11. 30 3月, 2016 1 次提交
  12. 29 3月, 2016 1 次提交
  13. 25 3月, 2016 1 次提交
    • N
      Make have_compatible_glibc more robust against unusual version strings · e01425d6
      Nathaniel J. Smith 提交于
      Downstream forks/redistributors of glibc apparently sometimes add junk
      onto the end of the version number -- e.g. Linaro glibc might have a
      version number like "2.20-2014.11". This makes the glibc version number
      parsing code ignore the rest of the string after the minor version
      number, to be robust against Linaro's current usage, as well as whatever
      exciting new weirdnesses that other redistributors might come up with
      in the future.
      
      Fixes: gh-3588
      e01425d6
  14. 22 3月, 2016 1 次提交
  15. 17 3月, 2016 6 次提交
  16. 16 3月, 2016 2 次提交
  17. 07 3月, 2016 5 次提交
  18. 06 3月, 2016 6 次提交