Skip to content

Releases: nvbn/py-backwards

0.7

30 May 17:54
Compare
Choose a tag to compare

0.6

17 May 16:43
Compare
Choose a tag to compare
0.6
  • #24 Set correct target to FormattedValuesTransformer
  • #19 Accept more than one input
  • #11 Set correct target to DictUnpackingTransformer
  • #22 Setup.py integration? py-backwards-packager
  • #21 Format string back-porting breaks when using variable annotations

0.5

03 May 17:18
Compare
Choose a tag to compare
0.5
  • print additional dependencies after compilation:
➜  py-backwards -i src -o compiled -t 2.7
Compilation succeed:
  target: 2.7
  files: 1
  took: 0.28 seconds
  Additional dependencies:
    pathlib2
    six
  • transformer 3.3: import pathlib2 instead of pathlib
  • transformer 2.7: imports from six moves
  • transformer 2.7: metaclass