You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Get ready for release 3.7.1
This commit is contained in:
@@ -38,7 +38,6 @@ jobs:
|
|||||||
|
|
||||||
- run:
|
- run:
|
||||||
command: | # Use pip to install dependengcies
|
command: | # Use pip to install dependengcies
|
||||||
sudo pip install git+git://github.com/rocky/python-xdis.git#egg=xdis
|
|
||||||
pip install --user --upgrade setuptools
|
pip install --user --upgrade setuptools
|
||||||
pip install --user -e .
|
pip install --user -e .
|
||||||
pip install --user -r requirements-dev.txt
|
pip install --user -r requirements-dev.txt
|
||||||
|
@@ -13,7 +13,6 @@ matrix:
|
|||||||
dist: xenial # required for Python >= 3.7 (travis-ci/travis-ci#9069)
|
dist: xenial # required for Python >= 3.7 (travis-ci/travis-ci#9069)
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- sudo pip install git+git://github.com/rocky/python-xdis.git#egg=xdis
|
|
||||||
- pip install -e .
|
- pip install -e .
|
||||||
- pip install -r requirements-dev.txt
|
- pip install -r requirements-dev.txt
|
||||||
|
|
||||||
|
9
NEWS.md
9
NEWS.md
@@ -1,3 +1,12 @@
|
|||||||
|
3.7.1: 2020-6-12 Fleetwood66
|
||||||
|
====================================================
|
||||||
|
|
||||||
|
Released to pick up new xdis version which has fixes to read bytestings better on 3.x
|
||||||
|
|
||||||
|
* Handle 3.7+ "else" branch removal adAs seen in `_cmp()` of `python3.8/distutils/version.py` with optimization `-O2`
|
||||||
|
* 3.6+ "with" and "with .. as" grammar improvements
|
||||||
|
* ast-check for "for" loop was missing some grammar rules
|
||||||
|
|
||||||
3.7.0: 2020-5-19 Primidi 1st Prairial - Alfalfa - HF
|
3.7.0: 2020-5-19 Primidi 1st Prairial - Alfalfa - HF
|
||||||
====================================================
|
====================================================
|
||||||
|
|
||||||
|
@@ -12,4 +12,4 @@
|
|||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
# This file is suitable for sourcing inside POSIX shell as
|
# This file is suitable for sourcing inside POSIX shell as
|
||||||
# well as importing into Python
|
# well as importing into Python
|
||||||
VERSION="3.7.0" # noqa
|
VERSION="3.7.1" # noqa
|
||||||
|
Reference in New Issue
Block a user