File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ trepan 1.2.3 2021-01-24
33
44* Add ` set tempdir ` and ` show tempdir ` . In remote debugging this is useful
55* eval?: add "and" and "or" by stripping out the final and/or
6- * deal wit no style set
6+ * deal with no style set
77* use PyPI term-background package
88* fix bug in decompiling
99
Original file line number Diff line number Diff line change 5454# Make packages and tag
5555
5656 $ . ./admin-tools/make-dist-older.sh
57- $ pyenv local 3.8.3 && twine check dist/trepan2-$__version__* && pyenv local 2.7.18s
57+ $ pyenv local 3.8.6 && twine check dist/trepan2-$__version__* && pyenv local 2.7.18
5858 $ git tag release-python-2.4-$__version__
5959 $ . ./admin-tools/make-dist-newer.sh
60- $ pyenv local 3.8.3 && twine check dist/trepan2-$__version__* && pyenv local 2.7.18
60+ $ pyenv local 3.8.6 && twine check dist/trepan2-$__version__* && pyenv local 2.7.18
6161
6262
6363# Check package on github
6464
6565 $ [[ ! -d /tmp/gittest ]] && mkdir /tmp/gittest; pushd /tmp/gittest
6666 $ pyenv local 2.7.18
6767 $ pip install -e git://github.com/rocky/python2-trepan.git#egg=trepan
68- $ trepan2 --version
68+ $ trepan2 --version
69+ $ trepan2 trepan2
6970 $ pip uninstall trepan2
7071 $ popd
7172
7273# Release on github
7374
7475Goto https://github.com/rocky/python2-trepan/releases/new
7576
76- # Get on PyPy
77+ # Get on PyPI
7778
7879 $ pyenv local 3.6.10 && twine upload dist/trepan2-${__version__}* && pyenv local 2.7.18
7980# Push tags:
You can’t perform that action at this time.
0 commit comments