Skip to content

Releases: desty2k/paker

v0.7.1

15 Feb 18:45
Compare
Choose a tag to compare
  • a20629f - FIX: clear _modules_stack in jsonimporter.unload method
  • 6e58938 - UPD: replace skip_main with skip_modules
  • dadf440 - FIX: check if module loader is instance of SourceFileLoader when dumping
  • 17ef680 - ADD: info in README about recreating modules from JSON
  • d69509f - UPD: update changelog, bump version to 0.7.1
  • 98016d8 - FIX: type hinting for Python 3.6 requires typing.List not list
  • d26eaeb - FIX: #2 replace type hint list with typing.List

v0.7.0

29 Jan 19:35
Compare
Choose a tag to compare
  • 3ff99d4 - FIX: mistakes in readme
  • ee5f700 - DEL: remove multiload example
  • cd16243 - UPD: make all jsonimporter instance variables private
  • 886267c - UPD: bump version to 0.7.0, update changelog

v0.6.2

28 Jan 13:42
Compare
Choose a tag to compare
  • 02bd519 - FIX: do not unload all modules when exiting nested loader
  • 771e22e - ADD: print_lib example, add importing from dict, str, bytes example
  • fa57fce - UPD: bump version to 0.6.2, update changelog

v0.6.1

03 Jan 11:18
Compare
Choose a tag to compare
  • f61445c - UPD: do not create wheels for PyPI
  • 80a0857 - UPD: bump version to 0.6.1

v0.6.0

02 Jan 20:37
Compare
Choose a tag to compare
  • 640a1f8 - ADD: _memimporter support
  • 2cf049c - UPD: replace exceptions package with module
  • cde957b - UPD: update _tempimporter.import_module() arguments
  • 5732fb6 - UPD: changelog, bump version to 0.6.0
  • 02c0008 - UPD: use .bat script to delete paker temp dir on NT
  • ee07a31 - UPD: add info about .bat script cleanup method to changelog
  • ec176a1 - v0.6.0 - Add _memimporter support
  • 9a29ae7 - FIX: import Extension from setuptools not distutils.core
  • adbf5af - FIX: add MANIFEST.in to make tox include source dir when
  • 2e61970 - FIX: subprocess: set shell=False, ignore B404
  • 3e69601 - FIX: move import to the top of setup.py
  • 7dbf26b - FIX: B603: subprocess_WITHOUT_shell_equals_true
  • 4889af7 - FIX: set shell back to false, add B603 to ignored issues

v0.5.2

11 Oct 14:55
Compare
Choose a tag to compare
  • 867f805 - DEL: remove init from multiload example
  • 1f394dc - UPD: support for python 3.6 in version test
  • f06054b - UPD: run multi platform tests
  • 3d7d1f2 - UPD: bump version to 0.5.2, update changelog
  • 2dadc5d - FIX: build workflow unknown job test
  • 740ea90 - FIX: run python with -m argument in version test

v0.5.1

17 Aug 15:15
Compare
Choose a tag to compare
  • 47306ea - UPD: multiloading: add all modules from dict using keys as module names
  • d4aa71d - UPD: changelog, bump version to 0.5.1

v0.5.0

15 Aug 19:26
Compare
Choose a tag to compare
  • 1b7b1fb - UPD: use single jsonimporter instance when loading modules
  • 67f10ad - ADD: multiload example
  • addf2af - FIX: invalid module name in comment
  • 25d64a0 - ADD: docstrings
  • 2234f65 - UPD: bump version to 0.5.0, update changelog

v0.4.4

18 Jul 17:21
Compare
Choose a tag to compare
  • 56960f5 - FIX: add extension key to example for importing from stream
  • 489794c - ADD: -U flag to PyPI installation instructions
  • e41a0ff - UPD: update changelog, bump version to 0.4.4

v0.4.3

13 Jul 20:56
Compare
Choose a tag to compare
  • b94d2cf - UPD: move __version__ variable to paker package
  • 89c630f - ADD: add extensions compatiblity check, create utils module
  • 8b36217 - UPD: update changelog