SHA256
1
0
forked from pool/b4
Jiri Slaby 2021-05-27 06:33:05 +00:00 committed by Git OBS Bridge
parent e998ec2035
commit d17e0d7715
7 changed files with 70 additions and 10 deletions

View File

@ -3,7 +3,7 @@
<param name="url">git://git.kernel.org/pub/scm/utils/b4/b4.git</param> <param name="url">git://git.kernel.org/pub/scm/utils/b4/b4.git</param>
<param name="scm">git</param> <param name="scm">git</param>
<param name="changesgenerate">enable</param> <param name="changesgenerate">enable</param>
<param name="revision">stable-0.6.y</param> <param name="revision">stable-0.7.y</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v(.*)</param> <param name="versionrewrite-pattern">v(.*)</param>
<param name="versionrewrite-replacement">\1</param> <param name="versionrewrite-replacement">\1</param>

View File

@ -1,4 +1,4 @@
<servicedata> <servicedata>
<service name="tar_scm"> <service name="tar_scm">
<param name="url">git://git.kernel.org/pub/scm/utils/b4/b4.git</param> <param name="url">git://git.kernel.org/pub/scm/utils/b4/b4.git</param>
<param name="changesrevision">e66d514b4113fffc81e48c7c531dcf148ba8b8e8</param></service></servicedata> <param name="changesrevision">ee5e56d06c786d7906c214fc1f8cbbeeb3e658a6</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ebd905f82a439eaff4b90dae6ff376e8fb467227543289f4a81322646ce116d1
size 230923

3
b4-0.7.0+0.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:717c53704c80d2c9d1c457e95513cdab32a9c8f37a8baff11065023de3ad4a6f
size 330763

View File

@ -1,3 +1,63 @@
-------------------------------------------------------------------
Thu May 27 06:30:41 UTC 2021 - jslaby@suse.cz
- Update to version 0.7.0+0:
* Add new b4 pr flags
* Check uids on the key when using default keyring
* Update attestation section in the README
* Don't depend on List-Archive lore header
* Handle situations where -f only has an email
* Fix pr -l where we introduced var collision
* Bump patatt to 0.4.2
* Avoid type error when local mbox lacks specified message ID
* Tweak lore.kernel.org match
* Return early if no messages retrieved
* Strip any List-* headers matching lore
* Move --show-keys into its own kr subcommand
* Handle partial reroll of series without cover
* Don't crash on absent cover letter
* Warn when we find an "Obsoleted-by" trailer
* Reimplement single-msgid cherrypicking
* Initial support for Obsoleted-by: trailer
* Cherrypick from the correct series revision
* Write maildir atomically
* Minor visual tweak in output
* Fix a crash on incomplete/missing threads
* Tweak output filenames
* Document save-maildirs and -M options
* Don't use mboxo for anything
* Allow passing entire mbox via stdin
* Perform mboxo unescaping before DKIM check
* Implement partial reroll
* Don't try to read stdin multiple times
* Restore check for attestation-check-dkim
* Improve subject parsing for bracketed prefixes
* Ensure trailers are tracked with source messages
* Fix DKIM check on headers that don't lowercase h
* Properly fail with BADSIG on bad signature
* Force datetime to UTC if it's native
* Fix crash when PGP key not in default keyring
* Clean up after ourselves
* Rudimentary support for showing patatt key info
* Fix for DKIM signatures without t= field
* Reimplement attestation-staleness-days
* Python 3.6 compatibility fixes
* Remove sendemail-validte hook
* Reimplement attestation code one more time
* Loosen compatible release identifiers for install_requires
* Save to/cc headers as-is for tracking
* Add -f to "b4 mbox" to filter dupes
* Check if -o is a maildir
* Recognize merged PRs when attempting auto-base
* Raise RuntimeError instead of exiting
* Convert mboxrd to mboxo
* Allow passing extra opts to git-format-patch
* Fix crasher when we don't use -g with b4 pr
* Rework b4 pr exploder for transparency log needs
* DKIM: remove extra public-inbox headers
* Only check allow-list of trailers in follow-ups
* Add BugLink to non-person trailers
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Mar 30 04:28:36 UTC 2021 - jslaby@suse.cz Tue Mar 30 04:28:36 UTC 2021 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
name: b4 name: b4
version: 0.6.2+5 version: 0.7.0+0
mtime: 1614627630 mtime: 1622050582
commit: e66d514b4113fffc81e48c7c531dcf148ba8b8e8 commit: ee5e56d06c786d7906c214fc1f8cbbeeb3e658a6

View File

@ -16,9 +16,9 @@
# #
%define version_unconverted 0.6.2+5 %define version_unconverted 0.7.0+0
Name: b4 Name: b4
Version: 0.6.2+5 Version: 0.7.0+0
Release: 0 Release: 0
Summary: Helper scripts for kernel.org patches Summary: Helper scripts for kernel.org patches
License: GPL-2.0-or-later License: GPL-2.0-or-later