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

juergbi pushed a change to branch jbilleter/tar
in repository https://gitbox.apache.org/repos/asf/buildstream.git


 discard 149b47f6b tar.py: Always use `tar_filter`
     new 72f1c637a Import tarfile.py from Python 3.11.16
     new f0b2aa39f _tarfile.py: Do not require `os.path.ALLOW_MISSING`
     new 07cb7a966 tar.py: Use `tar` extraction filter also on Python < 3.12
     new 0c8ed9789 tar.py: Use custom extraction filter

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   (149b47f6b)
            \
             N -- N -- N   refs/heads/jbilleter/tar (0c8ed9789)

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 4 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:
 pyproject.toml                              |    1 +
 setup.cfg                                   |    2 +-
 src/buildstream/plugins/sources/_tarfile.py | 3066 +++++++++++++++++++++++++++
 src/buildstream/plugins/sources/tar.py      |   42 +-
 4 files changed, 3085 insertions(+), 26 deletions(-)
 create mode 100644 src/buildstream/plugins/sources/_tarfile.py

Reply via email to