diff --git a/admin-tools/make-dist-newer.sh b/admin-tools/make-dist-newer.sh index 273d1dd1..ca403b88 100755 --- a/admin-tools/make-dist-newer.sh +++ b/admin-tools/make-dist-newer.sh @@ -32,7 +32,7 @@ for pyversion in $PYVERSIONS; do first_two=$(echo $pyversion | cut -d'.' -f 1-2 | sed -e 's/\.//') rm -fr build python setup.py bdist_egg bdist_wheel - mv -v dist/uncompyle6-$VERSION-{py2.py3,py$first_two}-none-any.whl + mv -v dist/${PACKAGE}-$VERSION-{py2.py3,py$first_two}-none-any.whl done python ./setup.py sdist diff --git a/admin-tools/make-dist-older.sh b/admin-tools/make-dist-older.sh index 83e72ac7..aee0ce92 100755 --- a/admin-tools/make-dist-older.sh +++ b/admin-tools/make-dist-older.sh @@ -33,7 +33,7 @@ done # Tarballs can get created from the above setup, so make sure to remove them since we want # the tarball from master. -tarball=dist/uncompyle6-$VERSION-tar.gz +tarball=dist/${PACKAGE}-$VERSION-tar.gz if [[ -f $tarball ]]; then - rm -v dist/uncompyle6-$VERSION-tar.gz + rm -v dist/${PACKAGE}-$VERSION-tar.gz fi diff --git a/test/bytecode_2.7/05_abc_class.pyc b/test/bytecode_2.7/05_abc_class.pyc index b102a340..936ba1b0 100644 Binary files a/test/bytecode_2.7/05_abc_class.pyc and b/test/bytecode_2.7/05_abc_class.pyc differ diff --git a/test/bytecode_2.7/06_setif_comprehension.pyc b/test/bytecode_2.7/06_setif_comprehension.pyc index a5d2ff1a..22e70f45 100644 Binary files a/test/bytecode_2.7/06_setif_comprehension.pyc and b/test/bytecode_2.7/06_setif_comprehension.pyc differ