mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 21:45:37 +00:00
- new option, --commit-metadata= with path to metadata file - new option, --fix-version=41 (used for SKIP sections) - scaffolding for 'bad commits' list - new module CommitMetadata with unit tests - sample file format TEST_COMMIT_METADATA.md - such commits are skipped - refactored the commit skipping part (formerly used for cherry pick skips) - add a report section for skipped commits - add a cache for JIRA queries (for dev use): --cache-for-dev "/tmp/cldr-commit-cache" - optional - add an 'excluded commits' section at the bottom - make sure commit metadata is used to update ticket IDs and messages.
18 lines
327 B
TOML
18 lines
327 B
TOML
# Copyright (C) 2018 and later: Unicode, Inc. and others.
|
|
# License & terms of use: http://www.unicode.org/copyright.html
|
|
# Author: shane@unicode.org
|
|
|
|
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[requires]
|
|
python_version = "3"
|
|
|
|
[packages]
|
|
gitpython = "*"
|
|
jira = "*"
|
|
|
|
[dev-packages]
|
|
pytest = "*"
|