This is an automated email from the ASF dual-hosted git repository.

arm pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git


    from bc3f4f19 Detect which files need to be quarantined
     add e8ea2fea #641 - some initial migrations out of the util module for 
paths and hash calculation.

No new revisions were added by this update.

Summary of changes:
 atr/admin/__init__.py              |   7 +-
 atr/api/__init__.py                |  16 +++--
 atr/attestable.py                  |  11 ++--
 atr/construct.py                   |   5 +-
 atr/file_paths.py                  |  28 --------
 atr/get/checks.py                  |  31 ++++-----
 atr/get/download.py                |   7 +-
 atr/get/draft.py                   |   3 +-
 atr/get/file.py                    |   7 +-
 atr/get/finish.py                  |   3 +-
 atr/get/published.py               |   3 +-
 atr/get/report.py                  |   3 +-
 atr/get/revisions.py               |   3 +-
 atr/get/test.py                    |   3 +-
 atr/get/voting.py                  |   5 +-
 atr/hashes.py                      |  25 ++++++-
 atr/paths.py                       | 131 +++++++++++++++++++++++++++++++++++++
 atr/post/upload.py                 |   5 +-
 atr/server.py                      |  15 +++--
 atr/shared/web.py                  |  15 +++--
 atr/ssh.py                         |   3 +-
 atr/storage/readers/releases.py    |   9 +--
 atr/storage/writers/announce.py    |   7 +-
 atr/storage/writers/keys.py        |   5 +-
 atr/storage/writers/policy.py      |  18 ++---
 atr/storage/writers/release.py     |   9 +--
 atr/storage/writers/revision.py    |  11 ++--
 atr/tasks/__init__.py              |   3 +-
 atr/tasks/checks/__init__.py       |   2 +-
 atr/tasks/checks/compare.py        |   3 +-
 atr/tasks/sbom.py                  |  11 ++--
 atr/util.py                        | 126 +----------------------------------
 atr/validate.py                    |   4 +-
 tests/unit/test_checks_compare.py  |  16 ++---
 tests/unit/test_create_revision.py |   8 +--
 tests/unit/test_paths.py           |  45 +++++++++++++
 tests/unit/test_util.py            |  23 -------
 37 files changed, 340 insertions(+), 289 deletions(-)
 delete mode 100644 atr/file_paths.py
 create mode 100644 atr/paths.py
 create mode 100644 tests/unit/test_paths.py


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to