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 (Expand)Author
2023-09-13Add 'fonts' categoryJon Turney
2023-05-05Avoid spurious license normalization warnings over whitespaceJon Turney
2023-02-19Improve hint parser error for embedded double quoteJon Turney
2023-02-05Add 'OFSFDL' to additional license ids listJon Turney
2023-01-19Don't add duplicate license keysJon Turney
2023-01-06Allow package version to be marked as weakly retainedJon Turney
2022-12-05Allow correct keep-superseded-test: key name in hintJon Turney
2022-10-18Turn license expression not normalized error into a warningJon Turney
2022-10-11Turn 'Unknown license key(s)' error into a warningJon Turney
2022-10-02Handle a version-constraint appearing in requires:Jon Turney
2022-10-02Drop reading putative 'depends:' hintJon Turney
2022-09-14Warn if license: is missing in uploadsJon Turney
2022-08-15Fix E275 missing whitespace after keywordJon Turney
2022-08-15Fix flake8-import-order warningsJon Turney
2022-08-15Report non-exception errors from license.expression.validate()Jon Turney
2022-07-16Workaround unexpected exceptions from license_expression.validate()Jon Turney
2022-07-04Make license_expression an optional dependencyJon Turney
2022-06-07Allow 'license:' key in source hintJon Turney
2022-01-25Expire superseded test versionsJon Turney
2021-05-31Disallow requires: and obsoletes: in src.hint filesJon Turney
2021-05-29Make 'homepage:' mandatory in new -src.hint uploadsJon Turney
2021-05-24Ignore 'skip' hintJon Turney
2021-05-22Add a tool to fix hint files with invalid hintsJon Turney
2021-05-03Allow 'virtual' categoryJon Turney
2020-06-11Avoid shadowing 'type' builtinJon Turney
2020-06-05Handle ','-separated build-depends: in hint as wellJon Turney
2020-05-25Remove support for curr: appearing in override.hintJon Turney
2020-05-19Disallow more hints which don't make sense for source packageJon Turney
2020-05-19Disallow build-depends: in install package hintsJon Turney
2020-05-18Store build-depends: comma separatedJon Turney
2020-03-26Add support for a homepage: key in source package hintJon Turney
2020-02-22Remove support for prev: appearing in override.hintJon Turney
2020-02-22Remove support for test: appearing in override.hintJon Turney
2020-02-22Make keep-count: not retain test: versionsJon Turney
2020-02-19Transfer 'perl5_26' annotation from comment to a notes: keyJon Turney
2019-07-04Fix flake8 issuesJon Turney
2019-06-15Don't allow hint file to consist of just 'skip:'Jon Turney
2019-06-04Fix and warn about some common, long-standing typosJon Turney
2019-05-29Remove reading setup.hint filesJon Turney
2018-06-13Write 'conflicts:' from hints into setup.iniJon Turney
2018-06-06Write 'provides:' from hints into setup.iniJon Turney
2018-02-20Fix typoJon Turney
2018-02-20Tolerate comma or space separated obsoletes: in hintsJon Turney
2018-01-23Add a replace-versions: key in override.hint to list versions which should al...Jon Turney
2017-12-20Add a disable-check: key in pvr.hint to disable certain checksJon Turney
2017-11-30Add a disable-check: key in override.hint to disable certain checksJon Turney
2017-11-22Various fixes and improvements to dedup toolJon Turney
2017-11-09Add basic build-depends: handlingJon Turney
2017-11-09Allow the effective version to be overridden by version: hintJon Turney
2017-11-09Fix various E305 'expected 2 blank lines' errors with latest pycodestyleJon Turney