- Fix
FilesSpec
parameters variance issues by making it a typing.Mapping instead of a dict -- by :user:`Avasam` (#3)
No significant changes.
- Require Python 3.8 or later.
Added support for Symlink``s for the tree maker (``build
).
Introduced Recording
object and TreeMaker
protocol,
with build()
now explicitly accepting any TreeMaker
.
Fixed EncodingWarnings and ResourceWarnings.
Require Python 3.7 or later.
Once again attempt to disable PyPy dependency.
Disabled PyObjC dependency on PyPy where it's unsupported.
Switched to native namespace package.
Added jaraco.path.build
for building dir trees from a
Python dictionary spec.
Properly declared dependency on pyobjc for macOS.
Require Python 3.6 or later.
Switch to pkgutil namespace technique
for the jaraco
namespace.
Move to Github and configure automatic releases via Travis-CI.
Add cross platform is_hidden function.
Initial released based on jaraco.util 10.13.