이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
도움말
로그인
ben
/
mwparserfromhell
의 미러
https://github.com/earwig/mwparserfromhell
보기
1
좋아요
1
포크
0
코드
릴리즈
24
활동
소스 검색
Add Python 3.8 to CI
tags/v0.6
Ben Kurtovic
5 년 전
부모
56e776a578
커밋
1d5db41751
5개의 변경된 파일
과
13개의 추가작업
그리고
3개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
.travis.yml
+1
-0
CHANGELOG
+9
-1
appveyor.yml
+1
-0
docs/changelog.rst
+1
-0
setup.py
+ 1
- 2
.travis.yml
파일 보기
@@ -6,8 +6,7 @@ python:
- 3.5
- 3.6
- 3.7
- nightly
sudo: false
- 3.8
install:
- pip install coveralls
- python setup.py develop
+ 1
- 0
CHANGELOG
파일 보기
@@ -1,5 +1,6 @@
v0.6 (unreleased):
- Added support for Python 3.8.
- Updated Wikicode.matches() to recognize underscores as being equivalent
to spaces. (#216)
- Fixed a rare parsing bug involving deeply nested style tags. (#224)
+ 9
- 1
appveyor.yml
파일 보기
@@ -62,13 +62,21 @@ environment:
PYTHON_VERSION: "3.7"
PYTHON_ARCH: "64"
- PYTHON: "C:\\Python38"
PYTHON_VERSION: "3.8"
PYTHON_ARCH: "32"
- PYTHON: "C:\\Python38-x64"
PYTHON_VERSION: "3.8"
PYTHON_ARCH: "64"
install:
- "%PIP% install --disable-pip-version-check --user --upgrade pip"
- "%PIP% install wheel twine"
build_script:
- "%SETUPPY% build"
- "%SETUPPY% install --user"
- "%SETUPPY%
develop
--user"
test_script:
- "%PYEXE% -m unittest discover"
+ 1
- 0
docs/changelog.rst
파일 보기
@@ -7,6 +7,7 @@ v0.6
Unreleased
(`changes <https://github.com/earwig/mwparserfromhell/compare/v0.5.4...develop>`__):
- Added support for Python 3.8.
- Updated Wikicode.matches() to recognize underscores as being equivalent
to spaces. (`#216 <https://github.com/earwig/mwparserfromhell/issues/216>`_)
- Fixed a rare parsing bug involving deeply nested style tags.
+ 1
- 0
setup.py
파일 보기
@@ -105,6 +105,7 @@ setup(
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Topic :: Text Processing :: Markup"
],
)
쓰기
미리보기
불러오는 중...
취소
저장