Skip to content

Releases: your-tools/pycp

v8.0.7

Choose a tag to compare

@dmerejkowsky dmerejkowsky released this 27 Feb 20:47
  • Remove dependency on python-cli-ui

v8.0.6

Choose a tag to compare

@dmerejkowsky dmerejkowsky released this 12 Nov 12:42
  • Fix packaging issue: pycp wheels are no longer universal.

v8.0.5

Choose a tag to compare

@dmerejkowsky dmerejkowsky released this 12 Nov 12:41
  • Fix crash in pycp -g. Reported by @z1lt0id

v8.0.4

Choose a tag to compare

@dmerejkowsky dmerejkowsky released this 01 Nov 18:22
  • 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

Choose a tag to compare

@dmerejkowsky dmerejkowsky released this 01 Nov 17:01
  • Performance improvements (see #20). We are now faster than v7 :)

Note that pycp will be still be slow if only one CPU is available, though

v8.0.2

Choose a tag to compare

@dmerejkowsky dmerejkowsky released this 01 Nov 11:55
  • Packaging fixes

v8.0

Choose a tag to compare

@dmerejkowsky dmerejkowsky released this 30 Oct 17:07

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

Choose a tag to compare

@dmerejkowsky dmerejkowsky released this 04 Oct 17:00
  • 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

Choose a tag to compare

@dmerejkowsky dmerejkowsky released this 04 Oct 16:54
  • Include test/test_dir/ in source package. This
    makes it possible for pycp packages to run the tests

v7.2.1

Choose a tag to compare

@dmerejkowsky dmerejkowsky released this 04 Oct 16:54
  • Fix README. (version bump required for updating pypi page)