Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package obs-service-cargo_audit for openSUSE:Factory checked in at 2022-04-06 21:51:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/obs-service-cargo_audit (Old) and /work/SRC/openSUSE:Factory/.obs-service-cargo_audit.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "obs-service-cargo_audit" Wed Apr 6 21:51:43 2022 rev:10 rq:967172 version:0.1.8~1 Changes: -------- --- /work/SRC/openSUSE:Factory/obs-service-cargo_audit/obs-service-cargo_audit.changes 2022-03-30 20:35:53.821314623 +0200 +++ /work/SRC/openSUSE:Factory/.obs-service-cargo_audit.new.1900/obs-service-cargo_audit.changes 2022-04-06 21:52:11.995082052 +0200 @@ -1,0 +2,6 @@ +Wed Apr 06 05:22:33 UTC 2022 - william.br...@suse.com + +- Update to version 0.1.8~1: + * Update to improve bulk update commands + +------------------------------------------------------------------- Old: ---- obs-service-cargo_audit-0.1.8~0.tar.xz New: ---- obs-service-cargo_audit-0.1.8~1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ obs-service-cargo_audit.spec ++++++ --- /var/tmp/diff_new_pack.QtLRlz/_old 2022-04-06 21:52:12.603075114 +0200 +++ /var/tmp/diff_new_pack.QtLRlz/_new 2022-04-06 21:52:12.611075022 +0200 @@ -22,7 +22,7 @@ License: MPL-2.0 Group: Development/Tools/Building URL: https://github.com/openSUSE/obs-service-%{service} -Version: 0.1.8~0 +Version: 0.1.8~1 Release: 0 Source: %{name}-%{version}.tar.xz Source99: obs-service-cargo_audit-rpmlintrc ++++++ _service ++++++ --- /var/tmp/diff_new_pack.QtLRlz/_old 2022-04-06 21:52:12.639074703 +0200 +++ /var/tmp/diff_new_pack.QtLRlz/_new 2022-04-06 21:52:12.643074657 +0200 @@ -3,7 +3,7 @@ <param name="url">https://github.com/openSUSE/obs-service-cargo_audit.git</param> <param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param> <param name="scm">git</param> - <param name="revision">v0.1.8</param> + <param name="revision">main</param> <param name="match-tag">v*</param> <param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param> <param name="versionrewrite-replacement">\1</param> ++++++ obs-service-cargo_audit-0.1.8~0.tar.xz -> obs-service-cargo_audit-0.1.8~1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/obs-service-cargo_audit-0.1.8~0/cargo_audit new/obs-service-cargo_audit-0.1.8~1/cargo_audit --- old/obs-service-cargo_audit-0.1.8~0/cargo_audit 2022-03-11 04:19:55.000000000 +0100 +++ new/obs-service-cargo_audit-0.1.8~1/cargo_audit 2022-04-05 09:17:15.000000000 +0200 @@ -221,6 +221,8 @@ parser.add_argument("--outdir", default=None) args = parser.parse_args() + log.debug("%s" % args) + lsrcdir = args.srcdir lockfile = args.lockfile diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/obs-service-cargo_audit-0.1.8~0/do_scan.py new/obs-service-cargo_audit-0.1.8~1/do_scan.py --- old/obs-service-cargo_audit-0.1.8~0/do_scan.py 2022-03-11 04:19:55.000000000 +0100 +++ new/obs-service-cargo_audit-0.1.8~1/do_scan.py 2022-04-05 09:17:15.000000000 +0200 @@ -21,11 +21,16 @@ UPDATE = ["osc", "up", "openSUSE:Factory"] EXCLUDE = set([ + # ALready cared for 'MozillaFirefox', 'MozillaThunderbird', 'rust', 'rust1.53', + # Doesn't have any true rust deps. + 'obs-service-cargo_audit', + 'cargo-audit-advisory-db', 'rust-packaging', + # Dead 'seamonkey', 'meson:test', ]) @@ -207,7 +212,7 @@ # If not, we should contact the developers to add this. We can attempt to unpack # and run a scan still though. unpack_depends.append((pkgname, has_services)) - need_services.add(f"{devel_projects[pkgname]}/{pkgname}") + # need_services.add(f"{devel_projects[pkgname]}/{pkgname}") else: # If they do, run services. We may not know what they need for this to work, so we # have to run the full stack, but at the least, the developer probably has this @@ -251,6 +256,10 @@ for item in fast_update: print(f"osc bco {item}") + print(f" Alternately") + print(f" python3 do_bulk_update.py %s" % ' '.join(fast_update)) + + if len(slow_update) > 0: if args.rustsec_id: print(f"- the following pkgs need SECURITY updates to address {args.rustsec_id} - manual")