ソースを参照

v20150901

pull/437/head v20150901
Josh Friend 11年前
コミット
193e64b6b2
3個のファイルの変更13行の追加2行の削除
  1. +11
    -0
      CHANGELOG.md
  2. +1
    -1
      libexec/pyenv---version
  3. +1
    -1
      test/pyenv.bats

+ 11
- 0
CHANGELOG.md ファイルの表示

@ -1,5 +1,16 @@
## Version History
### 20150901
* python-build: Add CPython 3.5.0 release candidates; 3.5.0rc1 and 3.5.0rc2
* python-build: Disabled `_FORTITY_SOURCE` to fix CPython >= 2.4, <= 2.4.3 builds (#422)
* python-build: Removed CPython 3.5.0 betas
* python-build: Add miniconda-3.10.1 and miniconda3-3.10.1 (#414)
* python-build: Add PyPy 2.6.1 (#433)
* python-build: Add PyPy-STM 2.3 and 2.5.1 (#428)
* python-build: Ignore user's site-packages on ensurepip/get-pip (#411)
* pyenv: Import recent changes from ruby-build v20150818
#### 20150719
* python-build: Add CPython `3.6-dev` (#413)

+ 1
- 1
libexec/pyenv---version ファイルの表示

@ -12,7 +12,7 @@
set -e
[ -n "$PYENV_DEBUG" ] && set -x
version="20150719"
version="20150901"
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 20150719" ]
assert [ "${lines[0]}" == "pyenv 20150901" ]
}
@test "invalid command" {

読み込み中…
キャンセル
保存