Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/cygwin-apps/calm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-05Improve rendering of minimal Markdown for description in package summaryJon Turney
Retain the heuristic which makes URLs in the description, and improve it's handling of some cases.
2022-12-14Revert "Pin flake8 before 6.0, as it's incompatible with current ↵Jon Turney
flake-import-order" This reverts commit 1d345508ee7ed441330da4a9810f21af216c6e58.
2022-11-26Pin flake8 before 6.0, as it's incompatible with current flake-import-orderJon Turney
2022-08-15Drop version constraint on flake-import-orderJon Turney
That version isn't compatible with current flake8 (and doesn't seem to have been working for a while...)
2022-06-07Allow 'license:' key in source hintJon Turney
Allow 'license:' key in source hint, and check it contains a valid SPDX license expression. Show the key value in source package summary page, and in repology JSON output. Update tests appropriately Future work: Add 'license:' to the set of mandatory keys for a source package.
2021-01-04Add zstd to permitted archive compressionsJon Turney
Use the xtarfile module to handle zstd compressed archive. Note this isn't quite as straightforward as 'import xtarfile as tarfile', because it isn't precisely a drop-in replacement for tarfile, because: (i) the 'mode' argument to xtarfile.open() is mandatory, and (ii) it doesn't re-export tarfile exception classes such as tarfile.ReadError
2021-01-04Remove source package validator queue experimentJon Turney
2020-06-11Also use flake8-builtins in CIJon Turney
2020-05-20Install additional flake8 plugins to use in CIJon Turney