Skip to content

Releases: sundarnagarajan/pyprotect

v1.4.1

28 Jan 05:55
f7d8b53
Compare
Choose a tag to compare

Mostly to set VERSION in version_extname.ini to a 3-digit version

v1.4.0

28 Jan 03:59
a24d995
Compare
Choose a tag to compare
  • Now works with / without 'zip_safe
  • Uses importlib, importlib.resources if available; falls back to pkg_resources, imp if not (__init__.py)
  • PY_MODULE, PIP_NAME, EXTENSION_NAME no longer need to be set in config.sh - they are derived from the source code
  • version_extname.ini in module directory is used to share VERSION and EXTENSION_NAME between setup.py __init__.py and scripts

v1.3.2

23 Jan 21:47
d11b303
Compare
Choose a tag to compare
Version 1.3.2

v1.1.0 on PyPi

05 Jan 20:25
Compare
Choose a tag to compare

Support python 3.7 and 3.8

v1.0.2

22 Dec 04:25
Compare
Choose a tag to compare

Store protected_class_src in a dir named with the python version, so that if you have installed the package in multiple python versions, when you uninstall using one python version, the protected_class_src for the other version(s) still remain

Version 1.0.1 --> v1.0.1 on PyPi

22 Dec 03:04
Compare
Choose a tag to compare
New ver 1.0.1 - what is on PyPi