Releases: caltechlibrary/commonpy
Release 1.3.7
This release makes relative(...) from file_utils more robust against a problem on Windows, in which Python's os.path.relpath generates an error when you try to use it on a network-mapped drive.
Release 1.3.6
This version fixes a missing requirements.txt entry for pywin32 on Windows.
Release 1.3.5
This release fixes a reference to a missing function called by relative(...) in the file_utils module.
Release 1.3.4
This release fixes undefined exceptions in network_utils due to a missing import.
Release 1.3.3
- Fix broken references to os.path functions.
- Add a check for a common mistake in parameters to
net(...).
Release 1.3.1
- Remove reference to HTTPX exception
RequestBodyUnavailable, which no longer seems to exist in current versions of the HTTPX package. - Remove use of exception
UserCancelledinnetwork_utils.py, because its definition no longer existed elsewhere and on review it seemed unecessary in the context where it was used.
Release 1.3.0
Release 1.2.0
This release adds a new function in module_utils called config_path(...).
Release 1.1.1
This version makes antiformat(...) more robust against values that are not strings, by applying str(...) to the incoming value.
Release 1.1.0
This version adds a start at a module of string utilities, and introduces antiformat(..): a function that will quote instances of { and } braces in a string so that the string can be passed safely to format.