python-uncompyle6/admin-tools
2018-12-30 12:35:25 -05:00
..
check-newer-versions.sh Python 3.0 fixes + administrivia 2018-06-12 08:29:13 -04:00
check-older-versions.sh Python 3.0 fixes + administrivia 2018-06-12 08:29:13 -04:00
how-to-make-a-release.md Administrivia 2018-02-05 06:37:50 -05:00
make-dist-newer.sh Administrivia - generalize shell code 2017-10-12 20:36:24 -04:00
make-dist-older.sh Administrivia - generalize shell code 2017-10-12 20:36:24 -04:00
pycdc-runtests.sh Testing with other decompiler tools 2018-04-12 19:57:53 -04:00
pyenv-all-versions ops coverage on 3.{0,1} 2017-11-30 12:38:08 -05:00
pyenv-newer-versions Bump 3.2.6 version 2018-12-30 12:35:25 -05:00
pyenv-older-versions Administrivia and more coverage 2017-11-29 10:12:09 -05:00
pyenv-oldest-versions Administrivia and more coverage 2017-11-29 10:12:09 -05:00
README.md Some admin tools I use. 2017-10-11 21:15:06 -04:00
run-pyenvlib-test-all.sh Administrivia... 2018-03-05 23:27:11 -05:00
setup-master.sh Better testing of named %c format specifiers 2018-05-08 08:49:43 -04:00
setup-python-2.4.sh Administrivia: add "git pull"s 2017-11-22 06:29:35 -05:00
uncompyle2-runtests.sh Testing with other decompiler tools 2018-04-12 19:57:53 -04:00

Making a release is a somewhat tedious process so I've automated it a little

Here are tools that I, rocky, use to check and build a distribution.

They are customized to my environment:

  • I use pyenv to various Python versions installed
  • I have git repos for xdis, and spark parser at the same level as uncompyle6

There may be other rocky-specific things that need customization. how-to-make-a-release.txt has overall how I make a release