log

age author description
Tue, 17 Feb 2026 16:19:53 +0100 Franz Glasner MERGE: current trunk build-2.7
Tue, 17 Feb 2026 16:15:31 +0100 Franz Glasner For current Python versions use an intree build backend that wraps setuptools.build_meta.
Tue, 17 Feb 2026 15:59:14 +0100 Franz Glasner FIX: License filenames in README.txt and cutils/__init__.py.
Tue, 17 Feb 2026 15:31:50 +0100 Franz Glasner Extend copyright for Makefile build-2.7
Tue, 17 Feb 2026 14:56:05 +0100 Franz Glasner FIX: Remove wrong .egg-info directory in the Makefile.
Tue, 17 Feb 2026 14:54:25 +0100 Franz Glasner FIX: wrong for egg-info directory in the Makefile build-2.7
Tue, 17 Feb 2026 14:47:39 +0100 Franz Glasner Use "gzip --best" compression when recompressing the sdist after post-processing build-2.7
Tue, 17 Feb 2026 14:47:09 +0100 Franz Glasner Add the "MIT License" to the Trove classifiers also build-2.7
Mon, 16 Feb 2026 18:49:44 +0100 Franz Glasner MERGE: IGNORE: current trunk build-2.7
Mon, 16 Feb 2026 15:36:17 +0100 Franz Glasner Syntax in pyproject.toml: use unescaped syntax
Mon, 16 Feb 2026 15:22:37 +0100 Franz Glasner FIX: _postprocess-sdist now works for compressed archives and configuration in pyproject.toml.
Mon, 16 Feb 2026 15:16:18 +0100 Franz Glasner sdist format is now ignored: remove from setup.cfg
Mon, 16 Feb 2026 14:02:07 +0100 Franz Glasner MERGE: Copyright year extensions from the main trunk build-2.7
Mon, 16 Feb 2026 13:57:13 +0100 Franz Glasner Extend the most important copyright year range to 2026
Mon, 16 Feb 2026 13:50:58 +0100 Franz Glasner FIX: Include REUSE.toml in the generated binary wheel build-2.7
Mon, 16 Feb 2026 13:50:38 +0100 Franz Glasner FIX: Include REUSE.toml in the wheel
Mon, 16 Feb 2026 13:34:51 +0100 Franz Glasner Begin a new "build-2.7" branch to support build using Python2.7 or older Python3 versions build-2.7
Mon, 16 Feb 2026 13:28:35 +0100 Franz Glasner On the default trunk begin a pure PEP 517 build configuration.
Sun, 18 May 2025 06:00:46 +0200 Franz Glasner ===== signature for changeset 85da58b83475
Sun, 18 May 2025 06:00:30 +0200 Franz Glasner >>>>> tag v0.9 for changeset a90c0b9a06d7
Sun, 18 May 2025 06:00:16 +0200 Franz Glasner +++++ v0.9 v0.9
Sat, 17 May 2025 22:41:22 +0200 Franz Glasner treesum: also collect the CRC checksum when reading .treesum files and test for them
Sat, 17 May 2025 16:53:16 +0200 Franz Glasner treesum: unit tests with an existing .treesum file:
Sat, 17 May 2025 15:14:30 +0200 Franz Glasner treesum: add a generated .treesum file
Sat, 17 May 2025 15:13:45 +0200 Franz Glasner treesum: FIX: do not include generated .treesum-files when testing.
Sat, 17 May 2025 13:32:39 +0200 Franz Glasner treesum: Replace "DigestSizeCollector" by "TreesumInfo"
Sat, 17 May 2025 13:25:48 +0200 Franz Glasner treesum: unit tests for generating and reading treesum files
Mon, 12 May 2025 15:33:16 +0200 Franz Glasner treesum: begin unittests for treesums and .treesum files
Mon, 12 May 2025 12:12:44 +0200 Franz Glasner FIX: treesum: str.translate() behaves differently in Python3: make it PY3-compatible
Mon, 12 May 2025 09:48:23 +0200 Franz Glasner treesum: Rename PATTERN0 to PATTERNE
Mon, 12 May 2025 09:40:33 +0200 Franz Glasner treesum: Handle comments in .treesum files without accounting for CRCs
Mon, 05 May 2025 13:04:49 +0200 Franz Glasner Convert some further value checks from plain Python assertions into real checks