Просмотр исходного кода

v20140628

pull/215/head v20140628
Yamashita Yuu 10 лет назад
Родитель
Сommit
0468ffdd49
3 измененных файлов: 10 добавлений и 2 удалений
  1. +8
    -0
      CHANGELOG.md
  2. +1
    -1
      libexec/pyenv---version
  3. +1
    -1
      test/pyenv.bats

+ 8
- 0
CHANGELOG.md Просмотреть файл

@ -1,5 +1,13 @@
## Version History
#### 20140628
* python-build: Add new Anaconda releases; anaconda-2.0.1, anaconda3-2.0.1 (#195)
* python-build: Add new PyPy3 release; pypy3-2.3.1 (#198)
* python-build: Add ancient CPython releases; 2.1.3, 2.2.3, 2.3.7 (#199)
* python-build: Use `ez_setup.py` and `get-pip.py` instead of installing them from tarballs (#194)
* python-build: Add support for command-line options to `ez_setup.py` and `get-pip.py` (#200)
#### 20140615
* python-build: Update default setuptools version (4.0.1 -> 5.0) (#190)

+ 1
- 1
libexec/pyenv---version Просмотреть файл

@ -12,7 +12,7 @@
set -e
[ -n "$PYENV_DEBUG" ] && set -x
version="20140615"
version="20140628"
if cd "$PYENV_ROOT" 2>/dev/null; then
git_revision="$(git describe --tags HEAD 2>/dev/null || true)"

+ 1
- 1
test/pyenv.bats Просмотреть файл

@ -5,7 +5,7 @@ load test_helper
@test "blank invocation" {
run pyenv
assert_success
assert [ "${lines[0]}" == "pyenv 20140615" ]
assert [ "${lines[0]}" == "pyenv 20140628" ]
}
@test "invalid command" {

Загрузка…
Отмена
Сохранить