openSUSE Commits
Threads by month
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
September 2023
- 1 participants
- 2327 discussions
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package helm for openSUSE:Factory checked in at 2023-09-29 21:13:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/helm (Old)
and /work/SRC/openSUSE:Factory/.helm.new.28202 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "helm"
Fri Sep 29 21:13:38 2023 rev:56 rq:1114007 version:3.13.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/helm/helm.changes 2023-08-11 15:56:23.712070856 +0200
+++ /work/SRC/openSUSE:Factory/.helm.new.28202/helm.changes 2023-09-29 21:14:42.716212366 +0200
@@ -1,0 +2,187 @@
+Thu Sep 28 04:47:57 UTC 2023 - kastl(a)b1-systems.de
+
+- Update to version 3.13.0:
+ * bump version to v3.13.0
+ * Fix leaking goroutines in Install
+ * chore(deps): bump github.com/containerd/containerd from 1.7.3
+ to 1.7.6
+ * chore(deps): bump github/codeql-action from 2.21.5 to 2.21.7
+ * Update Helm to use k8s 1.28.2 libraries
+ * chore(deps): bump github.com/cyphar/filepath-securejoin
+ * make the dependabot k8s.io group explicit
+ * use dependabot's group support for k8s.io dependencies
+ * chore(deps): bump
+ transparencylog/github-releases-asset-transparency-verify-action
+ * chore(deps): bump github/codeql-action from 2.21.4 to 2.21.5
+ * doc:Executing helm rollback release 0 will roll back to the
+ previous release
+ * add check if all migrations already applied
+ * chore(deps): bump github.com/moby/term
+ * chore(deps): bump actions/checkout from 3.5.3 to 3.6.0
+ * chore(deps): bump golang.org/x/term from 0.10.0 to 0.11.0
+ * Use labels instead of selectorLabels for pod labels
+ * fix(helm): fix GetPodLogs, the hooks should be sorted before
+ get the logs of each hook
+ * chore(deps): bump github.com/rubenv/sql-migrate from 1.5.1 to
+ 1.5.2
+ * add rollback unit test
+ * fix: helm rollback err tips
+ * chore(deps): bump github.com/containerd/containerd from 1.7.0
+ to 1.7.3
+ * Add Ian Zink (z4ce) as triage maintainer
+ * chore(deps): bump github/codeql-action from 2.21.3 to 2.21.4
+ * chore: HTTPGetter add default timeout
+ * fix: precedence typo
+ * Avoid nil dereference if passing a nil resolver
+ * Add required changes after merge
+ * goimports
+ * Fix #3352, add support for --ignore-not-found just like kubectl
+ delete
+ * chore(deps): bump github/codeql-action from 2.21.2 to 2.21.3
+ * chore(deps): bump actions/setup-go from 4.0.1 to 4.1.0
+ * Fix helm may identify achieve of the application/x-gzip as
+ application/vnd.ms-fontobject
+ * Restore `helm get metadata` command
+ * Revert "Add `helm get metadata` command"
+ * Update pkg/action/install.go
+ * test: replace `ensure.TempDir` with `t.TempDir`
+ * chore(deps): bump github/codeql-action from 2.21.0 to 2.21.2
+ * use json api url + report curl/wget error on fail
+ * Added error in case try to supply custom label with name of
+ system label during install/upgrade
+ * Updated per feedback from gjenkins8
+ * fix(main): fix basic auth for helm pull or push
+ * chore(deps): bump github.com/sirupsen/logrus from 1.9.0 to
+ 1.9.3
+ * cmd: support generating index in JSON format
+ * repo: detect JSON and unmarshal efficiently
+ * Tweaking new dry-run internal handling
+ * chore(deps): bump github/codeql-action from 2.20.3 to 2.21.0
+ * chore(deps): bump github.com/stretchr/testify from 1.8.2 to
+ 1.8.4
+ * chore(deps): bump github.com/BurntSushi/toml from 1.2.1 to
+ 1.3.2
+ * chore(deps): bump github.com/opencontainers/image-spec
+ * bump kubernetes modules to v0.27.3
+ * chore(deps): bump actions/checkout from 3.2.0 to 3.5.3
+ * chore(deps): bump actions/setup-go from 3.5.0 to 4.0.1
+ * chore(deps): bump github/codeql-action from 2.1.37 to 2.20.3
+ * chore(deps): bump github.com/spf13/cobra from 1.6.1 to 1.7.0
+ * chore(deps): bump golang.org/x/crypto from 0.5.0 to 0.11.0
+ * chore(deps): bump golang.org/x/text from 0.9.0 to 0.11.0
+ * chore(deps): bump k8s.io/klog/v2 from 2.90.1 to 2.100.1
+ * chore(deps): bump github.com/docker/docker
+ * Remove warning for template directory not found.
+ * Add gjenkins8 as triage maintainer
+ * Added tests for created OCI annotation time format
+ * Add created OCI annotation
+ * Fix multiple bugs in values handling
+ * chore: fix a typo in `manager.go`
+ * chore(deps): bump github.com/rubenv/sql-migrate from 1.3.1 to
+ 1.5.1
+ * add GetRegistryClient method
+ * chore(deps): bump oras.land/oras-go from 1.2.2 to 1.2.3
+ * oci: add tests for plain HTTP and insecure HTTPS registries
+ * chore(deps): bump github.com/opencontainers/runc from 1.1.4 to
+ 1.1.5
+ * oci: Add flag `--plain-http` to enable working with HTTP
+ registries
+ * docs: add an example for using the upgrade command with
+ existing values
+ * Replace `fmt.Fprintf` with `fmt.Fprint` in get_metadata.go
+ * Replace `fmt.Fprintln` with `fmt.Fprintf` in get_metadata.go
+ * update kubernetes dependencies from v0.27.0 to v0.27.1
+ * Add ClientOptResolver to test util file
+ * Check that missing keys are still handled in tpl
+ * chore(deps): bump github.com/docker/distribution
+ * tests: change crd golden file to match after #11870
+ * Adding details on the Factory interface
+ * move Joe Julian to maintainer
+ * update autoscaling/v2beta1 to autoscaling/v2 in skeleton chart
+ * chore(deps): bump github.com/Masterminds/squirrel from 1.5.3 to
+ 1.5.4
+ * chore(deps): bump github.com/lib/pq from 1.10.7 to 1.10.9
+ * chore(deps): bump github.com/Masterminds/semver/v3 from 3.2.0
+ to 3.2.1
+ * bump version to v3.12.0
+ * feat(helm): add ability for --dry-run to do lookup functions
+ When a helm command is run with the --dry-run flag, it will try
+ to connect to the cluster to be able to render lookup
+ functions. Closes #8137
+ * Updating the Helm maintainers
+ * strip trailing newline from Files.Lines
+ * add some test case
+ * fix comment grammar error.
+ * bugfix:(#11391) helm lint infinite loop when malformed
+ template object
+ * pkg/engine: fix nil-dereference
+ * pkg/chartutil: fix nil-dereference
+ * pkg/action: fix nil-dereference
+ * full source path when output-dir is not provided
+ * Update cmd/helm/upgrade.go
+ * Update cmd/helm/install.go
+ * added Contributing.md section and ref link in the README
+ * fix: add podLabels
+ * feat(helm): add ability for --dry-run to do lookup functions
+ When a helm command is run with the --dry-run flag, it will try
+ to connect to the cluster if the value is 'server' to be able
+ to render lookup functions. Closes #8137
+ * feat(helm): add ability for --dry-run to do lookup functions
+ * Add `CHART`, `VERSION` and `APP_VERSION` fields to `get all`
+ command output
+ * Adjust `get` command description to account metadata
+ * fix typo: mountPath
+ * add volumes and volumeMounts in chartutil
+ * Seed a default switch to control `automountServiceAccountToken`
+ * Avoid confusing error when passing in '--version X.Y.Z'
+ * Use errors.Is to compare
+ * Add `helm get metadata` command
+ * Use wrapped error so that ErrNoObjectsVisited can be compared
+ after return.
+ * Add exact version test. See also #7563 Signed-off-by: Igor
+ Manushin <igor.manushin(a)gmail.com>
+ * Update dependabot config to include github actions
+ * strict file permissions of repository.yaml
+ * Check redefinition of define and include in tpl
+ * Check that `.Template` is passed through `tpl`
+ * Make sure empty `tpl` values render empty.
+ * Pick the test improvement out of PR#8371
+ * #11369 Use the correct index repo cache directory in the
+ `parallelRepoUpdate` method as well
+ * #11369 Add a test case to prove the bug and its resolution
+ * ref(helm): export DescriptorPullSummary fields
+ * feat(helm): add 'ClientOptResolver' ClientOption
+ * Fix flaky TestSQLCreate test by making sqlmock ignore order of
+ sql requests
+ * Fixing tests after adding labels to release fixture
+ * Make default release fixture contain custom labels to make
+ tests check that labels are not lost
+ * Added support for storing custom labels in SQL storage driver
+ * Adding support merging new custom labels with original release
+ labels during upgrade
+ * Added note to install/upgrade commands that original release
+ labels wouldn't be persisted in upgraded release
+ * Added unit tests for implemented install/upgrade labels logic
+ * Remove redudant types from util_test.go
+ * Added tests for newly introduced util.go functions
+ * Fix broken tests for SQL storage driver
+ * Fix broken tests for configmap and secret storage drivers
+ * Make superseded releases keep labels
+ * Support configmap storage driver for install/upgrade actions
+ --labels argument
+ * Added upgrade --install labels argument support
+ * Add labels support for install action with secret storage
+ backend
+ * test: added tests to load plugin from home dir with space
+ * fix: plugin does not load when helm base dir contains space
+ * Add priority class to kind sorter
+ * Fixes #10566
+ * test(search): add mixedCase test case
+ * fix(search): print repo search result in original case
+ * Adjust error message wrongly claiming that there is a resource
+ conflict
+ * Throw an error from jobReady() if the job exceeds its
+ BackoffLimit
+ * github: add Asset Transparency action for GitHub releases
+
+-------------------------------------------------------------------
Old:
----
helm-3.12.3.obscpio
helm-3.12.3.tar.gz
New:
----
helm-3.13.0.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ helm.spec ++++++
--- /var/tmp/diff_new_pack.sOodSe/_old 2023-09-29 21:14:44.176265045 +0200
+++ /var/tmp/diff_new_pack.sOodSe/_new 2023-09-29 21:14:44.176265045 +0200
@@ -20,7 +20,7 @@
%define git_commit 3a31588ad33fe3b89af5a2a54ee1d25bfe6eaa5e
%define git_dirty clean
Name: helm
-Version: 3.12.3
+Version: 3.13.0
Release: 0
Summary: The Kubernetes Package Manager
License: Apache-2.0
++++++ _service ++++++
--- /var/tmp/diff_new_pack.sOodSe/_old 2023-09-29 21:14:44.204266055 +0200
+++ /var/tmp/diff_new_pack.sOodSe/_new 2023-09-29 21:14:44.204266055 +0200
@@ -1,20 +1,20 @@
<services>
- <service name="obs_scm" mode="disabled">
+ <service name="obs_scm" mode="manual">
<param name="url">https://github.com/helm/helm.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
- <param name="revision">v3.12.3</param>
+ <param name="revision">v3.13.0</param>
<param name="changesgenerate">enable</param>
</service>
- <service name="set_version" mode="disabled">
+ <service name="set_version" mode="manual">
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">helm-*.tar</param>
<param name="compression">gz</param>
</service>
- <service name="go_modules" mode="disabled"/>
+ <service name="go_modules" mode="manual"/>
</services>
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.sOodSe/_old 2023-09-29 21:14:44.224266777 +0200
+++ /var/tmp/diff_new_pack.sOodSe/_new 2023-09-29 21:14:44.228266921 +0200
@@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/helm/helm.git</param>
- <param name="changesrevision">3a31588ad33fe3b89af5a2a54ee1d25bfe6eaa5e</param></service></servicedata>
+ <param name="changesrevision">825e86f6a7a38cef1112bfa606e4127a706749b1</param></service></servicedata>
(No newline at EOF)
++++++ helm-3.12.3.obscpio -> helm-3.13.0.obscpio ++++++
++++ 9312 lines of diff (skipped)
++++++ helm.obsinfo ++++++
--- /var/tmp/diff_new_pack.sOodSe/_old 2023-09-29 21:14:44.772286549 +0200
+++ /var/tmp/diff_new_pack.sOodSe/_new 2023-09-29 21:14:44.772286549 +0200
@@ -1,5 +1,5 @@
name: helm
-version: 3.12.3
-mtime: 1691697544
-commit: 3a31588ad33fe3b89af5a2a54ee1d25bfe6eaa5e
+version: 3.13.0
+mtime: 1695067257
+commit: 825e86f6a7a38cef1112bfa606e4127a706749b1
++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/helm/vendor.tar.gz /work/SRC/openSUSE:Factory/.helm.new.28202/vendor.tar.gz differ: char 5, line 1
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package hugo for openSUSE:Factory checked in at 2023-09-29 21:13:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hugo (Old)
and /work/SRC/openSUSE:Factory/.hugo.new.28202 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hugo"
Fri Sep 29 21:13:36 2023 rev:47 rq:1113965 version:0.119.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/hugo/hugo.changes 2023-09-26 22:23:48.336409709 +0200
+++ /work/SRC/openSUSE:Factory/.hugo.new.28202/hugo.changes 2023-09-29 21:14:41.196157523 +0200
@@ -1,0 +2,10 @@
+Thu Sep 28 04:43:41 UTC 2023 - Jeff Kowalczyk <jkowalczyk(a)suse.com>
+
+- Packaging improvements:
+ * Build PIE with pattern that may become recommended procedure:
+ %%ifnarch ppc64 GOFLAGS="-buildmode=pie" %%endif go build
+ A go toolchain buildmode default config would be preferable
+ but none exist at this time.
+ * Drop mod=vendor, go1.14+ will detect vendor dir and auto-enable
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ hugo.spec ++++++
--- /var/tmp/diff_new_pack.Z0rRe4/_old 2023-09-29 21:14:42.468203418 +0200
+++ /var/tmp/diff_new_pack.Z0rRe4/_new 2023-09-29 21:14:42.468203418 +0200
@@ -65,10 +65,10 @@
export CGO_LDFLAGS="$(pkg-config --libs libsass) $(pkg-config --libs libwebp)"
# Build the binary.
-go build \
- -mod=vendor \
- -tags extended \
- -buildmode=pie
+%ifnarch ppc64
+export GOFLAGS="-buildmode=pie"
+%endif
+go build -tags extended
%install
# Install the binary.
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package weave-gitops for openSUSE:Factory checked in at 2023-09-29 21:13:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/weave-gitops (Old)
and /work/SRC/openSUSE:Factory/.weave-gitops.new.28202 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "weave-gitops"
Fri Sep 29 21:13:28 2023 rev:7 rq:1113967 version:0.33.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/weave-gitops/weave-gitops.changes 2023-09-14 16:28:32.176735092 +0200
+++ /work/SRC/openSUSE:Factory/.weave-gitops.new.28202/weave-gitops.changes 2023-09-29 21:14:37.308017239 +0200
@@ -1,0 +2,40 @@
+Thu Sep 28 04:51:24 UTC 2023 - kastl(a)b1-systems.de
+
+- Update to version 0.33.0:
+ * Update README to point download link to 0.33.0
+ * Update docs for release 0.33.0
+ * Update the helm reference
+ * Update helm chart to 4.0.31 to use gitops 0.33.0
+ * Update javascript library version to 0.33.0
+ * Add templates to explorer supported kinds docs (#4042)
+ * Fixes the OIDC return_url param when a subpath is configured
+ (#4041)
+ * Implement style updates to Alert (#4039)
+ * increate height of the nav item to have padding on double line
+ item
+ * revert padding changes and wrap text to two lines instead of
+ one
+ * App page secrets error (#4021)
+ * reduce nav items padding to fit long term ex. progressive
+ delivery
+ * Resolves skipped backporting between versions 0.29.0 and 0.30.0
+ (#4037)
+ * Link clusterName in image automation details (#4035)
+ * Fix Suspend button width if the status message on a Source
+ details page is too short.
+ * Removes error, adds info (#4031)
+ * Add noText prop to kubeStatusIndicator (#4029)
+ * Fix 'cluster not found' error when requesting source from
+ automation `sourceRef` (#4028)
+ * Import `ImageAutomation` components to be used in EE (#4025)
+ * updating explorer kind docs to reflect latest changes
+ * Document group and user prefix configuration. (#4026)
+ * Fix the OIDC login button when using a RoutePrefix. (#4022)
+ * Add GitOpsSets documentation. (#3991)
+ * Preserve format when copy/paste yaml file (#4009)
+ * Move Docs link from sidebar to top of page (#4015)
+ * Adds badge and updates links
+ * ci: Add OpenSSF GH action
+ * Updates for 0.32.0 (#4010)
+
+-------------------------------------------------------------------
Old:
----
weave-gitops-0.32.0.obscpio
New:
----
weave-gitops-0.33.0.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ weave-gitops.spec ++++++
--- /var/tmp/diff_new_pack.xYU7eV/_old 2023-09-29 21:14:40.848144967 +0200
+++ /var/tmp/diff_new_pack.xYU7eV/_new 2023-09-29 21:14:40.848144967 +0200
@@ -19,7 +19,7 @@
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
Name: weave-gitops
-Version: 0.32.0
+Version: 0.33.0
Release: 0
Summary: Weave Gitops CLI
License: MPL-2.0
@@ -73,8 +73,7 @@
Fish command line completion support for %{name}.
%prep
-%setup -q
-%setup -q -T -D -a 1
+%autosetup -p1 -a 1
%build
DATE_FMT="+%%Y-%%m-%%dT%%H:%%M:%%SZ"
++++++ _service ++++++
--- /var/tmp/diff_new_pack.xYU7eV/_old 2023-09-29 21:14:40.876145977 +0200
+++ /var/tmp/diff_new_pack.xYU7eV/_new 2023-09-29 21:14:40.876145977 +0200
@@ -3,7 +3,7 @@
<param name="url">https://github.com/weaveworks/weave-gitops</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
- <param name="revision">v0.32.0</param>
+ <param name="revision">v0.33.0</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.*)</param>
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.xYU7eV/_old 2023-09-29 21:14:40.896146698 +0200
+++ /var/tmp/diff_new_pack.xYU7eV/_new 2023-09-29 21:14:40.896146698 +0200
@@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/weaveworks/weave-gitops</param>
- <param name="changesrevision">49a4249d8c205f14f0777c921cd69c04951e208f</param></service></servicedata>
+ <param name="changesrevision">16ef813f1adfe718e8a019d84214fca64a9a5752</param></service></servicedata>
(No newline at EOF)
++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/weave-gitops/vendor.tar.gz /work/SRC/openSUSE:Factory/.weave-gitops.new.28202/vendor.tar.gz differ: char 5, line 1
++++++ weave-gitops-0.32.0.obscpio -> weave-gitops-0.33.0.obscpio ++++++
/work/SRC/openSUSE:Factory/weave-gitops/weave-gitops-0.32.0.obscpio /work/SRC/openSUSE:Factory/.weave-gitops.new.28202/weave-gitops-0.33.0.obscpio differ: char 49, line 1
++++++ weave-gitops.obsinfo ++++++
--- /var/tmp/diff_new_pack.xYU7eV/_old 2023-09-29 21:14:40.944148430 +0200
+++ /var/tmp/diff_new_pack.xYU7eV/_new 2023-09-29 21:14:40.944148430 +0200
@@ -1,5 +1,5 @@
name: weave-gitops
-version: 0.32.0
-mtime: 1694620801
-commit: 49a4249d8c205f14f0777c921cd69c04951e208f
+version: 0.33.0
+mtime: 1695816546
+commit: 16ef813f1adfe718e8a019d84214fca64a9a5752
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package crmsh for openSUSE:Factory checked in at 2023-09-29 21:13:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/crmsh (Old)
and /work/SRC/openSUSE:Factory/.crmsh.new.28202 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "crmsh"
Fri Sep 29 21:13:27 2023 rev:306 rq:1113957 version:4.5.0+20230928.7e006329
Changes:
--------
--- /work/SRC/openSUSE:Factory/crmsh/crmsh.changes 2023-09-20 13:33:09.091161684 +0200
+++ /work/SRC/openSUSE:Factory/.crmsh.new.28202/crmsh.changes 2023-09-29 21:14:31.107793536 +0200
@@ -1,0 +2,12 @@
+Thu Sep 28 03:29:51 UTC 2023 - XLiang(a)suse.com
+
+- Update to version 4.5.0+20230928.7e006329:
+ * Fix: report: Pick 'gzip' as the first compress prog for cross-platform compatibility(bsc#1215438)
+
+-------------------------------------------------------------------
+Fri Sep 22 09:58:56 UTC 2023 - XLiang(a)suse.com
+
+- Update to version 4.5.0+20230922.100fb67b:
+ * Fix: constants: Add several resource meta attributes (bsc#1215319)
+
+-------------------------------------------------------------------
Old:
----
crmsh-4.5.0+20230920.7a060972.tar.bz2
New:
----
crmsh-4.5.0+20230928.7e006329.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ crmsh.spec ++++++
--- /var/tmp/diff_new_pack.TZ9zIK/_old 2023-09-29 21:14:32.555845781 +0200
+++ /var/tmp/diff_new_pack.TZ9zIK/_new 2023-09-29 21:14:32.555845781 +0200
@@ -36,7 +36,7 @@
Summary: High Availability cluster command-line interface
License: GPL-2.0-or-later
Group: %{pkg_group}
-Version: 4.5.0+20230920.7a060972
+Version: 4.5.0+20230928.7e006329
Release: 0
URL: http://crmsh.github.io
Source0: %{name}-%{version}.tar.bz2
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.TZ9zIK/_old 2023-09-29 21:14:32.595847225 +0200
+++ /var/tmp/diff_new_pack.TZ9zIK/_new 2023-09-29 21:14:32.595847225 +0200
@@ -9,7 +9,7 @@
</service>
<service name="tar_scm">
<param name="url">https://github.com/ClusterLabs/crmsh.git</param>
- <param name="changesrevision">87f2182d748f0dd0d9b5c2e1a0d4c98bd1dfd148</param>
+ <param name="changesrevision">7e0063292ddebf59ab521979309992a2602a7566</param>
</service>
</servicedata>
(No newline at EOF)
++++++ crmsh-4.5.0+20230920.7a060972.tar.bz2 -> crmsh-4.5.0+20230928.7e006329.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/crmsh-4.5.0+20230920.7a060972/crmsh/constants.py new/crmsh-4.5.0+20230928.7e006329/crmsh/constants.py
--- old/crmsh-4.5.0+20230920.7a060972/crmsh/constants.py 2023-09-20 00:36:40.000000000 +0200
+++ new/crmsh-4.5.0+20230928.7e006329/crmsh/constants.py 2023-09-28 05:03:50.000000000 +0200
@@ -212,7 +212,8 @@
"migration-threshold", "priority", "multiple-active",
"failure-timeout", "resource-stickiness", "target-role",
"restart-type", "description", "remote-node", "requires",
- "provides", "remote-port", "remote-addr", "remote-connect-timeout"
+ "provides", "remote-port", "remote-addr", "remote-connect-timeout",
+ "critical", "allow-unhealthy-nodes", "container-attribute-target"
)
common_meta_attributes = ("priority", "target-role", "is-managed")
group_meta_attributes = common_meta_attributes + ("container", )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/crmsh-4.5.0+20230920.7a060972/crmsh/report/utillib.py new/crmsh-4.5.0+20230928.7e006329/crmsh/report/utillib.py
--- old/crmsh-4.5.0+20230920.7a060972/crmsh/report/utillib.py 2023-09-20 00:36:40.000000000 +0200
+++ new/crmsh-4.5.0+20230928.7e006329/crmsh/report/utillib.py 2023-09-28 05:03:50.000000000 +0200
@@ -1126,7 +1126,7 @@
def pick_compress():
- constants.COMPRESS_PROG = pick_first(["bzip2", "gzip", "xz"])
+ constants.COMPRESS_PROG = pick_first(["gzip", "bzip2", "xz"])
if constants.COMPRESS_PROG:
if constants.COMPRESS_PROG == "xz":
constants.COMPRESS_EXT = ".xz"
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package oprofile for openSUSE:Factory checked in at 2023-09-29 21:13:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/oprofile (Old)
and /work/SRC/openSUSE:Factory/.oprofile.new.28202 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "oprofile"
Fri Sep 29 21:13:26 2023 rev:57 rq:1113945 version:1.4.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/oprofile/oprofile.changes 2023-05-01 18:51:25.853444140 +0200
+++ /work/SRC/openSUSE:Factory/.oprofile.new.28202/oprofile.changes 2023-09-29 21:14:27.711671005 +0200
@@ -1,0 +2,6 @@
+Thu Sep 28 01:52:52 UTC 2023 - Tony Jones <tonyj(a)suse.com>
+
+- Fix build error, change user/group pre handling to procedure specified
+ at https://en.opensuse.org/Packaging/Users_And_Groups
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ oprofile.spec ++++++
--- /var/tmp/diff_new_pack.8QEF6S/_old 2023-09-29 21:14:29.835747641 +0200
+++ /var/tmp/diff_new_pack.8QEF6S/_new 2023-09-29 21:14:29.843747929 +0200
@@ -46,8 +46,7 @@
BuildRequires: pkgconfig
BuildRequires: popt-devel
BuildRequires: zlib-devel
-Requires(pre): %{_sbindir}/groupadd
-Requires(pre): %{_sbindir}/useradd
+Requires(pre): pwdutils
%ifarch ppc ppc64 ppc64le
BuildRequires: libpfm-devel >= 4.3.0
%endif
@@ -129,12 +128,11 @@
%fdupes %{buildroot}/%{_prefix}
%pre
-getent group oprofile >/dev/null || \
- %{_sbindir}/groupadd -r oprofile
+getent group oprofile >/dev/null || groupadd -r oprofile 2> /dev/null
getent passwd oprofile >/dev/null || \
- %{_sbindir}/useradd -r -g oprofile -d %{_localstatedir}/lib/empty \
+ useradd -r -g oprofile -d %{_localstatedir}/lib/empty \
-s /bin/false -c "Special user account to be used by OProfile" \
- oprofile
+ oprofile 2> /dev/null
%post -n libopagent1 -p /sbin/ldconfig
%postun -n libopagent1 -p /sbin/ldconfig
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package deno for openSUSE:Factory checked in at 2023-09-29 21:13:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/deno (Old)
and /work/SRC/openSUSE:Factory/.deno.new.28202 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "deno"
Fri Sep 29 21:13:23 2023 rev:32 rq:1113936 version:1.37.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/deno/deno.changes 2023-09-20 13:35:00.559155088 +0200
+++ /work/SRC/openSUSE:Factory/.deno.new.28202/deno.changes 2023-09-29 21:14:22.519483671 +0200
@@ -1,0 +2,31 @@
+Wed Sep 27 21:32:05 UTC 2023 - Avindra Goolcharan <avindra(a)opensuse.org>
+
+- update to 1.37.1:
+ * feat(ext/web): use readableStreamDefaultReaderRead in
+ * resourceForReadableStream (#20622)
+ * feat(kv_queues): increase max queue delay to 30 days (#20626)
+ * feat(lsp): cache all dependencies quick fix (#20665)
+ * feat(lsp): support more vscode built-in settings (#20679)
+ * feat(unstable): add Deno.jupyter.broadcast API (#20656)
+ * fix(cli/test): clear connection pool after tests (#20680)
+ * fix(ext/http): ensure that resources are closed when request
+ is cancelled (#20641)
+ * fix(ext/node): Fix invalid length variable reference in blitBuffer (#20648)
+ * fix(ext/node): simplified array.from + map (#20653)
+ * fix(ext/web): Aggregate small packets for Resource
+ implementation of ReadableStream (#20570)
+ * fix(jupyter): await Jupyter.display evaluation (#20646)
+ * fix(kv): unflake kv unit tests (#20640)
+ * fix(kv_queues): graceful shutdown (#20627)
+ * fix(lsp): allow query strings for "deno:/status.md" (#20697)
+ * fix(lsp): resolve remote import maps (#20651)
+ * fix(lsp): show related information for tsc diagnostics (#20654)
+ * fix(node): point process.version to Node 18.18.0 LTS (#20597)
+ * fix(node): supported arguments to randomFillSync (#20637)
+ * fix(node/package_json): Avoid panic when "exports" field is null (#20588)
+ * fix(upgrade): error instead of panic on unzip failure (#20691)
+ * perf(ext/fetch): use new instead of createBranded (#20624)
+ * perf(test): use core.currentUserCallSite (#20669)
+ * perf(test): use fast ops for deno test register (#20670)
+
+-------------------------------------------------------------------
@@ -72,0 +104 @@
+-------------------------------------------------------------------
Old:
----
deno-1.37.0.tar.xz
New:
----
deno-1.37.1.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ deno.spec ++++++
--- /var/tmp/diff_new_pack.XMW5XP/_old 2023-09-29 21:14:25.939607068 +0200
+++ /var/tmp/diff_new_pack.XMW5XP/_new 2023-09-29 21:14:25.963607934 +0200
@@ -19,7 +19,7 @@
Name: deno
-Version: 1.37.0
+Version: 1.37.1
Release: 0
Summary: A secure JavaScript and TypeScript runtime
License: MIT
++++++ _service ++++++
--- /var/tmp/diff_new_pack.XMW5XP/_old 2023-09-29 21:14:26.003609378 +0200
+++ /var/tmp/diff_new_pack.XMW5XP/_new 2023-09-29 21:14:26.007609522 +0200
@@ -13,8 +13,8 @@
<service name="tar_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/denoland/deno</param>
- <param name="revision">v1.37.0</param>
- <param name="version">1.37.0</param>
+ <param name="revision">v1.37.1</param>
+ <param name="version">1.37.1</param>
<!-- remove large docs -->
<param name="exclude">docs</param>
@@ -37,8 +37,8 @@
<service name="tar_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/denoland/rusty_v8</param>
- <param name="revision">v0.76.0</param>
- <param name="version">0.76.0</param>
+ <param name="revision">v0.78.0</param>
+ <param name="version">0.78.0</param>
<param name="exclude">.github</param>
<!--
++++++ deno-1.37.0.tar.xz -> deno-1.37.1.tar.xz ++++++
++++ 7958 lines of diff (skipped)
++++++ vendor.tar.xz ++++++
/work/SRC/openSUSE:Factory/deno/vendor.tar.xz /work/SRC/openSUSE:Factory/.deno.new.28202/vendor.tar.xz differ: char 15, line 1
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package agama-cli for openSUSE:Factory checked in at 2023-09-29 21:13:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/agama-cli (Old)
and /work/SRC/openSUSE:Factory/.agama-cli.new.28202 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "agama-cli"
Fri Sep 29 21:13:21 2023 rev:2 rq:1113832 version:0
Changes:
--------
--- /work/SRC/openSUSE:Factory/agama-cli/agama-cli.changes 2023-06-04 20:41:25.195249930 +0200
+++ /work/SRC/openSUSE:Factory/.agama-cli.new.28202/agama-cli.changes 2023-09-29 21:14:18.831350603 +0200
@@ -1,0 +2,136 @@
+Tue Sep 26 15:57:14 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa(a)suse.com>
+
+- Version 4
+
+-------------------------------------------------------------------
+Tue Sep 26 12:05:52 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa(a)suse.com>
+
+- Wait until the manager is ready before probing
+ (gh#openSUSE/agama#771).
+
+-------------------------------------------------------------------
+Mon Sep 25 11:32:53 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa(a)suse.com>
+
+- Add support for IPv6 network settings (gh#openSUSE/agama#761).
+
+-------------------------------------------------------------------
+Mon Sep 25 10:46:53 UTC 2023 - Michal Filka <mfilka(a)suse.com>
+
+- CLI: added (sub)commands for handling logs. "store" subcommand is
+ similar to what old save_y2logs did. (gh#openSUSE/agama#757)
+
+-------------------------------------------------------------------
+Tue Sep 19 11:16:16 UTC 2023 - José Iván López González <jlopez(a)suse.com>
+
+- Adapt to new storage D-Bus API and explicitly call to probe after
+ selecting a new product (gh#openSUSE/agama#748).
+
+-------------------------------------------------------------------
+Thu Sep 14 19:44:57 UTC 2023 - Josef Reidinger <jreidinger(a)suse.com>
+
+- Improve questions CLI help text (gh#openSUSE/agama#754)
+
+-------------------------------------------------------------------
+Thu Sep 14 10:10:37 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa(a)suse.com>
+
+- Use a single D-Bus service to connect to the manager and the
+ users API (gh#openSUSE/agama#753, follow-up of
+ gh#openSUSE/agama#729).
+
+-------------------------------------------------------------------
+Wed Sep 13 09:27:22 UTC 2023 - Knut Anderssen <kanderssen(a)suse.com>
+
+- Allow to bind a connection to an specific interface through its
+ name or through a set of match settings (gh#opensSUSE/agama#723).
+
+-------------------------------------------------------------------
+Thu Aug 31 10:30:28 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa(a)suse.com>
+
+- Use a single D-Bus service to expose locale, network and
+ questions settings (gh#openSUSE/agama#729).
+
+-------------------------------------------------------------------
+Wed Aug 30 12:57:59 UTC 2023 - Josef Reidinger <jreidinger(a)suse.com>
+
+- Locale service: add value for UI locale (gh#openSUSE/agama#725)
+
+-------------------------------------------------------------------
+Thu Aug 3 08:34:14 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa(a)suse.com>
+
+- Move the settings functionality to a separate package,
+ agama-settings (gh#openSUSE/agama#666).
+- Make the "Settings" derive macro reusable from other crates.
+- Extend the "Settings" derive macro to generate code for
+ InstallSettings and NetworkSettings.
+- Improve error reporting when working with the "config"
+ subcommand.
+
+-------------------------------------------------------------------
+Wed Aug 2 10:03:18 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa(a)suse.com>
+
+- Version 3
+
+-------------------------------------------------------------------
+Wed Jul 26 11:08:09 UTC 2023 - Josef Reidinger <jreidinger(a)suse.com>
+
+- CLI: add to "questions" command "answers" subcommand to set
+ file with predefined answers
+- dbus-server: add "AddAnswersFile" method to Questions service
+ (gh#openSUSE/agama#669)
+
+-------------------------------------------------------------------
+Tue Jul 18 13:32:04 UTC 2023 - Josef Reidinger <jreidinger(a)suse.com>
+
+- Add to CLI "questions" subcommand with mode option to set
+ interactive and non-interactive mode (gh#openSUSE/agama#668)
+
+-------------------------------------------------------------------
+Mon Jul 17 13:36:56 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa(a)suse.com>
+
+- Fix the logic to decide which network connections to write
+ due to a bug introduced in gh#openSUSE/agama#662
+ (gh#openSUSE/agama#667).
+
+-------------------------------------------------------------------
+Mon Jul 17 09:16:38 UTC 2023 - Josef Reidinger <jreidinger(a)suse.com>
+
+- Adapt to new questions D-Bus API to allow automatic answering of
+ questions when requested (gh#openSUSE/agama#637, reverts
+ gh#openSUSE/agama#649 as now default option is mandatory)
+
+-------------------------------------------------------------------
+Thu Jul 13 10:22:36 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa(a)suse.com>
+
+- Improve error reporting in the command-line interface
+ (gh#openSUSE/agama#659 and gh#openSUSE/agama#660).
+
+-------------------------------------------------------------------
+Thu Jul 13 08:56:40 UTC 2023 - José Iván López González <jlopez(a)suse.com>
+
+- Read the storage candidate devices and show them with
+ "agama config show" (gh#openSUSE/agama#658).
+
+-------------------------------------------------------------------
+Fri Jul 7 14:12:03 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa(a)suse.com>
+
+- Improve the progress reporting (gh#openSUSE/agama#653).
+
+-------------------------------------------------------------------
+Thu Jul 6 09:13:47 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa(a)suse.com>
+
+- Improve the waiting logic and implement a retry mechanism for the
+ "agama install" command (bsc#1213047).
+
+-------------------------------------------------------------------
+Wed Jul 5 11:11:20 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa(a)suse.com>
+
+- Fix the questions service to handle questions with no default
+ option (gh#openSUSE/agama#649).
+
+-------------------------------------------------------------------
+Thu Jun 1 08:14:14 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa(a)suse.com>
+
+- Add a localization D-Bus service (gh#openSUSE/agama#533).
+- Add a network D-Bus service (gh#openSUSE/agama#571).
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ agama-cli.spec ++++++
--- /var/tmp/diff_new_pack.atfj2U/_old 2023-09-29 21:14:21.583449899 +0200
+++ /var/tmp/diff_new_pack.atfj2U/_new 2023-09-29 21:14:21.587450043 +0200
@@ -1,7 +1,7 @@
#
# spec file for package agama-cli
#
-# Copyright (c) 2023 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,30 +12,52 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
+
Name: agama-cli
# This will be set by osc services, that will run after this.
-Version: 2.1+0
+Version: 0
Release: 0
Summary: Agama command line interface
# If you know the license, put it's SPDX string here.
# Alternately, you can use cargo lock2rpmprovides to help generate this.
License: GPL-2.0-only
-Url: https://github.com/yast/agama-cli
+URL: https://github.com/opensuse/agama
Source0: agama.tar
Source1: vendor.tar.zst
# Generated by the cargo_vendor OBS service
Source2: cargo_config
BuildRequires: cargo-packaging
BuildRequires: pkgconfig(openssl)
+# used in tests for dbus service
+BuildRequires: python-langtable-data
+BuildRequires: dbus-1-common
+# required by agama-dbus-server integration tests
+BuildRequires: dbus-1-daemon
Requires: jsonnet
Requires: lshw
+# required by "agama logs store"
+Requires: bzip2
+Requires: tar
%description
Command line program to interact with the agama service.
+%package -n agama-dbus-server
+# This will be set by osc services, that will run after this.
+Version: 0
+Release: 0
+Summary: Agama Rust D-Bus service
+License: GPL-2.0-only
+URL: https://github.com/opensuse/agama
+Requires: dbus-1-common
+Requires: python-langtable-data
+
+%description -n agama-dbus-server
+DBus service for agama project. It provides so far localization service.
+
%prep
%autosetup -a1 -n agama
mkdir .cargo
@@ -49,8 +71,11 @@
%install
install -D -d -m 0755 %{buildroot}%{_bindir}
install -m 0755 %{_builddir}/agama/target/release/agama %{buildroot}%{_bindir}/agama
+install -m 0755 %{_builddir}/agama/target/release/agama-dbus-server %{buildroot}%{_bindir}/agama-dbus-server
install -D -d -m 0755 %{buildroot}%{_datadir}/agama-cli
install -m 0644 %{_builddir}/agama/agama-lib/share/profile.schema.json %{buildroot}%{_datadir}/agama-cli
+install --directory %{buildroot}%{_datadir}/dbus-1/agama-services
+install -m 0644 --target-directory=%{buildroot}%{_datadir}/dbus-1/agama-services %{_builddir}/agama/share/*.service
%check
%{cargo_test}
@@ -60,3 +85,7 @@
%dir %{_datadir}/agama-cli
%{_datadir}/agama-cli/profile.schema.json
+%files -n agama-dbus-server
+%{_bindir}/agama-dbus-server
+%{_datadir}/dbus-1/agama-services
+
++++++ _service ++++++
--- /var/tmp/diff_new_pack.atfj2U/_old 2023-09-29 21:14:21.627451486 +0200
+++ /var/tmp/diff_new_pack.atfj2U/_new 2023-09-29 21:14:21.627451486 +0200
@@ -1,13 +1,14 @@
<services>
<service mode="manual" name="obs_scm">
<param name="url">https://github.com/openSUSE/agama.git</param>
- <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
+ <param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="scm">git</param>
- <param name="revision">v2.1</param>
+ <param name="revision">v4</param>
<param name="subdir">rust</param>
<param name="without-version">enable</param>
<param name="extract">package/agama-cli.changes</param>
+ <param name="extract">package/agama-cli.spec</param>
</service>
<service name="cargo_vendor" mode="manual">
<param name="srcdir">agama/rust</param>
++++++ agama.obscpio ++++++
++++ 13703 lines of diff (skipped)
++++++ agama.obsinfo ++++++
--- /var/tmp/diff_new_pack.atfj2U/_old 2023-09-29 21:14:21.755456104 +0200
+++ /var/tmp/diff_new_pack.atfj2U/_new 2023-09-29 21:14:21.759456249 +0200
@@ -1,5 +1,5 @@
name: agama
-version: 2.1+0
-mtime: 1684843456
-commit: 0714759d3d29f13d8725f8e76e0bf8bc882f7ad9
+version: 4
+mtime: 1695763020
+commit: 1bbd9c27435cc595d8eff9842a1f829675617a5e
++++++ vendor.tar.zst ++++++
Binary files /var/tmp/diff_new_pack.atfj2U/_old and /var/tmp/diff_new_pack.atfj2U/_new differ
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package cockpit-agama for openSUSE:Factory checked in at 2023-09-29 21:13:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cockpit-agama (Old)
and /work/SRC/openSUSE:Factory/.cockpit-agama.new.28202 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cockpit-agama"
Fri Sep 29 21:13:17 2023 rev:3 rq:1113830 version:0
Changes:
--------
--- /work/SRC/openSUSE:Factory/cockpit-agama/cockpit-agama.changes 2023-08-10 15:34:20.904331392 +0200
+++ /work/SRC/openSUSE:Factory/.cockpit-agama.new.28202/cockpit-agama.changes 2023-09-29 21:14:14.403190836 +0200
@@ -1,0 +2,53 @@
+Tue Sep 26 15:57:21 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa(a)suse.com>
+
+- Version 4
+
+-------------------------------------------------------------------
+Tue Sep 19 19:11:12 UTC 2023 - Balsa Asanovic <balsaasanovic95(a)gmail.com>
+
+- Allow users to show password values (gh#openSUSE/agama#750).
+
+-------------------------------------------------------------------
+Tue Sep 19 11:18:05 UTC 2023 - José Iván López González <jlopez(a)suse.com>
+
+- Explicitly call to probe after selecting a new product
+ (gh#openSUSE/agama#748).
+
+-------------------------------------------------------------------
+Thu Sep 14 10:09:07 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa(a)suse.com>
+
+- Use a single D-Bus service to connect to the manager and the
+ users API (gh#openSUSE/agama#753, follow-up of
+ gh#openSUSE/agama#729).
+
+-------------------------------------------------------------------
+Mon Sep 11 11:56:56 UTC 2023 - David Diaz <dgonzalez(a)suse.com>
+
+- Fix the download logs action in the web UI (gh#openSUSE/agama#697)
+
+-------------------------------------------------------------------
+Wed Sep 6 08:04:13 UTC 2023 - José Iván López González <jlopez(a)suse.com>
+
+- Adapt storage to new proposal settings (gh#openSUSE/agama#738).
+
+-------------------------------------------------------------------
+Thu Aug 31 10:37:50 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa(a)suse.com>
+
+- Adapt the locale and questions clients to use the same D-Bus
+ service (gh#openSUSE/agama#729).
+
+-------------------------------------------------------------------
+Sat Aug 12 11:35:12 UTC 2023 - Balsa Asanovic <balsaasanovic95(a)gmail.com>
+
+- Added scroll up functionality to the discover iSCSI form when
+ the warning shows up after the submit action
+ (gh#openSUSE/agama#468).
+
+-------------------------------------------------------------------
+Wed Aug 2 18:59:16 UTC 2023 - Balsa Asanovic <balsaasanovic95(a)gmail.com>
+
+- Introduced functionality to close Dropdown automatically
+ when the user clicks outside of it.
+ (gh#openSUSE/agama#552).
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ _service ++++++
--- /var/tmp/diff_new_pack.3FxW18/_old 2023-09-29 21:14:18.203327945 +0200
+++ /var/tmp/diff_new_pack.3FxW18/_new 2023-09-29 21:14:18.207328088 +0200
@@ -4,7 +4,7 @@
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="scm">git</param>
- <param name="revision">v3</param>
+ <param name="revision">v4</param>
<param name="subdir">web</param>
<param name="without-version">enable</param>
<param name="extract">package-lock.json</param>
++++++ agama.obscpio ++++++
++++ 17653 lines of diff (skipped)
++++++ agama.obsinfo ++++++
--- /var/tmp/diff_new_pack.3FxW18/_old 2023-09-29 21:14:18.491338336 +0200
+++ /var/tmp/diff_new_pack.3FxW18/_new 2023-09-29 21:14:18.495338480 +0200
@@ -1,5 +1,5 @@
name: agama
-version: 3
-mtime: 1690975129
-commit: c4422b4ff4be2f8aed87ff8225e14463616970fd
+version: 4
+mtime: 1695763020
+commit: 1bbd9c27435cc595d8eff9842a1f829675617a5e
++++++ node_modules.obscpio ++++++
/work/SRC/openSUSE:Factory/cockpit-agama/node_modules.obscpio /work/SRC/openSUSE:Factory/.cockpit-agama.new.28202/node_modules.obscpio differ: char 35327408, line 133424
++++++ node_modules.spec.inc ++++++
++++ 1872 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/cockpit-agama/node_modules.spec.inc
++++ and /work/SRC/openSUSE:Factory/.cockpit-agama.new.28202/node_modules.spec.inc
++++++ node_modules.sums ++++++
--- /var/tmp/diff_new_pack.3FxW18/_old 2023-09-29 21:14:18.615342810 +0200
+++ /var/tmp/diff_new_pack.3FxW18/_new 2023-09-29 21:14:18.619342954 +0200
@@ -258,6 +258,7 @@
SHA512 (@types-express-4.17.17.tgz) = 4381669ae2c6046e7c6ed5277d2d5cd6bfcd41d969dc331f1831a283c5a17e903661152d124c408e465bd32be9949198745d5fb10f3588c0dc1f6e2c482342fd
SHA512 (@types-express-serve-static-core-4.17.33.tgz) = 4cf06a991fc7458237782d84e619a28af233bfe6e27407d7a1f33eb1ba27006bf20e1c921b0f7f3d0645b7604b3ab8d4511fbee1e255a71e8a9cb40ad4593db4
SHA512 (@types-graceful-fs-4.1.6.tgz) = 4a283448d3915fd7dd5be6d0b93128bca8f7b877142fa2d029b0abaea6f55fb27afd17806e109744085cf9231e8e12c42c58f641ccaec66528a19e1bb7945e4b
+SHA512 (@types-html-minifier-terser-7.0.0.tgz) = 870ddb852b6b8397b71504fca99282253af3b7f51b11aba7535c51589f9a34e4e678132f1374b8325d878a23676602fc8b3bb42c55641d4a0f1572f5b3940da5
SHA512 (@types-http-proxy-1.17.10.tgz) = 42ce5a50b8becd5d5bc0a020e73d4f5a70d75a6b27f8bc48bd41afe84dbe38e31885c95930ef8e5ddf696157f680bca47f623b215daeee84c7c0284f36cbc9ee
SHA512 (@types-istanbul-lib-coverage-2.0.4.tgz) = cff413d573782b8298bac952db793adb20c80cbc0b164cf13ae329943b4e6f3d3ecbb56a24268eda8f923f01c2bcb15987bc5acefbe8a2bdad03f84fcfd79eee
SHA512 (@types-istanbul-lib-report-3.0.0.tgz) = a651a05c03df54a16861f6bd369603024b1e1be83a26bdbde11a9ea9ca838b149b537e0c6552518bf3feed8f060e9ce41302da19964ea4a20499e55936d2acae
@@ -387,6 +388,7 @@
SHA512 (bytes-3.1.2.tgz) = fcd7fb4f2cd3c7a4b7c9124e6ce015efde7aafc72bdbe3a3f000b976df3048fdc1400a1e5f9f0da07c8253c3fccc690d5d2b634d28ba7f33ba174a4175c61b12
SHA512 (call-bind-1.0.2.tgz) = ecef856c28a1ac1e5619b1587ac72dc264ca69eeab3a22339b3d6272b79627ed1a03b2c97eeaa112ca364fd9dca5c16dccc42dcd77f64061ae7962464d8b2aac
SHA512 (callsites-3.1.0.tgz) = 3fc06302c5ef652f95203508d7584709012fef8613ebb6148b924914d588a8bdb7e6c0668d7e3eab1f4cbaf96ce62bf234435cb71e3ac502d0dda4ee13bb2c69
+SHA512 (camel-case-4.1.2.tgz) = 83119606b4d3d49b8cc7a47ea393d35cc9949e19d5ccb43d48dbad0f862a2ad23a6a9f3deedded28409895aea0096124a655e794dc9b124660f46106c4a14283
SHA512 (camelcase-5.3.1.tgz) = 2f6f124c1d7bd27c164badd48ed944384ddd95d400a5a257664388d6e3057f37f7ad1b8f7a01da1deb3279ef98c50f96e92bd10d057a52b74e751891d79df026
SHA512 (camelcase-6.3.0.tgz) = 1a6cba161625098eee3849595126f1a365020c7f28c0493df7a8246eba6c806b6b24b33727b8c6c65f4873b430c23e22bce13901665644c79c0dd17b86a1a314
SHA512 (camelcase-keys-6.2.2.tgz) = 62bc1a034bc429accf0649f48a94e232949a8d80d27be2a341fae385c04cc49b7fce76ef94777c3f0fd56a66b3e4407859f86cdd2511dd9f66c11bbf3f7b3762
@@ -402,6 +404,7 @@
SHA512 (chrome-trace-event-1.0.3.tgz) = a772942f2420e12ecd2078b17706c65fe9c51e4a01880e18426c96b636fc5e7812295d76e27266472b2001eba36d455bd79be1f91bc551f08fa94eeb5e4fa166
SHA512 (ci-info-3.8.0.tgz) = 7974e0807592a28621ab8f45da8a5086e1d6833b9c7c5d9880e0cae1ed79eba190b390487cfdf4074a1e9f00491df5b102cd9fc8f075b3b320f78f732dfeb563
SHA512 (cjs-module-lexer-1.2.2.tgz) = 70e53dbac670f3f7572172adc1af29334393250b8993130deb0df472c35151eac77de43947a53792453f16d25e21fdccdb4d8e1df63653c71c227046effc6880
+SHA512 (clean-css-5.3.2.tgz) = 25525b33e7f777743bd38ac5e1ba90e545324edb89d0944a35b4ca5447ae8c2081a0c764122f95f9ef2892d3bda8640d4af1eb15333a259457ad4bc6475733c3
SHA512 (clear-module-4.1.2.tgz) = 2d6031cc7a9d1ec01994f944c89d8fa33e8022cdfce263dea8b542aeeda9d01acff46fe4546ba13726580a52cee9c5e59ee263cc2f31b6c248b8c8caa8b5e803
SHA512 (cliui-8.0.1.tgz) = 05278d9f2bacef90b8fff350f6042dd7f72c4d7ca8ffc49bf9a7cb024cc0a6d16e32ca1df4716890636e759a62fe8415ef786754afac47ee4f55131df83afb61
SHA512 (clone-deep-4.0.1.tgz) = 9de1c1f71bb387fc24d1d207c1ec805efd9a3c6648564de92cc7befd137320d7f5edf7b4386f7a42ba24b580149bb48cd4f067cd369b68b6e8aaac43c8c53e49
@@ -504,6 +507,7 @@
SHA512 (domexception-4.0.0.tgz) = 0368ace0f2c6f9e7927e84cc03de7fb38a6f0284a8da62ad88ce6394790055ec2688ef084854c52998c7ed400cd40b658bf393ffb2473ab25126230a51929807
SHA512 (domhandler-5.0.3.tgz) = 720c25bffd621508859d4f7a5d78113a1f314de7adb272620ec4dced36022c577dfbf58d908a8f4f188cffca5277c548ae15c64dfd4dcb5ab586ab95a83241e7
SHA512 (domutils-3.0.1.tgz) = cf4f1cd65efad622a10c5b5f5ced380bb91374f04b8b8d73c0e665d34592f1be5e89a79b369634d0729bcedc01abe7b7bf2a96370585de63fd60b51ea88ac5f9
+SHA512 (dot-case-3.0.4.tgz) = 2afe672a587ac91addac6bf1789d9ee72d9e454a64528b085b8036012dfccf04b3dbbceeeee7c3c103e2e4986cdd702518d7ad9776e69c6850b0cb642899e3df
SHA512 (dot-prop-5.3.0.tgz) = 40cf2adf30dee7c86a52a8eb6903a6cd9d4b207f525902539442821f8909da842f2d993b45b417bed0ccd9712addfc2457d082bef1f82c0d0057ea2016c04cd9
SHA512 (ee-first-1.1.1.tgz) = 58cc26f4b851528f9651a44dfaf46e113a86f3d22066985548d91d16079beac4bf1383ab0c837bb78f0201ec121d773a0bc95e7c3f0a29faf9bd8eb56eb425a3
SHA512 (electron-to-chromium-1.4.367.tgz) = 98db83c5bf87a4b84f1942ab834852c5b4e31d6c3c1338b09309493641548f75bad32a6280b0d1573d38bd4f9546c24f8bc1ae6fe143858529b939bdc6213045
@@ -539,6 +543,7 @@
SHA512 (eslint-plugin-es-3.0.1.tgz) = 194980b0968de0573b19bb65f2e38195aca8d83aa1c16bc4cf290c1d20991d4dd7749f8d4b3cd97158578775715f989ca90fa841d2046b05d7f31911de620599
SHA512 (eslint-plugin-es-4.1.0.tgz) = 1882e14139e3604d96a2b5f92728b98b8773e402d6c4121d40409541abcbeacedc23be886530d695e4c7931cff413de4bdcb36425187bca2d8b1294f3a53d79d
SHA512 (eslint-plugin-flowtype-8.0.3.tgz) = 757f25eaa50be8ef9f60fb6935189d782152a6658e515c7941c6862d5a9efef94388149ee2f6258c3583113c27c85ce997b072fd6548bbaadcae7882807f41a9
+SHA512 (eslint-plugin-i18next-6.0.3.tgz) = 46d41761f83a3d90a37a3210fd81be7548ffc75e633e1b9f27d8540c61f4902a49e8291530058e43d7b15350ab6cf9b37b29312e3ad792301a39917f57bf8338
SHA512 (eslint-plugin-import-2.27.5.tgz) = 2e612ddc65687e0886ba213e391a67bcffa4026de1e8c2d92784391c2c87003a1fb1be15cd716c4625a3ddcd0e16257edc3585874aa0deff6070f95f737cd1a3
SHA512 (eslint-plugin-n-15.7.0.tgz) = 8c37b1f6cec3fd089a97c0065481eae16ecdb30a540f90cf0cbd911fc2f377d125a1652ebd49077efe0544b322a47e6ad94b72baba2b0643de362d70556361dd
SHA512 (eslint-plugin-node-11.1.0.tgz) = a14c2d3c9d56d12283d13afec2abbdd9ce71b82790a81de14821dab27fd982315d03d88318d90d7f6662f73b58ed7fa136e3226f6dcb346466ebeb8df8a2c4de
@@ -645,6 +650,8 @@
SHA512 (html-encoding-sniffer-3.0.0.tgz) = a16bf84f8c89e7688aaee7e39f264f92b374087dd09eb52a741e889f583915ed6689af06985dfa8277cdc92c6866dc43e7e366630d4412555788193ddd47ac90
SHA512 (html-entities-2.3.3.tgz) = 0d5e4b9f7eb3df834d4c3827cf41161812d910d7a5340b6488503893234e1b6b4323a333d6e4968aad7000a7728e7270c838833bb15ad923b5093c4f5cbf15c4
SHA512 (html-escaper-2.0.2.tgz) = 1f688cb5dd08e0cb7979889aa517480e3a7e5f37a55d0d2d144e094bb605c057af5d73263a9f66c8dad4bc28340fac2cf22aa444f05f28781bc228354a694b7e
+SHA512 (html-minifier-terser-7.2.0.tgz) = b57827dd07ea3c8a4697da3e2b9b69723dff30de127cbb6cc76196c010b7492774b57406c85de0b12a9a77c96826029918cdd9c5b603779ca188121d5a99af2c
+SHA512 (html-minimizer-webpack-plugin-4.4.0.tgz) = 99ca37327c9ddc779b7e1a90b42adc90b76c57e2e037678c67874672c386b53421583f607d9c07c552b5d8c8d63f2b7926f5f635cefea7033d829a79331f46c5
SHA512 (html-tags-3.3.1.tgz) = cedab20b790bb68d1ef566cda7469e3fe337913b7e9db688bde1a653102d65afbc88580a2d4383e1828ce63f9fdd00fcf5badaed47ae9a89591cab8e5e74e679
SHA512 (htmlparser-1.7.7.tgz) = ce92baea27e44f47dabb2161d8cba5aeae00a864ee7311ad3a167c3a391b49f702a64a90108f2a464634b5241224d010e0751992059a5387cae041fa4951fd3d
SHA512 (http-deceiver-1.2.7.tgz) = 2e6a4e1b14df6e982d195c49ae3e64edab171c280d669e672dfa7e85673c41046ab5bedf532ea4458dc13b587d75d17ac883d8500460c463b0078d839f121a37
@@ -792,6 +799,7 @@
SHA512 (lodash.truncate-4.4.2.tgz) = 8edb6645eedb46c7b9d8eb1620c0cb697c56a91026b4851c70043781aaef882a898da7d739f34c3b4c8c7cda5d0facdb19a4d4d0fe4dcfb7bb8004fa70a98947
SHA512 (lodash.uniq-4.5.0.tgz) = c5f05a5d077daf277d765483be7bc8d25bf17cb2656006735e89946332cab5478e42f38fe698aa016b86b6b8567aa6972bd861a0cfe2c89739015f977ec5f71d
SHA512 (loose-envify-1.4.0.tgz) = 972bb13c6aff59f86b95e9b608bfd472751cd7372a280226043cee918ed8e45ff242235d928ebe7d12debe5c351e03324b0edfeb5d54218e34f04b71452a0add
+SHA512 (lower-case-2.0.2.tgz) = edf9b797734017d59f37a5b724e99fe5daf0a55a97efc26da0627703a5b46ba66795d338d70d9f5790f8f74a6c2854e931db3c4c9b1efde1cb145b0d1c78c782
SHA512 (lru-cache-5.1.1.tgz) = 2a9340450037230bfe8d3034bad51555bae1f8996baf516fd1ee7a186cc014e5cdedd93f16f89a0d6f0b1e62b9d8395c1f858fda7ea023cbcdd5a7ac045828f7
SHA512 (lru-cache-6.0.0.tgz) = 268e9d274e029928eece7c09492de951e5a677f1f47df4e59175e0c198be7aad540a6a90c0287e78bb183980b063df758b615a878875044302c78a938466ec88
SHA512 (lunr-2.3.9.tgz) = cd35370da65a17746df6b84ddee04c1900f7743dbfbc542a9ef6420efe1d97988ecead88650a93c6ef74af813927e9cfef42778a5a950ab6e1a3679669e5bc3b
@@ -837,6 +845,7 @@
SHA512 (natural-compare-lite-1.4.0.tgz) = 4e3f874c348924a6999df8aec3e89a17db2474fa53a361ad125cb92479d657f85fbf6423ffd44ab0621242d2e1da8c779791001b0e3cee19c179ed2c209eafda
SHA512 (negotiator-0.6.3.tgz) = f8452ca863cbb0cfa3ff37428598ec9d7e758385eb1c53885f07e70953c695093f9398226a470ab2ec4239b051bba0d29bda29c3f3bab2559b25d82140ce1b06
SHA512 (neo-async-2.6.2.tgz) = 61ddd4112e665824aa47ea8d4fddd2dd4a18524a8067d94b83c6bb83dae29ac5a66062bc7154e8038fec17746bb21772577b0018c5d5526a4c60ec3e74ba4ebb
+SHA512 (no-case-3.0.4.tgz) = 7e000dde318087e468c541991d348e2c922a51cdb09a8070191e2d6e93402a69a8bc5a16ab439d4646f456495d45e3b66b68814ff384ba51bd5d251cd74af7ce
SHA512 (node-fetch-2.6.9.tgz) = 0c99bf0899199118ca2a3e198b806c295661dd56a5579211e6cecb5599d6fba60c8745b505f340f174ace832cc1989487791772a703bd2ebb6a9ea5c474f10aa
SHA512 (node-forge-1.3.1.tgz) = 74f12d39e32f17d54c71857fd566fc08fa15017b69e8c28c95c6c0b7875daa61aa509e9f41915790d64d90d95f7afb4d906b5a4a85dffef34d352be0add5f0b4
SHA512 (node-int64-0.4.0.tgz) = 3b9973f75c5239ea173fa0ee9721df965a6af84834d0c5a2b5921bb4f7e8484bea207765e607dc63a858cc35a78f4a83e6dcf9d8f234f2ef6a52f49579405e1f
@@ -871,11 +880,13 @@
SHA512 (p-locate-5.0.0.tgz) = 2da363b51594058fbecc1e6713f37071aa0cca548f93e4be647341d53cdd6cc24c9f2e9dca7a401aded7fed97f418ab74c8784ea7c47a696e8d8b1b29ab1b93f
SHA512 (p-retry-4.6.2.tgz) = df5d88777f7a11b25dbd138d967814c7437275fac843996c62ed339ca554cd5bc0af3108b74f15d6a86dc8449b1957751465fb50ab62169e6ec0a65d33cc08b9
SHA512 (p-try-2.2.0.tgz) = 4789cf0154c053407d0f7e7f1a4dee25fffb5d86d0732a2148a76f03121148d821165e1eef5855a069c1350cfd716697c4ed88d742930bede331dbefa0ac3a75
+SHA512 (param-case-3.0.4.tgz) = 457963ef3098a2445ea96a4e3c7f68622bd4ccb619e6f00f21f1260933558a8b02efc17c1741fdcbb4fb806d8cdfdca682eb7117981c144b326504a987d069dc
SHA512 (parent-module-1.0.1.tgz) = 190d84591a5057cfe8f80c3c62ab5f6593df3515996246e2744f64e6ba65fe10b7bed1c705f1a6d887e2eaa595f9ca031a4ad42990311372e8b7991cb11961fa
SHA512 (parent-module-2.0.0.tgz) = ba8d19f4925e5b3bfc046fad45c6a904a349d1dae8f5c2f27331b3ba54ba11f7b201d782f6c6e88ed5ba5f0bd8c499049def449fe2765c4978cf282555e23016
SHA512 (parse-json-5.2.0.tgz) = 6b208abe6fe98421b13a461148233cda20f072df3f1289d2120092c56c43eef7ba8c7820b059787d955004f44d810a0a8ae57fa1d845ac6cd05d9c1b89f0bc46
SHA512 (parse5-7.1.2.tgz) = 0b38f559a495a5aa23d306e13332e6583ebd6a7a76587ec55cc07d9f54b2f3f64517d8e895241532ed488f9588c8699c066864ec43a77693b8988a62855a805f
SHA512 (parseurl-1.3.3.tgz) = 0a2c9e3b1153fc96723799b4cfd3df5f0e1208127a4b2833d43a65d30aa39610c418604fd469ec51510bd29eb78681b57dc8f77c7ca75e2f4d60ee2758e2fea9
+SHA512 (pascal-case-3.1.2.tgz) = b969464f76129caf71dc140968e75c670ae757a84fa5df23147d7fb9ca622d13e1ff6cc2549292d7d1381af607bda09c0029f77e85d9d1c2c1f56af1d4a19ee6
SHA512 (path-exists-4.0.0.tgz) = 6a4f50cb943b8d86f65b071ecb9169be0d8aa0073f64884b48b392066466ca03ec1b091556dd1f65ad2aaed333fa6ead2530077d943c167981e0c1b82d6cbbff
SHA512 (path-is-absolute-1.0.1.tgz) = 0156f0dd42767bd6eaeb8bd2692f409b47e37b53daf296c6a934ec9977da2223299ebe4394385f24eb8b8fd49ff7964f5430147ab0df124f3c30f98f7bb50242
SHA512 (path-key-3.1.1.tgz) = a2399e374a9dfb2d23b3312da18e3caf43deab97703049089423aee90e5fe3595f92cc17b8ab58ae18284e92e7c887079b6e1486ac7ee53aa6d889d2c0b844e9
@@ -971,9 +982,11 @@
SHA512 (regexpp-3.2.0.tgz) = a6ad9b5a8f66543e379dbb6cdb01afd7b5cb88d2f26be1a4959f246832d5d99d3c8030ac1a99ca9fd04531ea6f5ae1c26f256f63b279a39f8156fa106e69492e
SHA512 (regexpu-core-5.3.2.tgz) = 440339165673f8b866a3b75bf4bdbdf29daf1cfe59cb0ad55e6557a66003f46b8be4c3c7eadf513b0d6203fc1f1e443be907bb01a3c5d271ae8a6f7afc8ad031
SHA512 (regjsparser-0.9.1.tgz) = 75052d9fdd166a748d97eee640a717020671bd47bb6744aa5e5833bf4cdae0bc22521cb3042e7cc903b7962168520bbc1a2255227021263923d4dd04b50e6791
+SHA512 (relateurl-0.2.7.tgz) = 1b4f03c6f9b888337730b33412c3fad840d5f48ba15cf47a6e5373e94b5ca7bcf2577b6be0754d20db7a32969159bc683874f743b60dd8ffa36875fcbd46e0a2
SHA512 (repeat-string-1.6.1.tgz) = 3d5d1dcc260335f462d630836c9ce95bb8cd34346e08e1bf8c8e5cb507062adfdc9590fe61c3d2df22255ae4c93261120bc69ebc2166589cb9c2300580da8deb
SHA512 (require-directory-2.1.1.tgz) = 7c6c4423bfb0b06f71aef763b2b9662f6d8e3134e21d1c0032ba2211e320abc833a0b0bf3d0afb46c4434932d483f6d9019b45f9354890773aff84482abba2f9
SHA512 (require-from-string-2.0.2.tgz) = 5dfd2759ee91b1ece214cbbe029f5b8a251b9a996ae92f7fa7eef0ed85cffc904786b5030d48706bebc0372b9bbaa7d9593bde53ffc36151ac0c6ed128bfef13
+SHA512 (requireindex-1.1.0.tgz) = 2c19e4aac0c4ec164abeaca56e69fb953215769c782bf40276e4404e93b947ec2d3e6932fdaf293756ced83eb05e9a67d78f7b00917d98d8ea017afa6dd97d8e
SHA512 (requires-port-1.0.0.tgz) = 2a280e087728714dd7383271b2ef22fe3f13f6dcd3e1a74789e730391450d19645729eda8705ee454d66fb2b8ef740b9654c867867e87070c8d783372f7c8301
SHA512 (requizzle-0.2.4.tgz) = 251ac59350f8390e12aa8bd73a075abfe2bc10085207f2c966a0b3f2d6d7d0a39b71d78cd794ace7da3358c0569a620d31a802c26aa7e1936bc941a906c97a27
SHA512 (resolve-1.22.2.tgz) = 49bfa68cd1ce50bb01bfcd7c4f8d2a48f7918ae58bc9a18c6b97b0c9d44b1629a77a2c66572db3762bd197e005ea36983c2f044711839854a2aae8ba49f3ddfa
@@ -997,6 +1010,7 @@
SHA512 (scheduler-0.23.0.tgz) = 0adb93866807360ef32195805e2dc0b322330379f8c71eda3728f00b654995d3b62cc5438452beeb7c46aaae82b091f8ad302debf33e3781a16620d83f1f5e53
SHA512 (schema-utils-3.1.2.tgz) = a6f8c41ce81673d39603f7ff0c4de88415930fa1257952dfee21549284b0031b6d741841f5051e6d0831111da45ae78ebd12573c7367cabbef87d79920d07c12
SHA512 (schema-utils-4.0.1.tgz) = 9442e1040025cbd368c04b17d32641970f5a8591beb0aff5449db5129cdd607284b35dd592edcb27e3083e1878b0cb34a0209eb9f6501106cc7a4880e2fb9521
+SHA512 (schema-utils-4.2.0.tgz) = 2f48d1b2b3e98dd7243f7a0fba0dff57134ab76b6b47c4dc69bacce85380025bc2ffd3e17269be72e0204e5c41a9d051d56271ecd6a3f561f0f9a3a685e4956f
SHA512 (select-hose-2.0.0.tgz) = 984ba068b2be61f9228c1e1fc747ba9089ae25d088b762f109171b1183ea4460ace05da88327d953920065176308ff093ead80b5d3680bf0eec7adddf4a8abca
SHA512 (selfsigned-2.1.1.tgz) = 1922f76a8c2217bc1afd6b521709d4ae5b9d585a0d85fb6af1b5241fda64ce3a4dd9748f380604820e9ed2c4bdb34ad9c202732624113d4d7c03a7259e85b9c1
SHA512 (semver-5.7.1.tgz) = b1ab9a0dffcf65d560acb4cd60746da576b589188a71a79b88a435049769425587da50af7b141d5f9e6c9cf1722bb433a6e76a6c2234a9715f39ab0777234319
@@ -1033,6 +1047,7 @@
SHA512 (spdy-4.0.2.tgz) = af8ea065065057e2a5f6822dbe5d49659a89286afea04901d3c03a07392247be7ddffec86edba77171ddd98a18793b06e35e7b66cb0cbbd298bd41cb723703a0
SHA512 (spdy-transport-3.0.0.tgz) = 86c2d5144e528c0e930a2b167895c52a788618ea4180c2e67ab7ced9a0b2094e6cee727fae901ea6a98589fbff1826d26ee7847802499e6490dab282fe0f0573
SHA512 (sprintf-js-1.0.3.tgz) = 0fd70f824bcb955deddc8ccbd03d182ef180f40864e0f72f57051b3747521abd5a3f436bb780049d351bb86beab840b4980eb81aab757f38ab951b3989b5f1f2
+SHA512 (sprintf-js-1.1.2.tgz) = 544d123951070a4ed073cba5916c379ed0335eea9fed2da5bf041a0cb46751e20468a35027357a07098b2a13aa4fad5a1a17d432b5de68193ea03182cef85cba
SHA512 (stack-utils-2.0.6.tgz) = 5e5916bdf226e919ac5ad349c7ebaab4a2d2f1ea856f1520d19ccb5ea63471a132f65ee1aee5fc2298839e3b0b6afa0182a08247bd53a963bc31a5d885e27745
SHA512 (stackframe-1.3.4.tgz) = a1e56db7b796412f8d6ba17ffd2e242762b655b4654bd0f8de6025332569556a2fcbda3e8df807f0ef5a83300dcda88b8dc940d2863351710ce0fbab85250287
SHA512 (statuses-1.5.0.tgz) = 3a9677ccffa34f53c8ec8f277a6257e002a6017d3bd199183d5595fc068a4c997eb570931b255d0b56b848bf11510604c24fdfdf8657f144f290debc170aea00
++++++ package-lock.json ++++++
--- /var/tmp/diff_new_pack.3FxW18/_old 2023-09-29 21:14:18.667344686 +0200
+++ /var/tmp/diff_new_pack.3FxW18/_new 2023-09-29 21:14:18.675344975 +0200
@@ -20,6 +20,7 @@
"react-router-dom": "^6.3.0",
"react-teleporter": "^3.1.0",
"regenerator-runtime": "^0.13.9",
+ "sprintf-js": "^1.1.2",
"xbytes": "^1.8.0"
},
"devDependencies": {
@@ -54,6 +55,7 @@
"eslint-config-standard-jsx": "^11.0.0",
"eslint-config-standard-react": "^13.0.0",
"eslint-plugin-flowtype": "^8.0.3",
+ "eslint-plugin-i18next": "^6.0.3",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-n": "^15.5.1",
"eslint-plugin-node": "^11.1.0",
@@ -61,6 +63,7 @@
"eslint-plugin-react": "^7.21.2",
"eslint-plugin-react-hooks": "^4.1.2",
"eslint-webpack-plugin": "^4.0.0",
+ "html-minimizer-webpack-plugin": "^4.4.0",
"htmlparser": "^1.7.7",
"identity-obj-proxy": "^3.0.0",
"jed": "^1.1.1",
@@ -4200,6 +4203,12 @@
"@types/node": "*"
}
},
+ "node_modules/@types/html-minifier-terser": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-ters…",
+ "integrity": "sha512-hw3bhStrg5e3FQT8qZKCJTrzt/UbEaunU1xRWJ+aNOTmeBMvE3S4Ml2HiiNnZgL8izu0LFVkHUoPFXL1s5QNpQ==",
+ "dev": true
+ },
"node_modules/@types/http-proxy": {
"version": "1.17.10",
"resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.10.tgz",
@@ -5181,6 +5190,12 @@
"sprintf-js": "~1.0.2"
}
},
+ "node_modules/argparse/node_modules/sprintf-js": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
+ "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
+ "dev": true
+ },
"node_modules/aria-query": {
"version": "5.1.3",
"resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.1.3.tgz",
@@ -5861,6 +5876,16 @@
"node": ">=6"
}
},
+ "node_modules/camel-case": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz",
+ "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==",
+ "dev": true,
+ "dependencies": {
+ "pascal-case": "^3.1.2",
+ "tslib": "^2.0.3"
+ }
+ },
"node_modules/camelcase": {
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz",
@@ -6048,6 +6073,27 @@
"integrity": "sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA==",
"dev": true
},
+ "node_modules/clean-css": {
+ "version": "5.3.2",
+ "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.2.tgz",
+ "integrity": "sha512-JVJbM+f3d3Q704rF4bqQ5UUyTtuJ0JRKNbTKVEeujCCBoMdkEi+V+e8oktO9qGQNSvHrFTM6JZRXrUvGR1czww==",
+ "dev": true,
+ "dependencies": {
+ "source-map": "~0.6.0"
+ },
+ "engines": {
+ "node": ">= 10.0"
+ }
+ },
+ "node_modules/clean-css/node_modules/source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
"node_modules/clear-module": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/clear-module/-/clear-module-4.1.2.tgz",
@@ -7519,6 +7565,16 @@
"url": "https://github.com/fb55/domutils?sponsor=1"
}
},
+ "node_modules/dot-case": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz",
+ "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==",
+ "dev": true,
+ "dependencies": {
+ "no-case": "^3.0.4",
+ "tslib": "^2.0.3"
+ }
+ },
"node_modules/dot-prop": {
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz",
@@ -8103,6 +8159,19 @@
"eslint": "^8.1.0"
}
},
+ "node_modules/eslint-plugin-i18next": {
+ "version": "6.0.3",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-i18next/-/eslint-plugin-i18next-6.…",
+ "integrity": "sha512-RtQXYfg6PZCjejIQ/YG+dUj/x15jPhufJ9hUDGH0kCpJ6CkVMAWOQ9exU1CrbPmzeykxLjrXkjAaOZF/V7+DOA==",
+ "dev": true,
+ "dependencies": {
+ "lodash": "^4.17.21",
+ "requireindex": "~1.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
"node_modules/eslint-plugin-import": {
"version": "2.27.5",
"resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.27…",
@@ -9712,6 +9781,83 @@
"integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==",
"dev": true
},
+ "node_modules/html-minifier-terser": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-7.2.…",
+ "integrity": "sha512-tXgn3QfqPIpGl9o+K5tpcj3/MN4SfLtsx2GWwBC3SSd0tXQGyF3gsSqad8loJgKZGM3ZxbYDd5yhiBIdWpmvLA==",
+ "dev": true,
+ "dependencies": {
+ "camel-case": "^4.1.2",
+ "clean-css": "~5.3.2",
+ "commander": "^10.0.0",
+ "entities": "^4.4.0",
+ "param-case": "^3.0.4",
+ "relateurl": "^0.2.7",
+ "terser": "^5.15.1"
+ },
+ "bin": {
+ "html-minifier-terser": "cli.js"
+ },
+ "engines": {
+ "node": "^14.13.1 || >=16.0.0"
+ }
+ },
+ "node_modules/html-minifier-terser/node_modules/commander": {
+ "version": "10.0.1",
+ "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz",
+ "integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==",
+ "dev": true,
+ "engines": {
+ "node": ">=14"
+ }
+ },
+ "node_modules/html-minimizer-webpack-plugin": {
+ "version": "4.4.0",
+ "resolved": "https://registry.npmjs.org/html-minimizer-webpack-plugin/-/html-minimizer-w…",
+ "integrity": "sha512-mco3Mnyd3HebfhqQtCrckLdsV+LgN2eMZ4dGcsOGtTQhWD9gfZwHxVK12MjWPyt5JvX2Nc7+pwM9gpp5Mx9GxQ==",
+ "dev": true,
+ "dependencies": {
+ "@types/html-minifier-terser": "^7.0.0",
+ "html-minifier-terser": "^7.2.0",
+ "jest-worker": "^29.5.0",
+ "schema-utils": "^4.0.1",
+ "serialize-javascript": "^6.0.1"
+ },
+ "engines": {
+ "node": ">= 14.15.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/webpack"
+ },
+ "peerDependencies": {
+ "webpack": "^5.1.0"
+ },
+ "peerDependenciesMeta": {
+ "@swc/html": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/html-minimizer-webpack-plugin/node_modules/schema-utils": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz",
+ "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==",
+ "dev": true,
+ "dependencies": {
+ "@types/json-schema": "^7.0.9",
+ "ajv": "^8.9.0",
+ "ajv-formats": "^2.1.1",
+ "ajv-keywords": "^5.1.0"
+ },
+ "engines": {
+ "node": ">= 12.13.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/webpack"
+ }
+ },
"node_modules/html-tags": {
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/html-tags/-/html-tags-3.3.1.tgz",
@@ -12846,6 +12992,15 @@
"loose-envify": "cli.js"
}
},
+ "node_modules/lower-case": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz",
+ "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==",
+ "dev": true,
+ "dependencies": {
+ "tslib": "^2.0.3"
+ }
+ },
"node_modules/lru-cache": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
@@ -13286,6 +13441,16 @@
"integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==",
"dev": true
},
+ "node_modules/no-case": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz",
+ "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==",
+ "dev": true,
+ "dependencies": {
+ "lower-case": "^2.0.2",
+ "tslib": "^2.0.3"
+ }
+ },
"node_modules/node-fetch": {
"version": "2.6.9",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.9.tgz",
@@ -13703,6 +13868,16 @@
"node": ">=6"
}
},
+ "node_modules/param-case": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz",
+ "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==",
+ "dev": true,
+ "dependencies": {
+ "dot-case": "^3.0.4",
+ "tslib": "^2.0.3"
+ }
+ },
"node_modules/parent-module": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/parent-module/-/parent-module-2.0.0.tgz",
@@ -13754,6 +13929,16 @@
"node": ">= 0.8"
}
},
+ "node_modules/pascal-case": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz",
+ "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==",
+ "dev": true,
+ "dependencies": {
+ "no-case": "^3.0.4",
+ "tslib": "^2.0.3"
+ }
+ },
"node_modules/path-exists": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
@@ -15125,6 +15310,15 @@
"jsesc": "bin/jsesc"
}
},
+ "node_modules/relateurl": {
+ "version": "0.2.7",
+ "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz",
+ "integrity": "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.10"
+ }
+ },
"node_modules/repeat-string": {
"version": "1.6.1",
"resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
@@ -15152,6 +15346,15 @@
"node": ">=0.10.0"
}
},
+ "node_modules/requireindex": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/requireindex/-/requireindex-1.1.0.tgz",
+ "integrity": "sha512-LBnkqsDE7BZKvqylbmn7lTIVdpx4K/QCduRATpO5R+wtPmky/a8pN1bO2D6wXppn1497AJF9mNjqAXr6bdl9jg==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.5"
+ }
+ },
"node_modules/requires-port": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
@@ -15892,10 +16095,9 @@
}
},
"node_modules/sprintf-js": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
- "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
- "dev": true
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.2.tgz",
+ "integrity": "sha512-VE0SOVEHCk7Qc8ulkWw3ntAzXuqf7S2lvwQaDLRnUeIEaKNQJzV6BwmLKhOqT61aGhfUMrXeaBk+oDGCzvhcug=="
},
"node_modules/stack-utils": {
"version": "2.0.6",
@@ -21021,6 +21223,12 @@
"@types/node": "*"
}
},
+ "@types/html-minifier-terser": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-ters…",
+ "integrity": "sha512-hw3bhStrg5e3FQT8qZKCJTrzt/UbEaunU1xRWJ+aNOTmeBMvE3S4Ml2HiiNnZgL8izu0LFVkHUoPFXL1s5QNpQ==",
+ "dev": true
+ },
"@types/http-proxy": {
"version": "1.17.10",
"resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.10.tgz",
@@ -21801,6 +22009,14 @@
"dev": true,
"requires": {
"sprintf-js": "~1.0.2"
+ },
+ "dependencies": {
+ "sprintf-js": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
+ "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
+ "dev": true
+ }
}
},
"aria-query": {
@@ -22325,6 +22541,16 @@
"integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
"dev": true
},
+ "camel-case": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz",
+ "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==",
+ "dev": true,
+ "requires": {
+ "pascal-case": "^3.1.2",
+ "tslib": "^2.0.3"
+ }
+ },
"camelcase": {
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz",
@@ -22449,6 +22675,23 @@
"integrity": "sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA==",
"dev": true
},
+ "clean-css": {
+ "version": "5.3.2",
+ "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.2.tgz",
+ "integrity": "sha512-JVJbM+f3d3Q704rF4bqQ5UUyTtuJ0JRKNbTKVEeujCCBoMdkEi+V+e8oktO9qGQNSvHrFTM6JZRXrUvGR1czww==",
+ "dev": true,
+ "requires": {
+ "source-map": "~0.6.0"
+ },
+ "dependencies": {
+ "source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
+ "dev": true
+ }
+ }
+ },
"clear-module": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/clear-module/-/clear-module-4.1.2.tgz",
@@ -23545,6 +23788,16 @@
"domhandler": "^5.0.1"
}
},
+ "dot-case": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz",
+ "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==",
+ "dev": true,
+ "requires": {
+ "no-case": "^3.0.4",
+ "tslib": "^2.0.3"
+ }
+ },
"dot-prop": {
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz",
@@ -24083,6 +24336,16 @@
"string-natural-compare": "^3.0.1"
}
},
+ "eslint-plugin-i18next": {
+ "version": "6.0.3",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-i18next/-/eslint-plugin-i18next-6.…",
+ "integrity": "sha512-RtQXYfg6PZCjejIQ/YG+dUj/x15jPhufJ9hUDGH0kCpJ6CkVMAWOQ9exU1CrbPmzeykxLjrXkjAaOZF/V7+DOA==",
+ "dev": true,
+ "requires": {
+ "lodash": "^4.17.21",
+ "requireindex": "~1.1.0"
+ }
+ },
"eslint-plugin-import": {
"version": "2.27.5",
"resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.27…",
@@ -25175,6 +25438,56 @@
"integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==",
"dev": true
},
+ "html-minifier-terser": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-7.2.…",
+ "integrity": "sha512-tXgn3QfqPIpGl9o+K5tpcj3/MN4SfLtsx2GWwBC3SSd0tXQGyF3gsSqad8loJgKZGM3ZxbYDd5yhiBIdWpmvLA==",
+ "dev": true,
+ "requires": {
+ "camel-case": "^4.1.2",
+ "clean-css": "~5.3.2",
+ "commander": "^10.0.0",
+ "entities": "^4.4.0",
+ "param-case": "^3.0.4",
+ "relateurl": "^0.2.7",
+ "terser": "^5.15.1"
+ },
+ "dependencies": {
+ "commander": {
+ "version": "10.0.1",
+ "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz",
+ "integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==",
+ "dev": true
+ }
+ }
+ },
+ "html-minimizer-webpack-plugin": {
+ "version": "4.4.0",
+ "resolved": "https://registry.npmjs.org/html-minimizer-webpack-plugin/-/html-minimizer-w…",
+ "integrity": "sha512-mco3Mnyd3HebfhqQtCrckLdsV+LgN2eMZ4dGcsOGtTQhWD9gfZwHxVK12MjWPyt5JvX2Nc7+pwM9gpp5Mx9GxQ==",
+ "dev": true,
+ "requires": {
+ "@types/html-minifier-terser": "^7.0.0",
+ "html-minifier-terser": "^7.2.0",
+ "jest-worker": "^29.5.0",
+ "schema-utils": "^4.0.1",
+ "serialize-javascript": "^6.0.1"
+ },
+ "dependencies": {
+ "schema-utils": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz",
+ "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==",
+ "dev": true,
+ "requires": {
+ "@types/json-schema": "^7.0.9",
+ "ajv": "^8.9.0",
+ "ajv-formats": "^2.1.1",
+ "ajv-keywords": "^5.1.0"
+ }
+ }
+ }
+ },
"html-tags": {
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/html-tags/-/html-tags-3.3.1.tgz",
@@ -27495,6 +27808,15 @@
"js-tokens": "^3.0.0 || ^4.0.0"
}
},
+ "lower-case": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz",
+ "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==",
+ "dev": true,
+ "requires": {
+ "tslib": "^2.0.3"
+ }
+ },
"lru-cache": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
@@ -27815,6 +28137,16 @@
"integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==",
"dev": true
},
+ "no-case": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz",
+ "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==",
+ "dev": true,
+ "requires": {
+ "lower-case": "^2.0.2",
+ "tslib": "^2.0.3"
+ }
+ },
"node-fetch": {
"version": "2.6.9",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.9.tgz",
@@ -28120,6 +28452,16 @@
"integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
"dev": true
},
+ "param-case": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz",
+ "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==",
+ "dev": true,
+ "requires": {
+ "dot-case": "^3.0.4",
+ "tslib": "^2.0.3"
+ }
+ },
"parent-module": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/parent-module/-/parent-module-2.0.0.tgz",
@@ -28156,6 +28498,16 @@
"integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
"dev": true
},
+ "pascal-case": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz",
+ "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==",
+ "dev": true,
+ "requires": {
+ "no-case": "^3.0.4",
+ "tslib": "^2.0.3"
+ }
+ },
"path-exists": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
@@ -29091,6 +29443,12 @@
}
}
},
+ "relateurl": {
+ "version": "0.2.7",
+ "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz",
+ "integrity": "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==",
+ "dev": true
+ },
"repeat-string": {
"version": "1.6.1",
"resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
@@ -29109,6 +29467,12 @@
"integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
"dev": true
},
+ "requireindex": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/requireindex/-/requireindex-1.1.0.tgz",
+ "integrity": "sha512-LBnkqsDE7BZKvqylbmn7lTIVdpx4K/QCduRATpO5R+wtPmky/a8pN1bO2D6wXppn1497AJF9mNjqAXr6bdl9jg==",
+ "dev": true
+ },
"requires-port": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
@@ -29679,10 +30043,9 @@
}
},
"sprintf-js": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
- "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
- "dev": true
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.2.tgz",
+ "integrity": "sha512-VE0SOVEHCk7Qc8ulkWw3ntAzXuqf7S2lvwQaDLRnUeIEaKNQJzV6BwmLKhOqT61aGhfUMrXeaBk+oDGCzvhcug=="
},
"stack-utils": {
"version": "2.0.6",
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package rubygem-agama for openSUSE:Factory checked in at 2023-09-29 21:13:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-agama (Old)
and /work/SRC/openSUSE:Factory/.rubygem-agama.new.28202 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-agama"
Fri Sep 29 21:13:17 2023 rev:3 rq:1113829 version:4
Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-agama/rubygem-agama.changes 2023-08-08 17:25:54.383163716 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-agama.new.28202/rubygem-agama.changes 2023-09-29 21:14:12.747131085 +0200
@@ -1,0 +2,79 @@
+Tue Sep 26 15:57:08 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa(a)suse.com>
+
+- Version 4
+
+-------------------------------------------------------------------
+Tue Sep 19 11:14:42 UTC 2023 - José Iván López González <jlopez(a)suse.com>
+
+- Do not automatically probe after selecting a new product
+ (gh#openSUSE/agama#748).
+
+-------------------------------------------------------------------
+Thu Sep 14 09:04:29 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa(a)suse.com>
+
+- Use a single D-Bus service to expose the manager and the users
+ settings (gh#openSUSE/agama#753, follow-up of
+ gh#openSUSE/agama#729).
+
+-------------------------------------------------------------------
+Tue Sep 12 12:27:33 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa(a)suse.com>
+
+- Do not crash when it is not possible to handle a product change
+ in the manager service (related to bsc#1215197).
+- When selecting the product, do not perform any change if the
+ product is still the same.
+
+-------------------------------------------------------------------
+Mon Sep 11 11:28:05 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa(a)suse.com>
+
+- The software and the storage services do not dispatch actions
+ during progress reporting anymore (related to bsc#1215197).
+
+-------------------------------------------------------------------
+Wed Sep 6 08:02:35 UTC 2023 - José Iván López González <jlopez(a)suse.com>
+
+- New storage proposal settings (gh#openSUSE/agama#738).
+
+-------------------------------------------------------------------
+Fri Sep 1 07:32:59 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa(a)suse.com>
+
+- Extend the Ruby-based services logs with information about
+ each step (gh#openSUSE/agama#732).
+- Raise the D-Bus service start timeout for troubleshoting purposes
+ (related to bsc#1214737).
+
+-------------------------------------------------------------------
+Thu Aug 31 10:36:53 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa(a)suse.com>
+
+- Adapt the locale and questions clients to use the same D-Bus
+ service (gh#openSUSE/agama#729).
+
+-------------------------------------------------------------------
+Wed Aug 30 12:39:18 UTC 2023 - Josef Reidinger <jreidinger(a)suse.com>
+
+- Respect UI locale in dbus services (gh#openSUSE/agama#725)
+
+-------------------------------------------------------------------
+Mon Aug 28 07:59:26 UTC 2023 - Knut Anderssen <kanderssen(a)suse.com>
+
+- Copy the proxy configuration to the target system when needed
+ (bsc#1212677, gh#openSUSE/agama#711).
+
+-------------------------------------------------------------------
+Wed Aug 23 10:39:46 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa(a)suse.com>
+
+- Install the ppc64-diag package when running on ppc64le (related
+ to bsc#1206898).
+
+-------------------------------------------------------------------
+Mon Aug 21 11:15:50 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa(a)suse.com>
+
+- Set the manager service as busy during the startup phase
+ (bsc#1213194).
+
+-------------------------------------------------------------------
+Fri Aug 18 14:17:13 UTC 2023 - Knut Anderssen <kanderssen(a)suse.com>
+
+- Add proxy setup support (bsc#1212677, gh#openSUSE/agama#696).
+
+-------------------------------------------------------------------
Old:
----
agama-3.devel43.gem
New:
----
agama-4.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-agama.spec ++++++
--- /var/tmp/diff_new_pack.1cEfQ5/_old 2023-09-29 21:14:13.759167599 +0200
+++ /var/tmp/diff_new_pack.1cEfQ5/_new 2023-09-29 21:14:13.763167744 +0200
@@ -24,7 +24,7 @@
#
Name: rubygem-agama
-Version: 3.devel43
+Version: 4
Release: 0
%define mod_name agama
%define mod_full_name %{mod_name}-%{version}
@@ -61,7 +61,8 @@
install -D -m 0644 %{buildroot}%{gem_base}/gems/%{mod_full_name}/share/dbus.conf %{buildroot}%{_datadir}/dbus-1/agama.conf
install --directory %{buildroot}%{_datadir}/dbus-1/agama-services
install -m 0644 --target-directory=%{buildroot}%{_datadir}/dbus-1/agama-services %{buildroot}%{gem_base}/gems/%{mod_full_name}/share/org.opensuse.Agama*.service
-install -D -m 0644 %{buildroot}%{gem_base}/gems/%{mod_full_name}/share/systemd.service %{buildroot}%{_unitdir}/agama.service
+install -D -m 0644 %{buildroot}%{gem_base}/gems/%{mod_full_name}/share/agama.service %{buildroot}%{_unitdir}/agama.service
+install -D -m 0644 %{buildroot}%{gem_base}/gems/%{mod_full_name}/share/agama-proxy-setup.service %{buildroot}%{_unitdir}/agama-proxy-setup.service
install -D -m 0644 %{buildroot}%{gem_base}/gems/%{mod_full_name}/etc/agama.yaml %{buildroot}%{_sysconfdir}/agama.yaml
# /MANUAL
++++++ agama-3.devel43.gem -> agama-4.gem ++++++
++++ 5421 lines of diff (skipped)
++++++ gem2rpm.yml ++++++
--- /var/tmp/diff_new_pack.1cEfQ5/_old 2023-09-29 21:14:13.935173950 +0200
+++ /var/tmp/diff_new_pack.1cEfQ5/_new 2023-09-29 21:14:13.935173950 +0200
@@ -8,7 +8,8 @@
install -D -m 0644 %{buildroot}%{gem_base}/gems/%{mod_full_name}/share/dbus.conf %{buildroot}%{_datadir}/dbus-1/agama.conf
install --directory %{buildroot}%{_datadir}/dbus-1/agama-services
install -m 0644 --target-directory=%{buildroot}%{_datadir}/dbus-1/agama-services %{buildroot}%{gem_base}/gems/%{mod_full_name}/share/org.opensuse.Agama*.service
- install -D -m 0644 %{buildroot}%{gem_base}/gems/%{mod_full_name}/share/systemd.service %{buildroot}%{_unitdir}/agama.service
+ install -D -m 0644 %{buildroot}%{gem_base}/gems/%{mod_full_name}/share/agama.service %{buildroot}%{_unitdir}/agama.service
+ install -D -m 0644 %{buildroot}%{gem_base}/gems/%{mod_full_name}/share/agama-proxy-setup.service %{buildroot}%{_unitdir}/agama-proxy-setup.service
install -D -m 0644 %{buildroot}%{gem_base}/gems/%{mod_full_name}/etc/agama.yaml %{buildroot}%{_sysconfdir}/agama.yaml
:main:
:preamble: |-
@@ -36,5 +37,6 @@
%dir %{_datadir}/dbus-1/agama-services\n
%{_datadir}/dbus-1/agama-services/org.opensuse.Agama*.service\n
%{_unitdir}/agama.service\n
+ %{_unitdir}/agama-proxy-setup.service\n
%config %{_sysconfdir}/agama.yaml\n"
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package timescaledb for openSUSE:Factory checked in at 2023-09-29 21:13:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/timescaledb (Old)
and /work/SRC/openSUSE:Factory/.timescaledb.new.28202 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "timescaledb"
Fri Sep 29 21:13:15 2023 rev:14 rq:1113709 version:2.12.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/timescaledb/timescaledb.changes 2023-08-28 17:17:57.494560871 +0200
+++ /work/SRC/openSUSE:Factory/.timescaledb.new.28202/timescaledb.changes 2023-09-29 21:14:11.479085335 +0200
@@ -1,0 +2,11 @@
+Tue Sep 26 17:43:42 UTC 2023 - Marcus Rueckert <mrueckert(a)suse.de>
+
+- drop pg 12. not supported. no pg 16 support yet either.
+
+-------------------------------------------------------------------
+Tue Sep 26 17:42:44 UTC 2023 - Marcus Rueckert <mrueckert(a)suse.de>
+
+- Update to version 2.12.0
+ https://github.com/timescale/timescaledb/releases/tag/2.12.0
+
+-------------------------------------------------------------------
Old:
----
timescaledb-2.11.2.tar.gz
New:
----
timescaledb-2.12.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ timescaledb.spec ++++++
--- /var/tmp/diff_new_pack.iHrnyU/_old 2023-09-29 21:14:12.559124302 +0200
+++ /var/tmp/diff_new_pack.iHrnyU/_new 2023-09-29 21:14:12.559124302 +0200
@@ -21,7 +21,7 @@
%{pg_version_from_name}
Name: %{pg_name}-%{ext_name}
-Version: 2.11.2
+Version: 2.12.0
Release: 0
Summary: A time-series database extension for PostgreSQL
License: Apache-2.0
++++++ _multibuild ++++++
--- /var/tmp/diff_new_pack.iHrnyU/_old 2023-09-29 21:14:12.583125168 +0200
+++ /var/tmp/diff_new_pack.iHrnyU/_new 2023-09-29 21:14:12.587125313 +0200
@@ -1,5 +1,4 @@
<multibuild>
- <package>postgresql12</package>
<package>postgresql13</package>
<package>postgresql14</package>
<package>postgresql15</package>
++++++ timescaledb-2.11.2.tar.gz -> timescaledb-2.12.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/timescaledb/timescaledb-2.11.2.tar.gz /work/SRC/openSUSE:Factory/.timescaledb.new.28202/timescaledb-2.12.0.tar.gz differ: char 14, line 1
1
0