Releases: your-tools/pycp
Releases · your-tools/pycp
v8.0.7
v8.0.6
- Fix packaging issue:
pycp
wheels are no longer universal.
v8.0.5
- Fix crash in
pycp -g
. Reported by @z1lt0id
v8.0.4
- Partial revert of 8.0.3:
pycp
is now still fast even with just one CPU - Now using bumpversion to make sure
pycp --version
is correct :)
v8.0.3
v8.0.2
- Packaging fixes
v8.0
8.0
-
New feature: colors by default.
I'd like to thank @schvabodka-man for giving me the opportunity to
refactor code that was more than 7 years old :)
Breaking changes:
- Remove
--all
(See #19 for the details) - Drop Windows support
- Drop Python2 support
Internal changes:
- Massive refactoring
- Stricter CI
v7.3.0
- Try to preserve user and group when used with
-p,--preserve
- Optimization : read source file size only once
- Fix crash when file size increases while it's being copied
v7.2.2
- Include test/test_dir/ in source package. This
makes it possible for pycp packages to run the tests
v7.2.1
- Fix README. (version bump required for updating pypi page)