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

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


 discard 1925e905 #765: use safe values for distribution params
 discard d6e74ad1 #671 - validate https scheme for github oidc
     add 4d725a75 Update dependencies
     add 93da3dcf Fix and improve email validation
     add c550a9d4 Remove headers that are now set in the frontend proxy
     add 54e6af48 Make compose tests more durable
     add aee82146 Remove the unused field to rename a file when uploading
     add 952b889a Update major versions of dependencies
     add e4f18ee6 Give each check its own version number for result cache key 
construction
     add 47a304da Remove unnecessary archive integrity checks
     add 7c8efdd4 Ensure that emails cannot contain null bytes
     add 0150111c Remove Referrer-Policy, which is now set in the frontend proxy
     add afc8c087 Set length limits on reads of KEYS, LICENSE, and NOTICE files
     add 996965f6 Make e2e voting tests more reliable
     add 50979b02 Classify binary files from infix and suffix filename 
components
     add cdf4ce7d Allow binary suffixes on archive roots
     new fa6f64d6 #671 - validate https scheme for github oidc
     new 21b35c79 #765: use safe values for distribution params

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (1925e905)
            \
             N -- N -- N   refs/heads/arm (21b35c79)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .pre-commit-config.yaml                 |   2 +-
 atr/admin/__init__.py                   |   4 +-
 atr/classify.py                         |   3 +
 atr/form.py                             |  12 ++++
 atr/mail.py                             |  17 +++++
 atr/post/keys.py                        |  21 +++++-
 atr/post/upload.py                      |   3 +-
 atr/server.py                           |   8 +--
 atr/shared/upload.py                    |  20 ------
 atr/storage/writers/release.py          |  25 ++-----
 atr/tasks/__init__.py                   |  36 +++-------
 atr/tasks/checks/license.py             |  18 ++++-
 atr/tasks/checks/targz.py               |  23 +------
 atr/tasks/checks/zipformat.py           |  44 +-----------
 atr/tasks/message.py                    |   8 ++-
 atr/util.py                             |   2 +-
 playwright/test.py                      |  18 ++---
 pyproject.toml                          |  12 ++--
 requirements-for-pip-audit.txt          |  20 +++---
 tests/e2e/compose/conftest.py           |   1 +
 tests/e2e/voting/conftest.py            |   8 +--
 tests/unit/test_archive_member_limit.py |  50 --------------
 tests/unit/test_mail.py                 | 116 +++++++++++++++++++++++++++++++-
 tests/unit/test_message.py              |   3 +-
 uv.lock                                 |  74 ++++++++++----------
 25 files changed, 276 insertions(+), 272 deletions(-)


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

Reply via email to