From d9204ccaa3b1518678659f7662adcf836cd3946fbee1abdec8a3ba0b6b197a1c Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Thu, 9 Nov 2023 17:06:33 +0000 Subject: [PATCH] Accepting request 1124731 from home:ojkastl_buildservice:Branch_devel_tools_building update to 0.5.2 OBS-URL: https://build.opensuse.org/request/show/1124731 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/melange?expand=0&rev=8 --- _service | 2 +- _servicedata | 2 +- melange-0.5.1.obscpio | 3 -- melange-0.5.2.obscpio | 3 ++ melange.changes | 92 +++++++++++++++++++++++++++++++++++++++++++ melange.obsinfo | 6 +-- melange.spec | 2 +- vendor.tar.gz | 4 +- 8 files changed, 103 insertions(+), 11 deletions(-) delete mode 100644 melange-0.5.1.obscpio create mode 100644 melange-0.5.2.obscpio diff --git a/_service b/_service index 9388d71..2b50050 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://github.com/chainguard-dev/melange git .git - v0.5.1 + v0.5.2 @PARENT_TAG@ enable v(.*) diff --git a/_servicedata b/_servicedata index adf0617..71ce1ca 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/chainguard-dev/melange - 7a6447a11e49892ebc96aa3af965998d7eada939 \ No newline at end of file + ecd6ea9f3c6074cec4205975492c38a8331a5338 \ No newline at end of file diff --git a/melange-0.5.1.obscpio b/melange-0.5.1.obscpio deleted file mode 100644 index 9f20a32..0000000 --- a/melange-0.5.1.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54b2feb90f3b0ac77cfee147febd355a20c171e9853665450b358ccbcc010735 -size 4027404 diff --git a/melange-0.5.2.obscpio b/melange-0.5.2.obscpio new file mode 100644 index 0000000..7dc05f7 --- /dev/null +++ b/melange-0.5.2.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fc36b3b0d831454c457e82582c1176f44d4aaa832bbeb78e067fa571f63993a +size 4149772 diff --git a/melange.changes b/melange.changes index c9f60e3..44d8d81 100644 --- a/melange.changes +++ b/melange.changes @@ -1,3 +1,95 @@ +------------------------------------------------------------------- +Thu Nov 09 14:56:03 UTC 2023 - kastl@b1-systems.de + +- Update to version 0.5.2: + * Update pkg/config/config.go + * GithubReleaseMonitor: add tagprefix and tagcontains to be used + in github tags filtering + * Plumb check configs through to linters + * Delete no-op sbom code + * remove unimplemented references to fulcio support + * fail if 'with' is used with 'runs' + * Error early if uses and runs are both present + * Get rid of PackageContext and SubpackageContext + * Remove impossible errors + * Make loadUse test actually test something + * Remove impossible errors + * build: use util.Dedup instead of slices.Compact + * util: bring back Dedup, slices.Collapse requires sorting + * Bump go-apk + * Filter out noise opening non-ELF files + * Bump go-apk and use faster tarfs implementation + * Add a test to ensure that ranges are handled properly. + * Add linters for #805 and #804. + * Refactor linting logic and clean things up + * Add SBOM linter + * build(deps): bump github.com/docker/docker + * build(deps): bump chainguard.dev/apko + * build(deps): bump sigs.k8s.io/release-utils from 0.7.5 to 0.7.6 + * Add GID/UID remapping to improve permissions. Fix permission + issues resulting from running with the build user. + * Separate out package and build lints + * Add json tags to melange Configuration. + * Add python/test linter + * util: drop Dedup in favor of golang.org/x/exp/slices.Compact + * sca: fix compile by moving a few things around + * sca: move analyzer invocation into Analyze() function + * sca: implement abstract interface between build engine and sca + engine + * sca: pass FS into dependency generators rather than creating it + on demand + * sca: move out of package.go into sca.go as a first pass + * Rename Python linters to python/* + * readlinkfs: ignore security.selinux xattrs + * Add Python docs linter + * SCA: add python dependency generator + * linter: refactor check block generation in tests + * Improve linter diagnostic output + * Add GID/UID remapping to improve permissions. Fix permission + issues resulting from running with the build user. + * build(deps): bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0 + * Fixups + * Handle .so files a little smarter + * Ignore all packages starting with _ + * build(deps): bump google.golang.org/api from 0.147.0 to 0.148.0 + * build(deps): bump k8s.io/client-go from 0.28.2 to 0.28.3 + * build(deps): bump github.com/klauspost/compress from 1.17.1 to + 1.17.2 + * build(deps): bump chainguard.dev/apko + * build(deps): bump actions/checkout from 4.1.0 to 4.1.1 + * Centralize SOURCE_DATE_EPOCH parsing. + * Run go fmt + * Exclude docs + * Exclude tests + * drop sync-issues-to-project-board.yaml not used anymore + * Exclude more files from Python multiple package linter + * Improve filtering and diagnostics + * Use the correct path for Python. + * Add multiple Python packages post-linter + * pipelines: add npm-install pipeline + * replace the fetch python url to more friendly URI + * Silence the linter + * Make empty linter work by disregarding directories and SBOM in + package linting + * Really shut up docs linter + * Docs changes/consistency fixes + * Document melange lint + * Module updates + * Resolve circular import + * Small fix + * Update go-apk dep + * Remove redundant package + * Update pkg/config/config.go + * Add basic test for APK linting + * Document the release steps. + * melange bump: move the reset / bump epoch logic up and inline + version + * melange bump: only reset the epoch if version changes, else + increment it + * Add APK linting. + * document full-version, add pointer to docs. + * Fix Typo + ------------------------------------------------------------------- Thu Oct 19 05:46:49 UTC 2023 - kastl@b1-systems.de diff --git a/melange.obsinfo b/melange.obsinfo index 2804a12..86b9bd9 100644 --- a/melange.obsinfo +++ b/melange.obsinfo @@ -1,4 +1,4 @@ name: melange -version: 0.5.1 -mtime: 1697473261 -commit: 7a6447a11e49892ebc96aa3af965998d7eada939 +version: 0.5.2 +mtime: 1699485966 +commit: ecd6ea9f3c6074cec4205975492c38a8331a5338 diff --git a/melange.spec b/melange.spec index 795d301..e61df93 100644 --- a/melange.spec +++ b/melange.spec @@ -19,7 +19,7 @@ %define __arch_install_post export NO_BRP_STRIP_DEBUG=true Name: melange -Version: 0.5.1 +Version: 0.5.2 Release: 0 Summary: Build APKs from source code License: Apache-2.0 diff --git a/vendor.tar.gz b/vendor.tar.gz index 4d9d503..dfedf51 100644 --- a/vendor.tar.gz +++ b/vendor.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:74e2cf82ef9916a667b0780a3a44f7163e8d6b7928307d55c7d681ab580a064f -size 10984111 +oid sha256:9c839da13e7a112ebd3d4000c002d3f4774d86b2543b3adfffa74a06ca3b6897 +size 11082443