commit python-google-cloud-build for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-google-cloud-build for 
openSUSE:Factory checked in at 2024-03-25 21:13:32

Comparing /work/SRC/openSUSE:Factory/python-google-cloud-build (Old)
 and  /work/SRC/openSUSE:Factory/.python-google-cloud-build.new.1905 (New)


Package is "python-google-cloud-build"

Mon Mar 25 21:13:32 2024 rev:2 rq:1161498 version:3.22.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-google-cloud-build/python-google-cloud-build.changes
  2024-01-09 20:51:18.147817565 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-google-cloud-build.new.1905/python-google-cloud-build.changes
2024-03-25 21:20:47.853187348 +0100
@@ -4 +4 @@
-- Initial version 3.22.0
+- Initial version 3.22.0 (jsc#PED-6697)



Other differences:
--


commit python-proton-vpn-network-manager for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-proton-vpn-network-manager 
for openSUSE:Factory checked in at 2024-03-25 21:13:11

Comparing /work/SRC/openSUSE:Factory/python-proton-vpn-network-manager (Old)
 and  
/work/SRC/openSUSE:Factory/.python-proton-vpn-network-manager.new.1905 (New)


Package is "python-proton-vpn-network-manager"

Mon Mar 25 21:13:11 2024 rev:2 rq:1161443 version:0.4.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-proton-vpn-network-manager/python-proton-vpn-network-manager.changes
  2024-03-21 17:00:38.400819985 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-proton-vpn-network-manager.new.1905/python-proton-vpn-network-manager.changes
2024-03-25 21:20:26.388397665 +0100
@@ -1,0 +2,11 @@
+Mon Mar 25 14:54:43 UTC 2024 - Dirk Müller 
+
+- update to 0.4.0:
+  * Initialize connection with persisted parameters
+
+---
+Thu Mar 21 15:13:08 UTC 2024 - Alexandre Vicenzi 
+
+- Add missing dependency PyCairo and pytest-asyncio
+
+---

Old:

  v0.3.3.tar.gz

New:

  v0.4.0.tar.gz



Other differences:
--
++ python-proton-vpn-network-manager.spec ++
--- /var/tmp/diff_new_pack.zje5QQ/_old  2024-03-25 21:20:28.396471519 +0100
+++ /var/tmp/diff_new_pack.zje5QQ/_new  2024-03-25 21:20:28.408471960 +0100
@@ -19,7 +19,7 @@
 %define skip_python2 1
 %{?sle15_python_module_pythons}
 Name:   python-proton-vpn-network-manager
-Version:0.3.3
+Version:0.4.0
 Release:0
 Summary:Proton VPN library for NetworkManager
 License:GPL-3.0-or-later
@@ -30,6 +30,8 @@
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module proton-core}
 BuildRequires:  %{python_module proton-vpn-connection}
+BuildRequires:  %{python_module pycairo}
+BuildRequires:  %{python_module pytest-asyncio}
 BuildRequires:  %{python_module pytest-cov}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module wheel}
@@ -41,6 +43,7 @@
 Requires:   python-gobject
 Requires:   python-proton-core
 Requires:   python-proton-vpn-connection
+Requires:   python-pycairo
 Conflicts:  python-protonvpn-nm-lib
 BuildArch:  noarch
 %python_subpackages
@@ -59,7 +62,9 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%pytest tests
+# test case is broken
+# https://github.com/ProtonVPN/python-proton-vpn-network-manager/issues/2
+%pytest tests 
--deselect="tests/test_networkmanager.py::test_initialize_persisted_connection_determines_initial_connection_state"
 
 %files %{python_files}
 %license LICENSE

++ v0.3.3.tar.gz -> v0.4.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-proton-vpn-network-manager-0.3.3/debian/changelog 
new/python-proton-vpn-network-manager-0.4.0/debian/changelog
--- old/python-proton-vpn-network-manager-0.3.3/debian/changelog
2024-01-15 16:13:25.0 +0100
+++ new/python-proton-vpn-network-manager-0.4.0/debian/changelog
2024-02-14 15:52:48.0 +0100
@@ -1,3 +1,21 @@
+protonvpn-network-manager (0.4.0) unstable; urgency=medium
+
+  * Initialize connection with persisted parameters
+
+ -- Josep Llaneras   Wed, 14 Feb 2024 15:52:01 +0100
+
+protonvpn-network-manager (0.3.5) unstable; urgency=medium
+
+  * Remove connection delay
+
+ -- Josep Llaneras   Wed, 31 Jan 2024 12:06:35 +0100
+
+protonvpn-network-manager (0.3.4) unstable; urgency=medium
+
+  * Initialize state machine in Error state when inactive VPN connection is 
found
+
+ -- Josep Llaneras   Wed, 31 Jan 2024 10:05:47 +0100
+
 protonvpn-network-manager (0.3.3) unstable; urgency=medium
 
   * Fix deadlock when notifying connection subscribers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-proton-vpn-network-manager-0.3.3/proton/vpn/backend/linux/networkmanager/core/networkmanager.py
 
new/python-proton-vpn-network-manager-0.4.0/proton/vpn/backend/linux/networkmanager/core/networkmanager.py
--- 
old/python-proton-vpn-network-manager-0.3.3/proton/vpn/backend/linux/networkmanager/core/networkmanager.py
  2024-01-15 16:13:25.0 +0100
+++ 
new/python-proton-vpn-network-manager-0.4.0/proton/vpn/backend/linux/networkmanager/core/networkmanager.py
  2024-02-14 15:52:48.0 +0100
@@ -286,29 +286,39 @@
 all_protocols = Loader.get_all(LinuxNetworkManager.backend)
 for protocol in all_protocols:
 if protocol.cls.protocol == persisted_parameters.protocol:
-vpn_connection = protocol.cls(
-server=None, c

commit bird for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package bird for openSUSE:Factory checked in 
at 2024-03-25 21:13:29

Comparing /work/SRC/openSUSE:Factory/bird (Old)
 and  /work/SRC/openSUSE:Factory/.bird.new.1905 (New)


Package is "bird"

Mon Mar 25 21:13:29 2024 rev:20 rq:1161492 version:2.15

Changes:

--- /work/SRC/openSUSE:Factory/bird/bird.changes2024-02-07 
18:53:30.761771709 +0100
+++ /work/SRC/openSUSE:Factory/.bird.new.1905/bird.changes  2024-03-25 
21:20:46.197126351 +0100
@@ -1,0 +2,20 @@
+Wed Mar 13 13:42:22 UTC 2024 - Andreas Schwab 
+
+- log-commit.patch: fix crash in log_commit with empty log list
+
+---
+Tue Mar 12 17:12:37 UTC 2024 - Martin Hauke 
+
+- Update to version 2.15
+  * BGP: Send hold timer
+  * BGP: New options to specify required BGP capabilities
+  * BFD: Improvements to 'show bfd sessions' command
+  * RPKI: New 'local address' configuration option
+  * Linux: Support for more route attributes, including
+TCP congestion control algorithm
+  * Support for UDP logging
+  * Static routes can have both nexthop and interface specified
+  * Completion of command options in BIRD client
+  * Many bugfixes and improvements 
+
+---

Old:

  bird-2.14.tar.gz

New:

  bird-2.15.tar.gz
  log-commit.patch

BETA DEBUG BEGIN:
  New:
- log-commit.patch: fix crash in log_commit with empty log list
BETA DEBUG END:



Other differences:
--
++ bird.spec ++
--- /var/tmp/diff_new_pack.9iDw8e/_old  2024-03-25 21:20:46.865150956 +0100
+++ /var/tmp/diff_new_pack.9iDw8e/_new  2024-03-25 21:20:46.869151104 +0100
@@ -21,7 +21,7 @@
 %define bird_home %{_localstatedir}/lib/bird
 %define bird_runtimedir %{_rundir}/%{name}
 Name:   bird
-Version:2.14
+Version:2.15
 Release:0
 Summary:The BIRD Internet Routing Daemon
 License:GPL-2.0-or-later
@@ -30,6 +30,7 @@
 Source: ftp://bird.network.cz/pub/bird/bird-%{version}.tar.gz
 Source1:bird.service
 Source3:bird.tmpfiles.d
+Patch1: log-commit.patch
 BuildRequires:  bison
 BuildRequires:  flex
 BuildRequires:  ncurses-devel
@@ -59,6 +60,7 @@
 Summary:Documentation for the BIRD Internet Routing Daemon
 Group:  Documentation/HTML
 BuildRequires:  perl-FindBin-Real
+BuildArch:  noarch
 
 %description doc
 BIRD is an implementation for routing Internet Protocol packets.
@@ -66,7 +68,7 @@
 This package holds the HTML documentation.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 export CFLAGS="%{optflags} -fpic -DPIC -fno-strict-aliasing -Wno-parentheses 
-Wno-pointer-sign"

++ bird-2.14.tar.gz -> bird-2.15.tar.gz ++
 3961 lines of diff (skipped)

++ log-commit.patch ++
Index: bird-2.14/sysdep/unix/log.c
===
--- bird-2.14.orig/sysdep/unix/log.c
+++ bird-2.14/sysdep/unix/log.c
@@ -160,6 +160,7 @@ log_commit(int class, buffer *buf)
 strcpy(buf->end - 100, " ... ");
 
   log_lock();
+  if (current_log_list)
   WALK_LIST(l, *current_log_list)
 {
   if (!(l->mask & (1 << class)))


commit helm for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package helm for openSUSE:Factory checked in 
at 2024-03-25 21:13:23

Comparing /work/SRC/openSUSE:Factory/helm (Old)
 and  /work/SRC/openSUSE:Factory/.helm.new.1905 (New)


Package is "helm"

Mon Mar 25 21:13:23 2024 rev:64 rq:1161469 version:3.14.3

Changes:

--- /work/SRC/openSUSE:Factory/helm/helm.changes2024-02-26 
19:46:58.325338558 +0100
+++ /work/SRC/openSUSE:Factory/.helm.new.1905/helm.changes  2024-03-25 
21:20:36.480768848 +0100
@@ -1,0 +2,13 @@
+Sat Mar 16 16:49:46 UTC 2024 - opensuse_buildserv...@ojkastl.de
+
+- Update to version 3.14.3:
+  * Add a note about --dry-run displaying secrets
+  * add error messages
+  * Fix: Ignore alias validation error for index load
+  * chore(deps): bump github.com/containerd/containerd from 1.7.11
+to 1.7.12
+  * chore(deps): bump github.com/DATA-DOG/go-sqlmock from 1.5.0 to
+1.5.2
+  * Update architecture detection method
+
+---

Old:

  helm-3.14.2.obscpio

New:

  helm-3.14.3.obscpio



Other differences:
--
++ helm.spec ++
--- /var/tmp/diff_new_pack.3AAa0Q/_old  2024-03-25 21:20:40.464915379 +0100
+++ /var/tmp/diff_new_pack.3AAa0Q/_new  2024-03-25 21:20:40.464915379 +0100
@@ -19,7 +19,7 @@
 %define goipath helm.sh/helm/v3
 %define git_dirty clean
 Name:   helm
-Version:3.14.2
+Version:3.14.3
 Release:0
 Summary:The Kubernetes Package Manager
 License:Apache-2.0

++ _service ++
--- /var/tmp/diff_new_pack.3AAa0Q/_old  2024-03-25 21:20:40.492916409 +0100
+++ /var/tmp/diff_new_pack.3AAa0Q/_new  2024-03-25 21:20:40.496916556 +0100
@@ -5,7 +5,7 @@
 .git
 @PARENT_TAG@
 v(.*)
-v3.14.2
+v3.14.3
 enable
   
   

++ _servicedata ++
--- /var/tmp/diff_new_pack.3AAa0Q/_old  2024-03-25 21:20:40.512917144 +0100
+++ /var/tmp/diff_new_pack.3AAa0Q/_new  2024-03-25 21:20:40.516917292 +0100
@@ -1,6 +1,6 @@
 
 
 https://github.com/helm/helm.git
-  c309b6f0ff63856811846ce18f3bdc93d2b4d54b
+  f03cc04caaa8f6d7c3e67cf918929150cf6f3f12
 (No newline at EOF)
 

++ helm-3.14.2.obscpio -> helm-3.14.3.obscpio ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/helm-3.14.2/Makefile new/helm-3.14.3/Makefile
--- old/helm-3.14.2/Makefile2024-02-21 21:16:14.0 +0100
+++ new/helm-3.14.3/Makefile2024-03-13 19:48:13.0 +0100
@@ -11,7 +11,7 @@
 endif
 GOX   = $(GOBIN)/gox
 GOIMPORTS = $(GOBIN)/goimports
-ARCH  = $(shell uname -p)
+ARCH  = $(shell go env GOARCH)
 
 ACCEPTANCE_DIR:=../acceptance-testing
 # To specify the subset of acceptance tests to run. '.' means all tests
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/helm-3.14.2/cmd/helm/install.go 
new/helm-3.14.3/cmd/helm/install.go
--- old/helm-3.14.2/cmd/helm/install.go 2024-02-21 21:16:14.0 +0100
+++ new/helm-3.14.3/cmd/helm/install.go 2024-03-13 19:48:13.0 +0100
@@ -94,7 +94,11 @@
 $ helm install --set-json='foo={"key1":"value1","key2":"value2"}' 
--set-json='foo.key2="bar"' myredis ./redis
 
 To check the generated manifests of a release without installing the chart,
-the '--debug' and '--dry-run' flags can be combined.
+the --debug and --dry-run flags can be combined.
+
+The --dry-run flag will output all generated chart manifests, including Secrets
+which can contain sensitive values. Please carefully consider how and when this
+flag is used.
 
 If --verify is set, the chart MUST have a provenance file, and the provenance
 file MUST pass all verification steps.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/helm-3.14.2/cmd/helm/upgrade.go 
new/helm-3.14.3/cmd/helm/upgrade.go
--- old/helm-3.14.2/cmd/helm/upgrade.go 2024-02-21 21:16:14.0 +0100
+++ new/helm-3.14.3/cmd/helm/upgrade.go 2024-03-13 19:48:13.0 +0100
@@ -72,6 +72,10 @@
 or '--set' flags. Priority is given to new values.
 
 $ helm upgrade --reuse-values --set foo=bar --set foo=newbar redis ./redis
+
+The --dry-run flag will output all generated chart manifests, including Secrets
+which can contain sensitive values. Please carefully consider how and when this
+flag is used.
 `
 
 func newUpgradeCmd(cfg *action.Configuration, out io.Writer) *cobra.Command {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/helm-3.14.2/go.mod new/helm-3.14.3/go.mod
--- old/helm-3.14.2/go.mod  2024-02-21 21:16:14.0 +0100
+++ new/helm-3.14.3/go.mod  2024-0

commit warewulf4 for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package warewulf4 for openSUSE:Factory 
checked in at 2024-03-25 21:13:13

Comparing /work/SRC/openSUSE:Factory/warewulf4 (Old)
 and  /work/SRC/openSUSE:Factory/.warewulf4.new.1905 (New)


Package is "warewulf4"

Mon Mar 25 21:13:13 2024 rev:18 rq:1161450 version:4.5.0

Changes:

--- /work/SRC/openSUSE:Factory/warewulf4/warewulf4.changes  2024-02-29 
21:50:32.802410791 +0100
+++ /work/SRC/openSUSE:Factory/.warewulf4.new.1905/warewulf4.changes
2024-03-25 21:20:29.528513154 +0100
@@ -1,0 +2,19 @@
+Mon Mar 25 11:34:23 UTC 2024 - Christian Goll 
+
+- updated to 4.5.0 which has no functional changes to rc2
+- added fixed-ShimFind-for-aarch64.patch to fix (bsc#1221133)
+
+---
+Fri Mar 22 20:23:04 UTC 2024 - Egbert Eich 
+
+- Allow to install dnsmasq as an alternative to dhcp-server.
+- Set minimum UID value for user UIDs to 1000 (boo#1221886).
+- Make dependencies warewulf package version dependent. This
+  helps to keep the resolver to mix different packages from
+  different versions.
+- On upgrade from older versions move files from
+  `/usr/share/warewulf/overlays/` to
+  `/var/lib/warewulf/overlays/*/rootfs/`
+  * Added: adjust_overlays.sh.
+
+---
@@ -14 +33 @@
-/var/lib/warewulf/host/rootfs
+`/var/lib/warewulf/host/rootfs`
@@ -17 +36 @@
-show up in the rendered overlays
+show up in the rendered overlays.

Old:

  warewulf4-v4.5.0~rc2.tar.gz

New:

  adjust_overlays.sh
  fixed-ShimFind-for-aarch64.patch
  warewulf4-v4.5.0.tar.gz

BETA DEBUG BEGIN:
  New:- updated to 4.5.0 which has no functional changes to rc2
- added fixed-ShimFind-for-aarch64.patch to fix (bsc#1221133)
BETA DEBUG END:



Other differences:
--
++ warewulf4.spec ++
--- /var/tmp/diff_new_pack.CKCe6I/_old  2024-03-25 21:20:30.524549786 +0100
+++ /var/tmp/diff_new_pack.CKCe6I/_new  2024-03-25 21:20:30.528549934 +0100
@@ -17,10 +17,6 @@
 
 
 %global vers 4.5.0
-%global rls_cndt rc2
-%if "0%{?rls_cndt}" != "0"
-%global rls_char ~
-%endif
 %global tftpdir /srv/tftpboot
 %global srvdir %{_sharedstatedir}
 #%%global githash 5b0de8ea5397ca42584335517fd4959d7ffe3da5
@@ -28,17 +24,19 @@
 ExclusiveArch:  x86_64 aarch64
 
 Name:   warewulf4
-Version:%{vers}%{?rls_char}%{?rls_cndt}
+Version:%{vers}
 Release:0
 Summary:A suite of tools for clustering
 License:BSD-3-Clause
 Group:  Productivity/Clustering/Computing
 URL:https://warewulf.org
-Source0:
https://github.com/warewulf/warewulf/releases/download/v%{vers}%{?rls_cndt}/warewulf-%{vers}%{rls_cndt}.tar.gz#/warewulf4-v%{version}.tar.gz
+Source0:
https://github.com/warewulf/warewulf/releases/download/v%{vers}/warewulf-%{vers}.tar.gz#/warewulf4-v%{version}.tar.gz
 #Source1:vendor.tar.gz
 Source5:warewulf4-rpmlintrc
 Source10:   config-ww4.sh
+Source11:   adjust_overlays.sh
 Source20:   README.dnsmasq
+Patch01:fixed-ShimFind-for-aarch64.patch
 
 # no firewalld in sle12
 %if 0%{?sle_version} >= 15 || 0%{?suse_version} > 1500
@@ -58,10 +56,11 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %sysusers_requires
 Requires:   %{name}-overlay = %{version}
-Requires:   dhcp-server
 Requires:   ipxe-bootimgs
 Requires:   pigz
 Requires:   tftp
+Requires:   ( dhcp-server or dnsmasq )
+Suggests:   dhcp-server
 Recommends: bash-completion
 Recommends: ipmitool
 Recommends: nfs-kernel-server
@@ -77,7 +76,7 @@
 %package overlay
 # Smells like a circular dependcy, but needed in this case as the
 # files belong to the warewulf user
-Requires(pre):  %{name}
+Requires(pre):  %{name} = %version
 Summary:Default overlay for warewulf
 Group:  Productivity/Clustering/Computing
 
@@ -85,7 +84,7 @@
 Includes the default overlays so that they can be updated seprately.
 
 %package api
-Requires:   %{name}
+Requires:   %{name} = %version
 Summary:Contains the services for the warewulf rest API
 Conflicts:  warewulf-provision-x86_64-initramfs
 
@@ -94,9 +93,7 @@
 the commandline from an external host.
 
 %package man
-Supplements:%{name}
-Provides:   warewulf4-doc = %version
-Obsoletes:  warewulf4-doc < %version
+Supplements:%{name} = %version
 Summary:Warewulf4 Man Pages
 BuildArch:  noarch
 
@@ -108,7 +105,7 @@
 Requires:   %{name} = %{version}
 Requires:   slurm
 BuildArch:  noarch
-Obsoletes:  warewulf4-slurm < 4.4.0
+Obsoletes:  warewulf4-slurm <= 4.4.0
 Provides:   warewulf4-slu

commit gnome-firmware for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gnome-firmware for openSUSE:Factory 
checked in at 2024-03-25 21:13:20

Comparing /work/SRC/openSUSE:Factory/gnome-firmware (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-firmware.new.1905 (New)


Package is "gnome-firmware"

Mon Mar 25 21:13:20 2024 rev:9 rq:1161493 version:46.0

Changes:

--- /work/SRC/openSUSE:Factory/gnome-firmware/gnome-firmware.changes
2024-01-15 22:20:42.838118439 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-firmware.new.1905/gnome-firmware.changes  
2024-03-25 21:20:34.600699701 +0100
@@ -1,0 +2,11 @@
+Thu Mar 21 16:36:57 UTC 2024 - Dead Mozay 
+
+- Update to version 46.0:
+  * Add keyboard shortcuts window.
+  * Add missing mnemonics.
+  * Allow compiling with fwupd from the main branch.
+  * Only hide devices that don't have a firmware version.
+  * Show dialogs one at a time to avoid a shell issue.
+  * Translations update. 
+
+---

Old:

  gnome-firmware-45.0.obscpio

New:

  gnome-firmware-46.0.obscpio



Other differences:
--
++ gnome-firmware.spec ++
--- /var/tmp/diff_new_pack.lv4ywx/_old  2024-03-25 21:20:35.416729714 +0100
+++ /var/tmp/diff_new_pack.lv4ywx/_new  2024-03-25 21:20:35.416729714 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-firmware
-Version:45.0
+Version:46.0
 Release:0
 Summary:Install firmware on devices
 License:GPL-2.0-or-later

++ _service ++
--- /var/tmp/diff_new_pack.lv4ywx/_old  2024-03-25 21:20:35.444730744 +0100
+++ /var/tmp/diff_new_pack.lv4ywx/_new  2024-03-25 21:20:35.448730891 +0100
@@ -5,7 +5,7 @@
 https://gitlab.gnome.org/World/gnome-firmware.git
 git
 @PARENT_TAG@
-refs/tags/45.0
+refs/tags/46.0
   
   
   

++ gnome-firmware-45.0.obscpio -> gnome-firmware-46.0.obscpio ++
 21804 lines of diff (skipped)

++ gnome-firmware.obsinfo ++
--- /var/tmp/diff_new_pack.lv4ywx/_old  2024-03-25 21:20:35.620737217 +0100
+++ /var/tmp/diff_new_pack.lv4ywx/_new  2024-03-25 21:20:35.624737364 +0100
@@ -1,5 +1,5 @@
 name: gnome-firmware
-version: 45.0
-mtime: 1695031540
-commit: 71d773d32f633792c0ab346af9be839388ba5b7a
+version: 46.0
+mtime: 1711038411
+commit: b7371e14d0718a2e305a017a46acbc24b15fb119
 


commit monero for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package monero for openSUSE:Factory checked 
in at 2024-03-25 21:13:05

Comparing /work/SRC/openSUSE:Factory/monero (Old)
 and  /work/SRC/openSUSE:Factory/.monero.new.1905 (New)


Package is "monero"

Mon Mar 25 21:13:05 2024 rev:16 rq:1161441 version:0.18.3.3

Changes:

--- /work/SRC/openSUSE:Factory/monero/monero.changes2024-02-08 
19:03:34.842168445 +0100
+++ /work/SRC/openSUSE:Factory/.monero.new.1905/monero.changes  2024-03-25 
21:20:20.656186842 +0100
@@ -1,0 +2,44 @@
+Mon Mar 25 14:39:06 UTC 2024 - Martin Pluskal 
+
+- Update to version 0.18.3.3:
+  * ringct: fix trunc_amount field name change
+  * build: prepare v0.18.3.3
+  * Revert "http_client: reduce number of packets sent for small bodies"
+  * depends: add riscv64 linux build tag
+- Update to version 0.18.3.2:
+  * Fixed mempool pruning
+  * tx_memory_pool: make double spends a no-drop offense
+  * get_block_template_backlog: better sorting logic
+  * wallet2: adjust fee during backlog, fix set priority
+  * unit_tests: fix strtoul unit test
+  * docs: omit i2p port number from ANONYMITY_NETWORKS
+  * wallet: feature: transfer amount with fee included
+  * build: prepare v0.18.3.2
+  * cryptonote_core: early out on out of bounds scaling parameter
+  * depends: openssl: update to 3.0.13
+  * depends: unbound: update to 1.19.1
+  * depends: expat: update to 2.6.0
+  * remove ARCH=x86-64 from release-static
+  * serialization: fix infinite loops and clean up dispatching
+  * Zero initialize rctSigBase elements
+  * Disable/fix ports with I2P
+  * Add  to aligned test
+  * wallet: mitigate statistical dependence for decoy selection within rings
+  * Fix missing checks for IsObject in ZMQ jsonrpc reading
+  * JH hash compiler workarounds
+  * Fix EAGAIN bug in ZMQ-RPC/ZMQ-PUB
+  * wallet: fix multisig key memory leak
+  * heed NO_COLOR environment variable
+  * readline_buffer: disable bracketed paste escape sequences
+  * multisig: better errors for small malformed kex msgs
+  * ringct: make `rctSigBase` serialization follow strict aliasing rule
+  * cryptonote_config: include cstdint
+  * gitian: add riscv64 support
+  * Update RandomX to 1.2.1
+  * wallet2: ensure transfers and sweeps use same fee calc logic
+  * http_client: reduce number of packets sent for small bodies
+  * wallet2: call on_reorg callback in handle_reorg
+  * wallet2: add on_reorg callback
+  * depends: openssl: update to 3.0.11
+
+---

Old:

  monero-0.18.3.1.obscpio

New:

  monero-0.18.3.3.obscpio



Other differences:
--
++ monero.spec ++
--- /var/tmp/diff_new_pack.dkBWDY/_old  2024-03-25 21:20:22.348249074 +0100
+++ /var/tmp/diff_new_pack.dkBWDY/_new  2024-03-25 21:20:22.348249074 +0100
@@ -36,7 +36,7 @@
 %define description_text_3 Security: Using the power of a distributed 
peer-to-peer consensus network, every transaction on the network is 
cryptographically secured. Individual wallets have a 24 word mnemonic seed that 
is only displayed once, and can be written down to backup the wallet. Wallet 
files are encrypted with a passphrase to ensure they are useless if stolen.
 %define description_text_4 Untraceability: By taking advantage of ring 
signatures, a special property of a certain type of cryptography, Monero is 
able to ensure that transactions are not only untraceable, but have an optional 
measure of ambiguity that ensures that transactions cannot easily be tied back 
to an individual user or computer.
 Name:   monero
-Version:0.18.3.1
+Version:0.18.3.3
 Release:0
 Summary:P2P digital currency
 License:MIT

++ _service ++
--- /var/tmp/diff_new_pack.dkBWDY/_old  2024-03-25 21:20:22.384250398 +0100
+++ /var/tmp/diff_new_pack.dkBWDY/_new  2024-03-25 21:20:22.388250545 +0100
@@ -1,11 +1,11 @@
 
   
-0.18.3.1
+0.18.3.3
 https://github.com/monero-project/monero.git
 git
 enable
 .*
-refs/tags/v0.18.3.1
+refs/tags/v0.18.3.3
   
   
   

++ _servicedata ++
--- /var/tmp/diff_new_pack.dkBWDY/_old  2024-03-25 21:20:22.404251133 +0100
+++ /var/tmp/diff_new_pack.dkBWDY/_new  2024-03-25 21:20:22.408251281 +0100
@@ -1,7 +1,7 @@
 
   
 https://github.com/monero-project/monero.git
-2656cdf5056c07684741c4425a051760b97025b0
+81d4db08eb75ce5392c65ca6571e7b08e41b7c95
   
 
 (No newline at EOF)

++ monero-0.18.3.1.obscpio -> monero-0.18.3.3.obscpio ++
/work/SRC/openSUSE:Factory/monero/monero-0.18.3.1.obscpio 
/work/SRC/openSUSE:Factory/.monero.new.1905/monero-0.18.3.3.obscpio differ: 
char 49, line 1

++ monero.obsinfo ++
--- /var/tmp/diff_new_pack.

commit monero-gui for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package monero-gui for openSUSE:Factory 
checked in at 2024-03-25 21:13:00

Comparing /work/SRC/openSUSE:Factory/monero-gui (Old)
 and  /work/SRC/openSUSE:Factory/.monero-gui.new.1905 (New)


Package is "monero-gui"

Mon Mar 25 21:13:00 2024 rev:2 rq:1161434 version:0.18.3.3

Changes:

--- /work/SRC/openSUSE:Factory/monero-gui/monero-gui.changes2023-11-28 
22:20:49.812936541 +0100
+++ /work/SRC/openSUSE:Factory/.monero-gui.new.1905/monero-gui.changes  
2024-03-25 21:20:07.695710174 +0100
@@ -1,0 +2,20 @@
+Mon Mar 25 14:11:00 UTC 2024 - Martin Pluskal 
+
+- Update to version 0.18.3.3:
+  * build: prepare v0.18.3.3
+  * docker: bump Qt to v5.15.13
+  * Dockerfile: bump zlib version to 1.3.1
+  * build: prepare v0.18.3.2
+  * tails: fix detection
+  * Remove instructions for Void Linux, add NixOS
+  * Update year in Cypyright
+  * Dockerfile: remove no-asm for constant time AES
+  * docker: update Qt to 5.15.12
+  * p2pool: update to v3.10
+  * DEPLOY: add missing code syntax highlighting
+  * wizard: add Trezor Safe 3 to hardware wallets
+  * DEPLOY: update instructions for Apple Silicon
+  * cmake: fix deploy by updating libicu version
+  * TxUtils: use regex to check for valid domain
+
+---

Old:

  monero-gui-0.18.3.1.obscpio

New:

  monero-gui-0.18.3.3.obscpio



Other differences:
--
++ monero-gui.spec ++
--- /var/tmp/diff_new_pack.1pQbwv/_old  2024-03-25 21:20:10.151800506 +0100
+++ /var/tmp/diff_new_pack.1pQbwv/_new  2024-03-25 21:20:10.151800506 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package monero-gui
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   monero-gui
-Version:0.18.3.1
+Version:0.18.3.3
 Release:0
 Summary:The official GUI app for the Monero cryptocurrency
 License:BSD-3-Clause

++ _service ++
--- /var/tmp/diff_new_pack.1pQbwv/_old  2024-03-25 21:20:10.187801830 +0100
+++ /var/tmp/diff_new_pack.1pQbwv/_new  2024-03-25 21:20:10.191801977 +0100
@@ -1,5 +1,5 @@
 
-  
+  
 @PARENT_TAG@
 https://github.com/monero-project/monero-gui
 git
@@ -12,7 +12,7 @@
 gz
 *.tar
   
-  
+  
   
 
 

++ _servicedata ++
--- /var/tmp/diff_new_pack.1pQbwv/_old  2024-03-25 21:20:10.207802565 +0100
+++ /var/tmp/diff_new_pack.1pQbwv/_new  2024-03-25 21:20:10.211802713 +0100
@@ -3,6 +3,6 @@
 https://github.com/monero-project/monero-gui.git
   8444a9563e959fb8cac599b0178faae33eada25d
 https://github.com/monero-project/monero-gui
-  e9cd4588aef3f0808ce153957a504f43dcdbeb26
+  f0b1b8cd0896b8de6e5272d2206014d7db892942
 (No newline at EOF)
 

++ monero-gui-0.18.3.1.obscpio -> monero-gui-0.18.3.3.obscpio ++
/work/SRC/openSUSE:Factory/monero-gui/monero-gui-0.18.3.1.obscpio 
/work/SRC/openSUSE:Factory/.monero-gui.new.1905/monero-gui-0.18.3.3.obscpio 
differ: char 49, line 1

++ monero-gui.obsinfo ++
--- /var/tmp/diff_new_pack.1pQbwv/_old  2024-03-25 21:20:10.243803889 +0100
+++ /var/tmp/diff_new_pack.1pQbwv/_new  2024-03-25 21:20:10.243803889 +0100
@@ -1,5 +1,5 @@
 name: monero-gui
-version: 0.18.3.1
-mtime: 1699282108
-commit: e9cd4588aef3f0808ce153957a504f43dcdbeb26
+version: 0.18.3.3
+mtime: 1710272656
+commit: f0b1b8cd0896b8de6e5272d2206014d7db892942
 


commit python-jplephem for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-jplephem for openSUSE:Factory 
checked in at 2024-03-25 21:12:55

Comparing /work/SRC/openSUSE:Factory/python-jplephem (Old)
 and  /work/SRC/openSUSE:Factory/.python-jplephem.new.1905 (New)


Package is "python-jplephem"

Mon Mar 25 21:12:55 2024 rev:7 rq:1161412 version:2.21

Changes:

--- /work/SRC/openSUSE:Factory/python-jplephem/python-jplephem.changes  
2021-02-22 14:40:34.776632246 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jplephem.new.1905/python-jplephem.changes
2024-03-25 21:19:57.783345611 +0100
@@ -1,0 +2,31 @@
+Sun Mar 24 11:47:39 UTC 2024 - Ben Greiner 
+
+- Update to 2.21
+  * Tweaked an import to avoid a fatal exception under Python 2, in
+case anyone is still using it.
+- Version 2.20
+  * Each segment is now protected by a lock, in case two threads
+simultaneously trigger the code that performs the initial load
+of the segment’s data; the symptom was a rare exception
+``ValueError: cannot reshape array``.
+- Version 2.19
+  * Fixed a bug in the ``excerpt`` command that was causing it to
+truncate its output when the input ephemeris had more than
+about two dozen segments.  The command’s output should now
+include all matching segments from even a very large ephemeris.
+  * Fixed the ``excerpt`` command so the calendar dates specified
+on the command line produce Julian dates ending with the
+fraction ``.5``, which makes excerpt endpoints more exact.
+- Version 2.18
+  * Added support for big-endian processors, and created a GitHub
+Actions CI build that includes both a big- and a little-endian
+architecture.
+- Version 2.17
+  * Fixed an ``AttributeError`` in the ``excerpt`` command.
+- Version 2.16
+  * Fixed a ``ValueError`` raised in the ``excerpt`` command when
+an ephemeris segment needs to be entirely skipped because it
+has no overlap with the user-specified range of dates.
+  * Added a ``__version__`` constant to the package’s top level.
+
+---

Old:

  de430.bsp
  python-jplephem-2.15.tar.gz
  testpo.430

New:

  jplephem-2.21.tar.gz



Other differences:
--
++ python-jplephem.spec ++
--- /var/tmp/diff_new_pack.7Q6Wgk/_old  2024-03-25 21:20:00.475444622 +0100
+++ /var/tmp/diff_new_pack.7Q6Wgk/_new  2024-03-25 21:20:00.487445064 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-jplephem
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,22 +16,18 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python36 1
 Name:   python-jplephem
-Version:2.15
+Version:2.21
 Release:0
 Summary:Planet position predictor using a JPL ephemeris
 License:MIT
 Group:  Development/Languages/Python
 URL:https://github.com/brandon-rhodes/python-jplephem/
-Source: 
https://github.com/brandon-rhodes/python-jplephem/archive/v%{version}.tar.gz#/python-jplephem-%{version}.tar.gz
-# Test files
-Source10:   
http://naif.jpl.nasa.gov/pub/naif/generic_kernels/spk/planets/de430.bsp
-Source11:   ftp://ssd.jpl.nasa.gov/pub/eph/planets/test-data/430/testpo.430
-BuildRequires:  %{python_module devel}
+Source: 
https://github.com/brandon-rhodes/python-jplephem/archive/%{version}.tar.gz#/jplephem-%{version}.tar.gz
 BuildRequires:  %{python_module numpy}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-numpy
@@ -46,26 +42,22 @@
 
 %prep
 %setup -q -n python-jplephem-%{version}
-cp %{SOURCE10} ci
-cp %{SOURCE11} ci
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
 pushd ci
-%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
-$python -m jplephem.jpltest
-}
+%pyunittest -v test
 popd
 
 %files %{python_files}
 %doc README.md
 %license LICENSE.txt
 %{python_sitelib}/jplephem
-%{python_sitelib}/jplephem-%{version}-py*.egg-info
+%{python_sitelib}/jplephem-%{version}.dist-info
 


commit ast-grep for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ast-grep for openSUSE:Factory 
checked in at 2024-03-25 21:12:04

Comparing /work/SRC/openSUSE:Factory/ast-grep (Old)
 and  /work/SRC/openSUSE:Factory/.ast-grep.new.1905 (New)


Package is "ast-grep"

Mon Mar 25 21:12:04 2024 rev:15 rq:1161276 version:0.20.1+0

Changes:

--- /work/SRC/openSUSE:Factory/ast-grep/ast-grep.changes2024-03-11 
15:42:21.285030451 +0100
+++ /work/SRC/openSUSE:Factory/.ast-grep.new.1905/ast-grep.changes  
2024-03-25 21:19:01.333269456 +0100
@@ -1,0 +2,20 @@
+Mon Mar 25 06:21:57 UTC 2024 - Michael Vetter 
+
+- Update to 0.20.1:
+  * feat: respect suppression in lsp #1019
+
+---
+Mon Mar 25 06:21:41 UTC 2024 - Michael Vetter 
+
+- Update to 0.20.0:
+  * test: add test for error suppression in scan #1007
+  * refactor: merge CombinedScan::scan and CombinedScan::diff #1011
+  * feat: report error count instead of file count #1009
+  * feat: suppress specific rule #1005
+  * fix: skip suppressed error #1006
+  * feat: support error/warning suppression #446
+  * fix(deps): update babel monorepo da9a938
+  * fix(deps): update dependency @swc/core to v1.4.8 d81365a
+  * feat: add more states for rule suppression 41a058c
+
+---

Old:

  ast-grep-0.19.4+0.tar.zst

New:

  ast-grep-0.20.1+0.tar.zst



Other differences:
--
++ ast-grep.spec ++
--- /var/tmp/diff_new_pack.ZnQjFV/_old  2024-03-25 21:19:03.553351107 +0100
+++ /var/tmp/diff_new_pack.ZnQjFV/_new  2024-03-25 21:19:03.557351254 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   ast-grep
-Version:0.19.4+0
+Version:0.20.1+0
 Release:0
 Summary:A CLI tool for code structural search, lint and rewriting
 License:MIT

++ _service ++
--- /var/tmp/diff_new_pack.ZnQjFV/_old  2024-03-25 21:19:03.585352285 +0100
+++ /var/tmp/diff_new_pack.ZnQjFV/_new  2024-03-25 21:19:03.589352431 +0100
@@ -3,7 +3,7 @@
 https://github.com/ast-grep/ast-grep.git
 @PARENT_TAG@+@TAG_OFFSET@
 git
-0.19.4
+0.20.1
 *
 v(\d+\.\d+\.\d+)
 \1

++ vendor.tar.zst ++
Binary files /var/tmp/diff_new_pack.ZnQjFV/_old and 
/var/tmp/diff_new_pack.ZnQjFV/_new differ


commit rubygem-rack-2.2 for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rubygem-rack-2.2 for 
openSUSE:Factory checked in at 2024-03-25 21:12:21

Comparing /work/SRC/openSUSE:Factory/rubygem-rack-2.2 (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-rack-2.2.new.1905 (New)


Package is "rubygem-rack-2.2"

Mon Mar 25 21:12:21 2024 rev:8 rq:1161337 version:2.2.9

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rack-2.2/rubygem-rack-2.2.changes
2024-02-27 22:50:18.170767536 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rack-2.2.new.1905/rubygem-rack-2.2.changes  
2024-03-25 21:19:23.054068317 +0100
@@ -1,0 +2,6 @@
+Fri Mar 22 13:57:05 UTC 2024 - Eduardo Navarro 
+
+- update to version 2.2.9
+  * Return empty when parsing a multi-part POST with only one end delimiter. 
(https://github.com/rack/rack/pull/2104)
+
+---

Old:

  rack-2.2.8.1.gem

New:

  rack-2.2.9.gem



Other differences:
--
++ rubygem-rack-2.2.spec ++
--- /var/tmp/diff_new_pack.sPACuJ/_old  2024-03-25 21:19:23.542086265 +0100
+++ /var/tmp/diff_new_pack.sPACuJ/_new  2024-03-25 21:19:23.546086412 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-rack-2.2
-Version:2.2.8.1
+Version:2.2.9
 Release:0
 %define mod_name rack
 %define mod_full_name %{mod_name}-%{version}

++ rack-2.2.8.1.gem -> rack-2.2.9.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2024-02-21 20:22:59.0 +0100
+++ new/CHANGELOG.md2024-03-21 02:18:27.0 +0100
@@ -2,6 +2,18 @@
 
 All notable changes to this project will be documented in this file. For info 
on how to format all future additions to this file please reference [Keep A 
Changelog](https://keepachangelog.com/en/1.0.0/).
 
+## Unreleased
+
+## [2.2.9] - 2023-03-21
+
+- Return empty when parsing a multi-part POST with only one end delimiter. 
([#2104](https://github.com/rack/rack/pull/2104), [@alpaca-tc])
+
+## [2.2.8] - 2023-07-31
+
+- Regenerate SPEC ([#2102](https://github.com/rack/rack/pull/2102), 
[@skipkayhil](https://github.com/skipkayhil))
+- Limit file extension length of multipart tempfiles 
([#2015](https://github.com/rack/rack/pull/2015), 
[@dentarg](https://github.com/dentarg))
+- Fix "undefined method DelegateClass for Rack::Session::Cookie:Class" 
([#2092](https://github.com/rack/rack/pull/2092), 
[@onigra](https://github.com/onigra) 
[@dchandekstark](https://github.com/dchandekstark))
+
 ## [2.2.7] - 2023-03-13
 
 - Correct the year number in the changelog 
([#2015](https://github.com/rack/rack/pull/2015), 
[@kimulab](https://github.com/kimulab))
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/rack/multipart/parser.rb 
new/lib/rack/multipart/parser.rb
--- old/lib/rack/multipart/parser.rb2024-02-21 20:22:59.0 +0100
+++ new/lib/rack/multipart/parser.rb2024-03-21 02:18:27.0 +0100
@@ -191,6 +191,7 @@
 
 @sbuf = StringScanner.new("".dup)
 @body_regex = /(?:#{EOL})?#{Regexp.quote(@boundary)}(?:#{EOL}|--)/m
+@end_boundary_size = boundary.bytesize + 6 # (-- at start, -- at 
finish, EOL at end)
 @rx_max_size = EOL.size + @boundary.bytesize + [EOL.size, 
'--'.size].max
 @head_regex = /(.*?#{EOL})#{EOL}/m
   end
@@ -231,7 +232,12 @@
   end
 
   def handle_fast_forward
-if consume_boundary
+tok = consume_boundary
+
+if tok == :END_BOUNDARY && @sbuf.pos == @end_boundary_size && 
@sbuf.eos?
+  # stop parsing a buffer if a buffer is only an end boundary.
+  @state = :DONE
+elsif tok
   @state = :MIME_HEAD
 else
   raise EOFError, "bad content body" if @sbuf.rest_size >= @bufsize
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/rack/version.rb new/lib/rack/version.rb
--- old/lib/rack/version.rb 2024-02-21 20:22:59.0 +0100
+++ new/lib/rack/version.rb 2024-03-21 02:18:27.0 +0100
@@ -20,7 +20,7 @@
 VERSION.join(".")
   end
 
-  RELEASE = "2.2.8.1"
+  RELEASE = "2.2.9"
 
   # Return the Rack release as a dotted string.
   def self.release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2024-02-21 20:22:59.0 +0100
+++ new/metadata2024-03-21 02:18:27.0 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: rack
 version: !ruby/object:Gem::Version
-  vers

commit python-moto for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-moto for openSUSE:Factory 
checked in at 2024-03-25 21:12:13

Comparing /work/SRC/openSUSE:Factory/python-moto (Old)
 and  /work/SRC/openSUSE:Factory/.python-moto.new.1905 (New)


Package is "python-moto"

Mon Mar 25 21:12:13 2024 rev:24 rq:1161288 version:5.0.3

Changes:

--- /work/SRC/openSUSE:Factory/python-moto/python-moto.changes  2024-02-09 
23:52:33.683485998 +0100
+++ /work/SRC/openSUSE:Factory/.python-moto.new.1905/python-moto.changes
2024-03-25 21:19:12.977697721 +0100
@@ -1,0 +2,59 @@
+Mon Mar 25 07:30:16 UTC 2024 - Steve Kowalik 
+
+- Update to 5.0.3:
+  # General:
+* New configuration options for:
+  + Passing URL's through the proxy
+  + Configuring Docker-less services in ServerMode
+* Removed the `python-jose` and `sshpubkeys` dependencies in favor of
+  `joserfc`.
+  # Miscellaneous:
+* ApiGateway: update_usage_plan() now supports adding apiStages
+* Athena: get_query_execution() now returns exact OutputLocation file
+* Autoscaling: describe_auto_scaling_groups() now supports the
+  filters-argument
+* CloudFront: create_distribution() now supports CustomHeaders
+* CloudFront: update_distribution() now handles updates to
+  DistributionConfig correctly
+* CloudFormation - Now supports creation and deletion of
+  AWS::EMR::Cluster
+* CloudFormation - Now supports creation and deletion of
+  AWS::EMR::SecurityConfiguration
+* CloudFormation - Now supports creation and deletion of
+  AWS::EFS::AccessPoint
+* CloudFormation - Now supports creation and deletion of
+  AWS::EFS::FileSystem
+* CloudFormation - Now supports creation and deletion of
+  AWS::EMR::InstanceGroupConfig
+* CloudFormation - Now supports deletion of AWS::Logs::LogGroup
+* CloudFormation: delete_stack() now handles resource dependencies better
+* CloudWatch: put_metric_data() now supports large (compressed) requests
+* CognitoIDP: admin_initiate_auth() and respond_to_auth_challenge()
+  now support SMS_MFA
+* DynamoDB: transact_write_items() now raises ValidationException when
+  putting and deleting the same item
+* EC2: authorize_security_group_egress/_ingress now support the
+  TagSpecifications-argument
+* EC2: describe_security_group_rules() now supports Tag-filters
+* S3: EventBridge notifications are now supported for
+  ObjectCreated:POST/COPY/MULTIPART_UPLOAD and ObjectDeleted
+* SNS: subscribe() now adds support the `$or`, `equals-ignore-case` and
+  `suffix` features in a FilterPolicy
+* SQS: send_message() should respect DelaySeconds of 0
+* AWSLambda: The ImageConfig.EntryPoint of a function is now used when
+  invoking it in a Docker container
+* CognitoIDP now allows public actions even if IAM auth is enabled
+* DynamoDB: create_table() now validates the number of KeySchema-items
+* EC2: modify_image_attributes() now supports all LaunchPermissions
+* ECS: register_task_definition() now has improved validation around
+  `memory`-parameters
+* Glue: create_database() now supports the `tags`-parameter
+* IAM: assume_user()/create_user()/get_caller_identity() now return the
+  correct partition for China (aws-cn) when called from a Chinese region
+* ResourceGroupsTagging: get_resources() now supports ELB resources
+* Route53: list_hosted_zones() now supports pagination
+* S3: put_bucket_notification_configuration() now supports
+  EventBridge-notifications
+* SES now returns errors in the correct format
+
+---

Old:

  moto-5.0.1.tar.gz

New:

  moto-5.0.3.tar.gz



Other differences:
--
++ python-moto.spec ++
--- /var/tmp/diff_new_pack.DgwUSX/_old  2024-03-25 21:19:14.185742152 +0100
+++ /var/tmp/diff_new_pack.DgwUSX/_new  2024-03-25 21:19:14.185742152 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-moto
-Version:5.0.1
+Version:5.0.3
 Release:0
 Summary:Library to mock out tests based on AWS
 License:Apache-2.0
@@ -58,6 +58,7 @@
 BuildRequires:  %{python_module ecdsa}
 BuildRequires:  %{python_module freezegun}
 BuildRequires:  %{python_module graphql-core}
+BuildRequires:  %{python_module joserfc}
 BuildRequires:  %{python_module jsondiff >= 1.1.2}
 BuildRequires:  %{python_module jsonpickle}
 BuildRequires:  %{python_module openapi-spec-validator >= 0.5.0}
@@ -67,11 +68,9 @@
 BuildRequires:  %{python_module pytest-xdist}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module python-dateutil >= 2.1 with 
%python-pyt

commit hibiscus for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package hibiscus for openSUSE:Factory 
checked in at 2024-03-25 21:12:10

Comparing /work/SRC/openSUSE:Factory/hibiscus (Old)
 and  /work/SRC/openSUSE:Factory/.hibiscus.new.1905 (New)


Package is "hibiscus"

Mon Mar 25 21:12:10 2024 rev:22 rq:1161137 version:2.10.18

Changes:

--- /work/SRC/openSUSE:Factory/hibiscus/hibiscus.changes2024-03-21 
17:00:54.861437763 +0100
+++ /work/SRC/openSUSE:Factory/.hibiscus.new.1905/hibiscus.changes  
2024-03-25 21:19:10.113592384 +0100
@@ -1,0 +2,12 @@
+Sun Mar 24 14:28:26 UTC 2024 - ecsos 
+
+- Drop all unbundle things, and use source completely from upstream,
+  because unbundling is more work to do and it repeatedly generates
+  unnecessary errors. And also it use sometimes to old libraries.
+  This is a critical banking application and should not be manipulated.
+- Drop hibiscus-port-to-commons-lang3.patch because we use only code 
+  from upstream.
+- Drop unnecessary buildrequires.
+- Fix some rpmlint errors.
+
+---

Old:

  hibiscus-port-to-commons-lang3.patch

BETA DEBUG BEGIN:
  Old:  This is a critical banking application and should not be manipulated.
- Drop hibiscus-port-to-commons-lang3.patch because we use only code 
  from upstream.
BETA DEBUG END:



Other differences:
--
++ hibiscus.spec ++
--- /var/tmp/diff_new_pack.nrOWQq/_old  2024-03-25 21:19:11.481642699 +0100
+++ /var/tmp/diff_new_pack.nrOWQq/_new  2024-03-25 21:19:11.485642847 +0100
@@ -20,39 +20,30 @@
 %define _minor 10
 %define _micro 18
 %define _build 382
-%define tag V_%{_major}_%{_minor}_%{_micro}_BUILD_%{_build}
+%define _version %{_major}.%{_minor}.%{_micro}
+%define _tag V_%{_major}_%{_minor}_%{_micro}_BUILD_%{_build}
+
 Name:   hibiscus
-Version:%{_major}.%{_minor}.%{_micro}
+Version:%{_version}
 Release:0
 Summary:Java online banking client using the HBCI standard
 License:Apache-2.0 AND GPL-2.0-only AND LGPL-2.0-only AND CPL-1.0 AND 
Zlib AND MPL-1.0 AND EPL-1.0
 Group:  Productivity/Office/Finance
 URL:https://www.willuhn.de/products/hibiscus/
-Source: 
https://github.com/willuhn/hibiscus/archive/refs/tags/%{tag}.tar.gz
+Source: 
https://github.com/willuhn/hibiscus/archive/refs/tags/%{_tag}.tar.gz
 Source2:hibiscus-rpmlintrc
-Patch0: hibiscus-port-to-commons-lang3.patch
 BuildRequires:  ant
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
-BuildRequires:  hbci4java >= 3.1.76
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  itextpdf >= 5.5.2
-BuildRequires:  jameica-devel >= 2.10.1
-BuildRequires:  java-devel >= 1.8
+BuildRequires:  jameica-devel >= 2.10.4
+BuildRequires:  java-devel >= 11
 BuildRequires:  jpackage-utils
-BuildRequires:  pcsc-towitoko-devel
-BuildRequires:  super-csv >= 2.4.0
 BuildRequires:  xml-commons-apis
-Requires:   hbci4java
-Requires:   itextpdf
-Requires:   jameica >= 2.10.0
-Requires:   pcsc-towitoko-devel
-Requires:   super-csv
-%ifnarch s390 %{arm} %{ix86}
-BuildRequires:  eclipse-swtchart >= 0.13.0
-%requires_eqeclipse-swtchart
-%endif
+Requires:   jameica >= 2.10.4
+
 # Don't offer libraries linked in here to other packages:
+AutoReqProv:off
 
 %description
 A free Java homebanking application that uses the HBCI4Java implementation
@@ -61,8 +52,7 @@
 Supported file formats include MT940, DTAUS, CSV, Moneyplex and PDF/HTML.
 
 %prep
-%setup -q -n %{name}-%{tag}
-%patch -P 0 -p1
+%setup -q -n %{name}-%{_tag}
 
 # Remove Windows and Mac libraries
 rm -rf lib/hbci4java-card-*
@@ -88,40 +78,6 @@
 mkdir -p %{buildroot}%{_prefix}/lib/jameica/plugins
 cp -r releases/%{version}-%{_build}/%{name} 
%{buildroot}%{_prefix}/lib/jameica/plugins
 
-# unbundle HBCI4Java
-rm  
%{buildroot}%{_prefix}/lib/jameica/plugins/%{name}/lib/hbci4j-core-3.1.76.jar
-ln -sf %{_jnidir}/hbci4java/hbci4j-core.jar 
%{buildroot}%{_prefix}/lib/jameica/plugins/%{name}/lib/hbci4j-core-3.1.76.jar
-rm 
%{buildroot}%{_prefix}/lib/jameica/plugins/%{name}/lib/libhbci4java-card-*.so
-%ifarch x86_64
-ln -sf %{_jnidir}/hbci4java/libhbci4java-card-linux.so 
%{buildroot}%{_prefix}/lib/jameica/plugins/%{name}/lib/libhbci4java-card-linux-64.so
-%else
-ln -sf %{_jnidir}/hbci4java/libhbci4java-card-linux.so 
%{buildroot}%{_prefix}/lib/jameica/plugins/%{name}/lib/libhbci4java-card-linux-32.so
-%endif
-
-%ifnarch s390 %{arm} %{ix86}
-# unbundle SWT Chart
-rm %{buildroot}%{_prefix}/lib/jameica/plugins/%{name}/lib/swtchart/*.jar
-ln -sf 
%{_datadir}/eclipse/droplets/swtchart/plugins/org.eclipse.swtchart_0.13.0.*.jar 
%{buildroot}%{_prefix}/lib/jameica

commit jameica for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package jameica for openSUSE:Factory checked 
in at 2024-03-25 21:12:07

Comparing /work/SRC/openSUSE:Factory/jameica (Old)
 and  /work/SRC/openSUSE:Factory/.jameica.new.1905 (New)


Package is "jameica"

Mon Mar 25 21:12:07 2024 rev:15 rq:1161130 version:2.10.4

Changes:

--- /work/SRC/openSUSE:Factory/jameica/jameica.changes  2024-02-27 
22:50:14.670640673 +0100
+++ /work/SRC/openSUSE:Factory/.jameica.new.1905/jameica.changes
2024-03-25 21:19:08.965550160 +0100
@@ -1,0 +2,11 @@
+Sun Mar 24 14:02:05 UTC 2024 - ecsos 
+
+- Drop all unbundle things, and use source completely from upstream,
+  because unbundling is more work to do and it repeatedly generates
+  unnecessary errors. And also it use sometimes to old libraries.
+- Drop jameica-port-to-commons-lang3.patch because we use only code 
+  from upstream.
+- Drop unnecessary buildrequires.
+- Fix some rpmlint errors.
+
+---

Old:

  jameica-port-to-commons-lang3.patch

BETA DEBUG BEGIN:
  Old:  unnecessary errors. And also it use sometimes to old libraries.
- Drop jameica-port-to-commons-lang3.patch because we use only code 
  from upstream.
BETA DEBUG END:



Other differences:
--
++ jameica.spec ++
--- /var/tmp/diff_new_pack.106KMt/_old  2024-03-25 21:19:09.941586058 +0100
+++ /var/tmp/diff_new_pack.106KMt/_new  2024-03-25 21:19:09.941586058 +0100
@@ -16,41 +16,30 @@
 #
 
 
+%define _major 2
+%define _minor 10
+%define _micro 4
 %define _build 487
 %define _buildreleases 487
-%define _tag V_2_10_4_BUILD_%{_build}
+%define _version %{_major}.%{_minor}.%{_micro}
+%define _tag V_%{_major}_%{_minor}_%{_micro}_BUILD_%{_build}
+
 Name:   jameica
-Version:2.10.4
+Version:%{_version}
 Release:0
 Summary:Runtime environment for Java applications like Hibiscus
 License:Apache-2.0 AND GPL-2.0-only AND LGPL-2.0-only AND CPL-1.0 AND 
Zlib AND MPL-1.0 AND EPL-1.0
 Group:  Productivity/Office/Finance
 URL:http://www.willuhn.de/products/jameica/
 Source: https://github.com/willuhn/jameica/archive/%{_tag}.tar.gz
-Patch0: jameica-port-to-commons-lang3.patch
+BuildArch:  noarch
 BuildRequires:  ant
-BuildRequires:  apache-commons-cli
-BuildRequires:  apache-commons-collections
-BuildRequires:  apache-commons-lang3
-BuildRequires:  apache-commons-logging
 BuildRequires:  dos2unix
 BuildRequires:  fdupes
 BuildRequires:  java-devel >= 11
 BuildRequires:  jpackage-utils
-BuildRequires:  nanoxml = 2.2.3
-BuildRequires:  paperclips = 1.0.4
-BuildRequires:  swtcalendar
-BuildRequires:  velocity = 1.7
 BuildRequires:  xml-apis
-Requires:   apache-commons-cli
-Requires:   apache-commons-collections
-Requires:   apache-commons-lang3
-Requires:   apache-commons-logging
 Requires:   java >= 11
-Requires:   nanoxml = 2.2.3
-Requires:   paperclips = 1.0.4
-Requires:   swtcalendar
-Requires:   velocity = 1.7
 
 %ifarch %{ix86} ppc s390
 %global bits 32
@@ -89,7 +78,6 @@
 
 %prep
 %setup -q -n %{name}-%{_tag}
-%patch -P 0 -p1
 # rpmlint
 find . -type f -name '*.txt' -exec chmod -x {} \;
 find . -type f -name '*.html' -exec chmod -x {} \;
@@ -100,45 +88,16 @@
 rm build/launch4j-win32.xml
 rm build/launch4j-win64.xml
 rm build/jameica-macos64.sh
+rm build/jameica-macos-aarch64.sh
 rm build/jameica-openbsd.sh
 
 rm -rf lib/swt/macos64
+rm -rf lib/swt/macos-aarch64
 rm -rf lib/swt/win32
 rm -rf lib/swt/win64
 # remove arm because of missing ld-linux-aarch64.so.1 package in suse
 rm -rf lib/swt/linux-arm64
 
-# unbundle NanoXML
-rm -rf lib/nanoxml/*
-ln -sf %{_javadir}/nanoxml-2.2.3.jar lib/nanoxml/nanoxml-2.2.3.jar
-
-# unbundle PaperClips
-rm -rf lib/paperclips/*
-ln -sf %{_javadir}/net.sf.paperclips_1.0.4.jar 
lib/paperclips/net.sf.paperclips_1.0.4.jar
-
-# unbundle SWT Calender
-rm -rf lib/swtcalendar/*
-ln -sf %{_javadir}/swtcalendar.jar lib/swtcalendar/swtcalendar.jar
-
-# unbundle Velocity and apache/jakarta commons
-rm -rf lib/velocity/*
-ln -sf %{_javadir}/velocity.jar lib/velocity/velocity-1.7.jar
-rm lib/jakarta_commons/*
-ln -sf %{_javadir}/commons-cli.jar lib/jakarta_commons/commons-cli-1.3.1.jar
-ln -sf %{_javadir}/commons-collections.jar 
lib/jakarta_commons/commons-collections-3.2.2.jar
-ln -sf %{_javadir}/commons-lang3.jar lib/jakarta_commons/commons-lang3-3.9.jar
-ln -sf %{_javadir}/commons-logging.jar 
lib/jakarta_commons/commons-logging-1.2.jar
-
-# unbundle eclipse-swt
-##rm -fr lib/swt/linux*/swt.jar
-##%%if %%{bits} > 32
-##mkdir -p lib/swt/linux64
-##ln -sf $(find-jar swt) lib/swt/linux64/
-##%%else
-##mkdir -p lib/swt/linux
-##ln -s

commit jc for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package jc for openSUSE:Factory checked in 
at 2024-03-25 21:12:03

Comparing /work/SRC/openSUSE:Factory/jc (Old)
 and  /work/SRC/openSUSE:Factory/.jc.new.1905 (New)


Package is "jc"

Mon Mar 25 21:12:03 2024 rev:18 rq:1161274 version:1.25.2

Changes:

--- /work/SRC/openSUSE:Factory/jc/jc.changes2023-12-19 23:16:43.487483177 
+0100
+++ /work/SRC/openSUSE:Factory/.jc.new.1905/jc.changes  2024-03-25 
21:18:59.789212667 +0100
@@ -1,0 +2,64 @@
+Sun Mar 24 10:13:57 UTC 2024 - Martin Hauke 
+
+- Update to version 1.25.2
+  * Add apt-cache-show command parser.
+  * Add apt-get-sqq command parser.
+  * Add ethtool command parser.
+  * Add needrestart command parser.
+  * Enhance df parser to add human readable output support.
+  * Enhance free parser to add human readable output support.
+  * Enhance iptables parser to handle -x output.
+  * Enhance /proc/pid/stat parser to support "Idle" state.
+  * Enhance rpm_qi and pkg_index_deb parsers to split list fields
+into arrays.
+  * Fix iwconfig parser to handle more special characters in the
+SSID name.
+  * Fix xrandr parser to ignore extra horizontal and vertical stats
+lines.
+- Update to version 1.25.1
+  * Fix for crash when optional libraries are not installed.
+  * Fix for ini parser crashing with some keys with no values.
+  * Fix xrandr parser to extract more EDID data.
+  * Enhance uptime parser to support output with no user information
+  * Enhance --quiet CLI option to cover more warning messages.
+  * Add tests for missing optional libraries.
+- Update to version 1.25.0
+  * Add --slurp functionality to wrap output from multiple lines
+into a single array.
+  * Streaming parsers are not supported. Use jc -hhh to find parsers
+compatible with the slurp option.
+  * Enhance /proc file magic syntax to allow slurping when multiple
+files are selected.
+  * Enhance --meta-out functionality to include a list of the input
+data when using --slurp or /proc file magic syntax. For
+slurpable parsers, this is a list of string inputs in order.
+For /proc file magic syntax, this is a list of /proc filenames
+in order. This can help with identifying which input matches to
+which output when using --slurp or when converting multiple
+files via /proc file magic syntax.
+  * Add curl-head command parser for curl --head or curl -I with
+verbose support.
+  * Add efibootmgr command parser.
+  * Add http-headers parser for plain HTTP header output.
+  * Add kv-dup parser for Key/Value files with duplicate keys.
+  * Add path string parser to parse posix path.
+  * Add path-list string parser to parse path list strings found
+in env variables.
+  * Add source link to online parser documentation.
+  * Add snap package build scripts.
+  * Add remove_quotes function to utils.py.
+  * Add normalize_key function to utils.py.
+  * Add line_slice function to utils.py.
+  * Add get_parser function to lib.py.
+  * Enhance nsd-control parser to support more zone information.
+  * Enhance ping and ping-s parsers to support the -I command
+option.
+  * Enhance proc-net-tcp parser to add opposite endian support for
+architectures like the s390x.
+  * Enhance url parser to add parent, filename, stem, and
+extension fields.
+  * Fix ini and ini-dup parsers to consistently handle null values
+ as empty strings.
+  * Fix line slicer to not skip blank lines.
+
+---

Old:

  jc-1.24.0.tar.gz

New:

  jc-1.25.2.tar.gz



Other differences:
--
++ jc.spec ++
--- /var/tmp/diff_new_pack.vrOSMt/_old  2024-03-25 21:19:01.153262836 +0100
+++ /var/tmp/diff_new_pack.vrOSMt/_new  2024-03-25 21:19:01.153262836 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package jc
 #
-# Copyright (c) 2023 SUSE LLC
-# Copyright (c) 2020-2023, Martin Hauke 
+# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2020-2024, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 
 Name:   jc
-Version:1.24.0
+Version:1.25.2
 Release:0
 Summary:JSON CLI output utility
 License:MIT

++ jc-1.24.0.tar.gz -> jc-1.25.2.tar.gz ++
/work/SRC/openSUSE:Factory/jc/jc-1.24.0.tar.gz 
/work/SRC/openSUSE:Factory/.jc.new.1905/jc-1.25.2.tar.gz differ: char 13, line 1


commit tectonic for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tectonic for openSUSE:Factory 
checked in at 2024-03-25 21:11:30

Comparing /work/SRC/openSUSE:Factory/tectonic (Old)
 and  /work/SRC/openSUSE:Factory/.tectonic.new.1905 (New)


Package is "tectonic"

Mon Mar 25 21:11:30 2024 rev:10 rq:1161211 version:0.15.0

Changes:

--- /work/SRC/openSUSE:Factory/tectonic/tectonic.changes2023-07-05 
15:31:28.794893741 +0200
+++ /work/SRC/openSUSE:Factory/.tectonic.new.1905/tectonic.changes  
2024-03-25 21:18:17.219647017 +0100
@@ -1,0 +2,16 @@
+Sun Mar 24 23:37:06 UTC 2024 - Gordon Leung 
+
+- Update to version 0.15.0
+  * The --web-bundle flag can now be used in more situations, specifically
+tectonic -X new and tectonic -X init
+  * As part of the above work, you can now activate the "V2" interface with the
+-X flag in more places on the Tectonic command line.
+  * The Tectonic.toml file used by the "V2" interface now supports a
+[metadata] section for arbitrary structured user metadata.
+  * The "V2" interface also now supports external commands.
+If you have a program named tectonic-blah in your search path, running
+tectonic -X blah will execute it.
+  * Running tectonic -Z help (as opposed to tectonic -Zhelp) now actuallyworks
+works
+
+---

Old:

  cargo_config
  tectonic-0.14.1.tar.gz
  vendor.tar.zstd

New:

  tectonic-0.15.0.tar.gz
  vendor.tar.zst



Other differences:
--
++ tectonic.spec ++
--- /var/tmp/diff_new_pack.jfzUG2/_old  2024-03-25 21:18:20.123753826 +0100
+++ /var/tmp/diff_new_pack.jfzUG2/_new  2024-03-25 21:18:20.123753826 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tectonic
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,14 @@
 
 
 Name:   tectonic
-Version:0.14.1
+Version:0.15.0
 Release:0
 Summary:Modernized self-contained TeX and LaTeX engine
 License:(Apache-2.0 OR MIT) AND BSD-3-Clause ) AND ( 0BSD OR MIT OR 
Apache-2.0 ) AND ( Apache-2.0 OR BSL-1.0 ) AND ( Apache-2.0 OR MIT ) AND ( 
Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT ) AND ( MIT OR Apache-2.0 
AND BSD-2-Clause ) AND ( MIT OR Apache-2.0 OR Zlib ) AND ( MIT OR Zlib OR 
Apache-2.0 ) AND ( Unlicense OR MIT ) AND ( Zlib OR Apache-2.0 OR MIT ) AND 
Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND ISC AND MIT AND 
WTFPL
 Group:  Productivity/Publishing/TeX/Utilities
 URL:https://tectonic-typesetting.github.io
 Source0:
https://github.com/tectonic-typesetting/tectonic/archive/refs/tags/%{name}@%{version}.tar.gz#/%{name}-%{version}.tar.gz
-Source1:vendor.tar.zstd
-Source2:cargo_config
+Source1:vendor.tar.zst
 BuildRequires:  c++_compiler
 BuildRequires:  c_compiler
 BuildRequires:  cargo-packaging
@@ -45,8 +44,6 @@
 
 %prep
 %autosetup -a1 -n %{name}-%{name}-%{version}
-mkdir -p .cargo
-cp %{SOURCE2} .cargo/config
 
 %build
 %{cargo_build} --features external-harfbuzz

++ _service ++
--- /var/tmp/diff_new_pack.jfzUG2/_old  2024-03-25 21:18:20.159755151 +0100
+++ /var/tmp/diff_new_pack.jfzUG2/_new  2024-03-25 21:18:20.163755297 +0100
@@ -1,7 +1,7 @@
 
   
- tectonic-0.14.1.tar.gz
- zstd
+ tectonic-0.15.0.tar.gz
+ zst
  true
   
   

++ tectonic-0.14.1.tar.gz -> tectonic-0.15.0.tar.gz ++
 25763 lines of diff (skipped)


commit python-pyroma for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pyroma for openSUSE:Factory 
checked in at 2024-03-25 21:11:53

Comparing /work/SRC/openSUSE:Factory/python-pyroma (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyroma.new.1905 (New)


Package is "python-pyroma"

Mon Mar 25 21:11:53 2024 rev:6 rq:1161233 version:4.2

Changes:

--- /work/SRC/openSUSE:Factory/python-pyroma/python-pyroma.changes  
2021-06-01 10:39:15.268996176 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyroma.new.1905/python-pyroma.changes
2024-03-25 21:18:40.392499283 +0100
@@ -1,0 +2,40 @@
+Mon Mar 25 04:06:17 UTC 2024 - Steve Kowalik 
+
+- Update to 4.2:
+  * Fall back to installing project's build backend in an isolated
+environment if a compatible version isn't installed in the current env
+  * Fix metadata extraction failure when project ``long_description`` is
+included as a header rather than a payload in the ``METADTA`` file
+  * Add a fallback to restore compatibility with Setuptools <61
+  * Add ``python_requires``, update classifiers, add implicit dependencies
+and remove unused deps in Pyroma's own packaging metadata
+  * Moved from a custom trove classifiers list to using the
+trove-classifiers package
+  * Support checking the Requires-Python metadata
+  * Silence noisy build backend output when building metadata
+  * Official support for Python 3.11
+  * Some string formatting bugs
+  * Now follows black and flake8 rules
+  * Check if author_email field contains author name
+  * The deprecation test for test_suite is no longer needed, as the patched
+setuptools method of gathering metadata as a whole is deprecated.
+  * `description_content_type` also needs a mapping in the metadata map.
+  * Added support for PEP517 by using `build` to build the metadata as a
+preferred build method over the old patched setuptools method.
+  * Add a deprecation for `test_suite`
+  * Fixed __getattr__-related crash in tests with python3.7
+  * Added support for pre-commit
+  * Rewrote parts of the PyPI support, to avoid using the xmlrpc API,
+since it's being heavily rate-limited at the moment. Only one call
+is using it now, which seems to work fine.
+  * Backwards incompatible change: As a result of the above change, when
+looking for packages on PyPI, the package name must now be spelled
+exactly correct, including capitalization.
+  * Added --quiet option to output only the rating
+  * Pyroma is now an executable module, and can be called with
+`python -m pyroma`
+- Switch to pyproject and pytest macros.
+- No more greedy globs in %files.
+- Remove a few unneeded words from the Summary.
+
+---

Old:

  pyroma-3.1.tar.gz

New:

  pyroma-4.2.tar.gz



Other differences:
--
++ python-pyroma.spec ++
--- /var/tmp/diff_new_pack.EjVRdC/_old  2024-03-25 21:18:42.912591968 +0100
+++ /var/tmp/diff_new_pack.EjVRdC/_new  2024-03-25 21:18:42.928592556 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyroma
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,26 +16,36 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
 Name:   python-pyroma
-Version:3.1
+Version:4.2
 Release:0
-Summary:Program to test a Python project's adherence to packaging 
guidelines
+Summary:Test a Python project's adherence to packaging guidelines
 License:MIT
-Group:  Development/Languages/Python
 URL:https://github.com/regebro/pyroma
 Source: 
https://files.pythonhosted.org/packages/source/p/pyroma/pyroma-%{version}.tar.gz
 BuildRequires:  %{python_module Pygments}
+BuildRequires:  %{python_module base >= 3.8}
+BuildRequires:  %{python_module build >= 0.7}
 BuildRequires:  %{python_module docutils}
+BuildRequires:  %{python_module flit-core}
+BuildRequires:  %{python_module packaging}
+BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module requests}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module trove-classifiers >= 2022.6}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-Pygments
+Requires:   python-build >= 0.7
 Requires:   python-docutils
-Requires:   python-setuptools
+Requires:   python-packaging
+Requires:   python-requests
+Requires:   python-setuptool

commit vale for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package vale for openSUSE:Factory checked in 
at 2024-03-25 21:11:50

Comparing /work/SRC/openSUSE:Factory/vale (Old)
 and  /work/SRC/openSUSE:Factory/.vale.new.1905 (New)


Package is "vale"

Mon Mar 25 21:11:50 2024 rev:39 rq:1161230 version:3.3.1

Changes:

--- /work/SRC/openSUSE:Factory/vale/vale.changes2024-03-11 
15:42:11.704677322 +0100
+++ /work/SRC/openSUSE:Factory/.vale.new.1905/vale.changes  2024-03-25 
21:18:36.664362167 +0100
@@ -1,0 +2,9 @@
+Mon Mar 25 02:16:41 UTC 2024 - Jeff Kowalczyk 
+
+- Update to version 3.3.1:
+  * refactor: use `pterm.Fuzzy` instead of `Gray`
+  * refactor: clean up sync progress bar
+  * docs: fix typos (#794)
+  * feat: support `replace` in `capitalization`
+
+---

Old:

  vale-3.3.0.tar.gz

New:

  vale-3.3.1.tar.gz



Other differences:
--
++ vale.spec ++
--- /var/tmp/diff_new_pack.yAgtOk/_old  2024-03-25 21:18:39.420463532 +0100
+++ /var/tmp/diff_new_pack.yAgtOk/_new  2024-03-25 21:18:39.432463974 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   vale
-Version:3.3.0
+Version:3.3.1
 Release:0
 Summary:CLI tool to lint text with extensible markup format support
 License:MIT

++ _service ++
--- /var/tmp/diff_new_pack.yAgtOk/_old  2024-03-25 21:18:39.644471771 +0100
+++ /var/tmp/diff_new_pack.yAgtOk/_new  2024-03-25 21:18:39.648471918 +0100
@@ -3,7 +3,7 @@
 https://github.com/errata-ai/vale.git
 git
 .git
-v3.3.0
+v3.3.1
 @PARENT_TAG@
 enable
 v(.*)

++ _servicedata ++
--- /var/tmp/diff_new_pack.yAgtOk/_old  2024-03-25 21:18:39.704473978 +0100
+++ /var/tmp/diff_new_pack.yAgtOk/_new  2024-03-25 21:18:39.724474713 +0100
@@ -1,6 +1,6 @@
 
 
 https://github.com/errata-ai/vale.git
-  a9dc9e63fb2423c40e9acef0d3f64e601bafd3cd
+  7ec81b7e4db5ba13d78b047457382c0f9fc886cb
 (No newline at EOF)
 

++ vale-3.3.0.tar.gz -> vale-3.3.1.tar.gz ++
/work/SRC/openSUSE:Factory/vale/vale-3.3.0.tar.gz 
/work/SRC/openSUSE:Factory/.vale.new.1905/vale-3.3.1.tar.gz differ: char 15, 
line 1

++ vendor.tar.gz ++
/work/SRC/openSUSE:Factory/vale/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.vale.new.1905/vendor.tar.gz differ: char 5, line 1


commit python-ironicclient for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-ironicclient for 
openSUSE:Factory checked in at 2024-03-25 21:11:20

Comparing /work/SRC/openSUSE:Factory/python-ironicclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-ironicclient.new.1905 (New)


Package is "python-ironicclient"

Mon Mar 25 21:11:20 2024 rev:26 rq:1161187 version:5.5.0

Changes:

--- /work/SRC/openSUSE:Factory/python-ironicclient/python-ironicclient.changes  
2024-01-15 22:19:18.151006095 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-ironicclient.new.1905/python-ironicclient.changes
2024-03-25 21:18:02.731114149 +0100
@@ -1,0 +2,16 @@
+Sun Mar 24 20:07:28 UTC 2024 - cloud-de...@suse.de
+
+- update to version 5.5.0
+  - Force constraints when installing a package during tox test
+  - [codespell] Adding CI target for Tox Codespell
+  - add pyproject.toml to support pip 23.1
+  - Moving functional job to non-voting until we have a fix for it
+  - Add missing commands to the documentation
+  - [codespell] Fixing Spelling Mistakes
+  - Bump hacking to 6.1.0
+  - Update master for stable/2023.2
+  - [codespell] Adding Tox Target for Codespell
+  - Update python classifier in setup.cfg
+  - reno: Update master for unmaintained/yoga
+
+---

Old:

  python-ironicclient-5.4.0.tar.gz

New:

  python-ironicclient-5.5.0.tar.gz



Other differences:
--
++ python-ironicclient.spec ++
--- /var/tmp/diff_new_pack.mfhRW1/_old  2024-03-25 21:18:03.747151517 +0100
+++ /var/tmp/diff_new_pack.mfhRW1/_new  2024-03-25 21:18:03.747151517 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   python-ironicclient
-Version:5.4.0
+Version:5.5.0
 Release:0
 Summary:Python API and CLI for OpenStack Ironic
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://docs.openstack.org/python-ironicclient
-Source0:
https://files.pythonhosted.org/packages/source/p/python-ironicclient/python-ironicclient-5.4.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/python-ironicclient/python-ironicclient-5.5.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python3-Babel
 BuildRequires:  python3-PyYAML >= 3.13
@@ -88,13 +88,13 @@
 This package contains auto-generated documentation.
 
 %prep
-%autosetup -p1 -n python-ironicclient-5.4.0
+%autosetup -p1 -n python-ironicclient-5.5.0
 %py_req_cleanup
 
 %build
 %{py3_build}
 
-PBR_VERSION=5.4.0 %sphinx_build -b html doc/source doc/build/html
+PBR_VERSION=5.5.0 %sphinx_build -b html doc/source doc/build/html
 # remove the sphinx-build leftovers
 rm -rf doc/build/html/.{doctrees,buildinfo}
 

++ python-ironicclient-5.4.0.tar.gz -> python-ironicclient-5.5.0.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-ironicclient-5.4.0/AUTHORS 
new/python-ironicclient-5.5.0/AUTHORS
--- old/python-ironicclient-5.4.0/AUTHORS   2023-09-01 16:40:34.0 
+0200
+++ new/python-ironicclient-5.5.0/AUTHORS   2024-02-29 16:06:42.0 
+0100
@@ -123,12 +123,14 @@
 Sergey Lupersolsky 
 Sergey Turivnyi 
 Sergii Turivnyi 
+Sharpz7 
 Shuquan Huang 
 Sinval Vieira 
 SofiiaAndriichenko 
 Steve Baker 
 Steve Martinelli 
 Tadeas Kot 
+Takashi Kajinami 
 Takashi Kajinami 
 Takashi Natsume 
 Tang Chen 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-ironicclient-5.4.0/ChangeLog 
new/python-ironicclient-5.5.0/ChangeLog
--- old/python-ironicclient-5.4.0/ChangeLog 2023-09-01 16:40:34.0 
+0200
+++ new/python-ironicclient-5.5.0/ChangeLog 2024-02-29 16:06:42.0 
+0100
@@ -1,6 +1,21 @@
 CHANGES
 ===
 
+5.5.0
+-
+
+* Add missing commands to the documentation
+* Moving functional job to non-voting until we have a fix for it
+* Force constraints when installing a package during tox test
+* reno: Update master for unmaintained/yoga
+* [codespell] Adding CI target for Tox Codespell
+* [codespell] Adding Tox Target for Codespell
+* [codespell] Fixing Spelling Mistakes
+* Bump hacking to 6.1.0
+* add pyproject.toml to support pip 23.1
+* Update python classifier in setup.cfg
+* Update master for stable/2023.2
+
 5.4.0
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-ironicclient-5.4.0/PKG-INFO 
new/python-ironicclient-5.5.0/PKG-INFO
--- old/python-ironicclient-5.4.0/PKG-INFO  2023-09-01 16:40:34.704268500 
+0200
+++ new/python-ironicclient-5.5.0/PKG-INFO  2024-02-29 16:06:42.564656500 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: python-ironicclient
-

commit gns3-server for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gns3-server for openSUSE:Factory 
checked in at 2024-03-25 21:11:47

Comparing /work/SRC/openSUSE:Factory/gns3-server (Old)
 and  /work/SRC/openSUSE:Factory/.gns3-server.new.1905 (New)


Package is "gns3-server"

Mon Mar 25 21:11:47 2024 rev:29 rq:1161232 version:2.2.44.1

Changes:

--- /work/SRC/openSUSE:Factory/gns3-server/gns3-server.changes  2023-12-06 
23:48:02.650858875 +0100
+++ /work/SRC/openSUSE:Factory/.gns3-server.new.1905/gns3-server.changes
2024-03-25 21:18:33.512246237 +0100
@@ -1,0 +2,5 @@
+Fri Mar 22 08:48:32 UTC 2024 - Atri Bhattacharya 
+
+- Add Provides for _gns3 user and group.
+
+---



Other differences:
--
++ gns3-server.spec ++
--- /var/tmp/diff_new_pack.9AHPv2/_old  2024-03-25 21:18:34.200271541 +0100
+++ /var/tmp/diff_new_pack.9AHPv2/_new  2024-03-25 21:18:34.204271688 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gns3-server
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -68,6 +68,8 @@
 %endif
 Requires(pre):  shadow
 %{?systemd_ordering}
+Provides:   group(%gns3_group)
+Provides:   user(%gns3_user)
 
 %description
 The GNS3 server manages emulators such as Dynamips, VirtualBox or Qemu/KVM.


commit xman for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xman for openSUSE:Factory checked in 
at 2024-03-25 21:11:42

Comparing /work/SRC/openSUSE:Factory/xman (Old)
 and  /work/SRC/openSUSE:Factory/.xman.new.1905 (New)


Package is "xman"

Mon Mar 25 21:11:42 2024 rev:11 rq:1161221 version:1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/xman/xman.changes2023-10-02 
20:06:24.534680371 +0200
+++ /work/SRC/openSUSE:Factory/.xman.new.1905/xman.changes  2024-03-25 
21:18:29.124084846 +0100
@@ -1,0 +2,10 @@
+Mon Mar 25 02:22:58 UTC 2024 - Stefan Dirsch 
+
+- Update to version 1.2.0
+  * This release improves the display of the formatted man page
+when using man-db, fixes a memory leak when closing a man page,
+and removes support for a number of OS'es from the 80's & 90's,
+along with removing support for using Xprint to print a man
+page.
+
+---

Old:

  xman-1.1.6.tar.xz
  xman-1.1.6.tar.xz.sig

New:

  xman-1.2.0.tar.xz
  xman-1.2.0.tar.xz.sig



Other differences:
--
++ xman.spec ++
--- /var/tmp/diff_new_pack.RB8rLI/_old  2024-03-25 21:18:29.788109268 +0100
+++ /var/tmp/diff_new_pack.RB8rLI/_new  2024-03-25 21:18:29.792109415 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xman
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   xman
-Version:1.1.6
+Version:1.2.0
 Release:0
 Summary:Manual page display program for the X Window System
 License:MIT

++ xman-1.1.6.tar.xz -> xman-1.2.0.tar.xz ++
 7376 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xman-1.1.6/ChangeLog new/xman-1.2.0/ChangeLog
--- old/xman-1.1.6/ChangeLog2023-09-29 02:47:18.0 +0200
+++ new/xman-1.2.0/ChangeLog2024-03-24 18:54:46.0 +0100
@@ -1,3 +1,124 @@
+commit a545f985ac404a771424d08e5ced63e63601c9f5
+Author: Alan Coopersmith 
+Date:   Sun Mar 24 10:51:04 2024 -0700
+
+xman 1.2.0
+
+Signed-off-by: Alan Coopersmith 
+
+commit 7cd313b41e64862a5786cf87290c57899c96a67a
+Author: Alan Coopersmith 
+Date:   Tue Feb 13 17:33:10 2024 -0800
+
+unifdef NO_COMPRESS
+
+Had only been defined if defined(__SCO__) || defined(__UNIXWARE__)
+
+Signed-off-by: Alan Coopersmith 
+
+commit 3fd68cb4ed34958cfc4d6cea123377f070561181
+Author: Alan Coopersmith 
+Date:   Tue Feb 13 17:31:00 2024 -0800
+
+unifdef INCLUDE_XPRINT_SUPPORT
+
+Signed-off-by: Alan Coopersmith 
+
+commit 8d5ae4a89ac057bc26db9c819136460331ffd29b
+Author: Alan Coopersmith 
+Date:   Mon Feb 12 19:12:41 2024 -0800
+
+unifdef ATHENA
+
+Signed-off-by: Alan Coopersmith 
+
+commit 6a54a5630ee0e33f34387131e16d33d2b8c63aec
+Author: Alan Coopersmith 
+Date:   Mon Feb 12 19:11:14 2024 -0800
+
+unifdef BSD < 199103
+
+Signed-off-by: Alan Coopersmith 
+
+commit 4c47303a0af4b5045f7735ccc848cd02fef6995d
+Author: Alan Coopersmith 
+Date:   Mon Feb 12 19:07:56 2024 -0800
+
+unifdef __bsdi__
+
+Signed-off-by: Alan Coopersmith 
+
+commit 3ecea7a4526f571949b9d45430cfc44c59e406b6
+Author: Alan Coopersmith 
+Date:   Mon Feb 12 19:06:59 2024 -0800
+
+unifdef defined(SVR4) && !defined(sun)
+
+Signed-off-by: Alan Coopersmith 
+
+commit 70ebfeb53325e65c9b11aca55d1722a9a76f8aa9
+Author: Alan Coopersmith 
+Date:   Mon Feb 12 18:06:17 2024 -0800
+
+unifdef sony
+
+Signed-off-by: Alan Coopersmith 
+
+commit 01484cf8029253e704482817ebcff6c0d7449672
+Author: Alan Coopersmith 
+Date:   Mon Feb 12 18:01:44 2024 -0800
+
+unifdef SCO, __SCO__, and __UNIXWARE__
+
+Signed-off-by: Alan Coopersmith 
+
+commit c48217d6d977c15ef8bba9fc767a1997a1e91e99
+Author: Alan Coopersmith 
+Date:   Mon Feb 12 17:53:21 2024 -0800
+
+unifdef hpux
+
+Since NO_MANPATH_SUPPORT was only defined if hpux was defined,
+removes it too.
+
+Signed-off-by: Alan Coopersmith 
+
+commit d0ee97550e4103bed00118a10f4adf87767079dc
+Author: Alan Coopersmith 
+Date:   Mon Feb 12 17:51:22 2024 -0800
+
+unifdef __osf__
+
+Signed-off-by: Alan Coopersmith 
+
+commit ae798c59e34eba8a83995579943b689fc42987bb
+Author: Alan Coopersmith 
+Date:   

commit python-keystoneclient for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-keystoneclient for 
openSUSE:Factory checked in at 2024-03-25 21:11:22

Comparing /work/SRC/openSUSE:Factory/python-keystoneclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-keystoneclient.new.1905 (New)


Package is "python-keystoneclient"

Mon Mar 25 21:11:22 2024 rev:39 rq:1161188 version:5.4.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-keystoneclient/python-keystoneclient.changes  
2024-01-15 22:19:19.211045053 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-keystoneclient.new.1905/python-keystoneclient.changes
2024-03-25 21:18:04.107164758 +0100
@@ -1,0 +2,15 @@
+Sun Mar 24 20:07:51 UTC 2024 - cloud-de...@suse.de
+
+- update to version 5.4.0
+  - Remove six dependency
+  - Remove deprecated pbr options
+  - Declare Python 3.10 support
+  - Bump hacking
+  - Update master for stable/2023.2
+  - Stop installing python-all-dev in Ubuntu/Debian
+  - Replace abc.abstractproperty with property and abc.abstractmethod
+  - Update python classifier in setup.cfg
+  - Update master for stable/2023.1
+  - reno: Update master for unmaintained/yoga
+
+---

Old:

  python-keystoneclient-5.2.0.tar.gz

New:

  python-keystoneclient-5.4.0.tar.gz



Other differences:
--
++ python-keystoneclient.spec ++
--- /var/tmp/diff_new_pack.llNZio/_old  2024-03-25 21:18:05.143202862 +0100
+++ /var/tmp/diff_new_pack.llNZio/_new  2024-03-25 21:18:05.143202862 +0100
@@ -17,14 +17,14 @@
 
 
 Name:   python-keystoneclient
-Version:5.2.0
+Version:5.4.0
 Release:0
 Epoch:  0
 Summary:Client library for OpenStack Identity API
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://docs.openstack.org/python-keystoneclient
-Source0:
https://files.pythonhosted.org/packages/source/p/python-keystoneclient/python-keystoneclient-5.2.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/python-keystoneclient/python-keystoneclient-5.4.0.tar.gz
 BuildRequires:  openssl
 BuildRequires:  openstack-macros
 BuildRequires:  python3-debtcollector >= 1.2.0
@@ -72,7 +72,7 @@
 Identity API.
 
 %prep
-%autosetup -p1 -n python-keystoneclient-5.2.0
+%autosetup -p1 -n python-keystoneclient-5.4.0
 %py_req_cleanup
 # disable intersphinx - no network access during build
 echo "intersphinx_mapping = {}" >> doc/source/conf.py

++ python-keystoneclient-5.2.0.tar.gz -> python-keystoneclient-5.4.0.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-keystoneclient-5.2.0/AUTHORS 
new/python-keystoneclient-5.4.0/AUTHORS
--- old/python-keystoneclient-5.2.0/AUTHORS 2023-09-14 17:26:52.0 
+0200
+++ new/python-keystoneclient-5.4.0/AUTHORS 2024-03-01 14:53:38.0 
+0100
@@ -1,3 +1,4 @@
+Aarni Koskela 
 Aaron Rosen 
 Adam Gandelman 
 Adam Young 
@@ -209,6 +210,7 @@
 Stuart McLaren 
 Sushil Kumar 
 THOMAS J. COCOZZELLO 
+Takashi Kajinami 
 Takashi Kajinami 
 Tang Chen 
 Thiago Paiva Brito 
@@ -278,6 +280,7 @@
 lin-hua-cheng 
 liu-sheng 
 liuqing 
+ljhuang 
 llg8212 
 lrqrun 
 lvxianguo 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-keystoneclient-5.2.0/ChangeLog 
new/python-keystoneclient-5.4.0/ChangeLog
--- old/python-keystoneclient-5.2.0/ChangeLog   2023-09-14 17:26:52.0 
+0200
+++ new/python-keystoneclient-5.4.0/ChangeLog   2024-03-01 14:53:38.0 
+0100
@@ -1,16 +1,34 @@
 CHANGES
 ===
 
+5.4.0
+-
+
+* reno: Update master for unmaintained/yoga
+* Bump hacking
+* Update python classifier in setup.cfg
+
+5.3.0
+-
+
+* Remove six dependency
+* Remove deprecated pbr options
+* Stop installing python-all-dev in Ubuntu/Debian
+* Declare Python 3.10 support
+* Update master for stable/2023.2
+
 5.2.0
 -
 
 * Fix the gate
+* Update master for stable/2023.1
 
 5.1.0
 -
 
 * Switch to 2023.1 Python3 unit tests and generic template name
 * Update master for stable/zed
+* Replace abc.abstractproperty with property and abc.abstractmethod
 
 5.0.1
 -
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-keystoneclient-5.2.0/PKG-INFO 
new/python-keystoneclient-5.4.0/PKG-INFO
--- old/python-keystoneclient-5.2.0/PKG-INFO2023-09-14 17:26:53.087831700 
+0200
+++ new/python-keystoneclient-5.4.0/PKG-INFO2024-03-01 14:53:39.030612500 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: python-keystoneclient
-Version: 5.2.0
+Version: 5.4.0
 Summary: Client Library for OpenStack Identity
 Home-page: https://d

commit python-heatclient for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-heatclient for 
openSUSE:Factory checked in at 2024-03-25 21:11:13

Comparing /work/SRC/openSUSE:Factory/python-heatclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-heatclient.new.1905 (New)


Package is "python-heatclient"

Mon Mar 25 21:11:13 2024 rev:38 rq:1161185 version:3.5.0

Changes:

--- /work/SRC/openSUSE:Factory/python-heatclient/python-heatclient.changes  
2023-03-21 17:42:57.598241189 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-heatclient.new.1905/python-heatclient.changes
2024-03-25 21:17:56.674891410 +0100
@@ -1,0 +2,25 @@
+Sun Mar 24 20:06:06 UTC 2024 - cloud-de...@suse.de
+
+- update to version 3.5.0
+  - Bump hacking
+  - Remove leftover of Python <= 2.6 support
+  - Remove some notes no longer valid
+  - Make tests pass after 2038
+  - Remove translation sections from setup.cfg
+  - remove unicode prefix from code (2)
+  - remove unicode prefix from code (1)
+  - Fix osc sd create command
+  - Fix release note generation
+  - reno: Update master for unmaintained/yoga
+  - Update master for stable/2023.2
+  - Add Python 3.11 to supported runtimes
+
+---
+Sun Jan 14 17:52:34 UTC 2024 - cloud-de...@suse.de
+
+- update to version 3.3.0
+  - Add Python 3.10 to supported runtime.
+  - Switch to 2023.1 Python3 unit tests and generic template name
+  - Update master for stable/2023.1
+
+---

Old:

  python-heatclient-3.2.0.tar.gz

New:

  python-heatclient-3.5.0.tar.gz



Other differences:
--
++ python-heatclient.spec ++
--- /var/tmp/diff_new_pack.NVlD81/_old  2024-03-25 21:17:57.674928190 +0100
+++ /var/tmp/diff_new_pack.NVlD81/_new  2024-03-25 21:17:57.674928190 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-heatclient
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   python-heatclient
-Version:3.2.0
+Version:3.5.0
 Release:0
 Summary:Python API and CLI for OpenStack Heat
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://docs.openstack.org/python-heatclient
-Source0:
https://files.pythonhosted.org/packages/source/p/python-heatclient/python-heatclient-3.2.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/python-heatclient/python-heatclient-3.5.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python3-PyYAML >= 3.13
 BuildRequires:  python3-cliff >= 2.8.0
@@ -37,7 +37,7 @@
 BuildRequires:  python3-swiftclient >= 3.2.0
 BuildRequires:  python3-testscenarios
 BuildRequires:  python3-testtools
-Requires:   python3-Babel >= 2.3.4
+Requires:   python3-Babel
 Requires:   python3-PrettyTable >= 0.7.2
 Requires:   python3-PyYAML >= 3.13
 Requires:   python3-cliff >= 2.8.0
@@ -58,7 +58,7 @@
 
 %package -n python3-heatclient
 Summary:Python API and CLI for OpenStack Heat
-Requires:   python3-Babel >= 2.3.4
+Requires:   python3-Babel
 Requires:   python3-PrettyTable >= 0.7.2
 Requires:   python3-PyYAML >= 3.13
 Requires:   python3-cliff >= 2.8.0
@@ -92,14 +92,14 @@
 This package contains auto-generated documentation.
 
 %prep
-%autosetup -p1 -n python-heatclient-3.2.0
+%autosetup -p1 -n python-heatclient-3.5.0
 %py_req_cleanup
 
 %build
 %{py3_build}
 
-PBR_VERSION=3.2.0 %sphinx_build -b html doc/source doc/build/html
-PBR_VERSION=3.2.0 %sphinx_build -b man doc/source doc/build/man
+PBR_VERSION=3.5.0 %sphinx_build -b html doc/source doc/build/html
+PBR_VERSION=3.5.0 %sphinx_build -b man doc/source doc/build/man
 # remove the sphinx-build leftovers
 rm -rf doc/build/html/.{doctrees,buildinfo}
 

++ _service ++
--- /var/tmp/diff_new_pack.NVlD81/_old  2024-03-25 21:17:57.702929220 +0100
+++ /var/tmp/diff_new_pack.NVlD81/_new  2024-03-25 21:17:57.706929367 +0100
@@ -1,13 +1,13 @@
 
-  
+  
 https://opendev.org/openstack/rpm-packaging/raw/master/openstack/python-heatclient/python-heatclient.spec.j2
 python-heatclient.spec
-https://opendev.org/openstack/python-heatclient/raw/branch/stable/xena/requirements.txt
+https://opendev.org/openstack/python-heatclient/raw/master/requirements.txt
 cloud-de...@suse.de
 gh,openstack,python-heatclient
   
-  
+  
   
-  
+  
 
 

++ python-heatclient-3.2.0.tar.gz -> python-heatclient-3.5.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--ex

commit mosquitto for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mosquitto for openSUSE:Factory 
checked in at 2024-03-25 21:11:16

Comparing /work/SRC/openSUSE:Factory/mosquitto (Old)
 and  /work/SRC/openSUSE:Factory/.mosquitto.new.1905 (New)


Package is "mosquitto"

Mon Mar 25 21:11:16 2024 rev:30 rq:1161178 version:2.0.18

Changes:

--- /work/SRC/openSUSE:Factory/mosquitto/mosquitto.changes  2024-02-07 
18:53:51.326519174 +0100
+++ /work/SRC/openSUSE:Factory/.mosquitto.new.1905/mosquitto.changes
2024-03-25 21:17:59.146982330 +0100
@@ -1,0 +2,5 @@
+Thu Mar 21 12:20:58 UTC 2024 - Dirk Stoecker 
+
+- Add Reload action to service
+
+---
@@ -1671 +1675,0 @@
-



Other differences:
--


++ mosquitto.service ++
--- /var/tmp/diff_new_pack.BECes6/_old  2024-03-25 21:18:00.147019110 +0100
+++ /var/tmp/diff_new_pack.BECes6/_new  2024-03-25 21:18:00.147019110 +0100
@@ -20,6 +20,7 @@
 User=mosquitto
 Group=mosquitto
 ExecStart=/usr/sbin/mosquitto -c /etc/mosquitto/mosquitto.conf
+ExecReload=/bin/kill -HUP $MAINPID
 
 [Install]
 WantedBy=multi-user.target


commit python-novaclient for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-novaclient for 
openSUSE:Factory checked in at 2024-03-25 21:11:27

Comparing /work/SRC/openSUSE:Factory/python-novaclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-novaclient.new.1905 (New)


Package is "python-novaclient"

Mon Mar 25 21:11:27 2024 rev:42 rq:1161193 version:18.6.0

Changes:

--- /work/SRC/openSUSE:Factory/python-novaclient/python-novaclient.changes  
2024-01-15 22:19:23.975220141 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-novaclient.new.1905/python-novaclient.changes
2024-03-25 21:18:11.911451790 +0100
@@ -1,0 +2,15 @@
+Sun Mar 24 20:11:48 UTC 2024 - cloud-de...@suse.de
+
+- update to version 18.6.0
+  - Bump microversion to 2.96
+  - Update hacking version in pre commit config
+  - Fix typos
+  - Bump hacking
+  - coveragerc: Fix wrong omitted directory
+  - Disable NEUTRON_ENFORCE_SCOPE at function job
+  - add pyproject.toml to support pip 23.1
+  - Update python classifier in setup.cfg
+  - Update master for stable/2023.2
+  - reno: Update master for unmaintained/yoga
+
+---

Old:

  python-novaclient-18.4.0.tar.gz

New:

  python-novaclient-18.6.0.tar.gz



Other differences:
--
++ python-novaclient.spec ++
--- /var/tmp/diff_new_pack.G4J3KL/_old  2024-03-25 21:18:13.12255 +0100
+++ /var/tmp/diff_new_pack.G4J3KL/_new  2024-03-25 21:18:13.567512697 +0100
@@ -17,14 +17,14 @@
 
 
 Name:   python-novaclient
-Version:18.4.0
+Version:18.6.0
 Release:0
 Epoch:  0
 Summary:Python API and CLI for OpenStack Nova
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://docs.openstack.org/python-novaclient
-Source0:
https://files.pythonhosted.org/packages/source/p/python-novaclient/python-novaclient-18.4.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/python-novaclient/python-novaclient-18.6.0.tar.gz
 BuildRequires:  openssl
 BuildRequires:  openstack-macros
 BuildRequires:  python3-cinderclient
@@ -89,7 +89,7 @@
 %build
 %{py3_build}
 
-PBR_VERSION=18.4.0 %sphinx_build -b html -d doc/build/doctrees doc/source 
doc/build/html
+PBR_VERSION=18.6.0 %sphinx_build -b html -d doc/build/doctrees doc/source 
doc/build/html
 # Fix hidden-file-or-dir warnings
 rm -fr doc/build/html/.doctrees doc/build/html/.buildinfo
 

++ python-novaclient-18.4.0.tar.gz -> python-novaclient-18.6.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-novaclient-18.4.0/.coveragerc 
new/python-novaclient-18.6.0/.coveragerc
--- old/python-novaclient-18.4.0/.coveragerc2023-08-31 14:22:01.0 
+0200
+++ new/python-novaclient-18.6.0/.coveragerc2024-03-12 18:27:02.0 
+0100
@@ -1,7 +1,7 @@
 [run]
 branch = True
 source = novaclient
-omit = novaclient/openstack/*
+omit = novaclient/tests/*
 
 [report]
 ignore_errors = True
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-novaclient-18.4.0/.pre-commit-config.yaml 
new/python-novaclient-18.6.0/.pre-commit-config.yaml
--- old/python-novaclient-18.4.0/.pre-commit-config.yaml2023-08-31 
14:22:01.0 +0200
+++ new/python-novaclient-18.6.0/.pre-commit-config.yaml2024-03-12 
18:27:02.0 +0100
@@ -25,7 +25,7 @@
   - id: flake8
 name: flake8
 additional_dependencies:
-  - hacking~=4.1.0
+  - hacking>=6.1.0,<6.2.0
 language: python
 entry: flake8
 files: '^.*\.py$'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-novaclient-18.4.0/.zuul.yaml 
new/python-novaclient-18.6.0/.zuul.yaml
--- old/python-novaclient-18.4.0/.zuul.yaml 2023-08-31 14:22:01.0 
+0200
+++ new/python-novaclient-18.6.0/.zuul.yaml 2024-03-12 18:27:02.0 
+0100
@@ -9,6 +9,7 @@
   openrc_enable_export: true
   devstack_localrc:
 KEYSTONE_ADMIN_ENDPOINT: true
+NEUTRON_ENFORCE_SCOPE: false
 irrelevant-files:
   - ^.*\.rst$
   - ^doc/.*$
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-novaclient-18.4.0/AUTHORS 
new/python-novaclient-18.6.0/AUTHORS
--- old/python-novaclient-18.4.0/AUTHORS2023-08-31 14:22:29.0 
+0200
+++ new/python-novaclient-18.6.0/AUTHORS2024-03-12 18:27:28.0 
+0100
@@ -294,6 +294,7 @@
 Rafael Rivero 
 Rafi Khardalian 
 Rahul 
+Rajesh Tailor 
 Rajiv Kumar 
 Rakesh H S 
 Ralf Haferkamp 
@@ -336,6 +337,7 @@
 Sean Dague 
 Sean McCully 

commit python-manilaclient for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-manilaclient for 
openSUSE:Factory checked in at 2024-03-25 21:11:22

Comparing /work/SRC/openSUSE:Factory/python-manilaclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-manilaclient.new.1905 (New)


Package is "python-manilaclient"

Mon Mar 25 21:11:22 2024 rev:24 rq:1161189 version:4.8.0

Changes:

--- /work/SRC/openSUSE:Factory/python-manilaclient/python-manilaclient.changes  
2024-01-15 22:19:20.143079305 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-manilaclient.new.1905/python-manilaclient.changes
2024-03-25 21:18:05.455214338 +0100
@@ -1,0 +2,13 @@
+Sun Mar 24 20:08:53 UTC 2024 - cloud-de...@suse.de
+
+- update to version 4.8.0
+  - Bump hacking
+  - Fix share force delete case
+  - Update python classifier in setup.cfg
+  - reno: Update master for unmaintained/yoga
+  - CLI for disable service reason
+  - Fix "per_share_gigabytes" in "openstack quota set"
+  - [OSC] Add OSC Functional Tests Snapshot Instances
+  - Fix list call when search_opts isn't provided
+
+---

Old:

  python-manilaclient-4.7.0.tar.gz

New:

  python-manilaclient-4.8.0.tar.gz



Other differences:
--
++ python-manilaclient.spec ++
--- /var/tmp/diff_new_pack.1Ne8bJ/_old  2024-03-25 21:18:06.267244203 +0100
+++ /var/tmp/diff_new_pack.1Ne8bJ/_new  2024-03-25 21:18:06.271244351 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   python-manilaclient
-Version:4.7.0
+Version:4.8.0
 Release:0
 Summary:Client Library for OpenStack Share API
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://docs.openstack.org/python-manilaclient
-Source0:
https://files.pythonhosted.org/packages/source/p/python-manilaclient/python-manilaclient-4.7.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/python-manilaclient/python-manilaclient-4.8.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python3-ddt
 BuildRequires:  python3-fixtures
@@ -76,13 +76,13 @@
 This package contains auto-generated documentation.
 
 %prep
-%autosetup -p1 -n python-manilaclient-4.7.0
+%autosetup -p1 -n python-manilaclient-4.8.0
 %py_req_cleanup
 
 %build
 %{py3_build}
 
-PBR_VERSION=4.7.0 %sphinx_build -b html doc/source doc/build/html
+PBR_VERSION=4.8.0 %sphinx_build -b html doc/source doc/build/html
 # remove the sphinx-build leftovers
 rm -rf doc/build/html/.{doctrees,buildinfo}
 

++ python-manilaclient-4.7.0.tar.gz -> python-manilaclient-4.8.0.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-manilaclient-4.7.0/AUTHORS 
new/python-manilaclient-4.8.0/AUTHORS
--- old/python-manilaclient-4.7.0/AUTHORS   2023-11-20 08:06:08.0 
+0100
+++ new/python-manilaclient-4.8.0/AUTHORS   2024-03-01 10:55:55.0 
+0100
@@ -98,6 +98,7 @@
 Stephen Finucane 
 Sun Jun 
 Swapnil Kulkarni (coolsvap) 
+Takashi Kajinami 
 Takashi Kajinami 
 Thomas Bechtold 
 Tom Barron 
@@ -165,6 +166,7 @@
 pengyuesheng 
 qingszhao 
 ricolin 
+sdailey 
 shu-mutou 
 silvacarloss 
 sneha.gaddam 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-manilaclient-4.7.0/ChangeLog 
new/python-manilaclient-4.8.0/ChangeLog
--- old/python-manilaclient-4.7.0/ChangeLog 2023-11-20 08:06:08.0 
+0100
+++ new/python-manilaclient-4.8.0/ChangeLog 2024-03-01 10:55:55.0 
+0100
@@ -1,12 +1,24 @@
 CHANGES
 ===
 
+4.8.0
+-
+
+* CLI for disable service reason
+* reno: Update master for unmaintained/yoga
+* Fix share force delete case
+* Bump hacking
+* Fix "per\_share\_gigabytes" in "openstack quota set"
+* Fix list call when search\_opts isn't provided
+* Update python classifier in setup.cfg
+
 4.7.0
 -
 
 * Fix default share type resolution in OSC
 * Fix "test\_share\_access\_show" osc functional test
 * Fix decoder path and add transfer commands
+* [OSC] Add OSC Functional Tests Snapshot Instances
 * Update master for stable/2023.2
 
 4.6.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-manilaclient-4.7.0/PKG-INFO 
new/python-manilaclient-4.8.0/PKG-INFO
--- old/python-manilaclient-4.7.0/PKG-INFO  2023-11-20 08:06:08.849259900 
+0100
+++ new/python-manilaclient-4.8.0/PKG-INFO  2024-03-01 10:55:55.633288000 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: python-manilaclient
-Version: 4.7.0
+Version: 4.8.0
 Summary: Client library for OpenStack Manila API.
 Home-page: https://docs.openstack.org/python-manilaclient/latest/
 Author: OpenStack
@@ -128

commit python-masakariclient for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-masakariclient for 
openSUSE:Factory checked in at 2024-03-25 21:11:23

Comparing /work/SRC/openSUSE:Factory/python-masakariclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-masakariclient.new.1905 (New)


Package is "python-masakariclient"

Mon Mar 25 21:11:23 2024 rev:13 rq:1161190 version:8.4.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-masakariclient/python-masakariclient.changes  
2024-01-15 22:19:21.115115029 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-masakariclient.new.1905/python-masakariclient.changes
2024-03-25 21:18:06.587255973 +0100
@@ -1,0 +2,6 @@
+Sun Mar 24 20:09:24 UTC 2024 - cloud-de...@suse.de
+
+- update to version 8.4.0
+  - Update python unit testing template
+
+---

Old:

  python-masakariclient-8.3.0.tar.gz

New:

  python-masakariclient-8.4.0.tar.gz



Other differences:
--
++ python-masakariclient.spec ++
--- /var/tmp/diff_new_pack.pBKoat/_old  2024-03-25 21:18:07.371284808 +0100
+++ /var/tmp/diff_new_pack.pBKoat/_new  2024-03-25 21:18:07.375284956 +0100
@@ -18,14 +18,14 @@
 
 %global oldpython python
 Name:   python-masakariclient
-Version:8.3.0
+Version:8.4.0
 Release:0
 Epoch:  0
 Summary:Python API and CLI for OpenStack Masakari
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://docs.openstack.org/python-masakariclient
-Source0:
https://files.pythonhosted.org/packages/source/p/python-masakariclient/python-masakariclient-8.3.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/python-masakariclient/python-masakariclient-8.4.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python3-PrettyTable
 BuildRequires:  python3-ddt
@@ -82,8 +82,8 @@
 %{py3_build}
 
 # Build HTML docs and man page
-PBR_VERSION=8.3.0 %sphinx_build -b html doc/source doc/build/html
-PBR_VERSION=8.3.0 %sphinx_build -b man doc/source doc/build/man
+PBR_VERSION=8.4.0 %sphinx_build -b html doc/source doc/build/html
+PBR_VERSION=8.4.0 %sphinx_build -b man doc/source doc/build/man
 rm -r doc/build/html/.{doctrees,buildinfo}
 
 %install

++ python-masakariclient-8.3.0.tar.gz -> python-masakariclient-8.4.0.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-masakariclient-8.3.0/.zuul.yaml 
new/python-masakariclient-8.4.0/.zuul.yaml
--- old/python-masakariclient-8.3.0/.zuul.yaml  2023-11-15 11:59:50.0 
+0100
+++ new/python-masakariclient-8.4.0/.zuul.yaml  2024-02-29 14:25:32.0 
+0100
@@ -1,7 +1,7 @@
 - project:
 templates:
   - check-requirements
-  - openstack-python3-antelope-jobs
+  - openstack-python3-jobs
   - openstackclient-plugin-jobs
   - publish-openstack-docs-pti
   - release-notes-jobs-python3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-masakariclient-8.3.0/ChangeLog 
new/python-masakariclient-8.4.0/ChangeLog
--- old/python-masakariclient-8.3.0/ChangeLog   2023-11-15 12:00:41.0 
+0100
+++ new/python-masakariclient-8.4.0/ChangeLog   2024-02-29 14:26:01.0 
+0100
@@ -1,6 +1,11 @@
 CHANGES
 ===
 
+8.4.0
+-
+
+* Update python unit testing template
+
 8.3.0
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-masakariclient-8.3.0/PKG-INFO 
new/python-masakariclient-8.4.0/PKG-INFO
--- old/python-masakariclient-8.3.0/PKG-INFO2023-11-15 12:00:41.185836300 
+0100
+++ new/python-masakariclient-8.4.0/PKG-INFO2024-02-29 14:26:01.804646700 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: python-masakariclient
-Version: 8.3.0
+Version: 8.4.0
 Summary: masakariclient module and a CLI tool for masakari
 Home-page: https://docs.openstack.org/python-masakariclient/latest/
 Author: OpenStack
@@ -40,4 +40,6 @@
 Classifier: Programming Language :: Python :: 3
 Classifier: Programming Language :: Python :: 3.8
 Classifier: Programming Language :: Python :: 3.9
+Classifier: Programming Language :: Python :: 3.10
+Classifier: Programming Language :: Python :: 3.11
 Requires-Python: >=3.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-masakariclient-8.3.0/python_masakariclient.egg-info/PKG-INFO 
new/python-masakariclient-8.4.0/python_masakariclient.egg-info/PKG-INFO
--- old/python-masakariclient-8.3.0/python_masakariclient.egg-info/PKG-INFO 
2023-11-15 12:00:41.0 +0100
+++ new/python-masakariclient-8.4.0/python_masakariclient.egg-

commit python-oslo.policy for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-oslo.policy for 
openSUSE:Factory checked in at 2024-03-25 21:11:07

Comparing /work/SRC/openSUSE:Factory/python-oslo.policy (Old)
 and  /work/SRC/openSUSE:Factory/.python-oslo.policy.new.1905 (New)


Package is "python-oslo.policy"

Mon Mar 25 21:11:07 2024 rev:23 rq:1161176 version:4.3.0

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.policy/python-oslo.policy.changes
2024-01-05 21:42:55.045579893 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.policy.new.1905/python-oslo.policy.changes
  2024-03-25 21:17:48.490590403 +0100
@@ -1,0 +2,13 @@
+Sun Mar 24 20:02:38 UTC 2024 - cloud-de...@suse.de
+
+- removed 0001-Avoid-TypeError-when-building-with-Sphinx-6.1.1-and-.patch
+- update to version 4.3.0
+  - Fix doc build error
+  - Update master for stable/2023.2
+  - coveragerc: Remove non-existent path
+  - Add flag to skip undefined rule check
+  - reno: Update master for unmaintained/yoga
+  - Use consistent commands for coverage
+  - Update python classifier in setup.cfg
+
+---

Old:

  0001-Avoid-TypeError-when-building-with-Sphinx-6.1.1-and-.patch
  oslo.policy-4.2.1.tar.gz

New:

  oslo.policy-4.3.0.tar.gz

BETA DEBUG BEGIN:
  Old:
- removed 0001-Avoid-TypeError-when-building-with-Sphinx-6.1.1-and-.patch
- update to version 4.3.0
BETA DEBUG END:



Other differences:
--
++ python-oslo.policy.spec ++
--- /var/tmp/diff_new_pack.TxlHnj/_old  2024-03-25 21:17:49.954644249 +0100
+++ /var/tmp/diff_new_pack.TxlHnj/_new  2024-03-25 21:17:49.958644396 +0100
@@ -17,14 +17,13 @@
 
 
 Name:   python-oslo.policy
-Version:4.2.1
+Version:4.3.0
 Release:0
 Summary:OpenStack Oslo Policy library
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://docs.openstack.org/oslo.policy
-Source0:
https://files.pythonhosted.org/packages/source/o/oslo.policy/oslo.policy-4.2.1.tar.gz
-Patch1: 0001-Avoid-TypeError-when-building-with-Sphinx-6.1.1-and-.patch
+Source0:
https://files.pythonhosted.org/packages/source/o/oslo.policy/oslo.policy-4.3.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python3-PyYAML >= 5.1
 BuildRequires:  python3-defusedxml
@@ -76,7 +75,7 @@
 Documentation for the Oslo Policy library.
 
 %prep
-%autosetup -p1 -n oslo.policy-4.2.1
+%autosetup -p1 -n oslo.policy-4.3.0
 %py_req_cleanup
 
 %build

++ oslo.policy-4.2.1.tar.gz -> oslo.policy-4.3.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.policy-4.2.1/.coveragerc 
new/oslo.policy-4.3.0/.coveragerc
--- old/oslo.policy-4.2.1/.coveragerc   2023-08-28 14:57:37.0 +0200
+++ new/oslo.policy-4.3.0/.coveragerc   2024-02-22 16:11:24.0 +0100
@@ -1,7 +1,7 @@
 [run]
 branch = True
 source = oslo_policy
-omit = oslo_policy/tests/*,oslo_policy/openstack/*
+omit = oslo_policy/tests/*
 
 [report]
 ignore_errors = True
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.policy-4.2.1/AUTHORS 
new/oslo.policy-4.3.0/AUTHORS
--- old/oslo.policy-4.2.1/AUTHORS   2023-08-28 14:58:03.0 +0200
+++ new/oslo.policy-4.3.0/AUTHORS   2024-02-22 16:12:00.0 +0100
@@ -97,6 +97,7 @@
 Stephen Finucane 
 Steve Martinelli 
 Sujitha 
+Takashi Kajinami 
 Takashi NATSUME 
 Thiago Paiva 
 Thomas Duval 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.policy-4.2.1/ChangeLog 
new/oslo.policy-4.3.0/ChangeLog
--- old/oslo.policy-4.2.1/ChangeLog 2023-08-28 14:58:03.0 +0200
+++ new/oslo.policy-4.3.0/ChangeLog 2024-02-22 16:12:00.0 +0100
@@ -1,6 +1,17 @@
 CHANGES
 ===
 
+4.3.0
+-
+
+* Use consistent commands for coverage
+* reno: Update master for unmaintained/yoga
+* Add flag to skip undefined rule check
+* Update python classifier in setup.cfg
+* coveragerc: Remove non-existent path
+* Fix doc build error
+* Update master for stable/2023.2
+
 4.2.1
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.policy-4.2.1/PKG-INFO 
new/oslo.policy-4.3.0/PKG-INFO
--- old/oslo.policy-4.2.1/PKG-INFO  2023-08-28 14:58:04.199221100 +0200
+++ new/oslo.policy-4.3.0/PKG-INFO  2024-02-22 16:12:00.508536000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: oslo.policy
-Version: 4.2.1
+Version: 4.3.0
 Summary: Oslo Policy library
 Home-page: https://docs.openstack.org/oslo.policy/latest/
 Author: OpenStack
@@ -45,6 +45,7 @@
 Classifier: Programming Language :: Python :: 3.8
 Class

commit python-oslo.versionedobjects for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-oslo.versionedobjects for 
openSUSE:Factory checked in at 2024-03-25 21:11:11

Comparing /work/SRC/openSUSE:Factory/python-oslo.versionedobjects (Old)
 and  /work/SRC/openSUSE:Factory/.python-oslo.versionedobjects.new.1905 
(New)


Package is "python-oslo.versionedobjects"

Mon Mar 25 21:11:11 2024 rev:18 rq:1161183 version:3.3.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-oslo.versionedobjects/python-oslo.versionedobjects.changes
2023-12-28 23:04:58.382138566 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.versionedobjects.new.1905/python-oslo.versionedobjects.changes
  2024-03-25 21:17:53.862787984 +0100
@@ -1,0 +2,12 @@
+Sun Mar 24 20:04:25 UTC 2024 - cloud-de...@suse.de
+
+- removed 0001-Avoid-TypeError-when-building-for-Sphinx-6.1.1-and-a.patch
+- update to version 3.3.0
+  - Avoid TypeError when building for Sphinx 6.1.1 and above
+  - Bump hacking
+  - Update python classifier in setup.cfg
+  - coveragerc: Remove non-existent path
+  - reno: Update master for unmaintained/yoga
+  - Update master for stable/2023.2
+
+---

Old:

  0001-Avoid-TypeError-when-building-for-Sphinx-6.1.1-and-a.patch
  oslo.versionedobjects-3.2.0.tar.gz

New:

  oslo.versionedobjects-3.3.0.tar.gz

BETA DEBUG BEGIN:
  Old:
- removed 0001-Avoid-TypeError-when-building-for-Sphinx-6.1.1-and-a.patch
- update to version 3.3.0
BETA DEBUG END:



Other differences:
--
++ python-oslo.versionedobjects.spec ++
--- /var/tmp/diff_new_pack.wV8gRw/_old  2024-03-25 21:17:54.910826530 +0100
+++ /var/tmp/diff_new_pack.wV8gRw/_new  2024-03-25 21:17:54.910826530 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-oslo.versionedobjects
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,13 @@
 
 
 Name:   python-oslo.versionedobjects
-Version:3.2.0
+Version:3.3.0
 Release:0
 Summary:Oslo Versioned Objects library
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://docs.openstack.org/oslo.versionedobjects
-Source0:
https://files.pythonhosted.org/packages/source/o/oslo.versionedobjects/oslo.versionedobjects-3.2.0.tar.gz
-Patch1: 0001-Avoid-TypeError-when-building-for-Sphinx-6.1.1-and-a.patch
+Source0:
https://files.pythonhosted.org/packages/source/o/oslo.versionedobjects/oslo.versionedobjects-3.3.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python3-iso8601 >= 0.1.11
 BuildRequires:  python3-jsonschema
@@ -83,7 +82,7 @@
 This package contains documentation files for %{name}.
 
 %prep
-%autosetup -p1 -n oslo.versionedobjects-3.2.0
+%autosetup -p1 -n oslo.versionedobjects-3.3.0
 %py_req_cleanup
 
 %build

++ oslo.versionedobjects-3.2.0.tar.gz -> oslo.versionedobjects-3.3.0.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.versionedobjects-3.2.0/.coveragerc 
new/oslo.versionedobjects-3.3.0/.coveragerc
--- old/oslo.versionedobjects-3.2.0/.coveragerc 2023-08-28 15:03:17.0 
+0200
+++ new/oslo.versionedobjects-3.3.0/.coveragerc 2024-02-22 16:09:48.0 
+0100
@@ -1,7 +1,7 @@
 [run]
 branch = True
 source = oslo_versionedobjects
-omit = oslo_versionedobjects/tests/*,versionedobjects/openstack/*
+omit = oslo_versionedobjects/tests/*
 
 [report]
 ignore_errors = True
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.versionedobjects-3.2.0/.pre-commit-config.yaml 
new/oslo.versionedobjects-3.3.0/.pre-commit-config.yaml
--- old/oslo.versionedobjects-3.2.0/.pre-commit-config.yaml 2023-08-28 
15:03:17.0 +0200
+++ new/oslo.versionedobjects-3.3.0/.pre-commit-config.yaml 2024-02-22 
16:09:48.0 +0100
@@ -32,7 +32,7 @@
   - id: flake8
 name: flake8
 additional_dependencies:
-  - hacking>=3.0.1,<3.1.0
+  - hacking>=6.1.0,<6.2.0
 language: python
 entry: flake8
 files: '^.*\.py$'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.versionedobjects-3.2.0/AUTHORS 
new/oslo.versionedobjects-3.3.0/AUTHORS
--- old/oslo.versionedobjects-3.2.0/AUTHORS 2023-08-28 15:03:44.0 
+0200
+++ new/oslo.versionedobjects-3.3.0/AUTHORS 2024-02-22 16:10:16.0 
+0100
@@ -102,6 +102,7 @@
 Devin Carlen 
 Dinesh Bhor 
 Dirk Mueller 
+Dirk Müller 
 Dmitry Borodaenko 

commit python-oslo.metrics for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-oslo.metrics for 
openSUSE:Factory checked in at 2024-03-25 21:11:06

Comparing /work/SRC/openSUSE:Factory/python-oslo.metrics (Old)
 and  /work/SRC/openSUSE:Factory/.python-oslo.metrics.new.1905 (New)


Package is "python-oslo.metrics"

Mon Mar 25 21:11:06 2024 rev:6 rq:1161175 version:0.8.0

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.metrics/python-oslo.metrics.changes  
2024-01-04 16:01:21.401196809 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.metrics.new.1905/python-oslo.metrics.changes
2024-03-25 21:17:45.698487713 +0100
@@ -1,0 +2,9 @@
+Sun Mar 24 20:02:15 UTC 2024 - cloud-de...@suse.de
+
+- update to version 0.8.0
+  - reno: Update master for unmaintained/yoga
+  - Bump hacking
+  - Update python classifier in setup.cfg
+  - Update master for stable/2023.2
+
+---

Old:

  oslo.metrics-0.7.0.tar.gz

New:

  oslo.metrics-0.8.0.tar.gz



Other differences:
--
++ python-oslo.metrics.spec ++
--- /var/tmp/diff_new_pack.Jt7iSq/_old  2024-03-25 21:17:47.402550386 +0100
+++ /var/tmp/diff_new_pack.Jt7iSq/_new  2024-03-25 21:17:47.414550828 +0100
@@ -17,14 +17,14 @@
 
 
 Name:   python-oslo.metrics
-Version:0.7.0
+Version:0.8.0
 Release:0
 Epoch:  0
 Summary:Collect metrics data from other Oslo libraries
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://docs.openstack.org/oslo.metrics
-Source0:
https://files.pythonhosted.org/packages/source/o/oslo.metrics/oslo.metrics-0.7.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/o/oslo.metrics/oslo.metrics-0.8.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python3-oslo.config >= 6.9.0
 BuildRequires:  python3-oslo.log >= 3.44.0
@@ -63,13 +63,13 @@
 Documentation for the oslo.metrics library.
 
 %prep
-%autosetup -p1 -n oslo.metrics-0.7.0
+%autosetup -p1 -n oslo.metrics-0.8.0
 %py_req_cleanup
 
 %build
 %{py3_build}
 
-PBR_VERSION=0.7.0 %sphinx_build -b html doc/source doc/build/html
+PBR_VERSION=0.8.0 %sphinx_build -b html doc/source doc/build/html
 # remove the sphinx-build leftovers
 rm -rf doc/build/html/.{doctrees,buildinfo}
 

++ oslo.metrics-0.7.0.tar.gz -> oslo.metrics-0.8.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.metrics-0.7.0/AUTHORS 
new/oslo.metrics-0.8.0/AUTHORS
--- old/oslo.metrics-0.7.0/AUTHORS  2023-08-28 14:57:58.0 +0200
+++ new/oslo.metrics-0.8.0/AUTHORS  2024-02-22 16:38:38.0 +0100
@@ -3,9 +3,11 @@
 Ching Kuo 
 Corey Bryant 
 Ghanshyam 
+Ghanshyam Mann 
 Hervé Beraud 
 Masahito Muroi 
 OpenStack Release Bot 
+Takashi Kajinami 
 Thierry Carrez 
 maaoyu 
 songwenping 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.metrics-0.7.0/ChangeLog 
new/oslo.metrics-0.8.0/ChangeLog
--- old/oslo.metrics-0.7.0/ChangeLog2023-08-28 14:57:57.0 +0200
+++ new/oslo.metrics-0.8.0/ChangeLog2024-02-22 16:38:38.0 +0100
@@ -1,6 +1,14 @@
 CHANGES
 ===
 
+0.8.0
+-
+
+* reno: Update master for unmaintained/yoga
+* Bump hacking
+* Update python classifier in setup.cfg
+* Update master for stable/2023.2
+
 0.7.0
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.metrics-0.7.0/PKG-INFO 
new/oslo.metrics-0.8.0/PKG-INFO
--- old/oslo.metrics-0.7.0/PKG-INFO 2023-08-28 14:57:58.135821800 +0200
+++ new/oslo.metrics-0.8.0/PKG-INFO 2024-02-22 16:38:38.516015000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: oslo.metrics
-Version: 0.7.0
+Version: 0.8.0
 Summary: Oslo Metrics API
 Home-page: https://opendev.org/openstack/oslo.metrics
 Author: OpenStack
@@ -25,6 +25,7 @@
 Classifier: Programming Language :: Python :: 3.8
 Classifier: Programming Language :: Python :: 3.9
 Classifier: Programming Language :: Python :: 3.10
+Classifier: Programming Language :: Python :: 3.11
 Classifier: Programming Language :: Python :: 3 :: Only
 Classifier: Programming Language :: Python :: Implementation :: CPython
 Requires-Python: >=3.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.metrics-0.7.0/oslo.metrics.egg-info/PKG-INFO 
new/oslo.metrics-0.8.0/oslo.metrics.egg-info/PKG-INFO
--- old/oslo.metrics-0.7.0/oslo.metrics.egg-info/PKG-INFO   2023-08-28 
14:57:58.0 +0200
+++ new/oslo.metrics-0.8.0/oslo.metrics.egg-info/PKG-INFO   2024-02-22 
16:38:38.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 

commit python-oslo.privsep for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-oslo.privsep for 
openSUSE:Factory checked in at 2024-03-25 21:11:08

Comparing /work/SRC/openSUSE:Factory/python-oslo.privsep (Old)
 and  /work/SRC/openSUSE:Factory/.python-oslo.privsep.new.1905 (New)


Package is "python-oslo.privsep"

Mon Mar 25 21:11:08 2024 rev:21 rq:1161177 version:3.3.0

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.privsep/python-oslo.privsep.changes  
2023-12-28 23:03:49.091606166 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.privsep.new.1905/python-oslo.privsep.changes
2024-03-25 21:17:50.222654106 +0100
@@ -1,0 +2,14 @@
+Sun Mar 24 20:03:04 UTC 2024 - cloud-de...@suse.de
+
+- update to version 3.3.0
+  - Display coverage report
+  - add new kernel capabilities
+  - Update python classifier in setup.cfg
+  - Fix wrong path in coveragerc
+  - Bump bandit
+  - Update master for stable/2023.2
+  - Bump hacking
+  - reno: Update master for unmaintained/yoga
+  - fix broken links in readme
+
+---

Old:

  oslo.privsep-3.2.0.tar.gz

New:

  oslo.privsep-3.3.0.tar.gz



Other differences:
--
++ python-oslo.privsep.spec ++
--- /var/tmp/diff_new_pack.CN7DhQ/_old  2024-03-25 21:17:50.986682205 +0100
+++ /var/tmp/diff_new_pack.CN7DhQ/_new  2024-03-25 21:17:50.990682353 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-oslo.privsep
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   python-oslo.privsep
-Version:3.2.0
+Version:3.3.0
 Release:0
 Summary:OpenStack library for privilege separation
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://docs.openstack.org/oslo.privsep
-Source0:
https://files.pythonhosted.org/packages/source/o/oslo.privsep/oslo.privsep-3.2.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/o/oslo.privsep/oslo.privsep-3.3.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python3-cffi >= 1.14.0
 BuildRequires:  python3-eventlet >= 0.21.0
@@ -68,7 +68,7 @@
 Documentation for oslo.privsep
 
 %prep
-%autosetup -p1 -n oslo.privsep-3.2.0
+%autosetup -p1 -n oslo.privsep-3.3.0
 %py_req_cleanup
 
 %build

++ oslo.privsep-3.2.0.tar.gz -> oslo.privsep-3.3.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.privsep-3.2.0/.coveragerc 
new/oslo.privsep-3.3.0/.coveragerc
--- old/oslo.privsep-3.2.0/.coveragerc  2023-08-28 15:07:17.0 +0200
+++ new/oslo.privsep-3.3.0/.coveragerc  2024-02-22 16:06:01.0 +0100
@@ -1,7 +1,7 @@
 [run]
 branch = True
-source = privsep
-omit = privsep/tests/*,privsep/openstack/*
+source = oslo_privsep
+omit = oslo_privsep/tests/*
 
 [report]
-ignore-errors = True
+ignore_errors = True
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.privsep-3.2.0/.pre-commit-config.yaml 
new/oslo.privsep-3.3.0/.pre-commit-config.yaml
--- old/oslo.privsep-3.2.0/.pre-commit-config.yaml  2023-08-28 
15:07:17.0 +0200
+++ new/oslo.privsep-3.3.0/.pre-commit-config.yaml  2024-02-22 
16:06:01.0 +0100
@@ -32,7 +32,7 @@
   - id: flake8
 name: flake8
 additional_dependencies:
-  - hacking>=3.0.1,<3.1.0
+  - hacking>=6.1.0,<6.2.0
 language: python
 entry: flake8
 files: '^.*\.py$'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.privsep-3.2.0/AUTHORS 
new/oslo.privsep-3.3.0/AUTHORS
--- old/oslo.privsep-3.2.0/AUTHORS  2023-08-28 15:07:43.0 +0200
+++ new/oslo.privsep-3.3.0/AUTHORS  2024-02-22 16:06:29.0 +0100
@@ -38,7 +38,9 @@
 Sam Wan 
 Sean McGinnis 
 Stephen Finucane 
+Sven Kieske 
 Swapnil Kulkarni (coolsvap) 
+Takashi Kajinami 
 Takashi Kajinami 
 Thierry Carrez 
 TommyLike 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.privsep-3.2.0/ChangeLog 
new/oslo.privsep-3.3.0/ChangeLog
--- old/oslo.privsep-3.2.0/ChangeLog2023-08-28 15:07:43.0 +0200
+++ new/oslo.privsep-3.3.0/ChangeLog2024-02-22 16:06:29.0 +0100
@@ -1,10 +1,23 @@
 CHANGES
 ===
 
+3.3.0
+-
+
+* Display coverage report
+* reno: Update master for unmaintained/yoga
+* Bump hacking
+* Update python classifier in setup.cfg
+* add new kernel capabilities
+* Fix wrong path in coveragerc
+* fix broke

commit gpxsee for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gpxsee for openSUSE:Factory checked 
in at 2024-03-25 21:10:41

Comparing /work/SRC/openSUSE:Factory/gpxsee (Old)
 and  /work/SRC/openSUSE:Factory/.gpxsee.new.1905 (New)


Package is "gpxsee"

Mon Mar 25 21:10:41 2024 rev:121 rq:1161144 version:13.18

Changes:

--- /work/SRC/openSUSE:Factory/gpxsee/gpxsee.changes2024-03-09 
20:56:39.850936715 +0100
+++ /work/SRC/openSUSE:Factory/.gpxsee.new.1905/gpxsee.changes  2024-03-25 
21:17:09.149143477 +0100
@@ -1,0 +2,8 @@
+Sat Mar 23 21:19:19 CET 2024 - tu...@cbox.cz
+
+- Update to version 13.18
+  * Added support for arbitrary CRSs in GeoJSON files.
+  * Added support for GeoJSON Coordinate Properties extension.
+  * CRS database consolidation.
+
+---

Old:

  GPXSee-13.17.tar.gz

New:

  GPXSee-13.18.tar.gz



Other differences:
--
++ gpxsee.spec ++
--- /var/tmp/diff_new_pack.WfBMLV/_old  2024-03-25 21:17:09.937172462 +0100
+++ /var/tmp/diff_new_pack.WfBMLV/_new  2024-03-25 21:17:09.937172462 +0100
@@ -19,7 +19,7 @@
 # See also http://en.opensuse.org/openSUSE:Specfile_guidelines
 
 Name:   gpxsee
-Version:13.17
+Version:13.18
 Release:1
 Summary:GPS log file visualization and analysis tool
 License:GPL-3.0-only

++ GPXSee-13.17.tar.gz -> GPXSee-13.18.tar.gz ++
 2910 lines of diff (skipped)

++ PKGBUILD ++
--- /var/tmp/diff_new_pack.WfBMLV/_old  2024-03-25 21:17:10.453191441 +0100
+++ /var/tmp/diff_new_pack.WfBMLV/_new  2024-03-25 21:17:10.457191587 +0100
@@ -1,5 +1,5 @@
 pkgname=gpxsee
-pkgver=13.17
+pkgver=13.18
 pkgrel=1
 pkgdesc='GPS log files visualizing and analyzing tool'
 arch=('i686' 'x86_64')

++ debian.changelog ++
--- /var/tmp/diff_new_pack.WfBMLV/_old  2024-03-25 21:17:10.489192764 +0100
+++ /var/tmp/diff_new_pack.WfBMLV/_new  2024-03-25 21:17:10.493192912 +0100
@@ -1,3 +1,11 @@
+gpxsee (13.18) stable; urgency=low
+
+  * Added support for arbitrary CRSs in GeoJSON files.
+  * Added support for GeoJSON Coordinate Properties extension.
+  * CRS database consolidation.
+
+ -- Martin Tuma   Sat, 23 Mar 2024 21:25:49 +0100
+
 gpxsee (13.17) stable; urgency=low
 
   * Added support for hillshading (IMG & Mapsforge maps).

++ gpxsee.dsc ++
--- /var/tmp/diff_new_pack.WfBMLV/_old  2024-03-25 21:17:10.585196295 +0100
+++ /var/tmp/diff_new_pack.WfBMLV/_new  2024-03-25 21:17:10.589196443 +0100
@@ -1,10 +1,10 @@
 Format: 1.0
 Source: gpxsee
-Version: 13.17-1
+Version: 13.18-1
 Binary: gpxsee
 Maintainer: Martin Tuma 
 Architecture: any
 Build-Depends: debhelper (>= 9), qtbase5-dev, qtbase5-private-dev, 
qtbase5-dev-tools, qt5-qmake, qttools5-dev-tools, libqt5opengl5-dev, 
qtpositioning5-dev, libqt5svg5-dev, libqt5serialport5-dev
 Files:
-  0 GPXSee-13.17.tar.gz
+  0 GPXSee-13.18.tar.gz
 


commit babelstone-han-fonts for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package babelstone-han-fonts for 
openSUSE:Factory checked in at 2024-03-25 21:10:56

Comparing /work/SRC/openSUSE:Factory/babelstone-han-fonts (Old)
 and  /work/SRC/openSUSE:Factory/.babelstone-han-fonts.new.1905 (New)


Package is "babelstone-han-fonts"

Mon Mar 25 21:10:56 2024 rev:9 rq:1161163 version:15.1.4

Changes:

--- 
/work/SRC/openSUSE:Factory/babelstone-han-fonts/babelstone-han-fonts.changes
2024-01-06 17:29:34.184480421 +0100
+++ 
/work/SRC/openSUSE:Factory/.babelstone-han-fonts.new.1905/babelstone-han-fonts.changes
  2024-03-25 21:17:35.726120944 +0100
@@ -1,0 +2,7 @@
+Sun Mar 24 18:13:17 UTC 2024 - Gordon Leung 
+
+- Update to 15.1.4
+  * 463 additional CJK unified ideographs
+  * 17 glyph corrections and improvements
+
+---



Other differences:
--
++ babelstone-han-fonts.spec ++
--- /var/tmp/diff_new_pack.IavDuu/_old  2024-03-25 21:17:36.918164785 +0100
+++ /var/tmp/diff_new_pack.IavDuu/_new  2024-03-25 21:17:36.922164933 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   babelstone-han-fonts
-Version:15.1.3
+Version:15.1.4
 Release:0
 Summary:BabelStone font for Han Script
 License:Arphic-1999

++ BabelStoneHan.zip ++
/work/SRC/openSUSE:Factory/babelstone-han-fonts/BabelStoneHan.zip 
/work/SRC/openSUSE:Factory/.babelstone-han-fonts.new.1905/BabelStoneHan.zip 
differ: char 11, line 1


commit mesheryctl for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mesheryctl for openSUSE:Factory 
checked in at 2024-03-25 21:10:07

Comparing /work/SRC/openSUSE:Factory/mesheryctl (Old)
 and  /work/SRC/openSUSE:Factory/.mesheryctl.new.1905 (New)


Package is "mesheryctl"

Mon Mar 25 21:10:07 2024 rev:27 rq:1161113 version:0.7.37

Changes:

--- /work/SRC/openSUSE:Factory/mesheryctl/mesheryctl.changes2024-03-20 
21:21:08.717034915 +0100
+++ /work/SRC/openSUSE:Factory/.mesheryctl.new.1905/mesheryctl.changes  
2024-03-25 21:16:36.515771590 +0100
@@ -1,0 +2,29 @@
+Sun Mar 24 11:04:29 UTC 2024 - Johannes Kastl 

+
+- update to 0.7.37:
+  * Documentation
+- selectors snipeet backing relationships @RipulHandoo (#10596)
+
+---
+Sun Mar 24 10:29:14 UTC 2024 - Johannes Kastl 

+
+- update to 0.7.36:
+  * General
+- Bump webpack-dev-middleware from 5.3.1 to 5.3.4 in
+  /install/docker-extension/ui @dependabot (#10600)
+- Remove comment schema from Meshery definitions @leecalcote
+  (#10604)
+- [Add]: Relationship between KubeArmorPolicy and Kubernetes
+  Components @pandeyshubham03 (#10534)
+  * - Meshery UI
+- Upgrade to Sistent v0.14.18 @leecalcote (#10605)
+- fix cancel search button @Aseem22 (#10528)
+  * - Documentation
+- [Docs] Commands visibility fix @ritiksaxena124 (#10601)
+- Update patterns.md @leecalcote (#10587)
+- [Docs]: Add a new contrib docs page for Model Relationships
+  @pandeyshubham03 (#10540)
+- [Fix Docs] Improve code formatting for ALL code blocks
+  @sandramsc (#10598)
+
+---

Old:

  meshery-0.7.35.obscpio

New:

  meshery-0.7.37.obscpio



Other differences:
--
++ mesheryctl.spec ++
--- /var/tmp/diff_new_pack.6z8nYH/_old  2024-03-25 21:16:49.296309819 +0100
+++ /var/tmp/diff_new_pack.6z8nYH/_new  2024-03-25 21:16:49.312310493 +0100
@@ -19,7 +19,7 @@
 %define __arch_install_post export NO_BRP_STRIP_DEBUG=true
 
 Name:   mesheryctl
-Version:0.7.35
+Version:0.7.37
 Release:0
 Summary:CLI for the meshery cloud native management plane
 License:Apache-2.0

++ _service ++
--- /var/tmp/diff_new_pack.6z8nYH/_old  2024-03-25 21:16:49.556320768 +0100
+++ /var/tmp/diff_new_pack.6z8nYH/_new  2024-03-25 21:16:49.572321442 +0100
@@ -3,7 +3,7 @@
 https://github.com/meshery/meshery
 git
 .git
-v0.7.35
+v0.7.37
 @PARENT_TAG@
 disable
 v(.*)
@@ -17,7 +17,7 @@
 gz
   
   
-meshery-0.7.35.obscpio
+meshery-0.7.37.obscpio
   
 
 

++ meshery-0.7.35.obscpio -> meshery-0.7.37.obscpio ++
/work/SRC/openSUSE:Factory/mesheryctl/meshery-0.7.35.obscpio 
/work/SRC/openSUSE:Factory/.mesheryctl.new.1905/meshery-0.7.37.obscpio differ: 
char 50, line 1

++ meshery.obsinfo ++
--- /var/tmp/diff_new_pack.6z8nYH/_old  2024-03-25 21:16:49.708327170 +0100
+++ /var/tmp/diff_new_pack.6z8nYH/_new  2024-03-25 21:16:49.724327844 +0100
@@ -1,5 +1,5 @@
 name: meshery
-version: 0.7.35
-mtime: 1710881880
-commit: 64ea4dc76f3d5b1acbba001f38af2f8ba085a81a
+version: 0.7.37
+mtime: 1711239304
+commit: e55af207f4a34ea1b7cb1c27b4f827cea1d86c04
 

++ vendor.tar.gz ++
/work/SRC/openSUSE:Factory/mesheryctl/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.mesheryctl.new.1905/vendor.tar.gz differ: char 5, 
line 1


commit ncmpcpp for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ncmpcpp for openSUSE:Factory checked 
in at 2024-03-25 21:09:56

Comparing /work/SRC/openSUSE:Factory/ncmpcpp (Old)
 and  /work/SRC/openSUSE:Factory/.ncmpcpp.new.1905 (New)


Package is "ncmpcpp"

Mon Mar 25 21:09:56 2024 rev:7 rq:1161082 version:0.9.2

Changes:

--- /work/SRC/openSUSE:Factory/ncmpcpp/ncmpcpp.changes  2021-09-27 
20:09:12.282481701 +0200
+++ /work/SRC/openSUSE:Factory/.ncmpcpp.new.1905/ncmpcpp.changes
2024-03-25 21:15:49.541986456 +0100
@@ -1,0 +2,6 @@
+Thu Mar 21 15:03:06 UTC 2024 - Christophe Marin 
+
+- Add upstream change to fix build with taglib 2.0:
+  * 0001-Fix-compilation-with-taglib-2.0.patch
+
+---

New:

  0001-Fix-compilation-with-taglib-2.0.patch

BETA DEBUG BEGIN:
  New:- Add upstream change to fix build with taglib 2.0:
  * 0001-Fix-compilation-with-taglib-2.0.patch
BETA DEBUG END:



Other differences:
--
++ ncmpcpp.spec ++
--- /var/tmp/diff_new_pack.fVpV5k/_old  2024-03-25 21:15:50.630026406 +0100
+++ /var/tmp/diff_new_pack.fVpV5k/_new  2024-03-25 21:15:50.642026846 +0100
@@ -24,6 +24,8 @@
 Group:  Productivity/Multimedia/Sound/Players
 URL:https://rybczak.net/ncmpcpp
 Source: 
https://github.com/ncmpcpp/ncmpcpp/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM
+Patch0: 0001-Fix-compilation-with-taglib-2.0.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  curl-devel
@@ -52,7 +54,7 @@
 information fetcher and an alternative user interface.
 
 %prep
-%autosetup
+%autosetup -p1
 
 %build
 autoreconf -fiv
@@ -64,7 +66,7 @@
 
 %install
 %make_install
-rm -rf "%{buildroot}%{_datadir}/doc"
+rm -r "%{buildroot}%{_datadir}/doc"
 
 %files
 %license COPYING

++ 0001-Fix-compilation-with-taglib-2.0.patch ++
>From 5015cfd7727ca964d14acfaa694a07926e08a502 Mon Sep 17 00:00:00 2001
From: Andrzej Rybczak 
Date: Wed, 7 Feb 2024 14:28:26 +0100
Subject: [PATCH] Fix compilation with taglib 2.0

---
 src/tags.cpp | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/src/tags.cpp b/src/tags.cpp
index a8b34ab..d48ff7f 100644
--- a/src/tags.cpp
+++ b/src/tags.cpp
@@ -122,12 +122,12 @@ void writeCommonTags(const MPD::MutableSong &s, 
TagLib::Tag *tag)
tag->setArtist(ToWString(s.getArtist()));
tag->setAlbum(ToWString(s.getAlbum()));
try {
-   tag->setYear(boost::lexical_cast(s.getDate()));
+   tag->setYear(boost::lexical_cast(s.getDate()));
} catch (boost::bad_lexical_cast &) {
std::cerr << "writeCommonTags: couldn't write 'year' tag to '" 
<< s.getURI() << "' as it's not a positive integer\n";
}
try {
-   tag->setTrack(boost::lexical_cast(s.getTrack()));
+   tag->setTrack(boost::lexical_cast(s.getTrack()));
} catch (boost::bad_lexical_cast &) {
std::cerr << "writeCommonTags: couldn't write 'track' tag to '" 
<< s.getURI() << "' as it's not a positive integer\n";
}
@@ -254,7 +254,7 @@ void read(mpd_song *s)
if (f.isNull())
return;

-   setAttribute(s, "Time", 
boost::lexical_cast(f.audioProperties()->length()));
+   setAttribute(s, "Time", 
boost::lexical_cast(f.audioProperties()->lengthInSeconds()));

if (auto mpeg_file = dynamic_cast(f.file()))
{
@@ -294,7 +294,10 @@ bool write(MPD::MutableSong &s)
{
writeID3v2Tags(s, mpeg_file->ID3v2Tag(true));
// write id3v2.4 tags only
-   if (!mpeg_file->save(TagLib::MPEG::File::ID3v2, true, 4, false))
+   if (!mpeg_file->save(TagLib::MPEG::File::ID3v2,
+TagLib::File::StripOthers,
+TagLib::ID3v2::v4,
+TagLib::File::DoNotDuplicate))
return false;
// do not call generic save() as it will duplicate tags
saved = true;
-- 
2.44.0


commit gap-repndecomp for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gap-repndecomp for openSUSE:Factory 
checked in at 2024-03-25 21:09:38

Comparing /work/SRC/openSUSE:Factory/gap-repndecomp (Old)
 and  /work/SRC/openSUSE:Factory/.gap-repndecomp.new.1905 (New)


Package is "gap-repndecomp"

Mon Mar 25 21:09:38 2024 rev:2 rq:1161019 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Factory/gap-repndecomp/gap-repndecomp.changes
2023-12-28 23:00:39.108662749 +0100
+++ /work/SRC/openSUSE:Factory/.gap-repndecomp.new.1905/gap-repndecomp.changes  
2024-03-25 21:15:29.749259731 +0100
@@ -1,0 +2,6 @@
+Sat Mar 23 22:02:59 UTC 2024 - Jan Engelhardt 
+
+- Update to release 1.3.0
+  * Do not pass extra arguments to ``DeclareGlobalFunction``
+
+---

Old:

  RepnDecomp-1.2.1.tar.gz

New:

  RepnDecomp-1.3.0.tar.gz



Other differences:
--
++ gap-repndecomp.spec ++
--- /var/tmp/diff_new_pack.GEkC5Z/_old  2024-03-25 21:15:30.369282496 +0100
+++ /var/tmp/diff_new_pack.GEkC5Z/_new  2024-03-25 21:15:30.373282643 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-repndecomp
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   gap-repndecomp
-Version:1.2.1
+Version:1.3.0
 Release:0
 Summary:GAP: Decomposition of finite groups reprensentations into 
irreducibles
 License:GPL-3.0-only

++ RepnDecomp-1.2.1.tar.gz -> RepnDecomp-1.3.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/RepnDecomp-1.2.1/PackageInfo.g 
new/RepnDecomp-1.3.0/PackageInfo.g
--- old/RepnDecomp-1.2.1/PackageInfo.g  2022-03-03 00:51:26.0 +0100
+++ new/RepnDecomp-1.3.0/PackageInfo.g  2023-01-03 02:15:20.0 +0100
@@ -10,8 +10,8 @@
 
 PackageName := "RepnDecomp",
 Subtitle := "Decompose representations of finite groups into irreducibles",
-Version := "1.2.1",
-Date := "02/03/2022", # dd/mm/ format
+Version := "1.3.0",
+Date := "02/01/2023", # dd/mm/ format
 License := "GPL-3.0",
 
 Persons := [
@@ -65,7 +65,7 @@
 PackageDoc := rec(
   BookName  := "RepnDecomp",
   ArchiveURLSubset := ["doc"],
-  HTMLStart := "doc/chap0.html",
+  HTMLStart := "doc/chap0_mj.html",
   PDFFile   := "doc/manual.pdf",
   SixFile   := "doc/manual.six",
   LongTitle := "Decompose representations of finite groups into irreducibles",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/RepnDecomp-1.2.1/doc/RepnDecomp.toc 
new/RepnDecomp-1.3.0/doc/RepnDecomp.toc
--- old/RepnDecomp-1.2.1/doc/RepnDecomp.toc 2022-03-03 00:51:44.0 
+0100
+++ new/RepnDecomp-1.3.0/doc/RepnDecomp.toc 1970-01-01 01:00:00.0 
+0100
@@ -1,59 +0,0 @@
-\contentsline {chapter}{\numberline {1}\textcolor {Chapter 
}{Introduction}}{3}{chapter.1}%
-\contentsline {section}{\numberline {1.1}\textcolor {Chapter }{Getting started 
with RepnDecomp}}{3}{section.1.1}%
-\contentsline {subsection}{\numberline {1.1.1}\textcolor {Chapter 
}{Installation}}{3}{subsection.1.1.1}%
-\contentsline {subsection}{\numberline {1.1.2}\textcolor {Chapter }{Note on 
what is meant by a representation}}{3}{subsection.1.1.2}%
-\contentsline {subsection}{\numberline {1.1.3}\textcolor {Chapter }{API 
Overview}}{3}{subsection.1.1.3}%
-\contentsline {chapter}{\numberline {2}\textcolor {Chapter }{Isomorphisms 
between representations}}{5}{chapter.2}%
-\contentsline {section}{\numberline {2.1}\textcolor {Chapter }{Finding 
explicit isomorphisms}}{5}{section.2.1}%
-\contentsline {subsection}{\numberline {2.1.1}\textcolor {Chapter 
}{LinearRepresentationIsomorphism}}{5}{subsection.2.1.1}%
-\contentsline {subsection}{\numberline {2.1.2}\textcolor {Chapter 
}{LinearRepresentationIsomorphismSlow}}{6}{subsection.2.1.2}%
-\contentsline {section}{\numberline {2.2}\textcolor {Chapter }{Testing 
isomorphisms}}{6}{section.2.2}%
-\contentsline {subsection}{\numberline {2.2.1}\textcolor {Chapter 
}{AreRepsIsomorphic}}{6}{subsection.2.2.1}%
-\contentsline {subsection}{\numberline {2.2.2}\textcolor {Chapter 
}{IsLinearRepresentationIsomorphism}}{7}{subsection.2.2.2}%
-\contentsline {chapter}{\numberline {3}\textcolor {Chapter }{Algorithms for 
unitary representations}}{8}{chapter.3}%
-\contentsline {section}{\numberline {3.1}\textcolor {Chapter }{Unitarising 
representations}}{8}{section.3.1}%
-\contentsline {subsection}{\numberline {3.1.1}\textcolor {Chapter 
}{UnitaryRepresentation}}{8}{subsection.3.1.1}%
-\contentsline {subsecti

commit gap-toolsforhomalg for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gap-toolsforhomalg for 
openSUSE:Factory checked in at 2024-03-25 21:09:42

Comparing /work/SRC/openSUSE:Factory/gap-toolsforhomalg (Old)
 and  /work/SRC/openSUSE:Factory/.gap-toolsforhomalg.new.1905 (New)


Package is "gap-toolsforhomalg"

Mon Mar 25 21:09:42 2024 rev:2 rq:1161023 version:2023.11.01

Changes:

--- /work/SRC/openSUSE:Factory/gap-toolsforhomalg/gap-toolsforhomalg.changes
2023-12-28 23:01:27.606435224 +0100
+++ 
/work/SRC/openSUSE:Factory/.gap-toolsforhomalg.new.1905/gap-toolsforhomalg.changes
  2024-03-25 21:15:34.097419381 +0100
@@ -1,0 +2,6 @@
+Sat Mar 23 22:07:44 UTC 2024 - Jan Engelhardt 
+
+- Update to release 2023.11.01
+  * No changelog was provided
+
+---

Old:

  ToolsForHomalg-2022.12-01.tar.gz

New:

  ToolsForHomalg-2023.11-01.tar.gz



Other differences:
--
++ gap-toolsforhomalg.spec ++
--- /var/tmp/diff_new_pack.vcmLVt/_old  2024-03-25 21:15:34.757443615 +0100
+++ /var/tmp/diff_new_pack.vcmLVt/_new  2024-03-25 21:15:34.757443615 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-toolsforhomalg
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,8 +17,8 @@
 
 
 Name:   gap-toolsforhomalg
-Version:2022.12.01
-%define sillyver 2022.12-01
+Version:2023.11.01
+%define sillyver 2023.11-01
 Release:0
 Summary:GAP: Special methods and knowledge propagation tools
 License:GPL-2.0-only
@@ -29,7 +29,7 @@
 BuildArch:  noarch
 BuildRequires:  fdupes
 BuildRequires:  gap-rpm-devel
-Requires:   gap-core >= 4.11.1
+Requires:   gap-core >= 4.12.1
 
 %description
 The ToolsForHomalg package provides GAP extensions for the homalg

++ ToolsForHomalg-2022.12-01.tar.gz -> ToolsForHomalg-2023.11-01.tar.gz 
++
 4054 lines of diff (skipped)


commit wine for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package wine for openSUSE:Factory checked in 
at 2024-03-25 21:10:00

Comparing /work/SRC/openSUSE:Factory/wine (Old)
 and  /work/SRC/openSUSE:Factory/.wine.new.1905 (New)


Package is "wine"

Mon Mar 25 21:10:00 2024 rev:435 rq:1161096 version:9.5

Changes:

--- /work/SRC/openSUSE:Factory/wine/wine.changes2024-03-11 
15:42:33.153467916 +0100
+++ /work/SRC/openSUSE:Factory/.wine.new.1905/wine.changes  2024-03-25 
21:15:56.434239518 +0100
@@ -1,0 +2,10 @@
+Sat Mar 23 13:31:42 UTC 2024 - Marcus Meissner 
+
+- Updated to 9.5 release
+  - Initial SLTG-format typelib support in widl.
+  - Exception handling on ARM64EC.
+  - Improvements to Minidump support.
+  - Various bug fixes.
+- update staging to 9.5 release
+
+---

Old:

  wine-9.4.tar.xz
  wine-9.4.tar.xz.sign
  wine-staging-9.4.tar.xz

New:

  wine-9.5.tar.xz
  wine-9.5.tar.xz.sign
  wine-staging-9.5.tar.xz



Other differences:
--
++ wine.spec ++
--- /var/tmp/diff_new_pack.F2e12P/_old  2024-03-25 21:15:58.930331166 +0100
+++ /var/tmp/diff_new_pack.F2e12P/_new  2024-03-25 21:15:58.934331313 +0100
@@ -25,8 +25,8 @@
 %endif
 
 # needs to be on top due to usage of %version macro below
-%define realver 9.4
-Version:9.4
+%define realver 9.5
+Version:9.5
 Release:0
 
 %if "%{flavor}" != ""
@@ -170,7 +170,7 @@
 ExclusiveArch:  %{ix86} x86_64 ppc armv7l armv7hl aarch64
 %if %{staging}
 # upstream patch target version
-%define staging_version 9.4
+%define staging_version 9.5
 Source100:  wine-staging-%{staging_version}.tar.xz
 BuildRequires:  gtk3-devel
 BuildRequires:  libOSMesa-devel

++ _service ++
--- /var/tmp/diff_new_pack.F2e12P/_old  2024-03-25 21:15:59.006333957 +0100
+++ /var/tmp/diff_new_pack.F2e12P/_new  2024-03-25 21:15:59.010334103 +0100
@@ -3,7 +3,7 @@
 @PARENT_TAG@
 v(.*)
 https://github.com/wine-staging/wine-staging.git
-refs/tags/v9.4
+refs/tags/v9.5
 v*.*
 git
   

++ wine-9.4.tar.xz -> wine-9.5.tar.xz ++
/work/SRC/openSUSE:Factory/wine/wine-9.4.tar.xz 
/work/SRC/openSUSE:Factory/.wine.new.1905/wine-9.5.tar.xz differ: char 13, line 
1

++ wine-staging-9.4.tar.xz -> wine-staging-9.5.tar.xz ++
/work/SRC/openSUSE:Factory/wine/wine-staging-9.4.tar.xz 
/work/SRC/openSUSE:Factory/.wine.new.1905/wine-staging-9.5.tar.xz differ: char 
15, line 1


commit gap-modules for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gap-modules for openSUSE:Factory 
checked in at 2024-03-25 21:09:36

Comparing /work/SRC/openSUSE:Factory/gap-modules (Old)
 and  /work/SRC/openSUSE:Factory/.gap-modules.new.1905 (New)


Package is "gap-modules"

Mon Mar 25 21:09:36 2024 rev:2 rq:1161016 version:2024.01.01

Changes:

--- /work/SRC/openSUSE:Factory/gap-modules/gap-modules.changes  2023-12-28 
22:59:42.838606215 +0100
+++ /work/SRC/openSUSE:Factory/.gap-modules.new.1905/gap-modules.changes
2024-03-25 21:15:26.133126958 +0100
@@ -1,0 +2,6 @@
+Sat Mar 23 21:59:04 UTC 2024 - Jan Engelhardt 
+
+- Update to release 2024.01.01
+  * No changelog was provided
+
+---

Old:

  Modules-2022.11-01.tar.gz

New:

  Modules-2024.01-01.tar.gz



Other differences:
--
++ gap-modules.spec ++
--- /var/tmp/diff_new_pack.IfEoaU/_old  2024-03-25 21:15:27.793187910 +0100
+++ /var/tmp/diff_new_pack.IfEoaU/_new  2024-03-25 21:15:27.801188204 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-modules
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,8 +17,8 @@
 
 
 Name:   gap-modules
-Version:2022.11.01
-%define sillyver 2022.11-01
+Version:2024.01.01
+%define sillyver 2024.01-01
 Release:0
 Summary:GAP: Abelian Finitely Presented Modules over Computable Rings
 License:GPL-2.0-only
@@ -30,11 +30,11 @@
 Source: 
https://github.com/homalg-project/homalg_project/releases/download/Modules-%sillyver/Modules-%sillyver.tar.gz
 BuildArch:  noarch
 BuildRequires:  gap-rpm-devel
-Requires:   gap-core >= 4.11.1
+Requires:   gap-core >= 4.12.1
 Requires:   gap-gapdoc >= 1.0
-Requires:   gap-gaussforhomalg >= 2019.09.01
+Requires:   gap-gaussforhomalg >= 2023.08.01
 Requires:   gap-homalg >= 2022.02.01
-Requires:   gap-matricesforhomalg >= 2022.02.01
+Requires:   gap-matricesforhomalg >= 2023.10.01
 Requires:   gap-toolsforhomalg >= 2013.04.12
 
 %description

++ Modules-2022.11-01.tar.gz -> Modules-2024.01-01.tar.gz ++
 5935 lines of diff (skipped)


commit gap-monoidalcategories for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gap-monoidalcategories for 
openSUSE:Factory checked in at 2024-03-25 21:09:37

Comparing /work/SRC/openSUSE:Factory/gap-monoidalcategories (Old)
 and  /work/SRC/openSUSE:Factory/.gap-monoidalcategories.new.1905 (New)


Package is "gap-monoidalcategories"

Mon Mar 25 21:09:37 2024 rev:2 rq:1161017 version:2024.02.04

Changes:

--- 
/work/SRC/openSUSE:Factory/gap-monoidalcategories/gap-monoidalcategories.changes
2023-12-28 22:59:44.930682675 +0100
+++ 
/work/SRC/openSUSE:Factory/.gap-monoidalcategories.new.1905/gap-monoidalcategories.changes
  2024-03-25 21:15:28.761223454 +0100
@@ -1,0 +2,6 @@
+Sat Mar 23 22:00:10 UTC 2024 - Jan Engelhardt 
+
+- Update to release 2024.02.04
+  * No changelog was provided
+
+---

Old:

  MonoidalCategories-2022.12-01.tar.gz

New:

  MonoidalCategories-2024.02-04.tar.gz



Other differences:
--
++ gap-monoidalcategories.spec ++
--- /var/tmp/diff_new_pack.w5XuYB/_old  2024-03-25 21:15:29.233240785 +0100
+++ /var/tmp/diff_new_pack.w5XuYB/_new  2024-03-25 21:15:29.233240785 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-monoidalcategories
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,8 +17,8 @@
 
 
 Name:   gap-monoidalcategories
-Version:2022.12.01
-%define sillyver 2022.12-01
+Version:2024.02.04
+%define sillyver 2024.02-04
 Release:0
 Summary:GAP: Monoidal and monoidal (co-)closed categories
 License:GPL-2.0-or-later
@@ -27,7 +27,7 @@
 Source: 
https://github.com/homalg-project/CAP_project/releases/download/MonoidalCategories-%sillyver/MonoidalCategories-%sillyver.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  gap-rpm-devel
-Requires:   gap-cap >= 2022.09.17
+Requires:   gap-cap >= 2023.08.16
 Requires:   gap-core >= 4.12.1
 Requires:   gap-toolsforhomalg >= 2018.05.22
 

++ MonoidalCategories-2022.12-01.tar.gz -> 
MonoidalCategories-2024.02-04.tar.gz ++
 50193 lines of diff (skipped)


commit gap-matricesforhomalg for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gap-matricesforhomalg for 
openSUSE:Factory checked in at 2024-03-25 21:09:35

Comparing /work/SRC/openSUSE:Factory/gap-matricesforhomalg (Old)
 and  /work/SRC/openSUSE:Factory/.gap-matricesforhomalg.new.1905 (New)


Package is "gap-matricesforhomalg"

Mon Mar 25 21:09:35 2024 rev:2 rq:1161014 version:2024.02.01

Changes:

--- 
/work/SRC/openSUSE:Factory/gap-matricesforhomalg/gap-matricesforhomalg.changes  
2023-12-28 22:59:38.970464844 +0100
+++ 
/work/SRC/openSUSE:Factory/.gap-matricesforhomalg.new.1905/gap-matricesforhomalg.changes
2024-03-25 21:15:21.072941165 +0100
@@ -1,0 +2,6 @@
+Sat Mar 23 21:56:49 UTC 2024 - Jan Engelhardt 
+
+- Update to release 2024.02.01
+  * No changelog was provided
+
+---

Old:

  MatricesForHomalg-2022.12-01.tar.gz

New:

  MatricesForHomalg-2024.02-01.tar.gz



Other differences:
--
++ gap-matricesforhomalg.spec ++
--- /var/tmp/diff_new_pack.77fMVj/_old  2024-03-25 21:15:22.668999766 +0100
+++ /var/tmp/diff_new_pack.77fMVj/_new  2024-03-25 21:15:22.668999766 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-matricesforhomalg
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,8 +17,8 @@
 
 
 Name:   gap-matricesforhomalg
-Version:2022.12.01
-%define sillyver 2022.12-01
+Version:2024.02.01
+%define sillyver 2024.02-01
 Release:0
 Summary:GAP: Matrices for the homalg project
 License:GPL-2.0-only
@@ -28,10 +28,9 @@
 Source: 
https://github.com/homalg-project/homalg_project/releases/download/MatricesForHomalg-%sillyver/MatricesForHomalg-%sillyver.tar.gz
 BuildArch:  noarch
 BuildRequires:  gap-rpm-devel
-Requires:   gap-core >= 4.11.1
+Requires:   gap-core >= 4.12.1
 Requires:   gap-gapdoc >= 1.0
-Requires:   gap-toolsforhomalg >= 2018.12.15
-Suggests:   gap-utils >= 0.54
+Requires:   gap-toolsforhomalg >= 2023.11.01
 
 %description
 The MatricesForHomalg package provides lazy evaluated matrices with

++ MatricesForHomalg-2022.12-01.tar.gz -> 
MatricesForHomalg-2024.02-01.tar.gz ++
 13068 lines of diff (skipped)


commit decker for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package decker for openSUSE:Factory checked 
in at 2024-03-25 21:09:50

Comparing /work/SRC/openSUSE:Factory/decker (Old)
 and  /work/SRC/openSUSE:Factory/.decker.new.1905 (New)


Package is "decker"

Mon Mar 25 21:09:50 2024 rev:4 rq:1161049 version:1.41

Changes:

--- /work/SRC/openSUSE:Factory/decker/decker.changes2024-03-02 
23:24:38.713932491 +0100
+++ /work/SRC/openSUSE:Factory/.decker.new.1905/decker.changes  2024-03-25 
21:15:43.813776135 +0100
@@ -1,0 +2,45 @@
+Sun Mar 24 04:36:40 UTC 2024 - vivid 
+
+- Update decker and decker-doc to version 1.41
+
+* correct random[] in native-decker to select random rows of tables, rather 
than random col
+umns (which is very silly and almost never useful)
+* version bump to v1.41
+* make grid.rowvalue and grid.cellvalue writable, leveraging the 
generalizations of amend()
+, and in turn simplify the default handler for changecell[].
+* rework grid cell editing to occur in-situ instead of in a visibly distinct 
modal dialog. In some situations this may lead to a cramped field, and the 
current implementation prevents entering newlines, but despite these quibbles I 
think the overall experience- especially when using the keyboard- will be much 
nicer.
+* another weeklychallenge puzzle
+* introduce the changecell event for grids, replacing hardcoded validation 
logic with an overrideable default handler and providing opportunities for 
shimming in side effects.
+* compensate for rounding error when computing the width of the final cell in 
a grid with auto-sized columns.
+* generalize amending assignments to work for tables. Some of these operations 
are easy enough to express with 'update', but some would be extremely annoying. 
This generalization mostly follows from the behavior of amending lists/dicts.
+* remove some cruft from the test script
+* add a selection by cell mode to the grid widget, allowing it to behave a bit 
more like a traditional spreadsheet and permitting faster editing via the 
keyboard.
+* disable menu selection while hidden, per #82.
+* improve behavior of transparent grids on colored backgrounds by reducing 
reliance on color inversion, per #81.
+* auto-focus the script editor field when entering it via keyboard shortcuts, 
per #79.
+* gracefully handle grid widgets with 0-width columns, making this a viable 
method of hiding columns, if desired.
+* another weekly challenge problem, providing a nice example of progressive 
parsing.
+* show:none buttons should not be given a pointer mouse cursor.
+* extend dialogizer with configuration options for controlling text display 
speed and triggering sound effects.
+
+---
+Sun Mar  3 03:43:42 UTC 2024 - vivid 
+
+- Update decker and decker-doc to version 1.40
+- Remove install-script.patch - the patch was merged in upstream commit 
7b1856ae8189c2247043cd433448ab1c2b30e49b
+
+* minor documentation touchups
+* introduce a 'like' primitive to Lil, loosely mirroring SQL's glob-matching 
operator. Since this is a new keyword it is a minor breaking change, and there 
is some functional overlap with parse pattern matching, but overall I think 
this addition will make a wide range of common use-cases simpler and more 
straightforward.
+* permit keyboard shortcuts to be activated while the menu is suppressed in 
drawing mode.
+* add danger.shell[]. offer not valid on Windows.
+* revise install script to accept DESTDIR/PREFIX vars and avoid the use of 
sudo.
+* an initial foray into exposing potentially hazardous (but equally useful) 
APIs to Decker. The 'danger zone' is presently accessible exclusively by 
rebuilding from source. In the future I may consider easier methods.
+* correct inconsistencies between web-decker and native-decker in how 
writecsv[] serialized 'j' formatted columns.
+* oops, actually native decker was already handling j column formats 
correctly; web-decker was busted.
+* fix web-decker not hiding toolbars while in modals or the script editor.
+* more refinements to puzzle solutions
+* make the j and a format symbols in a grid format string enclose their listy 
arguments before formatting. This makes, for example, a j format of a column of 
pairs do the right thing.
+* a simpler formulation of weekly challenge 127.1; are sets disjoint?
+* fix crashes if a prototype is removed while editing it.
+
+---

Old:

  install-script.patch
  v1.39.tar.gz

New:

  v1.41.tar.gz

BETA DEBUG BEGIN:
  Old:- Update decker and decker-doc to version 1.40
- Remove install-script.patch - the patch was merged in upstream commit 
7b1856ae8189c2247043cd433448ab1c2b30e49b
BETA DEBUG END:

+

commit gap-homalg for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gap-homalg for openSUSE:Factory 
checked in at 2024-03-25 21:09:29

Comparing /work/SRC/openSUSE:Factory/gap-homalg (Old)
 and  /work/SRC/openSUSE:Factory/.gap-homalg.new.1905 (New)


Package is "gap-homalg"

Mon Mar 25 21:09:29 2024 rev:2 rq:1161006 version:2024.01.01

Changes:

--- /work/SRC/openSUSE:Factory/gap-homalg/gap-homalg.changes2023-12-28 
22:58:42.828412568 +0100
+++ /work/SRC/openSUSE:Factory/.gap-homalg.new.1905/gap-homalg.changes  
2024-03-25 21:15:14.148686928 +0100
@@ -1,0 +2,6 @@
+Sat Mar 23 21:47:16 UTC 2024 - Jan Engelhardt 
+
+- Update to release 2024.01.01
+  * No changelog was provided
+
+---

Old:

  homalg-2022.11-01.tar.gz

New:

  homalg-2024.01-01.tar.gz



Other differences:
--
++ gap-homalg.spec ++
--- /var/tmp/diff_new_pack.PPOGal/_old  2024-03-25 21:15:14.972717184 +0100
+++ /var/tmp/diff_new_pack.PPOGal/_new  2024-03-25 21:15:14.976717330 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-homalg
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,23 +12,23 @@
 # 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:   gap-homalg
-Version:2022.11.01
-%define sillyver 2022.11-01
+Version:2024.01.01
+%define sillyver 2024.01-01
 Release:0
 Summary:GAP: A homological algebra meta-package for computable Abelian 
categories
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  Productivity/Scientific/Math
 URL:https://homalg-project.github.io/pkg/homalg
 #Git-Clone:https://github.com/homalg-project/homalg_project
 Source: 
https://github.com/homalg-project/homalg_project/releases/download/homalg-%sillyver/homalg-%sillyver.tar.gz
 BuildArch:  noarch
 BuildRequires:  gap-rpm-devel
-Requires:   gap-core >= 4.11.1
+Requires:   gap-core >= 4.12.1
 Requires:   gap-gapdoc >= 1.0
 Requires:   gap-toolsforhomalg >= 2012.10.27
 

++ homalg-2022.11-01.tar.gz -> homalg-2024.01-01.tar.gz ++
 3322 lines of diff (skipped)


commit gap-fplsa for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gap-fplsa for openSUSE:Factory 
checked in at 2024-03-25 21:09:24

Comparing /work/SRC/openSUSE:Factory/gap-fplsa (Old)
 and  /work/SRC/openSUSE:Factory/.gap-fplsa.new.1905 (New)


Package is "gap-fplsa"

Mon Mar 25 21:09:24 2024 rev:2 rq:1160999 version:1.2.6

Changes:

--- /work/SRC/openSUSE:Factory/gap-fplsa/gap-fplsa.changes  2023-12-28 
22:57:56.406712795 +0100
+++ /work/SRC/openSUSE:Factory/.gap-fplsa.new.1905/gap-fplsa.changes
2024-03-25 21:15:07.672449142 +0100
@@ -1,0 +2,6 @@
+Sat Mar 23 21:38:48 UTC 2024 - Jan Engelhardt 
+
+- Update to release 1.2.6
+  * Janitorial changes only
+
+---

Old:

  FPLSA-1.2.5.tar.gz

New:

  FPLSA-1.2.6.tar.gz



Other differences:
--
++ gap-fplsa.spec ++
--- /var/tmp/diff_new_pack.LNZmFm/_old  2024-03-25 21:15:08.176467648 +0100
+++ /var/tmp/diff_new_pack.LNZmFm/_new  2024-03-25 21:15:08.180467794 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-fplsa
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   gap-fplsa
-Version:1.2.5
+Version:1.2.6
 Release:0
 Summary:GAP: Finitely Presented Lie Algebras
 License:GPL-2.0-or-later

++ FPLSA-1.2.5.tar.gz -> FPLSA-1.2.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/FPLSA-1.2.5/CHANGES new/FPLSA-1.2.6/CHANGES
--- old/FPLSA-1.2.5/CHANGES 2022-03-10 23:07:34.0 +0100
+++ new/FPLSA-1.2.6/CHANGES 2023-01-03 17:36:27.0 +0100
@@ -1,5 +1,9 @@
 This file describes changes in the FPLSA package.
 
+1.2.6 (2023-01-03)
+  - Enhance the `configure` script to accept `--with-gaproot=PATH`
+  - Minor janitorial changes
+
 1.2.5 (2022-03-10)
   - Improve buildsystem
   - PackageInfo.g: update Max Horn's address (again)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/FPLSA-1.2.5/PackageInfo.g 
new/FPLSA-1.2.6/PackageInfo.g
--- old/FPLSA-1.2.5/PackageInfo.g   2022-03-10 23:07:34.0 +0100
+++ new/FPLSA-1.2.6/PackageInfo.g   2023-01-03 17:36:27.0 +0100
@@ -5,8 +5,8 @@
 SetPackageInfo( rec(
 PackageName := "FPLSA",
 Subtitle := "Finitely Presented Lie Algebras",
-Version := "1.2.5",
-Date := "10/03/2022", # dd/mm/ format
+Version := "1.2.6",
+Date := "03/01/2023", # dd/mm/ format
 License := "GPL-2.0-or-later",
 
 Persons := [
@@ -65,7 +65,7 @@
 PackageDoc := rec(
   BookName := "fplsa",
   ArchiveURLSubset := [ "doc" ],
-  HTMLStart := "doc/chap0.html",
+  HTMLStart := "doc/chap0_mj.html",
   PDFFile := "doc/manual.pdf",
   SixFile := "doc/manual.six",
   LongTitle := "Interface to fast external Lie Todd-Coxeter Program",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/FPLSA-1.2.5/README.md new/FPLSA-1.2.6/README.md
--- old/FPLSA-1.2.5/README.md   2022-03-10 23:07:34.0 +0100
+++ new/FPLSA-1.2.6/README.md   2023-01-03 17:36:27.0 +0100
@@ -54,7 +54,7 @@
  Configuring and Compiling the C part
 
 You have to change your current working directory to the subdirectory
-FPLSA lives in. Starting from the `pkg` dirctory of your GAP
+FPLSA lives in. Starting from the `pkg` directory of your GAP
 installation, you can do this via this command (replace `X.Y` with
 the actual version):
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/FPLSA-1.2.5/configure new/FPLSA-1.2.6/configure
--- old/FPLSA-1.2.5/configure   2022-03-10 23:07:34.0 +0100
+++ new/FPLSA-1.2.6/configure   2023-01-03 17:36:27.0 +0100
@@ -1,17 +1,36 @@
 #!/bin/sh
 # usage: configure gappath
-# this script creates a `Makefile' from `Makefile.in' 
-if test -z "$1"; then
-  GAPPATH=../..; echo "Using ../.. as default GAP path";
-else
-  GAPPATH="$1";
-fi
-if test ! -r "$GAPPATH/sysinfo.gap"; then
-  echo "Please give correct GAP path as argument (and make sure that GAP"
-  echo "is already properly installed)."
-  exit
+# this script creates a `Makefile' from `Makefile.in'
+
+set -e
+
+GAPPATH=../..
+while test "$#" -ge 1 ; do
+  option="$1" ; shift
+  case "$option" in
+--with-gaproot=*) GAPPATH=${option#--with-gaproot=}; ;;
+-*)   echo "ERROR: unsupported argument $option" ; exit 1;;
+*)GAPPATH="$option" ;;
+  esac
+done
+
+if test ! -r "$GAPPATH/sysinfo.gap" ; then
+echo
+echo "No file $GAPPA

commit lazygit for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package lazygit for openSUSE:Factory checked 
in at 2024-03-25 21:09:46

Comparing /work/SRC/openSUSE:Factory/lazygit (Old)
 and  /work/SRC/openSUSE:Factory/.lazygit.new.1905 (New)


Package is "lazygit"

Mon Mar 25 21:09:46 2024 rev:3 rq:1161040 version:0.41.0

Changes:

--- /work/SRC/openSUSE:Factory/lazygit/lazygit.changes  2023-08-08 
15:55:11.401089256 +0200
+++ /work/SRC/openSUSE:Factory/.lazygit.new.1905/lazygit.changes
2024-03-25 21:15:39.329611491 +0100
@@ -1,0 +2,407 @@
+Sat Mar 23 13:22:23 UTC 2024 - Jeff Kowalczyk 
+
+- Update to version 0.41.0:
+  * Fix container detection
+  * Change CopiedToClipboard text to start lower-case
+  * Change toast for copying sha to clipboard to include what was copied
+  * Change log message for copying sha to the clipboard to include "full"
+  * Add config to truncate commit hashes when copying them to the clipboard
+  * Make it easy to create "amend!" commits
+  * Remove CreateFixupCommitDescription as it's identical to CreateFixupCommit
+  * Support editing multiple files at once using range selection
+  * When creating a new remote, select it and fetch it
+  * Make links in status view clickable, and underline them
+  * Make the links in the status panel point to the current version rather 
than master
+  * Always prompt to return from subprocess if there was an error
+  * Add NixOs installation instructions README.md
+  * Improve translations for zh_TW
+  * Fix disabling the switch-to-editor menu item if unavailable
+  * Always show the "Press  to open menu" help text in the commit panel
+  * Add missing translations for polish
+  * Get rid of the retain-sort-order-when-filtering logic again
+  * Rename FuzzySearchFunc to FilterFunc
+  * Rename FuzzySearch to FilterStrings
+  * Default to substring filtering, add option to go back to fuzzy filtering
+  * Don't sort the results of fuzzy.Find
+  * Refresh after creating local branch, before checking it out
+  * Show inline waiting status when checking out a local branch
+  * Show the same menu when pressing space on a remote branch
+  * When checking out a remote branch by name, ask the user how
+  * Don't ask to force-push if the remote rejected updates
+  * Set mode to none when calling SetSelectionRangeAndMode with empty 
non-sticky range
+  * Allow deleting update-ref todos
+  * Extract a findTodo helper function
+  * Allow moving update-ref todos up/down
+  * Store full ref in Name field of update-ref commits
+  * Refactor: pass Todo to moveTodoUp/Down instead of Sha and Action
+  * Handle mouse-wheel scrolling in confirmation panel
+  * Show popup message with breaking changes on startup
+  * Add integration test
+  * Add commit menu entry "Add co-author"
+  * Add a commit menu to the commit message panel
+  * Extract functions AddCoAuthorToMessage and AddCoAuthorToDescription
+  * Make test assertion more specific
+  * Make keybindings for the "Amend attribute" menu configurable
+  * Internationalize the tooltips of the "Amend commit attributes" menu
+  * Add forgotten keybindings to Config.md
+  * Update sponsors in readme
+  * Add integration test
+  * Remove hard line breaks when rewording commits
+  * Replace DOS linefeeds with Unix line feeds when loading a commit message
+  * Save and restore the unwrapped description
+  * Add config for soft-wrapping the commit message body
+  * Bump gocui
+  * Keep the same line selected after squashing fixup commits
+  * Extract common code to a helper method
+  * Move selection down by one after creating a fixup commit
+  * Extend squash_fixups_in_current_branch test to check the selection
+  * Add test for creating a fixup commit and squashing fixups
+  * Support setting a range of commits to "edit" outside of a rebase
+  * Show all submodules recursively
+  * Pass entire submodule to UpdateUrl instead of name and path separately
+  * Fix deleting submodule where name and path are different
+  * Add test to check that the git dir for a deleted submodule was removed
+  * Extend submodule tests to use a submodule where name and path are different
+  * Don't strike out reserved keys in menus
+  * Remove support for old-style non-interactive rebases
+  * Break git.merging.args config into separate arguments on whitespace
+  * Add a test that demonstrates a bug with multiple args in git.merging.args 
config
+  * Don't show branch head on rebase todos if the rebase.updateRefs config is 
on
+  * Rename showBranchMarkerForHeadCommit parameter to hasRebaseUpdateRefsConfig
+  * Add test demonstrating the current (undesired) behavior
+  * Provide two helix presets, one for "helix" and one for "hx"
+  * Make ctrl-f available in staging view
+  * Fix linter warnings
+  * Add author filtering to commit view
+  * Add toolt

commit gap-standardff for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gap-standardff for openSUSE:Factory 
checked in at 2024-03-25 21:09:41

Comparing /work/SRC/openSUSE:Factory/gap-standardff (Old)
 and  /work/SRC/openSUSE:Factory/.gap-standardff.new.1905 (New)


Package is "gap-standardff"

Mon Mar 25 21:09:41 2024 rev:2 rq:1161022 version:1.0

Changes:

--- /work/SRC/openSUSE:Factory/gap-standardff/gap-standardff.changes
2023-12-28 23:01:16.706036841 +0100
+++ /work/SRC/openSUSE:Factory/.gap-standardff.new.1905/gap-standardff.changes  
2024-03-25 21:15:33.349391917 +0100
@@ -1,0 +2,8 @@
+Sat Mar 23 22:06:43 UTC 2024 - Jan Engelhardt 
+
+- Update to release 1.0
+  * Support the move of the code for ``Dlog`/``DLogShanks`` to the
+GAP library.
+  * Changed ``AsVector`` to an attribute.
+
+---

Old:

  StandardFF-0.9.4.tar.gz

New:

  StandardFF-1.0.tar.gz



Other differences:
--
++ gap-standardff.spec ++
--- /var/tmp/diff_new_pack.Setkmt/_old  2024-03-25 21:15:33.813408954 +0100
+++ /var/tmp/diff_new_pack.Setkmt/_new  2024-03-25 21:15:33.813408954 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-standardff
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   gap-standardff
-Version:0.9.4
+Version:1.0
 Release:0
 Summary:GAP: Standard finite fields and cyclic generators
 License:GPL-3.0-or-later

++ StandardFF-0.9.4.tar.gz -> StandardFF-1.0.tar.gz ++
 9450 lines of diff (skipped)


commit gap-linearalgebraforcap for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gap-linearalgebraforcap for 
openSUSE:Factory checked in at 2024-03-25 21:09:33

Comparing /work/SRC/openSUSE:Factory/gap-linearalgebraforcap (Old)
 and  /work/SRC/openSUSE:Factory/.gap-linearalgebraforcap.new.1905 (New)


Package is "gap-linearalgebraforcap"

Mon Mar 25 21:09:33 2024 rev:2 rq:1161012 version:2024.02.02

Changes:

--- 
/work/SRC/openSUSE:Factory/gap-linearalgebraforcap/gap-linearalgebraforcap.changes
  2023-12-28 22:59:23.061883423 +0100
+++ 
/work/SRC/openSUSE:Factory/.gap-linearalgebraforcap.new.1905/gap-linearalgebraforcap.changes
2024-03-25 21:15:19.132869931 +0100
@@ -1,0 +2,6 @@
+Sat Mar 23 21:54:58 UTC 2024 - Jan Engelhardt 
+
+- Update to release 2024.02.04
+  * No changelog was provided
+
+---

Old:

  LinearAlgebraForCAP-2022.12-04.tar.gz

New:

  LinearAlgebraForCAP-2024.02-02.tar.gz



Other differences:
--
++ gap-linearalgebraforcap.spec ++
--- /var/tmp/diff_new_pack.RQIOTo/_old  2024-03-25 21:15:19.872897103 +0100
+++ /var/tmp/diff_new_pack.RQIOTo/_new  2024-03-25 21:15:19.872897103 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-linearalgebraforcap
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,13 +12,13 @@
 # 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:   gap-linearalgebraforcap
-Version:2022.12.04
-%define sillyver 2022.12-04
+Version:2024.02.02
+%define sillyver 2024.02-02
 Release:0
 Summary:GAP: Category of Matrices over a Field for CAP
 License:GPL-2.0-or-later
@@ -26,16 +26,16 @@
 URL:https://homalg-project.github.io/pkg/LinearAlgebraForCAP
 #Git-Clone: https://github.com/homalg-project/CAP_project
 Source: 
https://github.com/homalg-project/CAP_project/releases/download/LinearAlgebraForCAP-%sillyver/LinearAlgebraForCAP-%sillyver.tar.gz
-BuildRequires:  gap-devel >= 4.11
+BuildRequires:  gap-devel >= 4.12.1
 BuildRequires:  gap-rpm-devel
-Requires:   gap-cap >= 2022.12.07
+Requires:   gap-cap >= 2023.10.07
 Requires:   gap-core >= 4.12.1
 Requires:   gap-gapdoc >= 1.5
 Requires:   gap-gaussforhomalg >= 2021.04.02
-Requires:   gap-matricesforhomalg >= 2021.12.01
-Requires:   gap-monoidalcategories >= 2022.06.01
+Requires:   gap-matricesforhomalg >= 2023.01.01
+Requires:   gap-monoidalcategories >= 2024.02.02
 Requires:   gap-toolsforhomalg >= 2015.09.18
-Suggests:   gap-freydcategoriesforcap >= 2022.12.02
+Suggests:   gap-freydcategoriesforcap >= 2024.01.04
 
 %description
 This package adds support for categories of matrices over a field

++ LinearAlgebraForCAP-2022.12-04.tar.gz -> 
LinearAlgebraForCAP-2024.02-02.tar.gz ++
 12766 lines of diff (skipped)


commit gap-4ti2interface for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gap-4ti2interface for 
openSUSE:Factory checked in at 2024-03-25 21:09:14

Comparing /work/SRC/openSUSE:Factory/gap-4ti2interface (Old)
 and  /work/SRC/openSUSE:Factory/.gap-4ti2interface.new.1905 (New)


Package is "gap-4ti2interface"

Mon Mar 25 21:09:14 2024 rev:2 rq:1160988 version:2023.02.04

Changes:

--- /work/SRC/openSUSE:Factory/gap-4ti2interface/gap-4ti2interface.changes  
2023-12-28 22:55:41.129771575 +0100
+++ 
/work/SRC/openSUSE:Factory/.gap-4ti2interface.new.1905/gap-4ti2interface.changes
2024-03-25 21:14:53.139915554 +0100
@@ -1,0 +2,6 @@
+Sat Mar 23 21:19:06 UTC 2024 - Jan Engelhardt 
+
+- Update to release 2023.02.04
+  * Ignore warnings about egrep being obsolescent coming from 4ti2
+
+---

Old:

  4ti2Interface-2022.09-01.tar.gz

New:

  4ti2Interface-2023.02-04.tar.gz



Other differences:
--
++ gap-4ti2interface.spec ++
--- /var/tmp/diff_new_pack.yBprG1/_old  2024-03-25 21:14:53.567931269 +0100
+++ /var/tmp/diff_new_pack.yBprG1/_new  2024-03-25 21:14:53.567931269 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-4ti2interface
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,8 +17,8 @@
 
 
 Name:   gap-4ti2interface
-Version:2022.09.01
-%define sillyversion 2022.09-01
+Version:2023.02.04
+%define sillyversion 2023.02-04
 Release:0
 Summary:GAP: Interface to 4ti2
 License:GPL-2.0-only
@@ -29,7 +29,7 @@
 BuildArch:  noarch
 BuildRequires:  gap-rpm-devel
 Requires:   4ti2
-Requires:   gap-core >= 4.11.1
+Requires:   gap-core >= 4.12.1
 Requires:   gap-io >= 4.2
 Suggests:   gap-autodoc >= 2013.08.22
 

++ 4ti2Interface-2022.09-01.tar.gz -> 4ti2Interface-2023.02-04.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/4ti2Interface-2022.09-01/PackageInfo.g 
new/4ti2Interface-2023.02-04/PackageInfo.g
--- old/4ti2Interface-2022.09-01/PackageInfo.g  2022-09-19 11:43:09.0 
+0200
+++ new/4ti2Interface-2023.02-04/PackageInfo.g  2023-02-28 11:17:40.0 
+0100
@@ -11,8 +11,8 @@
 
 PackageName := "4ti2Interface",
 Subtitle := "A link to 4ti2",
-Version := "2022.09-01",
-Date := "19/09/2022",
+Version := "2023.02-04",
+Date := "2023-02-28",
 License := "GPL-2.0-or-later",
 
 Persons := [
@@ -63,7 +63,7 @@
 
 
 Dependencies := rec(
-  GAP := ">= 4.11.1",
+  GAP := ">= 4.12.1",
   NeededOtherPackages := [ [ "io", ">=4.2" ] ],
   SuggestedOtherPackages := [ [ "AutoDoc", ">=2013.08.22" ]  ],
   ExternalConditions := [ [ "4ti2", "https://4ti2.github.io/"; ] ],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/4ti2Interface-2022.09-01/README.md 
new/4ti2Interface-2023.02-04/README.md
--- old/4ti2Interface-2022.09-01/README.md  2022-09-19 11:21:06.0 
+0200
+++ new/4ti2Interface-2023.02-04/README.md  2023-02-28 10:56:25.0 
+0100
@@ -25,7 +25,7 @@
 [tests-url]: 
https://github.com/homalg-project/homalg_project/actions/workflows/Tests.yml?query=branch%3Amaster
 
 [codecov-img]: 
https://codecov.io/gh/homalg-project/homalg_project/branch/master/graph/badge.svg?flag=4ti2Interface
-[codecov-url]: 
https://codecov.io/gh/homalg-project/homalg_project/tree/master/4ti2Interface
+[codecov-url]: 
https://app.codecov.io/gh/homalg-project/homalg_project/tree/master/4ti2Interface
 
 [code-img]: https://img.shields.io/badge/-View%20code-blue?logo=github
 [code-url]: 
https://github.com/homalg-project/homalg_project/tree/master/4ti2Interface#top
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/4ti2Interface-2022.09-01/doc/4ti2Interface.toc 
new/4ti2Interface-2023.02-04/doc/4ti2Interface.toc
--- old/4ti2Interface-2022.09-01/doc/4ti2Interface.toc  2022-09-19 
11:43:13.0 +0200
+++ new/4ti2Interface-2023.02-04/doc/4ti2Interface.toc  1970-01-01 
01:00:00.0 +0100
@@ -1,25 +0,0 @@
-\contentsline {chapter}{\numberline {1}\textcolor {Chapter 
}{Introduction}}{3}{chapter.1}%
-\contentsline {section}{\numberline {1.1}\textcolor {Chapter }{What is the 
idea of 4ti2Interface}}{3}{section.1.1}%
-\contentsline {chapter}{\numberline {2}\textcolor {Chapter 
}{Installation}}{4}{chapter.2}%
-\contentsline {section}{\numberline {2.1}\textcolor {Chapter }{How to install 
this package}}{4}{section.2.1}%
-\contentsline {chapter}{\numberline {3}\textcolor {Chapter }{4ti2 
function

commit gap-kan for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gap-kan for openSUSE:Factory checked 
in at 2024-03-25 21:09:33

Comparing /work/SRC/openSUSE:Factory/gap-kan (Old)
 and  /work/SRC/openSUSE:Factory/.gap-kan.new.1905 (New)


Package is "gap-kan"

Mon Mar 25 21:09:33 2024 rev:2 rq:1161011 version:1.37

Changes:

--- /work/SRC/openSUSE:Factory/gap-kan/gap-kan.changes  2023-12-28 
22:59:05.885255659 +0100
+++ /work/SRC/openSUSE:Factory/.gap-kan.new.1905/gap-kan.changes
2024-03-25 21:15:18.376842172 +0100
@@ -1,0 +2,7 @@
+Sat Mar 23 21:52:18 UTC 2024 - Jan Engelhardt 
+
+- Update to release 1.37
+  * Fixed varying output from ``DisplayRwsRules``
+  * kan is now using ``PreImagesRepresentativeNC``
+
+---

Old:

  kan-1.34.tar.gz

New:

  kan-1.37.tar.gz



Other differences:
--
++ gap-kan.spec ++
--- /var/tmp/diff_new_pack.IwndZG/_old  2024-03-25 21:15:18.856859797 +0100
+++ /var/tmp/diff_new_pack.IwndZG/_new  2024-03-25 21:15:18.856859797 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-kan
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   gap-kan
-Version:1.34
+Version:1.37
 Release:0
 Summary:GAP: double coset rewriting systems
 License:GPL-2.0-or-later

++ kan-1.34.tar.gz -> kan-1.37.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kan-1.34/CHANGES.md new/kan-1.37/CHANGES.md
--- old/kan-1.34/CHANGES.md 2022-03-13 10:09:30.0 +0100
+++ new/kan-1.37/CHANGES.md 2024-01-23 19:16:30.0 +0100
@@ -1,33 +1,34 @@
-# CHANGES to the Kan package 
+# CHANGES to the Kan package
 
 ## ToDo: 
 
  * long-standing: see the ToDo list in section 3.2 in the manual 
 
-## Version 1.34 for GAP 4.11.1 (13/03/22) 
+## Version 1.37 for GAP 4.12.2 (23/01/24) 
+ * (15/08/23) fixed varying output from DisplayRwsRules 
+ * (16/02/23) now used PreImagesRepresentativeNC 
+
+## Version 1.35 for GAP 4.12.2 (09/02/23) 
+ * (23/12/22) changed email address; deleted location and institution 
 
+## Version 1.34 for GAP 4.11.1 (13/03/22) 
  * (13/03/22) adjusted dcrws3.tst because of differences between 4r11 & dev
 
 ## Version 1.33 for GAP 4.11.1 (15/11/21) 
-
  * (15/11/21) move package homepage to https://github.com/cdwensley
  * (08/04/21) Switch CI to use GitHub Actions 
 
 ## Version 1.32 for GAP 4.11.0 (16/07/20) 
-
  * (16/07/20) fixed a problem in manual(2.2.1) reported by Daniel Longenecker  
 
 ## Version 1.31 for GAP 4.10.2 (14/10/19) 
-
  * (14/10/19) made kbmag a RequiredPackage rather than a Suggested one 
  * (14/10/19) restructured the tests 
 
 ## Version 1.29 for GAP 4.10.1 (29/05/19) 
-
  * (16/02/19) added License field in PackageInfo.g 
 
 ## 1.27 -> 1.28  (04/02/2018) 
-
  * (11/01/18) now using AutoDoc to build the manual 
  * (15/12/17) removed examples/; added expt/ and xtst/ 
  * (08/08/17) testall.g copied to testing.g; testall now calls TestDirectory
@@ -41,12 +42,10 @@
   added use of ReducedForm to the examples in the manual 
 
 ## 1.25 -> 1.27  (20/10/2016) 
-
  * (18/10/16) now using bibliography file `bib.xml` of type `bibxmlext.dtd`
  * (11/10/16) changed package releases to  
 
 ## 1.22 -> 1.25  (18/02/2016) 
-
  * (18/02/16) removed date/version information from file headers 
  * (16/02/16) attempted to correct new output error when printing accT 
  * (12/01/16) modified ENTITY names in `PackageInfo.g` 
@@ -54,7 +53,6 @@
  * (01/09/15) major edits to `README`, including GitHub issues link 
 
 ## 1.21 -> 1.22  (24/08/2015) 
-
  * (24/08/15) packed up version 1.22 prior to move from Bitbucket to Github 
  * (26/06/15) changed output of WordAcceptorOfReducedRws from nfa to mfa 
   fixing problem with the language langT given on p.5 of the 
manual 
@@ -62,55 +60,44 @@
   adjusted `test/example` files and added to page 8 of the manual
 
 ## 1.11 -> 1.21  (01/06/2015) 
-
  * (01/06/15) `PackageInfo.g` : Kan is now an accepted package  
  * (01/06/15) converted the bibliography to BibXMLext format 
-  and added an URL to Anne's thesis (`heyworth.ps.gz`)  
 
 ## 1.07 -> 1.11  (10/12/2014) 
-
  * (10/12/14) moved package home page to 
  * (10/12/14) started bitbucket repository for kan 
 
 ## 1.06 -> 1.07  (16/10/2013) 
-
  * (16/10/13) fix test files to reflect new printing of monoids
  * (05/02/13) rewrite of `testall.g` followin

commit gap-images for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gap-images for openSUSE:Factory 
checked in at 2024-03-25 21:09:31

Comparing /work/SRC/openSUSE:Factory/gap-images (Old)
 and  /work/SRC/openSUSE:Factory/.gap-images.new.1905 (New)


Package is "gap-images"

Mon Mar 25 21:09:31 2024 rev:2 rq:1161009 version:1.3.2

Changes:

--- /work/SRC/openSUSE:Factory/gap-images/gap-images.changes2023-12-28 
22:58:48.880634175 +0100
+++ /work/SRC/openSUSE:Factory/.gap-images.new.1905/gap-images.changes  
2024-03-25 21:15:17.016792236 +0100
@@ -1,0 +2,6 @@
+Sat Mar 23 21:50:16 UTC 2024 - Jan Engelhardt 
+
+- Update to release 1.3.2
+  * Resolve some spellos in documentation
+
+---

Old:

  images-1.3.1.tar.gz

New:

  images-1.3.2.tar.gz



Other differences:
--
++ gap-images.spec ++
--- /var/tmp/diff_new_pack.eFrjBR/_old  2024-03-25 21:15:17.512810448 +0100
+++ /var/tmp/diff_new_pack.eFrjBR/_new  2024-03-25 21:15:17.516810595 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-images
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,12 +12,12 @@
 # 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:   gap-images
-Version:1.3.1
+Version:1.3.2
 Release:0
 Summary:GAP: Minimal and Canonical images
 License:MPL-2.0

++ images-1.3.1.tar.gz -> images-1.3.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/images-1.3.1/LICENSE new/images-1.3.2/LICENSE
--- old/images-1.3.1/LICENSE2021-11-15 15:09:45.0 +0100
+++ new/images-1.3.2/LICENSE2024-01-22 10:09:19.0 +0100
@@ -357,7 +357,7 @@
 
   This Source Code Form is subject to the terms of the Mozilla Public
   License, v. 2.0. If a copy of the MPL was not distributed with this
-  file, You can obtain one at http://mozilla.org/MPL/2.0/.
+  file, You can obtain one at https://mozilla.org/MPL/2.0/.
 
 If it is not possible or desirable to put the notice in a particular
 file, then You may include the notice in a location (such as a LICENSE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/images-1.3.1/PackageInfo.g 
new/images-1.3.2/PackageInfo.g
--- old/images-1.3.1/PackageInfo.g  2021-11-15 15:09:45.0 +0100
+++ new/images-1.3.2/PackageInfo.g  2024-01-22 10:09:19.0 +0100
@@ -10,8 +10,8 @@
 
 PackageName := "images",
 Subtitle := "Minimal and Canonical images",
-Version := "1.3.1",
-Date := "16/11/2021", # dd/mm/ format
+Version := "1.3.2",
+Date := "22/01/2024", # dd/mm/ format
 License := "MPL-2.0",
 Persons := [
   rec(
@@ -79,8 +79,8 @@
 ##
 Status := "deposited",
 
-SourceRepository := rec( 
-  Type := "git", 
+SourceRepository := rec(
+  Type := "git",
   URL := "https://github.com/gap-packages/images";
 ),
 IssueTrackerURL := Concatenation( ~.SourceRepository.URL, "/issues" ),
@@ -90,7 +90,7 @@
 PackageDoc := rec(
   BookName  := "images",
   ArchiveURLSubset := ["doc"],
-  HTMLStart := "doc/chap0.html",
+  HTMLStart := "doc/chap0_mj.html",
   PDFFile   := "doc/manual.pdf",
   SixFile   := "doc/manual.six",
   LongTitle := "Minimal and Canonical images",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/images-1.3.1/README.md new/images-1.3.2/README.md
--- old/images-1.3.1/README.md  2021-11-15 15:09:45.0 +0100
+++ new/images-1.3.2/README.md  2024-01-22 10:09:19.0 +0100
@@ -12,7 +12,7 @@
 as PDF `doc/manual.pdf` or as HTML `doc/chap0_mj.html`, or on the package
 homepage at
 
-  
+  
 
 ## Bug reports and feature requests
 
@@ -28,6 +28,12 @@
 
 # History
 
+1.3.2
+-
+
+* Internal improvements (improving CI and compatibility with future GAP 
versions)
+
+
 1.3.1
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/images-1.3.1/doc/_entities.xml 
new/images-1.3.2/doc/_entities.xml
--- old/images-1.3.1/doc/_entities.xml  1970-01-01 01:00:00.0 +0100
+++ new/images-1.3.2/doc/_entities.xml  2024-01-22 10:09:44.0 +0100
@@ -0,0 +1 @@
+images'>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.sv

commit gap-ferret for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gap-ferret for openSUSE:Factory 
checked in at 2024-03-25 21:09:22

Comparing /work/SRC/openSUSE:Factory/gap-ferret (Old)
 and  /work/SRC/openSUSE:Factory/.gap-ferret.new.1905 (New)


Package is "gap-ferret"

Mon Mar 25 21:09:22 2024 rev:3 rq:1160998 version:1.0.10

Changes:

--- /work/SRC/openSUSE:Factory/gap-ferret/gap-ferret.changes2024-01-04 
16:00:25.107140352 +0100
+++ /work/SRC/openSUSE:Factory/.gap-ferret.new.1905/gap-ferret.changes  
2024-03-25 21:15:06.868419620 +0100
@@ -1,0 +2,6 @@
+Sat Mar 23 21:37:07 UTC 2024 - Jan Engelhardt 
+
+- Update to release 1.0.10
+  * No changelog was provided
+
+---

Old:

  ferret-1.0.9.tar.gz

New:

  ferret-1.0.10.tar.gz



Other differences:
--
++ gap-ferret.spec ++
--- /var/tmp/diff_new_pack.IEBG1m/_old  2024-03-25 21:15:07.340436951 +0100
+++ /var/tmp/diff_new_pack.IEBG1m/_new  2024-03-25 21:15:07.340436951 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-ferret
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,12 +12,12 @@
 # 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:   gap-ferret
-Version:1.0.9
+Version:1.0.10
 Release:0
 Summary:GAP: Backtrack Search in Permutation Groups
 License:MPL-2.0

++ ferret-1.0.9.tar.gz -> ferret-1.0.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ferret-1.0.9/PackageInfo.g 
new/ferret-1.0.10/PackageInfo.g
--- old/ferret-1.0.9/PackageInfo.g  2022-10-18 17:36:38.0 +0200
+++ new/ferret-1.0.10/PackageInfo.g 2024-01-22 09:46:32.0 +0100
@@ -2,8 +2,8 @@
 
 PackageName := "ferret",
 Subtitle := "Backtrack Search in Permutation Groups",
-Version := "1.0.9",
-Date := "18/10/2022", # dd/mm/ format
+Version := "1.0.10",
+Date := "22/01/2024", # dd/mm/ format
 License := "MPL-2.0",
 
 Persons := [
@@ -43,13 +43,13 @@
 ##
 Status := "deposited",
 
-SourceRepository := rec( 
-  Type := "git", 
+SourceRepository := rec(
+  Type := "git",
   URL := "https://github.com/gap-packages/ferret";
 ),
 IssueTrackerURL := Concatenation( ~.SourceRepository.URL, "/issues" ),
 
-AbstractHTML   :=  
+AbstractHTML   :=
 " The Ferret package\
  provides a C++ reimplementation of Jeffery Leon's\
  Partition Backtrack framework for solving problems\
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ferret-1.0.9/configure new/ferret-1.0.10/configure
--- old/ferret-1.0.9/configure  2022-10-18 17:37:02.0 +0200
+++ new/ferret-1.0.10/configure 2024-01-22 09:55:45.0 +0100
@@ -622,7 +622,6 @@
 FERRET_TIMING
 FERRET_CHECK
 GAPEXEC
-GAP_LIBS
 GAP_LDFLAGS
 GAP_CFLAGS
 GAP_CPPFLAGS
@@ -2572,11 +2571,11 @@
 then :
   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to 
enable C++11 features" >&5
 printf %s "checking for $CXX option to enable C++11 features... " >&6; }
-if test ${ac_cv_prog_cxx_11+y}
+if test ${ac_cv_prog_cxx_cxx11+y}
 then :
   printf %s "(cached) " >&6
 else $as_nop
-  ac_cv_prog_cxx_11=no
+  ac_cv_prog_cxx_cxx11=no
 ac_save_CXX=$CXX
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
@@ -2618,11 +2617,11 @@
 then :
   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to 
enable C++98 features" >&5
 printf %s "checking for $CXX option to enable C++98 features... " >&6; }
-if test ${ac_cv_prog_cxx_98+y}
+if test ${ac_cv_prog_cxx_cxx98+y}
 then :
   printf %s "(cached) " >&6
 else $as_nop
-  ac_cv_prog_cxx_98=no
+  ac_cv_prog_cxx_cxx98=no
 ac_save_CXX=$CXX
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
@@ -2738,6 +2737,8 @@
   if test "x$GAParch" != "x"; then
 GAPARCH=$GAParch
   fi
+  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $GAPARCH" >&5
+printf "%s\n" "$GAPARCH" >&6; }
 
   if test "x$GAPARCH" = "xUnknown" ; then
 echo ""
@@ -2771,7 +2772,6 @@
 
 
 
-
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ferret-1.0.9/doc/chap0.html 
new/ferret-1.0.10/doc/chap0.html
--- old/ferret-1.0.9/doc/chap0.html 2022-10-18 17:37:02.0 +0200
+++ new/ferret-1.0.10/doc/chap0.html2024-01-22 09:55:

commit gap-ctbllib for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gap-ctbllib for openSUSE:Factory 
checked in at 2024-03-25 21:09:20

Comparing /work/SRC/openSUSE:Factory/gap-ctbllib (Old)
 and  /work/SRC/openSUSE:Factory/.gap-ctbllib.new.1905 (New)


Package is "gap-ctbllib"

Mon Mar 25 21:09:20 2024 rev:2 rq:1160994 version:1.3.9

Changes:

--- /work/SRC/openSUSE:Factory/gap-ctbllib/gap-ctbllib.changes  2023-12-28 
22:56:58.232586262 +0100
+++ /work/SRC/openSUSE:Factory/.gap-ctbllib.new.1905/gap-ctbllib.changes
2024-03-25 21:15:03.500295953 +0100
@@ -1,0 +2,22 @@
+Sat Mar 23 21:30:42 UTC 2024 - Jan Engelhardt 
+
+- Update to relesae 1.3.9
+  * Bugfix: The table with identifier "2^2x3^2.2.S4" is encoded
+as a direct product. Up to now, one of the two factors did
+not fit to the identifier.
+  * Data added:  The  class  fusions  from the maximal subgroups
+(L_2(11) × L_2(11)):4, 11^2:(5 × 2.A_5), 7^2:2L_2(7), and
+L_2(19).2 of the Monster group have been added.
+  * In order to make AllCharacterTableNames (3.1-4) efficient
+also if the Browse package is not available, the relevant
+code from that package has been copied into CTblLib.
+
+---
+Wed Feb 14 19:22:32 UTC 2024 - Jan Engelhardt 
+
+- Update to release 1.3.7
+  * The GroupInfoForCharacterTable  (3.3-1)  entry "SigmaL(2,9)"
+had been erroneously attributed to the table with identifier
+"2.A6.2_2", but the correct table is that of "2.A6.2_1".
+
+---

Old:

  ctbllib-1.3.6.tar.gz

New:

  ctbllib-1.3.9.tar.gz



Other differences:
--
++ gap-ctbllib.spec ++
--- /var/tmp/diff_new_pack.xNctpy/_old  2024-03-25 21:15:04.240323125 +0100
+++ /var/tmp/diff_new_pack.xNctpy/_new  2024-03-25 21:15:04.240323125 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-ctbllib
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   gap-ctbllib
-Version:1.3.6
+Version:1.3.9
 Release:0
 Summary:GAP Character Table Library
 License:GPL-3.0-or-later

++ ctbllib-1.3.6.tar.gz -> ctbllib-1.3.9.tar.gz ++
/work/SRC/openSUSE:Factory/gap-ctbllib/ctbllib-1.3.6.tar.gz 
/work/SRC/openSUSE:Factory/.gap-ctbllib.new.1905/ctbllib-1.3.9.tar.gz differ: 
char 29, line 1


commit openQA for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package openQA for openSUSE:Factory checked 
in at 2024-03-25 21:09:11

Comparing /work/SRC/openSUSE:Factory/openQA (Old)
 and  /work/SRC/openSUSE:Factory/.openQA.new.1905 (New)


Package is "openQA"

Mon Mar 25 21:09:11 2024 rev:557 rq:1161028 version:4.6.1711120604.dad79902

Changes:

openQA-devel-test.changes: same change
openQA-test.changes: same change
openQA-worker-test.changes: same change
--- /work/SRC/openSUSE:Factory/openQA/openQA.changes2024-03-21 
17:02:27.972901575 +0100
+++ /work/SRC/openSUSE:Factory/.openQA.new.1905/openQA.changes  2024-03-25 
21:14:51.399851664 +0100
@@ -1,0 +2,9 @@
+Sat Mar 23 22:32:54 UTC 2024 - ok...@suse.com
+
+- Update to version 4.6.1711120604.dad79902:
+  * Hide commenting button on empty test results overview pages
+  * Suggest reloading page after adding comments on overview page
+  * Rename "Batch commenting" to "Add comments" according to feedback
+  * Bump d3-axis from 1.0.8 to 1.0.12
+
+---

Old:

  openQA-4.6.1711028310.e985d28c.obscpio

New:

  openQA-4.6.1711120604.dad79902.obscpio



Other differences:
--
++ openQA-client-test.spec ++
--- /var/tmp/diff_new_pack.X0pdr2/_old  2024-03-25 21:14:52.811903510 +0100
+++ /var/tmp/diff_new_pack.X0pdr2/_new  2024-03-25 21:14:52.811903510 +0100
@@ -18,7 +18,7 @@
 
 %define short_name openQA-client
 Name:   %{short_name}-test
-Version:4.6.1711028310.e985d28c
+Version:4.6.1711120604.dad79902
 Release:0
 Summary:Test package for %{short_name}
 License:GPL-2.0-or-later

++ openQA-devel-test.spec ++
--- /var/tmp/diff_new_pack.X0pdr2/_old  2024-03-25 21:14:52.839904538 +0100
+++ /var/tmp/diff_new_pack.X0pdr2/_new  2024-03-25 21:14:52.839904538 +0100
@@ -18,7 +18,7 @@
 
 %define short_name openQA-devel
 Name:   %{short_name}-test
-Version:4.6.1711028310.e985d28c
+Version:4.6.1711120604.dad79902
 Release:0
 Summary:Test package for %{short_name}
 License:GPL-2.0-or-later

++ openQA-test.spec ++
--- /var/tmp/diff_new_pack.X0pdr2/_old  2024-03-25 21:14:52.863905419 +0100
+++ /var/tmp/diff_new_pack.X0pdr2/_new  2024-03-25 21:14:52.867905566 +0100
@@ -18,7 +18,7 @@
 
 %define short_name openQA
 Name:   %{short_name}-test
-Version:4.6.1711028310.e985d28c
+Version:4.6.1711120604.dad79902
 Release:0
 Summary:Test package for openQA
 License:GPL-2.0-or-later

++ openQA-worker-test.spec ++
--- /var/tmp/diff_new_pack.X0pdr2/_old  2024-03-25 21:14:52.887906301 +0100
+++ /var/tmp/diff_new_pack.X0pdr2/_new  2024-03-25 21:14:52.891906447 +0100
@@ -18,7 +18,7 @@
 
 %define short_name openQA-worker
 Name:   %{short_name}-test
-Version:4.6.1711028310.e985d28c
+Version:4.6.1711120604.dad79902
 Release:0
 Summary:Test package for %{short_name}
 License:GPL-2.0-or-later

++ openQA.spec ++
--- /var/tmp/diff_new_pack.X0pdr2/_old  2024-03-25 21:14:52.915907329 +0100
+++ /var/tmp/diff_new_pack.X0pdr2/_new  2024-03-25 21:14:52.919907476 +0100
@@ -78,7 +78,7 @@
 %define devel_requires %devel_no_selenium_requires chromedriver
 
 Name:   openQA
-Version:4.6.1711028310.e985d28c
+Version:4.6.1711120604.dad79902
 Release:0
 Summary:The openQA web-frontend, scheduler and tools
 License:GPL-2.0-or-later

++ node_modules.obscpio ++
/work/SRC/openSUSE:Factory/openQA/node_modules.obscpio 
/work/SRC/openSUSE:Factory/.openQA.new.1905/node_modules.obscpio differ: char 
3116103, line 11803

++ node_modules.spec.inc ++
--- /var/tmp/diff_new_pack.X0pdr2/_old  2024-03-25 21:14:52.979909679 +0100
+++ /var/tmp/diff_new_pack.X0pdr2/_new  2024-03-25 21:14:52.983909826 +0100
@@ -37,7 +37,7 @@
 Source1036: https://registry.npmjs.org/d3/-/d3-7.9.0.tgz#/d3-7.9.0.tgz
 Source1037: 
https://registry.npmjs.org/d3-array/-/d3-array-1.2.1.tgz#/d3-array-1.2.1.tgz
 Source1038: 
https://registry.npmjs.org/d3-array/-/d3-array-3.2.4.tgz#/d3-array-3.2.4.tgz
-Source1039: 
https://registry.npmjs.org/d3-axis/-/d3-axis-1.0.8.tgz#/d3-axis-1.0.8.tgz
+Source1039: 
https://registry.npmjs.org/d3-axis/-/d3-axis-1.0.12.tgz#/d3-axis-1.0.12.tgz
 Source1040: 
https://registry.npmjs.org/d3-axis/-/d3-axis-3.0.0.tgz#/d3-axis-3.0.0.tgz
 Source1041: 
https://registry.npmjs.org/d3-brush/-/d3-brush-1.0.4.tgz#/d3-brush-1.0.4.tgz
 Source1042: 
https://registry.npmjs.org/d3-brush/-/d3-brush-3.0.0.tgz#/d3-brush-3.0.0.tgz

+++

commit retroarch for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package retroarch for openSUSE:Factory 
checked in at 2024-03-25 21:08:50

Comparing /work/SRC/openSUSE:Factory/retroarch (Old)
 and  /work/SRC/openSUSE:Factory/.retroarch.new.1905 (New)


Package is "retroarch"

Mon Mar 25 21:08:50 2024 rev:25 rq:1160933 version:1.18.0

Changes:

--- /work/SRC/openSUSE:Factory/retroarch/retroarch.changes  2024-03-17 
22:14:05.436185175 +0100
+++ /work/SRC/openSUSE:Factory/.retroarch.new.1905/retroarch.changes
2024-03-25 21:14:02.162043811 +0100
@@ -1,0 +2,47 @@
+Sat Mar 23 02:52:05 UTC 2024 - Yunhe Guo 
+
+- Update to version 1.18.0
+  * AI: Fix narrator language when AI translation and menu languages are 
different
+  * DISK CONTROL: Add option to disable initial disk change
+  * DISK CONTROL: Visibility option for disk control notifications
+  * DRM: Fix mode vrefresh calculation. When using an interlaced/doublescan 
mode, the vertical refresh rate is mis-calculated.
+  * EMSCRIPTEN: Fix mouse Y parameter translation in rwebinput
+  * INPUT: Fix input state combos including R3 and false triggers of 
RETROK_UNKNOWN
+  * INPUT: Add a new turbo mode, "Classic (Toggle)"
+  * INPUT: Fix bind hold when axis does not rest at 0
+  * INPUT: Limit axis threshold setting to sensible values
+  * INPUT: Add Overlay Mouse, Lightgun, and Pointer
+  * INPUT/ANDROID: Fix mouse grab behavior on Android
+  * INPUT/LINUXRAW: Fix device name and hotplug reconnect
+  * IOS: Minor iOS JIT availability information
+  * IOS/TVOS: Pause application on applicationWillResignActive
+  * LIBRETRO: Add Doxygen-styled comments to parts of the libretro API
+  * LUA: Update Lua to version 5.3.6
+  * MENU: Add sublabels for input bind common entries
+  * MENU: Don't load history and favorites if size is 0
+  * MENU: Don't disable fast forward when entering menu
+  * MENU: Widget position, size, color, icon adjustments
+  * MENU: Fix savestate slots in Qt UI
+  * MENU: Reorder and reduce depth of User Interface menu
+  * MENU/OZONE: Fix sidebar wraparound, visibility after config load, crash 
after playlist delete
+  * MENU/OZONE: Fix sidebar and sublabel animations
+  * OSX/MACOS: Fix crash on non-Metal build
+  * OSX/MACOS: Add portable.txt as flag for portable install
+  * REMOTE RETROPAD: add display for analog axes, indication of inputs already 
pressed
+  * SAVES: Allow combining saves in content dir with save sorting
+  * SHADER: Added rolling scan line simulation based on the shader subframe 
feature. This is implemented with a scrolling scissor rect rather than in the 
shader itself as this is more efficient although may not work for every shader 
pass - we may need an option to exclude certain passes. The implementation 
simply divides the screen up by the number of sub frames and then moves the 
scissor rect down over the screen over the number of sub frames
+  * TVOS: Force asset re-extraction when cache is deleted
+  * TVOS: Add history and favorites to Top Shelf
+  * TVOS: Fix crash when history item does not have a label
+  * UWP: Enable HAVE_ACCESSIBILITY for UWP builds
+  * UWP: Allow UWP build to work with a modified version of Mesa Gallium D3D12
+  * VIDEO: Add subframe shader support for Vulkan/GLcore/DX10-11-12, enabling 
shaders to run at higher framerate than the content
+  * VIDEO: Fix restoring fullscreen/windowed setting when unloading override
+  * VIDEO/VULKAN: Fix HDR with Vulkan after reinit
+  * VIDEO/VULKAN: Remove the use of oldSwapchain
+  * VIDEO/GL2: Fix OpenGL ES version detection
+  * WEBDAV: Fixed SEGFAULT in WebDav task sync + type changes
+  * WEBOS: Fix build, add core location on webosbrew.org
+  * WIN32: Fix Alt+Enter not working when menubar is disabled
+
+---
@@ -1036,142 +1083,142 @@
-  - 3DS: Fix C-Stick y-axis inversion
-  - 3DS: Update all icon/banner images
-  - AI: Add AI Service functionality (enabled for 
Windows/Mac/Linux/Android/iOS).
-  - APPLE (MAC/IOS/TVOS): Fix autodetect for mFI controllers: properly call 
autodetect add on the connect notification, and add call to disconnect on 
GameController disconnect notification.
-  - ANDROID: Implemented multi-touch touchscreen support
-  - ANDROID: Now can be built with Gradle/Android Studio
-  - AUDIO/WINDOWS: You can now select between audio devices for 
XAudio2/DirectSound/XAudio2 by pressing left/right on the Audio Device option.
-  - AUDIO/WINDOWS: Setting the device by either index number or name string 
should work.
-  - BLISS-BOX: Add 4 new pad types from firmware 3.0
-  - BPS/UPS: Re-allocation target_data variable for target patch size (can now 
apply bigger patches without extra-bytes on memory)
-  - CDROM: Added real CD-ROM functionality for Windows and Linux.
-  - CDROM: Added d

commit gama for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gama for openSUSE:Factory checked in 
at 2024-03-25 21:09:04

Comparing /work/SRC/openSUSE:Factory/gama (Old)
 and  /work/SRC/openSUSE:Factory/.gama.new.1905 (New)


Package is "gama"

Mon Mar 25 21:09:04 2024 rev:33 rq:1160981 version:2.30

Changes:

--- /work/SRC/openSUSE:Factory/gama/gama.changes2024-02-25 
14:08:13.717483914 +0100
+++ /work/SRC/openSUSE:Factory/.gama.new.1905/gama.changes  2024-03-25 
21:14:31.879134926 +0100
@@ -1,0 +2,6 @@
+Sat Mar 23 13:19:18 UTC 2024 - Andreas Stieger 
+
+- update to 2.30:
+  * improved doxygen handling, documentation updates
+
+---

Old:

  gama-2.29.tar.gz
  gama-2.29.tar.gz.sig

New:

  gama-2.30.tar.gz
  gama-2.30.tar.gz.sig



Other differences:
--
++ gama.spec ++
--- /var/tmp/diff_new_pack.AMDZmh/_old  2024-03-25 21:14:34.055214825 +0100
+++ /var/tmp/diff_new_pack.AMDZmh/_new  2024-03-25 21:14:34.067215266 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   gama
-Version:2.29
+Version:2.30
 Release:0
 Summary:Adjustment of geodetic networks
 License:GPL-3.0-or-later
@@ -67,7 +67,7 @@
 
 %files
 %license COPYING
-%doc ChangeLog* README NEWS TODO AUTHORS
+%doc ChangeLog* README.md NEWS AUTHORS
 %{_bindir}/*
 %{_infodir}/%{name}.info%{?ext_info}
 

++ gama-2.29.tar.gz -> gama-2.30.tar.gz ++
/work/SRC/openSUSE:Factory/gama/gama-2.29.tar.gz 
/work/SRC/openSUSE:Factory/.gama.new.1905/gama-2.30.tar.gz differ: char 13, 
line 1


commit apache-arrow for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package apache-arrow for openSUSE:Factory 
checked in at 2024-03-25 21:09:02

Comparing /work/SRC/openSUSE:Factory/apache-arrow (Old)
 and  /work/SRC/openSUSE:Factory/.apache-arrow.new.1905 (New)


Package is "apache-arrow"

Mon Mar 25 21:09:02 2024 rev:11 rq:1160967 version:15.0.2

Changes:

--- /work/SRC/openSUSE:Factory/apache-arrow/apache-arrow.changes
2024-03-01 23:36:14.274831294 +0100
+++ /work/SRC/openSUSE:Factory/.apache-arrow.new.1905/apache-arrow.changes  
2024-03-25 21:14:26.118923430 +0100
@@ -1,0 +2,13 @@
+Sat Mar 23 15:23:23 UTC 2024 - Ben Greiner 
+
+- Update to 15.0.2
+  ## Bug Fixes
+  * [C++][Acero] Increase size of Acero TempStack (#40007)
+  * [C++][Dataset] Add missing Protobuf static link dependency
+(#40015)
+  * [C++] Possible data race when reading metadata of a parquet
+file (#40111)
+  * [C++] Make span SFINAE standards-conforming to enable
+compilation with nvcc (#40253)
+  
+---
--- /work/SRC/openSUSE:Factory/apache-arrow/python-pyarrow.changes  
2024-03-01 23:36:14.290831873 +0100
+++ /work/SRC/openSUSE:Factory/.apache-arrow.new.1905/python-pyarrow.changes
2024-03-25 21:14:26.226927395 +0100
@@ -1,0 +2,9 @@
+Sat Mar 23 15:23:23 UTC 2024 - Ben Greiner 
+
+- Update to 15.0.2
+  ## Bug Fixes
+  * [Python] Fix except clauses (#40387)
+  * [Python][CI] Skip failing test_dateutil_tzinfo_to_string
+(#40486)
+
+---

Old:

  apache-arrow-15.0.1.tar.gz
  arrow-testing-15.0.1.tar.gz
  parquet-testing-15.0.1.tar.gz

New:

  apache-arrow-15.0.2.tar.gz
  arrow-testing-15.0.2.tar.gz
  parquet-testing-15.0.2.tar.gz



Other differences:
--
++ apache-arrow.spec ++
--- /var/tmp/diff_new_pack.5Iqyzg/_old  2024-03-25 21:14:27.818985851 +0100
+++ /var/tmp/diff_new_pack.5Iqyzg/_new  2024-03-25 21:14:27.818985851 +0100
@@ -26,7 +26,7 @@
 # See git submodule /cpp/submodules/parquet-testing pointing to the correct 
revision
 %define parquet_testing_commit d69d979223e883faef9dc6fe3cf573087243c28a
 Name:   apache-arrow
-Version:15.0.1
+Version:15.0.2
 Release:0
 Summary:A development platform for in-memory data
 License:Apache-2.0 AND BSD-3-Clause AND BSD-2-Clause AND MIT

++ python-pyarrow.spec ++
--- /var/tmp/diff_new_pack.5Iqyzg/_old  2024-03-25 21:14:27.850987026 +0100
+++ /var/tmp/diff_new_pack.5Iqyzg/_new  2024-03-25 21:14:27.854987173 +0100
@@ -19,7 +19,7 @@
 %bcond_with xsimd
 %define plainpython python
 Name:   python-pyarrow
-Version:15.0.1
+Version:15.0.2
 Release:0
 Summary:Python library for Apache Arrow
 License:Apache-2.0 AND BSD-3-Clause AND BSD-2-Clause AND MIT

++ apache-arrow-15.0.1.tar.gz -> apache-arrow-15.0.2.tar.gz ++
/work/SRC/openSUSE:Factory/apache-arrow/apache-arrow-15.0.1.tar.gz 
/work/SRC/openSUSE:Factory/.apache-arrow.new.1905/apache-arrow-15.0.2.tar.gz 
differ: char 27, line 1

++ apache-arrow-pr40275-glog-0.7-2.patch ++
--- /var/tmp/diff_new_pack.5Iqyzg/_old  2024-03-25 21:14:27.918989522 +0100
+++ /var/tmp/diff_new_pack.5Iqyzg/_new  2024-03-25 21:14:27.922989669 +0100
@@ -1,7 +1,7 @@
 From 32c44949e1d15295d84bd3d6a964ed4a320c5e48 Mon Sep 17 00:00:00 2001
 From: Sutou Kouhei 
 Date: Wed, 28 Feb 2024 22:56:41 +0900
-Subject: [PATCH] GH-40274: [C++] Add support for system glog 0.7
+Subject: [PATCH 1/2] GH-40274: [C++] Add support for system glog 0.7
 
 ---
  .../{FindGLOG.cmake => FindglogAlt.cmake} | 20 +--
@@ -106,3 +106,26 @@
  
  # --
 
+From e781cf04a3e0d8cb8de08412f4af60636c643ef2 Mon Sep 17 00:00:00 2001
+From: Sutou Kouhei 
+Date: Thu, 29 Feb 2024 09:07:41 +0900
+Subject: [PATCH 2/2] Fix comment
+
+---
+ cpp/cmake_modules/ThirdpartyToolchain.cmake | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/cpp/cmake_modules/ThirdpartyToolchain.cmake 
b/cpp/cmake_modules/ThirdpartyToolchain.cmake
+index 1a63301ba2296..89ce697380eec 100644
+--- a/cpp/cmake_modules/ThirdpartyToolchain.cmake
 b/cpp/cmake_modules/ThirdpartyToolchain.cmake
+@@ -115,7 +115,7 @@ if("${lz4_SOURCE}" STREQUAL "" AND NOT "${Lz4_SOURCE}" 
STREQUAL "")
+   set(lz4_SOURCE ${Lz4_SOURCE})
+ endif()
+ 
+-# For backward compatibility. We use "glog_SOURCE" if "GLOG_SOURCE"
++# For backward compatibility. We use "GLOG_SOURCE" if "glog_SOURCE"
+ # isn't specified and "GLOG_SOURCE" is specified.
+ # We renamed "GLOG" dependency name to "glog" in 16.0.0 because
+ # upstream uses "g

commit terragrunt for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package terragrunt for openSUSE:Factory 
checked in at 2024-03-25 21:08:41

Comparing /work/SRC/openSUSE:Factory/terragrunt (Old)
 and  /work/SRC/openSUSE:Factory/.terragrunt.new.1905 (New)


Package is "terragrunt"

Mon Mar 25 21:08:41 2024 rev:105 rq:1160918 version:0.55.19

Changes:

--- /work/SRC/openSUSE:Factory/terragrunt/terragrunt.changes2024-03-19 
17:32:39.004546373 +0100
+++ /work/SRC/openSUSE:Factory/.terragrunt.new.1905/terragrunt.changes  
2024-03-25 21:13:51.473651367 +0100
@@ -1,0 +2,11 @@
+Sat Mar 23 09:38:07 UTC 2024 - opensuse_buildserv...@ojkastl.de
+
+- Update to version 0.55.19:
+  * MacOS binary signer update (#3023)
+  * Updated module ci version (#3021)
+  * Updated sign binaries parameters for MacOS (#3020)
+  * Updated gon version to v0.2.5 (#3019)
+  * Scaffold command, fix unable to handle https URL (#3005)
+  * Fix grammar in feature text (#3010)
+
+---

Old:

  terragrunt-0.55.18.obscpio

New:

  terragrunt-0.55.19.obscpio



Other differences:
--
++ terragrunt.spec ++
--- /var/tmp/diff_new_pack.VoVVnG/_old  2024-03-25 21:13:52.885703213 +0100
+++ /var/tmp/diff_new_pack.VoVVnG/_new  2024-03-25 21:13:52.885703213 +0100
@@ -19,7 +19,7 @@
 %define __arch_install_post export NO_BRP_STRIP_DEBUG=true
 
 Name:   terragrunt
-Version:0.55.18
+Version:0.55.19
 Release:0
 Summary:Thin wrapper for Terraform for working with multiple Terraform 
modules
 License:MIT

++ _service ++
--- /var/tmp/diff_new_pack.VoVVnG/_old  2024-03-25 21:13:52.917704388 +0100
+++ /var/tmp/diff_new_pack.VoVVnG/_new  2024-03-25 21:13:52.917704388 +0100
@@ -3,7 +3,7 @@
 https://github.com/gruntwork-io/terragrunt
 git
 .git
-v0.55.18
+v0.55.19
 @PARENT_TAG@
 enable
 v(.*)

++ _servicedata ++
--- /var/tmp/diff_new_pack.VoVVnG/_old  2024-03-25 21:13:52.941705269 +0100
+++ /var/tmp/diff_new_pack.VoVVnG/_new  2024-03-25 21:13:52.945705416 +0100
@@ -1,6 +1,6 @@
 
 
 https://github.com/gruntwork-io/terragrunt
-  a692b8a13b1bfa71dec4a8f0a069f2285ad5cb2d
+  eaa52b8bf0a864a3d33edd9446014ce4f50fa183
 (No newline at EOF)
 

++ terragrunt-0.55.18.obscpio -> terragrunt-0.55.19.obscpio ++
/work/SRC/openSUSE:Factory/terragrunt/terragrunt-0.55.18.obscpio 
/work/SRC/openSUSE:Factory/.terragrunt.new.1905/terragrunt-0.55.19.obscpio 
differ: char 50, line 1

++ terragrunt.obsinfo ++
--- /var/tmp/diff_new_pack.VoVVnG/_old  2024-03-25 21:13:52.981706738 +0100
+++ /var/tmp/diff_new_pack.VoVVnG/_new  2024-03-25 21:13:52.985706885 +0100
@@ -1,5 +1,5 @@
 name: terragrunt
-version: 0.55.18
-mtime: 1710788204
-commit: a692b8a13b1bfa71dec4a8f0a069f2285ad5cb2d
+version: 0.55.19
+mtime: 1711129045
+commit: eaa52b8bf0a864a3d33edd9446014ce4f50fa183
 

++ vendor.tar.gz ++
/work/SRC/openSUSE:Factory/terragrunt/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.terragrunt.new.1905/vendor.tar.gz differ: char 5, 
line 1


commit git-repo for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package git-repo for openSUSE:Factory 
checked in at 2024-03-25 21:08:38

Comparing /work/SRC/openSUSE:Factory/git-repo (Old)
 and  /work/SRC/openSUSE:Factory/.git-repo.new.1905 (New)


Package is "git-repo"

Mon Mar 25 21:08:38 2024 rev:5 rq:1160904 version:2.44

Changes:

--- /work/SRC/openSUSE:Factory/git-repo/git-repo.changes2023-07-26 
13:24:09.156075223 +0200
+++ /work/SRC/openSUSE:Factory/.git-repo.new.1905/git-repo.changes  
2024-03-25 21:13:42.873335591 +0100
@@ -1,0 +2,112 @@
+Sat Mar 16 09:01:39 UTC 2024 - se...@sebix.at
+
+- Update to version 2.44:
+  * ssh: Print details if running the command fails
+  * upload: Fix patchset description destination
+  * sync: Fix sorting for nested projects
+  * sync: introduce --force-checkout
+  * upload: Add support for setting patchset description
+  * sync: Introduce git checkout levels
+  * git_command: Return None from GetEventTargetPath() if set to empty string
+  * trace: Save trace2 sid in REPO_TRACE file
+  * subcmds: sync: Remove deprecated _AUTO_GC
+  * launcher: Set shebang to python3
+  * sync: ensure RepoChangedException propagated
+  * stop passing project to UpdateManifestError
+  * project: Rename if deletion fails
+  * Clean up remaining `repo sync` log spam.
+  * docs: fix some grammar typos
+  * project: Check references during sync
+  * tests: setup user identity for tests
+  * manifest_xml: fix url normalization for inits and remotes
+  * git_trace2: Add socket timeout
+  * manifest_xml: do not allow / before : in scp-like syntax
+  * repo: Drop reexec of python3 from check_python_version()
+  * repo: Remove Python 2 compatibility code
+  * repo: Remove a Python 2 related comment
+  * Don't log spam `repo sync` by default
+  * tox: Remove pylint timeout
+  * Update commit-msg hook
+  * sync: Fix partial sync false positive
+  * repo: add repo main script's directory to PYTHONPATH.
+  * info: Handle undefined mergeBranch
+  * manifest_xml: support nested submanifests
+  * repo_logging: Ensure error details are printed
+  * repo: Use the worktree when checking the repo rev.
+  * git_superproject: tell git that superproject is bare
+  * Correctly handle schema-less URIs for remote fetch URL
+  * main: Log ManifestParseError exception messages
+  * repo: Remove unreachable code.
+  * cleanup: Update codebase to expect Python 3.6
+
+---
+Mon Feb 19 10:20:34 UTC 2024 - se...@sebix.at
+
+- Update to version 2.39:
+  * sync: PersistentTransport call parent init
+  * sync: TeeStringIO write should return int
+  * sync: Fix tracking of broken links
+  * project: Speculative fix for project corruption
+  * cleanup: convert exceptions to OSError
+  * cleanup: delete redundant "r" open mode
+  * cleanup: use new dict & set generator styles
+  * manifest_xml: Fix empty project list when DOCTYPE is present
+  * cleanup: leverage yield from in more places
+  * git_config: GetBoolean should return bool
+  * project: using --depth results in error when including submanifests
+  * repo: drop Python 2 compat logic
+  * delete Python 2 (object) compat
+  * tests: Set HOME to a temporary directory when running tests.
+  * tests: added python 3.12
+  * github: add python 3.11 to test-ci.yml
+  * github: pin ubuntu to 20.04 to make py36 work
+  * python-support: update with current status & guidelines
+  * hooks: drop support for Python 2
+  * main: drop Python 2 check
+  * Update logger.warn to logger.warning
+  * git_command: read1 needs a size in py3.6
+  * git_command: lru_cache needs maxsize for py36 & 37
+  * sync: Fix print statement in _PostRepoFetch
+  * git_command: Augment underlying git errors with suggestions
+  * project: Invoke realpath on dotgit for symmetry with gitdir to ensure a 
short relpath.
+  * Reset info logs back to print in sync
+  * Track expected git errors in logs
+  * tests: Fix tox error in py36 use virtualenv<20.22.0
+  * Use non-deprecated API for obtaining UTC time
+  * main: Use repo logger
+  * project: Use repo logger
+  * subcmds: Use repo logger
+  * github: add PR closer
+  * tests: test_subcmds_sync.py: fix for py3.6 & 3.7
+  * tests: test_git_superproject.py: fix py3.6 & 3.7
+  * start: Use repo logger
+  * project: Use IsId instead of ID_RE.match
+  * project: Optimise GetCommitRevisionId when revisionId is set
+  * manifest_xml: use a set instead of (sorted) list in projectsDiff
+  * Log ErrorEvent for failing GitCommands
+  * logging: Use log.formatter for coloring logs
+  * sync: Preserve errors on KeyboardInterrupt
+  * fix black formatting of standalone programs
+  * sync: Use repo logger within sync
+  * project: Preserve stderr on upload
+  * tox.ini: add isort as dependency
+  * isort: format

commit python-yamllint for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-yamllint for openSUSE:Factory 
checked in at 2024-03-25 21:09:00

Comparing /work/SRC/openSUSE:Factory/python-yamllint (Old)
 and  /work/SRC/openSUSE:Factory/.python-yamllint.new.1905 (New)


Package is "python-yamllint"

Mon Mar 25 21:09:00 2024 rev:19 rq:1160965 version:1.35.1

Changes:

--- /work/SRC/openSUSE:Factory/python-yamllint/python-yamllint.changes  
2023-12-17 21:34:15.861812603 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-yamllint.new.1905/python-yamllint.changes
2024-03-25 21:14:17.810618376 +0100
@@ -1,0 +2,18 @@
+Sat Mar 16 14:41:54 UTC 2024 - Dirk Müller 
+
+- update to 1.35.1:
+  * Restore ignoration of files passed as command-line arguments
+  * Revert API change from version 1.35.0
+  * Fix failure on broken symlinks that should be ignored
+  * API change: linter.run(stream, config) doesn't filter files
+anymore
+  * Docs: Restore official Read the Docs theme
+  * Config: validate ignore-from-file inside rules
+  * Rule quoted-strings: fix only-when-needed in flow maps and
+sequences
+  * Rule key-duplicates: add forbid-duplicated-merge-keys option
+  * Rule quoted-strings: add check-keys option
+  * Docs: add GitLab CI example
+  * Rule truthy: adapt forbidden values based on YAML version
+
+---

Old:

  yamllint-1.33.0.tar.gz

New:

  yamllint-1.35.1.tar.gz



Other differences:
--
++ python-yamllint.spec ++
--- /var/tmp/diff_new_pack.uGSCoL/_old  2024-03-25 21:14:18.342637910 +0100
+++ /var/tmp/diff_new_pack.uGSCoL/_new  2024-03-25 21:14:18.342637910 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-yamllint
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:   python-yamllint
-Version:1.33.0
+Version:1.35.1
 Release:0
 Summary:A linter for YAML files
 License:GPL-3.0-only
@@ -32,7 +32,7 @@
 Requires:   python-PyYAML
 Requires:   python-pathspec >= 0.5.3
 Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(postun): update-alternatives
 BuildArch:  noarch
 # SECTION test requirements
 BuildRequires:  %{python_module PyYAML}

++ yamllint-1.33.0.tar.gz -> yamllint-1.35.1.tar.gz ++
 2553 lines of diff (skipped)


commit python-s3transfer for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-s3transfer for 
openSUSE:Factory checked in at 2024-03-25 21:08:40

Comparing /work/SRC/openSUSE:Factory/python-s3transfer (Old)
 and  /work/SRC/openSUSE:Factory/.python-s3transfer.new.1905 (New)


Package is "python-s3transfer"

Mon Mar 25 21:08:40 2024 rev:29 rq:1160791 version:0.10.0

Changes:

--- /work/SRC/openSUSE:Factory/python-s3transfer/python-s3transfer.changes  
2024-03-14 17:42:28.943708039 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-s3transfer.new.1905/python-s3transfer.changes
2024-03-25 21:13:46.897483345 +0100
@@ -75,0 +76,11 @@
+Wed Apr  5 10:37:27 UTC 2023 - John Paul Adrian Glaubitz 

+
+- Update in SLE-15 (bsc#1209255, jsc#PED-3780)
+- Add python-python-dateutil and python-jmespath to BuildRequires
+
+---
+Thu Nov  3 10:40:45 UTC 2022 - John Paul Adrian Glaubitz 

+
+- Update in SLE-15 (bsc#1204537, jsc#PED-2333)
+
+---



Other differences:
--


commit liboqs for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package liboqs for openSUSE:Factory checked 
in at 2024-03-25 21:08:57

Comparing /work/SRC/openSUSE:Factory/liboqs (Old)
 and  /work/SRC/openSUSE:Factory/.liboqs.new.1905 (New)


Package is "liboqs"

Mon Mar 25 21:08:57 2024 rev:12 rq:1160955 version:0.10.0

Changes:

--- /work/SRC/openSUSE:Factory/liboqs/liboqs.changes2024-02-06 
16:33:24.456566955 +0100
+++ /work/SRC/openSUSE:Factory/.liboqs.new.1905/liboqs.changes  2024-03-25 
21:14:14.370492065 +0100
@@ -1,0 +2,22 @@
+Sat Mar 23 13:40:29 UTC 2024 - Marcus Meissner 
+
+- updated to 0.10.0:
+  Key encapsulation mechanisms:
+
+  - BIKE: Updated portable C implementation to include constant-time fixes 
from upstream.
+  - HQC: Updated to NIST Round 4 version.
+  - ML-KEM: Added portable C and AVX2 implementations of Initial Public Draft 
(IPD) versions of ML-KEM-512, ML-KEM-768, and ML-KEM-1024.
+
+  Digital signature schemes:
+
+  - Falcon: Updated portable C, AVX2, and AArch64 implementations to support 
fixed-length (PADDED-format) signatures. Fixed the maximum length of 
variable-length signatures to comply with the NIST Round 3 specification.
+  - ML-DSA: Added portable C and AVX2 implementations of Initial Public Draft 
(IPD) versions of ML-DSA-44, ML-DSA-65, and ML-DSA-87.
+
+  Other changes:
+
+  - Improved thread safety.
+  - Removed support for the "NIST-KAT" DRBG.
+  - Added extended KAT test programs.
+- library major version changed from 4 to 5
+
+---

Old:

  0.9.2.tar.gz

New:

  0.10.0.tar.gz



Other differences:
--
++ liboqs.spec ++
--- /var/tmp/diff_new_pack.0EfgcC/_old  2024-03-25 21:14:14.870510425 +0100
+++ /var/tmp/diff_new_pack.0EfgcC/_new  2024-03-25 21:14:14.874510572 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   liboqs
-Version:0.9.2
+Version:0.10.0
 Release:0
 Summary:C library for quantum-resistant cryptographic algorithms
 License:MIT
@@ -35,18 +35,18 @@
 liboqs is a C library for quantum-resistant cryptographic algorithms.
 See the bundled README.md for particular limitations on intended use.
 
-%package -n liboqs4
+%package -n liboqs5
 Summary:C library for quantum-resistant cryptographic algorithms
 Group:  System/Libraries
 
-%description -n liboqs4
+%description -n liboqs5
 liboqs is a C library for quantum-resistant cryptographic algorithms.
 See the bundled README.md for particular limitations on intended use.
 
 %package devel
 Summary:Headers for liboqs, a library for quantum-resistant 
cryptography
 Group:  Development/Languages/C and C++
-Requires:   liboqs4 = %{version}
+Requires:   liboqs5 = %{version}
 
 %description devel
 liboqs is a C library for quantum-resistant cryptographic algorithms.
@@ -78,13 +78,13 @@
 
 rmdir %{buildroot}%{_prefix}/local/
 
-%post -n liboqs4 -p /sbin/ldconfig
-%postun -n liboqs4 -p /sbin/ldconfig
+%post -n liboqs5 -p /sbin/ldconfig
+%postun -n liboqs5 -p /sbin/ldconfig
 
-%files -n liboqs4
+%files -n liboqs5
 %license LICENSE.txt
 %{_libdir}/liboqs.so.%version
-%{_libdir}/liboqs.so.4
+%{_libdir}/liboqs.so.5
 %doc README.md
 
 %files devel

++ 0.9.2.tar.gz -> 0.10.0.tar.gz ++
 238496 lines of diff (skipped)

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.0EfgcC/_old  2024-03-25 21:14:15.862546849 +0100
+++ /var/tmp/diff_new_pack.0EfgcC/_new  2024-03-25 21:14:15.866546996 +0100
@@ -1,3 +1,3 @@
-liboqs4
+liboqs5
 liboqs-devel
 


commit python-jira for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-jira for openSUSE:Factory 
checked in at 2024-03-25 21:08:53

Comparing /work/SRC/openSUSE:Factory/python-jira (Old)
 and  /work/SRC/openSUSE:Factory/.python-jira.new.1905 (New)


Package is "python-jira"

Mon Mar 25 21:08:53 2024 rev:13 rq:1160942 version:3.6.0

Changes:

--- /work/SRC/openSUSE:Factory/python-jira/python-jira.changes  2024-01-15 
22:17:01.750001758 +0100
+++ /work/SRC/openSUSE:Factory/.python-jira.new.1905/python-jira.changes
2024-03-25 21:14:06.702210511 +0100
@@ -1,0 +2,5 @@
+Sat Mar 23 12:17:51 UTC 2024 - Dirk Müller 
+
+- add Pillow dependency
+
+---



Other differences:
--
++ python-jira.spec ++
--- /var/tmp/diff_new_pack.J8qmDH/_old  2024-03-25 21:14:08.586279688 +0100
+++ /var/tmp/diff_new_pack.J8qmDH/_new  2024-03-25 21:14:08.606280422 +0100
@@ -32,6 +32,7 @@
 BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:   python-Pillow >= 2.1.0
 Requires:   python-defusedxml
 Requires:   python-keyring
 Requires:   python-oauthlib
@@ -41,7 +42,7 @@
 Requires:   python-requests-toolbelt
 Requires:   python-typing_extensions >= 3.7.4.2
 Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(postun): update-alternatives
 BuildArch:  noarch
 %python_subpackages
 


commit antimicrox for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package antimicrox for openSUSE:Factory 
checked in at 2024-03-25 21:08:33

Comparing /work/SRC/openSUSE:Factory/antimicrox (Old)
 and  /work/SRC/openSUSE:Factory/.antimicrox.new.1905 (New)


Package is "antimicrox"

Mon Mar 25 21:08:33 2024 rev:15 rq:1160885 version:3.4.0

Changes:

--- /work/SRC/openSUSE:Factory/antimicrox/antimicrox.changes2023-07-18 
22:08:00.638950854 +0200
+++ /work/SRC/openSUSE:Factory/.antimicrox.new.1905/antimicrox.changes  
2024-03-25 21:13:35.237055212 +0100
@@ -1,0 +2,11 @@
+Mon Mar 18 06:20:46 UTC 2024 - Carsten Ziepke 
+
+- Update to version 3.4.0
+  * Fix attaching window to a pinned launcher in Linux
+  * Fixing builds with X11=OFF
+  * Updated translations
+  * New translations: Croatian, Turkish, Persian, Vietnamese
+  * Fix a lot of deprecation warnings and other code changes
+required to migrate to QT6
+
+---

Old:

  antimicrox-3.3.4.tar.gz

New:

  antimicrox-3.4.0.tar.gz



Other differences:
--
++ antimicrox.spec ++
--- /var/tmp/diff_new_pack.icIHNx/_old  2024-03-25 21:13:36.189090168 +0100
+++ /var/tmp/diff_new_pack.icIHNx/_new  2024-03-25 21:13:36.201090608 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package antimicrox
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   antimicrox
-Version:3.3.4
+Version:3.4.0
 Release:0
 Summary:Graphical program used to map keyboard keys and mouse controls 
to a game-pad
 # antimicrox is GPL-3.0-or-later except SDL_GameControllerDB which is Zlib

++ antimicrox-3.3.4.tar.gz -> antimicrox-3.4.0.tar.gz ++
 34923 lines of diff (skipped)


commit eksctl for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package eksctl for openSUSE:Factory checked 
in at 2024-03-25 21:08:47

Comparing /work/SRC/openSUSE:Factory/eksctl (Old)
 and  /work/SRC/openSUSE:Factory/.eksctl.new.1905 (New)


Package is "eksctl"

Mon Mar 25 21:08:47 2024 rev:24 rq:1160929 version:0.175.0

Changes:

--- /work/SRC/openSUSE:Factory/eksctl/eksctl.changes2024-03-17 
22:15:56.068234995 +0100
+++ /work/SRC/openSUSE:Factory/.eksctl.new.1905/eksctl.changes  2024-03-25 
21:13:57.085857430 +0100
@@ -1,0 +2,9 @@
+Sat Mar 23 10:33:03 UTC 2024 - opensuse_buildserv...@ojkastl.de
+
+- Update to version 0.175.0:
+  * Add release notes for v0.175.0 (#7669)
+  * Test Bottlerocket node upgrade and verify version
+  * Upgrade with explicit version if release version is up-to-date
+  * Prepare for next development iteration
+
+---

Old:

  eksctl-0.174.0.obscpio

New:

  eksctl-0.175.0.obscpio



Other differences:
--
++ eksctl.spec ++
--- /var/tmp/diff_new_pack.yAoATf/_old  2024-03-25 21:13:59.345940413 +0100
+++ /var/tmp/diff_new_pack.yAoATf/_new  2024-03-25 21:13:59.345940413 +0100
@@ -19,7 +19,7 @@
 %define __arch_install_post export NO_BRP_STRIP_DEBUG=true
 
 Name:   eksctl
-Version:0.174.0
+Version:0.175.0
 Release:0
 Summary:The official CLI for Amazon EKS
 License:Apache-2.0

++ _service ++
--- /var/tmp/diff_new_pack.yAoATf/_old  2024-03-25 21:13:59.377941587 +0100
+++ /var/tmp/diff_new_pack.yAoATf/_new  2024-03-25 21:13:59.381941734 +0100
@@ -3,7 +3,7 @@
 https://github.com/weaveworks/eksctl
 git
 .git
-v0.174.0
+v0.175.0
 @PARENT_TAG@
 enable
 v(.*)

++ _servicedata ++
--- /var/tmp/diff_new_pack.yAoATf/_old  2024-03-25 21:13:59.405942616 +0100
+++ /var/tmp/diff_new_pack.yAoATf/_new  2024-03-25 21:13:59.409942762 +0100
@@ -1,6 +1,6 @@
 
 
 https://github.com/weaveworks/eksctl
-  3c1a5c4c215965d88df40f7185fc21a16b11c3ce
+  5b28c17948a1036f26becbbc02d23e61195e8a33
 (No newline at EOF)
 

++ eksctl-0.174.0.obscpio -> eksctl-0.175.0.obscpio ++
/work/SRC/openSUSE:Factory/eksctl/eksctl-0.174.0.obscpio 
/work/SRC/openSUSE:Factory/.eksctl.new.1905/eksctl-0.175.0.obscpio differ: char 
50, line 1

++ eksctl.obsinfo ++
--- /var/tmp/diff_new_pack.yAoATf/_old  2024-03-25 21:13:59.445944084 +0100
+++ /var/tmp/diff_new_pack.yAoATf/_new  2024-03-25 21:13:59.449944231 +0100
@@ -1,5 +1,5 @@
 name: eksctl
-version: 0.174.0
-mtime: 1710467378
-commit: 3c1a5c4c215965d88df40f7185fc21a16b11c3ce
+version: 0.175.0
+mtime: 1711105066
+commit: 5b28c17948a1036f26becbbc02d23e61195e8a33
 

++ vendor.tar.gz ++
/work/SRC/openSUSE:Factory/eksctl/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.eksctl.new.1905/vendor.tar.gz differ: char 5, line 1


commit soundkonverter for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package soundkonverter for openSUSE:Factory 
checked in at 2024-03-25 21:08:39

Comparing /work/SRC/openSUSE:Factory/soundkonverter (Old)
 and  /work/SRC/openSUSE:Factory/.soundkonverter.new.1905 (New)


Package is "soundkonverter"

Mon Mar 25 21:08:39 2024 rev:3 rq:1160905 version:3.0.1+git20240225

Changes:

--- /work/SRC/openSUSE:Factory/soundkonverter/soundkonverter.changes
2024-03-05 18:50:19.036292108 +0100
+++ /work/SRC/openSUSE:Factory/.soundkonverter.new.1905/soundkonverter.changes  
2024-03-25 21:13:45.577434877 +0100
@@ -1,0 +2,6 @@
+Sat Mar 23 08:51:46 UTC 2024 - mun...@googlemail.com
+
+- Add "BuildRequires: extra-cmake-modules" to fix a build error
+  on Factory/Tumbleweed.
+
+---



Other differences:
--
++ soundkonverter.spec ++
--- /var/tmp/diff_new_pack.LuLwFc/_old  2024-03-25 21:13:46.47346 +0100
+++ /var/tmp/diff_new_pack.LuLwFc/_new  2024-03-25 21:13:46.47346 +0100
@@ -25,6 +25,7 @@
 # n=soundkonverter && v=3.0.1 && g=20240225 && d=$n-$v+git$g && cd /tmp && git 
clone https://github.com/nphantasm/$n.git && pushd $n && rm -rf .??* && popd && 
mv $n $d && f=$d.tar.xz && tar c --remove-files "$d" | xz -9e > "$f"
 Source0:%{name}-%{version}.tar.xz
 BuildRequires:  cdparanoia-devel
+BuildRequires:  extra-cmake-modules
 BuildRequires:  pkgconfig
 BuildRequires:  unzip
 BuildRequires:  update-desktop-files


commit busybox-image for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package busybox-image for openSUSE:Factory 
checked in at 2024-03-25 21:08:07

Comparing /work/SRC/openSUSE:Factory/busybox-image (Old)
 and  /work/SRC/openSUSE:Factory/.busybox-image.new.1905 (New)


Package is "busybox-image"

Mon Mar 25 21:08:07 2024 rev:7 rq:1160850 version:2024

Changes:

--- /work/SRC/openSUSE:Factory/busybox-image/busybox-image.changes  
2024-01-18 21:52:55.603727993 +0100
+++ /work/SRC/openSUSE:Factory/.busybox-image.new.1905/busybox-image.changes
2024-03-25 21:10:23.69002 +0100
@@ -1,0 +2,5 @@
+Fri Mar 22 17:20:58 UTC 2024 - Dirk Mueller 
+
+- add readme and logo urls
+
+---



Other differences:
--
++ busybox-image.kiwi ++
--- /var/tmp/diff_new_pack.59tB24/_old  2024-03-25 21:10:24.886066137 +0100
+++ /var/tmp/diff_new_pack.59tB24/_new  2024-03-25 21:10:24.890066284 +0100
@@ -40,6 +40,7 @@
 
 https://www.opensuse.org"/>
 https://raw.githubusercontent.com/SUSE/BCI-dockerfile-generator/Tumbleweed/busybox-image/README.md"/>
+https://opensource.suse.com/bci/SLE_BCI_logomark_green.svg"/>
 
 
 

++ README.md ++
--- /var/tmp/diff_new_pack.59tB24/_old  2024-03-25 21:10:24.918067312 +0100
+++ /var/tmp/diff_new_pack.59tB24/_new  2024-03-25 21:10:24.922067459 +0100
@@ -1,4 +1,8 @@
-# The openSUSE Tumbleweed BCI openSUSE Tumbleweed BusyBox Container image
+# SLE BCI-BusyBox: the smallest and GPLv3-free image
 
-openSUSE Tumbleweed BusyBox container based on the openSUSE Tumbleweed Base 
Container Image.
+The SLE BCI-BusyBox image comes with the most basic tools provided by the 
BusyBox project. The image contains no GPLv3 licensed software. When using the 
image, keep in mind that there are differences between the BusyBox tools and 
the GNU Coreutils. This means that scripts written for a system that uses GNU 
Coreutils may require modification to work with BusyBox.
+
+## License
+ SPDX-License-Identifier: MIT
+(No newline at EOF)
 


commit libcrc32c for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libcrc32c for openSUSE:Factory 
checked in at 2024-03-25 21:08:05

Comparing /work/SRC/openSUSE:Factory/libcrc32c (Old)
 and  /work/SRC/openSUSE:Factory/.libcrc32c.new.1905 (New)


Package is "libcrc32c"

Mon Mar 25 21:08:05 2024 rev:3 rq:1160828 version:1.1.2

Changes:

--- /work/SRC/openSUSE:Factory/libcrc32c/libcrc32c.changes  2022-08-01 
21:32:43.870057923 +0200
+++ /work/SRC/openSUSE:Factory/.libcrc32c.new.1905/libcrc32c.changes
2024-03-25 21:10:21.529942911 +0100
@@ -1,0 +2,5 @@
+Mon Feb 26 21:30:34 UTC 2024 - Robert Schweikert 
+
+- Include in SLE 15 SP4 and later (jsc#PED-6697)
+
+---



Other differences:
--
++ libcrc32c.spec ++
--- /var/tmp/diff_new_pack.T94HZv/_old  2024-03-25 21:10:22.249969347 +0100
+++ /var/tmp/diff_new_pack.T94HZv/_new  2024-03-25 21:10:22.253969495 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libcrc32c
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed


commit micro-image for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package micro-image for openSUSE:Factory 
checked in at 2024-03-25 21:08:09

Comparing /work/SRC/openSUSE:Factory/micro-image (Old)
 and  /work/SRC/openSUSE:Factory/.micro-image.new.1905 (New)


Package is "micro-image"

Mon Mar 25 21:08:09 2024 rev:8 rq:1160853 version:2024

Changes:

--- /work/SRC/openSUSE:Factory/micro-image/micro-image.changes  2024-01-18 
21:53:13.988391386 +0100
+++ /work/SRC/openSUSE:Factory/.micro-image.new.1905/micro-image.changes
2024-03-25 21:10:27.262153379 +0100
@@ -1,0 +2,5 @@
+Fri Mar 22 17:20:58 UTC 2024 - Dirk Mueller 
+
+- add readme and logo urls
+
+---



Other differences:
--
++ micro-image.kiwi ++
--- /var/tmp/diff_new_pack.1sl51z/_old  2024-03-25 21:10:28.206188041 +0100
+++ /var/tmp/diff_new_pack.1sl51z/_new  2024-03-25 21:10:28.210188188 +0100
@@ -40,6 +40,7 @@
 
 https://www.opensuse.org"/>
 https://raw.githubusercontent.com/SUSE/BCI-dockerfile-generator/Tumbleweed/micro-image/README.md"/>
+https://opensource.suse.com/bci/SLE_BCI_logomark_green.svg"/>
 
 
 

++ README.md ++
--- /var/tmp/diff_new_pack.1sl51z/_old  2024-03-25 21:10:28.250189656 +0100
+++ /var/tmp/diff_new_pack.1sl51z/_new  2024-03-25 21:10:28.254189803 +0100
@@ -1,4 +1,14 @@
-# The openSUSE Tumbleweed BCI openSUSE Tumbleweed Micro Container image
+# SLE BCI-Micro: Suitable for deploying static binaries
 
-A micro environment for containers based on the openSUSE Tumbleweed Base 
Container Image.
+This image is similar to SLE BCI-Minimal but without the RPM package manager.
+The primary use case for the image is deploying static binaries produced
+externally or during multi-stage builds. As there is no straightforward
+way to install additional dependencies inside the container image,
+we recommend deploying a project using the SLE BCI-Minimal image only
+when the final build artifact bundles all dependencies and has no
+external runtime requirements (like Python or Ruby).
+
+## License
+ SPDX-License-Identifier: MIT
+(No newline at EOF)
 


commit wezterm for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package wezterm for openSUSE:Factory checked 
in at 2024-03-25 21:08:11

Comparing /work/SRC/openSUSE:Factory/wezterm (Old)
 and  /work/SRC/openSUSE:Factory/.wezterm.new.1905 (New)


Package is "wezterm"

Mon Mar 25 21:08:11 2024 rev:36 rq:1160857 version:20240203.110809.5046fc22

Changes:

--- /work/SRC/openSUSE:Factory/wezterm/wezterm.changes  2024-02-25 
14:07:12.859278647 +0100
+++ /work/SRC/openSUSE:Factory/.wezterm.new.1905/wezterm.changes
2024-03-25 21:10:46.606863654 +0100
@@ -1,0 +2,8 @@
+Sat Mar 23 00:45:08 UTC 2024 - Soc Virnyl Estela 

+
+- Filter platform specific dependencies. Only pull those that is required
+  for linux platforms.
+- Set `filter` to true in _service file.
+- Update vendored dependencies with filter enabled.
+
+---



Other differences:
--
++ _service ++
--- /var/tmp/diff_new_pack.zEO54J/_old  2024-03-25 21:10:48.998951484 +0100
+++ /var/tmp/diff_new_pack.zEO54J/_new  2024-03-25 21:10:49.002951631 +0100
@@ -19,7 +19,7 @@
   
  wezterm
  true
- RUSTSEC-2022-0090
+ true
   
   
 

++ vendor.tar.zst ++
Binary files /var/tmp/diff_new_pack.zEO54J/_old and 
/var/tmp/diff_new_pack.zEO54J/_new differ

++ wezterm-20240203.110809.5046fc22.tar.zst ++
Binary files /var/tmp/diff_new_pack.zEO54J/_old and 
/var/tmp/diff_new_pack.zEO54J/_new differ


commit mercurial-extension-hg-git for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mercurial-extension-hg-git for 
openSUSE:Factory checked in at 2024-03-25 21:08:05

Comparing /work/SRC/openSUSE:Factory/mercurial-extension-hg-git (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial-extension-hg-git.new.1905 (New)


Package is "mercurial-extension-hg-git"

Mon Mar 25 21:08:05 2024 rev:13 rq:1160842 version:1.1.1

Changes:

--- 
/work/SRC/openSUSE:Factory/mercurial-extension-hg-git/mercurial-extension-hg-git.changes
2023-11-09 21:36:28.555273269 +0100
+++ 
/work/SRC/openSUSE:Factory/.mercurial-extension-hg-git.new.1905/mercurial-extension-hg-git.changes
  2024-03-25 21:10:22.573981245 +0100
@@ -1,0 +2,37 @@
+Fri Mar 22 17:49:36 UTC 2024 - Lukas Müller 
+
+- Update to version 1.1.1.
+  * Fix pulling after marking the tip as obsolete.
+  * Mark Mercurial 6.7 as supported.
+- Changes from 1.1.0:
+  * Remove some compatibility for now-unsupported versions of Dulwich.
+- Changes from 1.1.0b1:
+  * The gclear command is inherently dangerous, and has been
+replaced with a debug command instead.
+  * The .hgsub and .gitmodules files are no longer retained when
+pushing to or pulling from Git, respectively. Instead, changes to
+each will be applied during the conversion.
+  * Minor adjustments to categorisation of internal commands, and ensure
+that they all start with git-*.
+  * Move configuration from the README file to contained within the
+extension, so that it is now self-documenting like Mercurial.
+  * The -B/--bookmark flag for push will now restrict bookmarks
+by name rather than revision. (Please note that this is unsupported
+when the git.branch_bookmark_suffix configuration option is
+set.)
+  * Pushing an unknown bookmark with the -B/--bookmark option now
+has the same effect as when pushing to a Mercurial repository, and
+will delete the remote Git branch.
+  * You can now specify what to publish with the paths section.
+  * Pushing and pulling from Git now triggers incoming, outgoing
+and changegroup hooks, along with the corresponding pre*
+hooks. In addition, the gitexport and gitimport hooks allow
+intercepting when commits are converted. As a result, you can now
+use the notify extension when interacting with Git repositories.
+(#402)
+  * Git subrepositories will now be pushed as Git submodules.
+- Changes from 1.0.4:
+  * Address regression with Mercurial 6.4 and later where remote tags
+weren't updated on push.
+
+---

Old:

  hg-git-1.0.3.tar.gz

New:

  hg-git-1.1.1.tar.gz



Other differences:
--
++ mercurial-extension-hg-git.spec ++
--- /var/tmp/diff_new_pack.GYznqB/_old  2024-03-25 21:10:23.470014144 +0100
+++ /var/tmp/diff_new_pack.GYznqB/_new  2024-03-25 21:10:23.470014144 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mercurial-extension-hg-git
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 
 %define pythons python3
 Name:   mercurial-extension-hg-git
-Version:1.0.3
+Version:1.1.1
 Release:0
 Summary:Hg-Git Mercurial plugin
 License:GPL-2.0-only

++ hg-git-1.0.3.tar.gz -> hg-git-1.1.1.tar.gz ++
 7554 lines of diff (skipped)


commit python-pydata-google-auth for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pydata-google-auth for 
openSUSE:Factory checked in at 2024-03-25 21:07:59

Comparing /work/SRC/openSUSE:Factory/python-pydata-google-auth (Old)
 and  /work/SRC/openSUSE:Factory/.python-pydata-google-auth.new.1905 (New)


Package is "python-pydata-google-auth"

Mon Mar 25 21:07:59 2024 rev:7 rq:1160829 version:1.8.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-pydata-google-auth/python-pydata-google-auth.changes
  2023-10-19 22:53:43.372366856 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pydata-google-auth.new.1905/python-pydata-google-auth.changes
2024-03-25 21:09:51.628845039 +0100
@@ -1,0 +2,6 @@
+Fri Mar 22 20:24:45 UTC 2024 - Ben Greiner 
+
+- Remove ancient versioneer.py and use system one for Python 3.12
+  compatibility -- gh#pydata/pydata-google-auth#74
+
+---



Other differences:
--
++ python-pydata-google-auth.spec ++
--- /var/tmp/diff_new_pack.KhL1Oc/_old  2024-03-25 21:09:54.480949759 +0100
+++ /var/tmp/diff_new_pack.KhL1Oc/_new  2024-03-25 21:09:54.500950494 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pydata-google-auth
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,11 +26,15 @@
 Source: 
https://github.com/pydata/pydata-google-auth/archive/%{version}.tar.gz#/pydata-google-auth-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM https://github.com/pydata/pydata-google-auth/pull/73 Do 
not require six on Python 3
 Patch0: no-six.patch
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module versioneer}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-google-auth >= 1.25.1
 Requires:   python-google-auth-oauthlib >= 0.4.0
+Requires:   python-setuptools
 BuildArch:  noarch
 # SECTION test requirements
 BuildRequires:  %{python_module google-auth >= 1.25.0}
@@ -46,12 +50,13 @@
 
 %prep
 %autosetup -p1 -n pydata-google-auth-%{version}
+rm versioneer.py
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -61,5 +66,5 @@
 %doc README.rst
 %license LICENSE.txt
 %{python_sitelib}/pydata_google_auth
-%{python_sitelib}/pydata_google_auth-%{version}*-info
+%{python_sitelib}/pydata_google_auth-%{version}.dist-info
 


commit distribution-image for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package distribution-image for 
openSUSE:Factory checked in at 2024-03-25 21:08:07

Comparing /work/SRC/openSUSE:Factory/distribution-image (Old)
 and  /work/SRC/openSUSE:Factory/.distribution-image.new.1905 (New)


Package is "distribution-image"

Mon Mar 25 21:08:07 2024 rev:5 rq:1160851 version:2024

Changes:

--- /work/SRC/openSUSE:Factory/distribution-image/distribution-image.changes
2024-01-18 21:52:57.347790926 +0100
+++ 
/work/SRC/openSUSE:Factory/.distribution-image.new.1905/distribution-image.changes
  2024-03-25 21:10:25.074073040 +0100
@@ -1,0 +2,5 @@
+Fri Mar 22 17:20:58 UTC 2024 - Dirk Mueller 
+
+- add readme and logo urls
+
+---



Other differences:
--
++ README.md ++
--- /var/tmp/diff_new_pack.TD3Cq0/_old  2024-03-25 21:10:26.258116514 +0100
+++ /var/tmp/diff_new_pack.TD3Cq0/_new  2024-03-25 21:10:26.258116514 +0100
@@ -1,4 +1,42 @@
-# The openSUSE Tumbleweed OCI Container Registry (Distribution) Container image
+# The SLE BCI Distribution Image
 
-OCI Container Registry (Distribution) container based on the openSUSE 
Tumbleweed Base Container Image.
+This container image allows to run a local OCI registry. Before you start the 
container,
+you need to create a `config.yml` with the following content:
+
+```yaml
+---
+version: 0.1
+log:
+  level: info
+storage:
+  filesystem:
+rootdirectory: /var/lib/docker-registry
+http:
+  addr: 0.0.0.0:5000
+```
+
+You can also create an empty directory for storing the images outside the 
container:
+
+```bash
+mkdir -p /var/lib/docker-registry
+```
+
+Then you can start the container with the following command:
+
+```bash
+podman run -d --restart=always -p 5000:5000 -v 
/path/to/config.yml:/etc/docker/registry/config.yml \
+  -v /var/lib/docker-registry:/var/lib/docker-registry --name registry 
registry.opensuse.org/opensuse/registry:%%registry_version%%-%RELEASE%
+```
+
+The registry is available at `http://localhost:5000`. To keep the registry 
running after a reboot, create a systemd service as follows:
+
+```bash
+sudo podman generate systemd registry > /etc/systemd/system/registry.service
+sudo systemctl enable --now registry
+```
+
+
+## License
+ SPDX-License-Identifier: Apache-2.0
+(No newline at EOF)
 


commit musique for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package musique for openSUSE:Factory checked 
in at 2024-03-25 21:07:36

Comparing /work/SRC/openSUSE:Factory/musique (Old)
 and  /work/SRC/openSUSE:Factory/.musique.new.1905 (New)


Package is "musique"

Mon Mar 25 21:07:36 2024 rev:4 rq:1160736 version:1.12

Changes:

--- /work/SRC/openSUSE:Factory/musique/musique.changes  2024-03-20 
21:22:31.880089909 +0100
+++ /work/SRC/openSUSE:Factory/.musique.new.1905/musique.changes
2024-03-25 21:09:20.747711183 +0100
@@ -1,0 +2,13 @@
+Fri Mar 22 15:17:24 UTC 2024 - Martin Winter 
+
+- Add missing runtime dependency
+  * Add Requires: qt6-sql-sqlite
+
+---
+Thu Mar 21 16:07:06 UTC 2024 - Martin Winter 
+
+- Update to 1.12
+  * No upstream changelog
+- Build with Qt6
+
+---

Old:

  musique-1.10.1.tar.xz

New:

  musique-1.12.tar.xz



Other differences:
--
++ musique.spec ++
--- /var/tmp/diff_new_pack.QgrCpa/_old  2024-03-25 21:09:22.263766848 +0100
+++ /var/tmp/diff_new_pack.QgrCpa/_new  2024-03-25 21:09:22.263766848 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   musique
-Version:1.10.1
+Version:1.12
 Release:0
 Summary:A different take on the music player
 License:GPL-3.0-only AND LGPL-2.1-only
@@ -27,18 +27,18 @@
 Patch0: fix-taglib2-compatibility.patch
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  libqt5-linguist
 BuildRequires:  pkgconfig
+BuildRequires:  qt6-tools-linguist
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(Qt5DBus)
-BuildRequires:  pkgconfig(Qt5Network)
-BuildRequires:  pkgconfig(Qt5Quick)
-BuildRequires:  pkgconfig(Qt5Sql)
-BuildRequires:  pkgconfig(Qt5Widgets)
-BuildRequires:  pkgconfig(Qt5X11Extras)
-BuildRequires:  pkgconfig(Qt5Xml)
+BuildRequires:  pkgconfig(Qt6DBus)
+BuildRequires:  pkgconfig(Qt6Network)
+BuildRequires:  pkgconfig(Qt6Quick)
+BuildRequires:  pkgconfig(Qt6Sql)
+BuildRequires:  pkgconfig(Qt6Widgets)
+BuildRequires:  pkgconfig(Qt6Xml)
 BuildRequires:  pkgconfig(mpv) >= 0.29.0
 BuildRequires:  pkgconfig(taglib)
+Requires:   qt6-sql-sqlite
 
 %description
 Musique is a music player designed by and for people that love
@@ -64,14 +64,15 @@
 sed -i "s/__DATE__/\"$FAKE_BUILDDATE\"/" src/aboutview.cpp
 
 %build
-%qmake5 \
+%qmake6 \
   PREFIX=%{_prefix}\
+  QMAKE_LRELEASE=lrelease6 \
   QMAKE_CFLAGS="%{optflags}"   \
   QMAKE_CXXFLAGS="%{optflags}"
 %make_build
 
 %install
-%qmake5_install
+%qmake6_install
 %fdupes %{buildroot}%{_datadir}
 
 %files

++ _service ++
--- /var/tmp/diff_new_pack.QgrCpa/_old  2024-03-25 21:09:22.295768023 +0100
+++ /var/tmp/diff_new_pack.QgrCpa/_new  2024-03-25 21:09:22.299768170 +0100
@@ -4,7 +4,7 @@
 https://github.com/flaviotordini/musique.git
 musique
 @PARENT_TAG@
-1.10.1
+1.12
   
   
 *.tar

++ fix-taglib2-compatibility.patch ++
--- /var/tmp/diff_new_pack.QgrCpa/_old  2024-03-25 21:09:22.311768610 +0100
+++ /var/tmp/diff_new_pack.QgrCpa/_new  2024-03-25 21:09:22.315768757 +0100
@@ -1,4 +1,4 @@
-From dc111dcc6ba4eadc4f04c4bf0ad8340589b058fd Mon Sep 17 00:00:00 2001
+From 7277d40defe9cde40f947a81d624195ddf683f44 Mon Sep 17 00:00:00 2001
 From: letsfindaway 
 Date: Wed, 20 Mar 2024 07:19:11 +0100
 Subject: [PATCH] fix: compatibility with TagLib 2.0
@@ -7,16 +7,30 @@
 - replace MP4::Tag::itemListMap() by MP4::Tag::itemMap()
 - add version requirement for TagLib >= 1.10 in README.md
 ---
+ README.md   | 2 +-
  src/coverutils.cpp  | 2 +-
  src/mainwindow.cpp  | 3 +++
  src/tags/mp4utils.h | 4 ++--
- 3 files changed, 6 insertions(+), 3 deletions(-)
+ 4 files changed, 7 insertions(+), 4 deletions(-)
+
+diff --git a/README.md b/README.md
+index a1e08a5..8b28cf8 100644
+--- a/README.md
 b/README.md
+@@ -10,7 +10,7 @@ Translations are done at 
https://www.transifex.com/flaviotordini/musique/
+ Just register and apply for a language team. Please don't request translation 
merges on GitHub.
+
+ ## Build instructions
+-To compile Musique you need at least Qt 6.0. The following Qt modules are 
needed: core, gui, widgets, network, sql (using the Sqlite plugin), 
declarative, dbus. You also need TagLib: http://taglib.github.io and MPV >= 
0.29.0: https://mpv.io/
++To compile Musique you need at least Qt 6.0. The following Qt modules are 
needed: core, gui, widgets, network, sql (using the Sqlite plugin), 
declarative, dbus. You also need TagLib: http://taglib.github.io >= 1.10 and 
MPV >= 0.29.0: https://mpv.io/
+
+ To be able to build on a Debian (or derivative) system:
 
 

commit python-numba for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-numba for openSUSE:Factory 
checked in at 2024-03-25 21:07:59

Comparing /work/SRC/openSUSE:Factory/python-numba (Old)
 and  /work/SRC/openSUSE:Factory/.python-numba.new.1905 (New)


Package is "python-numba"

Mon Mar 25 21:07:59 2024 rev:46 rq:1160819 version:0.59.1

Changes:

--- /work/SRC/openSUSE:Factory/python-numba/python-numba.changes
2024-03-09 20:56:44.595110375 +0100
+++ /work/SRC/openSUSE:Factory/.python-numba.new.1905/python-numba.changes  
2024-03-25 21:09:50.308796571 +0100
@@ -1,0 +2,13 @@
+Fri Mar 22 20:05:25 UTC 2024 - Dirk Müller 
+
+- update to 0.59.1:
+  * Fixed caching of kernels that use target-specific overloads
+  * Fixed a performance regression introduced in Numba 0.59 which
+made ``np.searchsorted`` considerably slower.
+  * This patch fixes two issues with ``np.searchsorted``. First,
+a regression is fixed in the support of ``np.datetime64``.
+Second, adopt ``NAT``-aware  comparisons to fix mishandling
+of ``NAT`` value.
+  * Allow use of Python 3.12 PEP-695 type parameter syntax
+
+---

Old:

  numba-0.59.0.tar.gz

New:

  numba-0.59.1.tar.gz



Other differences:
--
++ python-numba.spec ++
--- /var/tmp/diff_new_pack.8ov4Ba/_old  2024-03-25 21:09:51.088825211 +0100
+++ /var/tmp/diff_new_pack.8ov4Ba/_new  2024-03-25 21:09:51.092825358 +0100
@@ -55,7 +55,7 @@
 %endif
 
 Name:   python-numba%{?psuffix}
-Version:0.59.0
+Version:0.59.1
 Release:0
 Summary:NumPy-aware optimizing compiler for Python using LLVM
 License:BSD-2-Clause

++ numba-0.59.0.tar.gz -> numba-0.59.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/numba-0.59.0/PKG-INFO new/numba-0.59.1/PKG-INFO
--- old/numba-0.59.0/PKG-INFO   2024-01-31 18:53:01.989844800 +0100
+++ new/numba-0.59.1/PKG-INFO   2024-03-18 14:32:45.775456000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: numba
-Version: 0.59.0
+Version: 0.59.1
 Summary: compiling Python code using LLVM
 Home-page: https://numba.pydata.org
 License: BSD
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/numba-0.59.0/docs/source/release/0.59.1-notes.rst 
new/numba-0.59.1/docs/source/release/0.59.1-notes.rst
--- old/numba-0.59.0/docs/source/release/0.59.1-notes.rst   1970-01-01 
01:00:00.0 +0100
+++ new/numba-0.59.1/docs/source/release/0.59.1-notes.rst   2024-03-18 
14:32:37.0 +0100
@@ -0,0 +1,71 @@
+Version 0.59.1 (18 March 2024)
+--
+
+This is a bug-fix release to fix regressions in 0.59.0.
+
+
+CUDA API Changes
+
+
+Fixed caching of kernels that use target-specific overloads
+===
+
+Caching of kernels using target-specific overloads now works. This includes use
+of cooperative group sync, which is now implemented with a target-specific 
overload.
+
+(`PR-#9447 `__)
+
+
+Performance Improvements and Changes
+
+
+Improvement to ``np.searchsorted``
+==
+
+Fixed a performance regression introduced in Numba 0.59 which made
+``np.searchsorted`` considerably slower.
+
+(`PR-#9448 `__)
+
+
+Bug Fixes
+~
+
+Fix issues with ``np.searchsorted`` not handling ``np.datetime64``
+==
+
+This patch fixes two issues with ``np.searchsorted``. First, a regression is
+fixed in the support of ``np.datetime64``. Second, adopt ``NAT``-aware
+comparisons to fix mishandling of ``NAT`` value.
+
+(`PR-#9445 `__)
+
+Allow use of Python 3.12 PEP-695 type parameter syntax
+==
+
+A patch is added to properly parse the PEP 695 syntax. While Numba
+does not yet take advantage of type parameters, it will no longer erroneously
+reject functions defined with the new Python 3.12 syntax.
+
+(`PR-#9459 `__)
+
+
+Pull-Requests:
+~~
+
+* PR `#9445 `_: Fix #9427 
np.searchsorted on datetime64 (`sklam `_)
+* PR `#9447 `_: Fix Issue #9432, 
caching of kernels using target-specific overloads (such as CG sync) (`gmarkall 
`_ `sklam `_)
+* PR `#9448 

commit python-icalendar for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-icalendar for 
openSUSE:Factory checked in at 2024-03-25 21:07:57

Comparing /work/SRC/openSUSE:Factory/python-icalendar (Old)
 and  /work/SRC/openSUSE:Factory/.python-icalendar.new.1905 (New)


Package is "python-icalendar"

Mon Mar 25 21:07:57 2024 rev:36 rq:1160833 version:5.0.12

Changes:

--- /work/SRC/openSUSE:Factory/python-icalendar/python-icalendar.changes
2024-01-21 23:08:55.766759020 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-icalendar.new.1905/python-icalendar.changes  
2024-03-25 21:09:46.868670261 +0100
@@ -1,0 +2,23 @@
+Fri Mar 22 20:43:45 UTC 2024 - Dirk Müller 
+
+- update to 5.0.12:
+  * Augmented fuzzer to optionally convert multiple calendars
+from a source string
+  * Add script to convert OSS FUZZ test cases to Python/pytest
+test cases
+  * Added additional exception handling of defined errors to
+fuzzer, to allow fuzzer to explore deeper
+  * Added more instrumentation to fuzz-harness
+  * Rename "contributor" to "collaborator" in documentation
+  * Correct the outdated "icalendar view myfile.ics" command in
+documentation. #588
+  * Update GitHub Actions steps versions
+  * Keep GitHub Actions up to date with GitHub's Dependabot
+  * Fixed index error in cal.py when attempting to pop from an
+empty stack
+  * Fixed type error in prop.py when attempting to join strings
+into a byte-string
+  * Caught Wrong Date Format in ical_fuzzer to resolve fuzzing
+coverage blocker
+
+---

Old:

  icalendar-5.0.11.tar.gz

New:

  icalendar-5.0.12.tar.gz



Other differences:
--
++ python-icalendar.spec ++
--- /var/tmp/diff_new_pack.oPUZEF/_old  2024-03-25 21:09:48.388726072 +0100
+++ /var/tmp/diff_new_pack.oPUZEF/_new  2024-03-25 21:09:48.388726072 +0100
@@ -1,5 +1,5 @@
 #
-# spec file
+# spec file for package python-icalendar
 #
 # Copyright (c) 2024 SUSE LLC
 # Copyright (c) 2011 open-slx GmbH 
@@ -21,7 +21,7 @@
 %definemodname icalendar
 %{?sle15_python_module_pythons}
 Name:   python-%{modname}
-Version:5.0.11
+Version:5.0.12
 Release:0
 Summary:Python parser/generator of iCalendar files package
 License:BSD-2-Clause
@@ -39,7 +39,7 @@
 Requires:   python-python-dateutil
 Requires:   python-pytz
 Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(postun): update-alternatives
 Provides:   %{name}-doc = %{version}
 Obsoletes:  %{name}-doc < %{version}
 BuildArch:  noarch

++ icalendar-5.0.11.tar.gz -> icalendar-5.0.12.tar.gz ++
 1893 lines of diff (skipped)


commit python-license-expression for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-license-expression for 
openSUSE:Factory checked in at 2024-03-25 21:07:57

Comparing /work/SRC/openSUSE:Factory/python-license-expression (Old)
 and  /work/SRC/openSUSE:Factory/.python-license-expression.new.1905 (New)


Package is "python-license-expression"

Mon Mar 25 21:07:57 2024 rev:7 rq:1160834 version:30.3.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-license-expression/python-license-expression.changes
  2023-12-08 22:32:51.473775879 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-license-expression.new.1905/python-license-expression.changes
2024-03-25 21:09:48.624734738 +0100
@@ -1,0 +2,8 @@
+Fri Mar 22 20:44:33 UTC 2024 - Dirk Müller 
+
+- update to 30.3.0:
+  * Use latest skeleton
+  * Update license list to latest ScanCode and SPDX 3.23
+  * Drop support for Python 3.7
+
+---

Old:

  license-expression-30.2.0.tar.gz

New:

  license-expression-30.3.0.tar.gz



Other differences:
--
++ python-license-expression.spec ++
--- /var/tmp/diff_new_pack.cOPXB9/_old  2024-03-25 21:09:49.972784234 +0100
+++ /var/tmp/diff_new_pack.cOPXB9/_new  2024-03-25 21:09:49.972784234 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-license-expression
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-license-expression
-Version:30.2.0
+Version:30.3.0
 Release:0
 Summary:Library to parse, compare, simplify and normalize license 
expressions
 License:Apache-2.0

++ license-expression-30.2.0.tar.gz -> license-expression-30.3.0.tar.gz 
++
 1706 lines of diff (skipped)


commit primecount for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package primecount for openSUSE:Factory 
checked in at 2024-03-25 21:07:34

Comparing /work/SRC/openSUSE:Factory/primecount (Old)
 and  /work/SRC/openSUSE:Factory/.primecount.new.1905 (New)


Package is "primecount"

Mon Mar 25 21:07:34 2024 rev:14 rq:1160728 version:7.11

Changes:

--- /work/SRC/openSUSE:Factory/primecount/primecount.changes2024-01-12 
23:45:46.623367114 +0100
+++ /work/SRC/openSUSE:Factory/.primecount.new.1905/primecount.changes  
2024-03-25 21:09:16.095540371 +0100
@@ -1,0 +2,13 @@
+Fri Mar 15 15:05:00 UTC 2024 - Kim Walisch 
+
+- Update to primecount-7.11 (API & ABI are backwards compatible).
+- Increase pi(x) cache size to 2 KiB.
+- Detect incompatible command-line options.
+- Faster RiemannR(x) and RiemannR_inverse(x) implementations.
+- test/iroot.cpp: Fix musl libc issue.
+- test/Li.cpp: Speed up test.
+- Renamed option --Ri to -R or --RiemannR.
+- Renamed option --Ri-inverse to --RiemannR-inverse.
+- Improve status output on Windows.
+
+---

Old:

  primecount-7.10.tar.gz

New:

  primecount-7.11.tar.gz



Other differences:
--
++ primecount.spec ++
--- /var/tmp/diff_new_pack.p7oOD2/_old  2024-03-25 21:09:17.207581201 +0100
+++ /var/tmp/diff_new_pack.p7oOD2/_new  2024-03-25 21:09:17.207581201 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   primecount
-Version:7.10
+Version:7.11
 Release:0
 Summary:Count the number of primes
 License:BSD-2-Clause

++ primecount-7.10.tar.gz -> primecount-7.11.tar.gz ++
 7779 lines of diff (skipped)


commit python-yara for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-yara for openSUSE:Factory 
checked in at 2024-03-25 21:07:31

Comparing /work/SRC/openSUSE:Factory/python-yara (Old)
 and  /work/SRC/openSUSE:Factory/.python-yara.new.1905 (New)


Package is "python-yara"

Mon Mar 25 21:07:31 2024 rev:5 rq:1160711 version:4.5.0

Changes:

--- /work/SRC/openSUSE:Factory/python-yara/python-yara.changes  2020-08-21 
19:06:29.048438440 +0200
+++ /work/SRC/openSUSE:Factory/.python-yara.new.1905/python-yara.changes
2024-03-25 21:09:13.227435063 +0100
@@ -1,0 +2,10 @@
+Thu Mar 21 10:06:16 UTC 2024 - Markéta Machová 
+
+- Update to 4.5.0
+  * Tied to the changes in yara package itself.
+  * Backward incompatible changes to the yara-python API. Specifically, 
+the strings field in the yara.Match object has changed from an array 
+of tuples (, , ) to an array 
+of yara.StringMatch objects.
+
+---

Old:

  v4.0.2.tar.gz

New:

  v4.5.0.tar.gz



Other differences:
--
++ python-yara.spec ++
--- /var/tmp/diff_new_pack.Njj0GJ/_old  2024-03-25 21:09:13.919460472 +0100
+++ /var/tmp/diff_new_pack.Njj0GJ/_new  2024-03-25 21:09:13.923460619 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-yara
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,8 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-yara
-Version:4.0.2
+Version:4.5.0
 Release:0
 Summary:Python Bindings for YARA (from Virus Total)
 License:Apache-2.0
@@ -53,5 +52,6 @@
 %files %{python_files}
 %license LICENSE
 %doc README.rst
-%{python_sitearch}/*
+%{python_sitearch}/yara.cpython*.so
+%{python_sitearch}/yara_python-%{version}*-info
 

++ v4.0.2.tar.gz -> v4.5.0.tar.gz ++
 3300 lines of diff (skipped)


commit blosc2 for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package blosc2 for openSUSE:Factory checked 
in at 2024-03-25 21:07:47

Comparing /work/SRC/openSUSE:Factory/blosc2 (Old)
 and  /work/SRC/openSUSE:Factory/.blosc2.new.1905 (New)


Package is "blosc2"

Mon Mar 25 21:07:47 2024 rev:12 rq:1160818 version:2.13.2

Changes:

--- /work/SRC/openSUSE:Factory/blosc2/blosc2.changes2024-02-08 
19:02:12.267175787 +0100
+++ /work/SRC/openSUSE:Factory/.blosc2.new.1905/blosc2.changes  2024-03-25 
21:09:34.476215250 +0100
@@ -1,0 +2,13 @@
+Fri Mar 22 19:33:40 UTC 2024 - Ben Greiner 
+
+- Update to 2.13.2
+  * Better checking for SSSE3 availability in Visual Studio.
+Probably fixes #546 too. Thanks to @t20100 (Thomas Vincent) for
+the PR (#586).
+  * Documented the globally registered filters and codecs. See:
+
https://www.blosc.org/c-blosc2/reference/utility_variables.html#codes-for-filters
+
https://www.blosc.org/c-blosc2/reference/utility_variables.html#compressor-codecs
+- Reenable previously failing but never acknowledged test
+  * gh#Blosc/c-blosc2#464
+
+---

Old:

  c-blosc2-2.13.1.tar.gz

New:

  c-blosc2-2.13.2.tar.gz



Other differences:
--
++ blosc2.spec ++
--- /var/tmp/diff_new_pack.EMzjBH/_old  2024-03-25 21:09:35.464251527 +0100
+++ /var/tmp/diff_new_pack.EMzjBH/_new  2024-03-25 21:09:35.468251674 +0100
@@ -20,7 +20,7 @@
 %define major 2
 %define libname lib%{name}-%{major}
 Name:   blosc2
-Version:2.13.1
+Version:2.13.2
 Release:0
 Summary:A fast, compressed, persistent binary data store library for C
 License:BSD-2-Clause AND BSD-3-Clause AND MIT
@@ -70,7 +70,7 @@
 for %{libname}.
 
 %prep
-%autosetup -p1 -n C-Blosc2-%{version}
+%autosetup -p1 -n c-blosc2-%{version}
 
 %build
 %cmake \
@@ -93,9 +93,7 @@
 export LD_PRELOAD="$LD_PRELOAD  %{buildroot}%{_libdir}/libblosc2.so  
%{buildroot}%{_libdir}/libblosc2.so.%{major}"
 # https://github.com/Blosc/c-blosc2/issues/432
 single_thread_tests='test_sframe|test_schunk_frame|test_fill_special'
-# https://github.com/Blosc/c-blosc2/issues/464
-failing_tests='test_contexts'
-%ctest --exclude-regex "${single_thread_tests}|${failing_tests}"
+%ctest --exclude-regex "${single_thread_tests}"
 pushd build
 ctest --tests-regex "${single_thread_tests}"
 popd

++ c-blosc2-2.13.1.tar.gz -> c-blosc2-2.13.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/C-Blosc2-2.13.1/ANNOUNCE.md 
new/c-blosc2-2.13.2/ANNOUNCE.md
--- old/C-Blosc2-2.13.1/ANNOUNCE.md 2024-01-25 11:19:16.0 +0100
+++ new/c-blosc2-2.13.2/ANNOUNCE.md 2024-02-07 14:22:21.0 +0100
@@ -1,9 +1,13 @@
-# Announcing C-Blosc2 2.13.1
+# Announcing C-Blosc2 2.13.2
 A fast, compressed and persistent binary data store library for C.
 
 ## What is new?
 
-This is a patch release for fixing a bug regarding the included files in 
`b2nd.h`.
+This is a patch release for improving of SSSE3 detection on Visual Studio.
+Also, documentation for the globally registered filters and codecs has been
+added:
+https://www.blosc.org/c-blosc2/reference/utility_variables.html#codes-for-filters
+https://www.blosc.org/c-blosc2/reference/utility_variables.html#compressor-codecs
 
 For more info, please see the release notes in:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/C-Blosc2-2.13.1/RELEASE_NOTES.md 
new/c-blosc2-2.13.2/RELEASE_NOTES.md
--- old/C-Blosc2-2.13.1/RELEASE_NOTES.md2024-01-25 11:19:16.0 
+0100
+++ new/c-blosc2-2.13.2/RELEASE_NOTES.md2024-02-07 14:22:21.0 
+0100
@@ -1,6 +1,17 @@
 Release notes for C-Blosc2
 ==
 
+Changes from 2.13.1 to 2.13.2
+=
+
+* Better checking for `SSSE3` availability in Visual Studio.  Probably fixes 
#546 too.
+  Thanks to @t20100 (Thomas Vincent) for the PR (#586).
+
+* Documented the globally registered filters and codecs.  See:
+  
https://www.blosc.org/c-blosc2/reference/utility_variables.html#codes-for-filters
+  
https://www.blosc.org/c-blosc2/reference/utility_variables.html#compressor-codecs
+
+
 Changes from 2.13.0 to 2.13.1
 =
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/C-Blosc2-2.13.1/blosc/frame.c 
new/c-blosc2-2.13.2/blosc/frame.c
--- old/C-Blosc2-2.13.1/blosc/frame.c   2024-01-25 11:19:16.0 +0100
+++ new/c-blosc2-2.13.2/blosc/frame.c   2024-02-07 14:22:21.0 +0100
@@ -1358,7 +1358,7 @@
 schunk->metalayers[nmetalayer] = metalayer;
 
 // Populate the metala

commit mercurial-extension-hg-evolve for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mercurial-extension-hg-evolve for 
openSUSE:Factory checked in at 2024-03-25 21:07:38

Comparing /work/SRC/openSUSE:Factory/mercurial-extension-hg-evolve (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial-extension-hg-evolve.new.1905 
(New)


Package is "mercurial-extension-hg-evolve"

Mon Mar 25 21:07:38 2024 rev:9 rq:1160766 version:11.1.2

Changes:

--- 
/work/SRC/openSUSE:Factory/mercurial-extension-hg-evolve/mercurial-extension-hg-evolve.changes
  2023-10-25 18:03:52.376562313 +0200
+++ 
/work/SRC/openSUSE:Factory/.mercurial-extension-hg-evolve.new.1905/mercurial-extension-hg-evolve.changes
2024-03-25 21:09:24.175837053 +0100
@@ -1,0 +2,23 @@
+Fri Mar 22 17:34:45 UTC 2024 - Lukas Müller 
+
+- Update to version 11.1.2.
+  * compatibility with Mercurial 6.7
+  * evolve: use functions from topic extension to set current topic and tns
+  topic (1.1.2)
+  * compatibility with Mercurial 6.7
+  * topic: handle commitstatus() with opts=None for hg <= 6.5 too
+- Changelog from version 11.1.1.
+  * compatibility with Mercurial 6.6
+  * evolve: fix typo in "mercurial" and let hasmemmergestate be True sometimes
+  * uncommit: set uncommit_source extra consistently in interactive mode
+  topic (1.1.1)
+  * compatibility with Mercurial 6.6
+  * topic: properly decode topic and topic namespace after reading from disk
+  * topic: wrap makebundlerepository() to wrap bundlerepository class 
(issue6856)
+  * topic: internal config option to fix hg pick behavior (issue6406)
+  * topic: use the appropriate functions to change topic and topic namespace 
on working directory update and don't write empty/default values to disk
+  * topic namespaces: check that user-provided topic namespace names are 
human-readable like topics
+  * topic namespaces: add tns_heads method to wirepeer directly instead of 
using a subclass
+  * topic namespaces: remove .hg/topic-namespace file if it has the default 
value ("none")
+
+---

Old:

  hg-evolve-11.1.0.tar.gz

New:

  hg-evolve-11.1.2.tar.gz



Other differences:
--
++ mercurial-extension-hg-evolve.spec ++
--- /var/tmp/diff_new_pack.OzLZiy/_old  2024-03-25 21:09:24.943865253 +0100
+++ /var/tmp/diff_new_pack.OzLZiy/_new  2024-03-25 21:09:24.947865400 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mercurial-extension-hg-evolve
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   mercurial-extension-hg-evolve
-Version:11.1.0
+Version:11.1.2
 Release:0
 Summary:Flexible evolution of Mercurial history
 License:GPL-2.0-or-later

++ hg-evolve-11.1.0.tar.gz -> hg-evolve-11.1.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hg-evolve-11.1.0/CHANGELOG 
new/hg-evolve-11.1.2/CHANGELOG
--- old/hg-evolve-11.1.0/CHANGELOG  2023-10-23 18:44:56.0 +0200
+++ new/hg-evolve-11.1.2/CHANGELOG  2024-03-03 18:45:54.0 +0100
@@ -1,6 +1,46 @@
 Changelog
 =
 
+11.1.2 -- 2024-03-03
+
+
+  * compatibility with Mercurial 6.7
+
+  * evolve: use functions from topic extension to set current topic and tns
+
+topic (1.1.2)
+
+  * compatibility with Mercurial 6.7
+
+  * topic: handle commitstatus() with opts=None for hg <= 6.5 too
+
+11.1.1 -- 2024-02-05
+
+
+  * compatibility with Mercurial 6.6
+
+  * evolve: fix typo in "mercurial" and let hasmemmergestate be True sometimes
+
+  * uncommit: set uncommit_source extra consistently in interactive mode
+
+topic (1.1.1)
+
+  * compatibility with Mercurial 6.6
+
+  * topic: properly decode topic and topic namespace after reading from disk
+  * topic: wrap makebundlerepository() to wrap bundlerepository class
+(issue6856)
+  * topic: internal config option to fix hg pick behavior (issue6406)
+  * topic: use the appropriate functions to change topic and topic namespace on
+working directory update and don't write empty/default values to disk
+
+  * topic namespaces: check that user-provided topic namespace names are
+human-readable like topics
+  * topic namespaces: add tns_heads method to wirepeer directly instead of
+using a subclass
+  * topic namespaces: remove .hg/topic-namespace file if it has the default
+value ("none")
+
 11.1.0 -- 2023-10-23
 
 
@@ -8,6 +48,10 @@
 recommended for all users, clients and servers
 
   * evolve: 

commit zabbix for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package zabbix for openSUSE:Factory checked 
in at 2024-03-25 21:07:28

Comparing /work/SRC/openSUSE:Factory/zabbix (Old)
 and  /work/SRC/openSUSE:Factory/.zabbix.new.1905 (New)


Package is "zabbix"

Mon Mar 25 21:07:28 2024 rev:25 rq:1160721 version:6.0.27

Changes:

--- /work/SRC/openSUSE:Factory/zabbix/zabbix.changes2023-12-25 
19:06:15.215569593 +0100
+++ /work/SRC/openSUSE:Factory/.zabbix.new.1905/zabbix.changes  2024-03-25 
21:09:08.875275266 +0100
@@ -1,0 +2,92 @@
+Fri Mar 22 16:11:33 UTC 2024 - Boris Manojlovic 
+
+- remove all firewalld definitions as they are part of firewald package 
already 
+
+---
+Fri Mar 22 07:49:43 UTC 2024 - Boris Manojlovic 
+
+- update to latest release 6.0.27
+- replaced zabbix-agentd.firewall  zabbix-java-gateway.firewall  
zabbix-proxy.firewall  zabbix-server.firewall
+  with firewalld xml definitions zabbix-agentd.xml  zabbix-java-gateway.xml  
zabbix-proxy.xml  zabbix-server.xml
+- New Features and Improvements
+  + ZBXNEXT-8983   Updated max supported MariaDB version to 11.2
+  + ZBXNEXT-8984   Updated max supported MySQL version to 8.3
+  + ZBXNEXT-8762   Added YugabyteDB by HTTP and YugabyteDB Cluster by HTTP 
templates
+  + ZBXNEXT-8891   Updated max supported MySQL version to 8.2
+  + ZBXNEXT-8524   Added support for HTTP proxy in GCP templates
+  + ZBXNEXT-8759   Added dashboards in Azure templates
+  + ZBXNEXT-8580   Added new discovery rules, refactored discovery rules 
to dependent items
+and made few minor changes in MSSQL by ODBC template
+  + ZBXNEXT-8730   Added Azure Cost Management by HTTP template
+
+ -Bug Fixes
+  + ZBX-23124 Fixed items with disabled history being sometimes stuck in 
non-supported state
+  + ZBX-23586 Fixed filter evaluation type of organizations discovery in Cisco 
Meraki dashboard by HTTP template
+  + ZBX-23766 Updated Zabbix agent 2 Ceph plugin readme setup instructions
+  + ZBX-24094 Fixed network interfaces LLD filtering macro in Linux by Prom 
template
+  + ZBX-23202 Fixed unused tag value being saved in tag filter
+  + ZBX-22555 Updated regexp to case insensitive in Nginx templates
+  + ZBX-23973 Fixed trends being retrieved from database for new items and for 
items with infrequent update interval
+  + ZBX-22745 Removed incorrect description of network interfaces 
administrative status filter macro in SNMP templates
+  + ZBX-24015 Improved zabbix[queue] internal item not to block history 
syncers and pollers
+  + ZBX-23509 Fixed JSONPath of Keyspace discovery master item in Redis by 
Zabbix agent 2 template
+  + ZBX-24059 Fixed libmodbus unnecessary linking into all binaries
+  + ZBX-24055 Added missing API port macros in URL of script items in HPE 
Synergy by HTTP and HPE Primera by HTTP templates
+  + ZBX-20525 Fixed vfs.dir.size performance issues when walking through 
directory that has a lot of subdirs/files
+  + ZBX-23773 Improved trigger functionality for Acronis Cyber Protect Cloud 
MSP by HTTP template
+  + ZBX-23979 Improved trend recalculation performance by performing trend 
updates in own transaction
+  + ZBX-23688 Improved new item value retrieval performance by adding such 
items to value cache after configuration sync
+  + ZBX-22130 Changed JSONPath expression evaluator to treat null values as 
empty variants
+  + ZBX-23986 Added a license to the Go module
+  + ZBX-23587 Fixed widget input field selecting when clicking on label
+  + ZBX-23640 Fixed preload hints opening
+  + ZBX-22433 Fixed web scenario and web scenario step configuration field 
trimming and field sorting
+  + ZBX-23684 Fixed transactions query file for PostgreSQL by Zabbix agent 
template
+  + ZBX-22371 Fixed process tags option not adding tags for service events
+  + ZBX-17208 Fixed invalid command-line flag handling in Zabbix agent 2
+  + ZBX-23937 Fixed JavaScript for AWS EC2 instances discovery
+  + ZBX-22715 Fixed map shape dimension changes on resizing in scaled browser 
mode
+  + ZBX-23722 Added garbage collection after executing JavaScript code
+  + ZBX-23740 Fixed netsnmp persistent state disabling without affecting its 
configuration
+  + ZBX-23257 Fixed log items not using MaxLinesPerSecond setting correctly 
for Zabbix agent 2
+  + ZBX-23890 Removed non-existing headers from compiler checks: mtent.h and 
knlist.h
+  + ZBX-23912 Removed Jira with CustomFields media type in data.tmpl
+  + ZBX-23761 Fixed JavaScript in Jira media type
+  + ZBX-22558 Fixed trigger expression for retrieval of stub page in Nginx 
templates
+  + ZBX-23691 Fixed LLD filters evaluation type for devices discovery in Cisco 
SD-WAN by HTTP template
+  + ZBX-23540 Added error checks for RegisterMetrics calls
+  

commit apache-commons-configuration2 for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package apache-commons-configuration2 for 
openSUSE:Factory checked in at 2024-03-25 21:07:22

Comparing /work/SRC/openSUSE:Factory/apache-commons-configuration2 (Old)
 and  /work/SRC/openSUSE:Factory/.apache-commons-configuration2.new.1905 
(New)


Package is "apache-commons-configuration2"

Mon Mar 25 21:07:22 2024 rev:2 rq:1160677 version:2.10.1

Changes:

--- 
/work/SRC/openSUSE:Factory/apache-commons-configuration2/apache-commons-configuration2.changes
  2023-09-25 20:43:46.614097532 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-configuration2.new.1905/apache-commons-configuration2.changes
2024-03-25 21:08:59.982948769 +0100
@@ -1,0 +2,38 @@
+Fri Mar 22 11:28:25 UTC 2024 - Gus Kenion 
+
+- Upgrade to version 2.10.1
+  * Fixed Bugs:
++ java.lang.module.FindException: Module servlet.api not found.
+  Fixes CONFIGURATION-839.
++ StackOverflowError adding property in
+  AbstractListDelimiterHandler.flattenIterator(). Fixes
+  CONFIGURATION-840. (bsc#1221797, CVE-2024-29131)
++ StackOverflowError calling
+  ListDelimiterHandler.flatten(Object, int) with a cyclical
+  object tree. Fixes CONFIGURATION-841. (bsc#1221793,
+  CVE-2024-29133)
+- Incldes changes from version 2.10.0
+  * New features:
++  [StepSecurity] ci: Harden GitHub Actions #307.
++  ConfirgurationPropertySource doesn't supply resolved values
+   #309. Fixes CONFIGURATION-834.
++  Take prefix delimiter into account when
+   SubsetConfiguration.getKeysInternal() is called #300.
++  Guard ConfigurationMap against null configuration #355.
++  Properties parser stack overflows on large single-key inputs
+   #369. Fixes CONFIGURATION-838.
++  DatabaseConfiguration.AbstractJdbcOperation.execute() throws
+   NullPointerException when no data source is set #368.
+  * Fixed Bugs:
++  Add AbstractConfiguration.getKeysInternal(String, String)
+   #300.
++  Add ImmutableConfiguration.getKeys(String, String) #300.
++  Add
+   PrefixedKeysIterator.PrefixedKeysIterator(Iterator
   
 
-  
-  
+  
+  
   
 
   

++ commons-configuration2-2.9.0-src.tar.gz -> 
commons-configuration2-2.10.1-src.tar.gz ++
 11511 lines of diff (skipped)


commit libpciaccess for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libpciaccess for openSUSE:Factory 
checked in at 2024-03-25 21:07:02

Comparing /work/SRC/openSUSE:Factory/libpciaccess (Old)
 and  /work/SRC/openSUSE:Factory/.libpciaccess.new.1905 (New)


Package is "libpciaccess"

Mon Mar 25 21:07:02 2024 rev:19 rq:1161092 version:0.18.1

Changes:

--- /work/SRC/openSUSE:Factory/libpciaccess/libpciaccess.changes
2024-03-03 20:18:47.360675735 +0100
+++ /work/SRC/openSUSE:Factory/.libpciaccess.new.1905/libpciaccess.changes  
2024-03-25 21:08:25.493682434 +0100
@@ -1,0 +2,6 @@
+Sun Mar 24 08:54:18 UTC 2024 - Stefan Dirsch 
+
+- Update to version 0.18.1
+  * meson: allow building static library, not just shared 
+
+---

Old:

  libpciaccess-0.18.tar.xz

New:

  libpciaccess-0.18.1.tar.xz



Other differences:
--
++ libpciaccess.spec ++
--- /var/tmp/diff_new_pack.hYO3Da/_old  2024-03-25 21:08:27.969773348 +0100
+++ /var/tmp/diff_new_pack.hYO3Da/_new  2024-03-25 21:08:27.973773495 +0100
@@ -18,7 +18,7 @@
 
 Name:   libpciaccess
 %define lname  libpciaccess0
-Version:0.18
+Version:0.18.1
 Release:0
 Summary:Generic PCI access library
 License:MIT

++ libpciaccess-0.18.tar.xz -> libpciaccess-0.18.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libpciaccess-0.18/.gitlab-ci.yml 
new/libpciaccess-0.18.1/.gitlab-ci.yml
--- old/libpciaccess-0.18/.gitlab-ci.yml2024-02-04 21:57:39.0 
+0100
+++ new/libpciaccess-0.18.1/.gitlab-ci.yml  2024-03-23 23:32:20.0 
+0100
@@ -91,7 +91,7 @@
   - MESON_OPTIONS: ['-Dzlib=disabled', '-Dzlib=enabled']
   script:
 - mkdir -p ../_inst
-- meson setup builddir --prefix="$PWD/../_inst" -Dwarning_level=3 
$MESON_OPTIONS
+- meson setup builddir --prefix="$PWD/../_inst" -Dwarning_level=3 
-Ddefault_library=both $MESON_OPTIONS
 - meson configure builddir
 - ninja -C builddir test
 - ninja -C builddir install
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libpciaccess-0.18/meson.build 
new/libpciaccess-0.18.1/meson.build
--- old/libpciaccess-0.18/meson.build   2024-02-04 21:57:39.0 +0100
+++ new/libpciaccess-0.18.1/meson.build 2024-03-23 23:32:20.0 +0100
@@ -21,7 +21,7 @@
 project(
   'libpciaccess',
   ['c'],
-  version : '0.18',
+  version : '0.18.1',
   license : 'MIT',
   meson_version : '>= 0.48.0',
   default_options : ['buildtype=debugoptimized'],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libpciaccess-0.18/src/meson.build 
new/libpciaccess-0.18.1/src/meson.build
--- old/libpciaccess-0.18/src/meson.build   2024-02-04 21:57:39.0 
+0100
+++ new/libpciaccess-0.18.1/src/meson.build 2024-03-23 23:32:20.0 
+0100
@@ -38,7 +38,7 @@
 
 inc_src = include_directories('.')
 
-libpciaccess = shared_library(
+libpciaccess = library(
   'pciaccess',
   [
 'common_bridge.c',


commit skelcd-control-openSUSE for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package skelcd-control-openSUSE for 
openSUSE:Factory checked in at 2024-03-25 21:07:16

Comparing /work/SRC/openSUSE:Factory/skelcd-control-openSUSE (Old)
 and  /work/SRC/openSUSE:Factory/.skelcd-control-openSUSE.new.1905 (New)


Package is "skelcd-control-openSUSE"

Mon Mar 25 21:07:16 2024 rev:238 rq:1161360 version:20240321

Changes:

--- 
/work/SRC/openSUSE:Factory/skelcd-control-openSUSE/skelcd-control-openSUSE.changes
  2024-02-07 18:48:48.467556922 +0100
+++ 
/work/SRC/openSUSE:Factory/.skelcd-control-openSUSE.new.1905/skelcd-control-openSUSE.changes
2024-03-25 21:08:50.914615808 +0100
@@ -1,0 +2,7 @@
+Thu Mar 21 14:08:23 UTC 2024 - Stefan Hundhammer 
+
+- Removed 'transactional server' system role from TW
+  (bsc#1221742)
+- 20240321
+
+---

Old:

  skelcd-control-openSUSE-20240103.tar.bz2

New:

  skelcd-control-openSUSE-20240321.tar.bz2



Other differences:
--
++ skelcd-control-openSUSE.spec ++
--- /var/tmp/diff_new_pack.eMlI7K/_old  2024-03-25 21:08:51.414634168 +0100
+++ /var/tmp/diff_new_pack.eMlI7K/_new  2024-03-25 21:08:51.414634168 +0100
@@ -27,7 +27,7 @@
 #
 ##
 Name:   skelcd-control-openSUSE
-Version:20240103
+Version:20240321
 Release:0
 Summary:The openSUSE Installation Control file
 License:MIT

++ skelcd-control-openSUSE-20240103.tar.bz2 -> 
skelcd-control-openSUSE-20240321.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skelcd-control-openSUSE-20240103/control/control.xml 
new/skelcd-control-openSUSE-20240321/control/control.xml
--- old/skelcd-control-openSUSE-20240103/control/control.xml2024-02-06 
20:03:29.0 +0100
+++ new/skelcd-control-openSUSE-20240321/control/control.xml2024-03-25 
11:25:33.0 +0100
@@ -425,139 +425,6 @@
 300
   
 
-  
-serverro
-
-true
-true
-
-
-  enhanced_base transactional_base
-
-400
-
-true
-
-
-false
-
-
-
-
-
-/
-btrfs
-
-40 GiB
-20 GiB
-unlimited
-30
-
-
-true
-false
-
-
-false
-
-
-@
-
-
-true
-
-
-
-
-
-home
-
-
-opt
-
-
-root
-
-
-srv
-
-
-boot/writable
-
-
-usr/local
-
-
-
-var
-false
-
-
-
-
-
-boot/grub2/i386-pc
-i386,x86_64
-
-
-boot/grub2/x86_64-efi
-x86_64
-
-
-boot/grub2/powerpc-ieee1275
-ppc,!board_powernv
-
-
-boot/grub2/s390x-emu
-s390
-
-
-boot/grub2/arm64-efi
-aarch64
-
-
-boot/grub2/riscv64-efi
-riscv64
-
-
-
-
-
-
-/home
-xfs
-
-false
-true
-
-40 GiB
-10 GiB
-unlimited
-60
-
-1
-
-
-
-  

commit libclc for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libclc for openSUSE:Factory checked 
in at 2024-03-25 21:07:10

Comparing /work/SRC/openSUSE:Factory/libclc (Old)
 and  /work/SRC/openSUSE:Factory/.libclc.new.1905 (New)


Package is "libclc"

Mon Mar 25 21:07:10 2024 rev:28 rq:1161229 version:0.2.0+llvm18.1.0

Changes:

--- /work/SRC/openSUSE:Factory/libclc/libclc.changes2024-03-20 
21:10:33.073584551 +0100
+++ /work/SRC/openSUSE:Factory/.libclc.new.1905/libclc.changes  2024-03-25 
21:08:41.798281086 +0100
@@ -1,0 +2,6 @@
+Mon Mar 18 02:33:21 UTC 2024 - Stefan Dirsch 
+
+- use clang18-devel, llvm18-devel also for Leap 15.6/15.5 in order to
+  fix build
+
+---



Other differences:
--
++ libclc.spec ++
--- /var/tmp/diff_new_pack.2c2lku/_old  2024-03-25 21:08:42.698314132 +0100
+++ /var/tmp/diff_new_pack.2c2lku/_new  2024-03-25 21:08:42.698314132 +0100
@@ -38,12 +38,12 @@
 BuildRequires:  pkgconfig(LLVMSPIRVLib)
 %else
  %if 0%{?sle_version} >= 150600
-BuildRequires:  clang17-devel
-BuildRequires:  llvm17-devel
+BuildRequires:  clang18-devel
+BuildRequires:  llvm18-devel
  %else
   %if 0%{?sle_version} >= 150500
-BuildRequires:  clang15-devel
-BuildRequires:  llvm15-devel
+BuildRequires:  clang18-devel
+BuildRequires:  llvm18-devel
   %endif
  %endif
 %endif


commit libX11 for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libX11 for openSUSE:Factory checked 
in at 2024-03-25 21:07:07

Comparing /work/SRC/openSUSE:Factory/libX11 (Old)
 and  /work/SRC/openSUSE:Factory/.libX11.new.1905 (New)


Package is "libX11"

Mon Mar 25 21:07:07 2024 rev:53 rq:1161216 version:1.8.8

Changes:

--- /work/SRC/openSUSE:Factory/libX11/libX11.changes2024-03-03 
20:20:00.759331091 +0100
+++ /work/SRC/openSUSE:Factory/.libX11.new.1905/libX11.changes  2024-03-25 
21:08:37.654128926 +0100
@@ -1,0 +2,9 @@
+Mon Mar 25 01:45:51 UTC 2024 - Stefan Dirsch 
+
+- update to 1.8.8
+ * Fix XIM input sometimes jumbled (#198, !236)
+ * Fix _XkbReadGetDeviceInfoReply for nButtons == dev->buttons (!237)
+ * Drop ifdefs for platforms that are no longer supported (!242, !243)
+ * Assorted memory handling cleanups
+
+---

Old:

  libX11-1.8.7.tar.xz

New:

  libX11-1.8.8.tar.xz



Other differences:
--
++ libX11.spec ++
--- /var/tmp/diff_new_pack.aiBGSZ/_old  2024-03-25 21:08:38.382155657 +0100
+++ /var/tmp/diff_new_pack.aiBGSZ/_new  2024-03-25 21:08:38.382155657 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libX11
-Version:1.8.7
+Version:1.8.8
 Release:0
 Summary:Core X11 protocol client library
 License:MIT

++ libX11-1.8.7.tar.xz -> libX11-1.8.8.tar.xz ++
 11736 lines of diff (skipped)


commit docker-buildx for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package docker-buildx for openSUSE:Factory 
checked in at 2024-03-25 21:06:54

Comparing /work/SRC/openSUSE:Factory/docker-buildx (Old)
 and  /work/SRC/openSUSE:Factory/.docker-buildx.new.1905 (New)


Package is "docker-buildx"

Mon Mar 25 21:06:54 2024 rev:15 rq:1160944 version:0.13.1

Changes:

--- /work/SRC/openSUSE:Factory/docker-buildx/docker-buildx.changes  
2024-01-17 22:14:45.413800220 +0100
+++ /work/SRC/openSUSE:Factory/.docker-buildx.new.1905/docker-buildx.changes
2024-03-25 21:08:14.229268841 +0100
@@ -1,0 +2,166 @@
+Wed Mar 13 06:58:40 UTC 2024 - opensuse_buildserv...@ojkastl.de
+
+- Update to version 0.13.1:
+  * bake: fix output handling for push
+  * tests: create remote with container helper
+  * remote: fix connhelpers with custom dialer
+  * docs: fix link to new target in dockerfile reference
+  * ci(docs-release): manual trigger support
+  * ci(docs-release): fix vendoring step
+
+---
+Wed Mar 13 06:52:23 UTC 2024 - opensuse_buildserv...@ojkastl.de
+
+- Update to version 0.13.0:
+  * vendor: update to buildkit v0.13.0
+  * test: multi exporters
+  * build: handle push/load shorthands for multi exporters
+  * vendor: github.com/docker/docker v26.0.0-rc1
+  * Replace deprecated docker types usage
+  * ci(fix): remove underscore in docs data dir
+  * ci: fix docs-release workflow
+  * imagetools: supress warnings for dsse mediatypes
+  * Add support for DSSE envelope for attestation and provenance in
+imagetools
+  * build: allow multiple exports if supported by buildkit
+  * build(deps): bump peter-evans/create-pull-request from 6.0.0 to
+6.0.1
+  * remote: use winio DialPipeContext for named pipes
+  * pin to go 1.21
+  * vendor: github.com/moby/buildkit v0.13.0-rc3
+  * commands: handle ctrl-c on active prompt
+  * vendor: update compose-go to v2.0.0-rc.8
+  * vendor: github.com/moby/buildkit v0.13.0-rc2
+  * vendor: github.com/serialx/hashring 22c0c7ab6b1b (master)
+  * vendor: update github.com/google/uuid to v1.6.0
+  * vendor: bump k8s dependencies to v0.29.2
+  * build: set build ref in response
+  * test: build shm-size and ulimit
+  * driver: set network.host entitlement by default for container
+drivers
+  * driver: test bridge network mode
+  * vendor: github.com/moby/buildkit 8e3fe35738c2 (v0.13.0-dev)
+  * docs(driver): set buildkitd network mode
+  * ci: set codecov token
+  * build: enhance error message for unsupported attestations
+  * driver: make buildkitd "config" and "flags" names consistent
+  * ci: update docs-upstream workflow
+  * metrics: measure context transfers for local source operations
+  * vendor: github.com/moby/buildkit db304eb93126 (v0.13.0-dev)
+  * bake: avoid evaluating parent targets before child LLB loaded
+  * Fix typo in URL
+  * docs: more context around shm-size and ulimit usage
+  * bake: ulimits support
+  * bake: shm-size support
+  * test: fix message output
+  * docs: update external link paths
+  * vendor: github.com/docker/cli-docs-tool v0.7.0
+  * metricutil: remove BUILDX_EXPERIMENTAL from internal docker
+reporting
+  * metrics: add build command duration metric
+  * don't print build details when progress is rawjson
+  * Add dial-stdio command
+  * add npipe url scheme support - enables remote builder and
+buildx create on windows Signed-off-by: Ian King'ori
+
+  * docker-container: restart-policy opt
+  * Dockerfile: update to Docker Engine v25.0.2
+  * update xx to 1.4.0
+  * vendor: github.com/containerd/console v1.0.4
+  * vendor: github.com/moby/buildkit 6bd81372ad6f (v0.13.0-dev)
+  * vendor: github.com/aws/aws-sdk-go-v2/config v1.26.6
+  * vendor: github.com/docker/cli v25.0.2
+  * vendor: github.com/docker/docker v25.0.2
+  * Upgrade buildkit to v0.12.5
+  * ci: bump codecov/codecov-action to 4
+  * vendor: github.com/containerd/console 8f6c4e4
+  * bake: fix definitions merge order
+  * fix: avoid modifying source during resolver.Copy
+  * build(deps): bump peter-evans/create-pull-request from 5.0.2 to
+6.0.0
+  * chore: ignore docker/docs deps with dependabot
+  * test: revert non-deterministic compose context path
+  * vendor: update compose-go to v2.0.0-rc.3
+  * otel: include service instance id attribute to resource and
+move to metricutil package
+  * vendor: github.com/spf13/cobra v1.8.0
+  * vendor: github.com/moby/buildkit 6bd81372ad6f (master)
+  * vendor: github.com/docker/cli v25.0.1
+  * vendor: github.com/docker/docker v25.0.1
+  * vendor: github.com/moby/sys/mountinfo v0.7.1
+  * vendor: golang.org/x/tools v0.14.0, golang.org/x/mod v0.13.0,
+golang.org/x/sync v0.4.0
+  * vendor: golang.org/x/sys v0.16.0
+  * vendor: github.com/google/uuid v1.5.0
+  * vendor: gi

commit python-hatchling for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-hatchling for 
openSUSE:Factory checked in at 2024-03-25 21:07:04

Comparing /work/SRC/openSUSE:Factory/python-hatchling (Old)
 and  /work/SRC/openSUSE:Factory/.python-hatchling.new.1905 (New)


Package is "python-hatchling"

Mon Mar 25 21:07:04 2024 rev:24 rq:1161120 version:1.22.4

Changes:

--- /work/SRC/openSUSE:Factory/python-hatchling/python-hatchling.changes
2024-03-20 21:11:14.207096058 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-hatchling.new.1905/python-hatchling.changes  
2024-03-25 21:08:29.629834300 +0100
@@ -1,0 +2,7 @@
+Sun Mar 24 13:16:21 UTC 2024 - Dirk Müller 
+
+- update to 1.22.4:
+  * Only read source distribution metadata for fields that are
+explicitly defined as dynamic
+
+---

Old:

  hatchling-1.22.3.tar.gz

New:

  hatchling-1.22.4.tar.gz



Other differences:
--
++ python-hatchling.spec ++
--- /var/tmp/diff_new_pack.KsXkVR/_old  2024-03-25 21:08:31.189891580 +0100
+++ /var/tmp/diff_new_pack.KsXkVR/_new  2024-03-25 21:08:31.205892167 +0100
@@ -18,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:   python-hatchling
-Version:1.22.3
+Version:1.22.4
 Release:0
 Summary:Build backend used by Hatch
 License:MIT

++ hatchling-1.22.3.tar.gz -> hatchling-1.22.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hatchling-1.22.3/PKG-INFO 
new/hatchling-1.22.4/PKG-INFO
--- old/hatchling-1.22.3/PKG-INFO   2020-02-02 01:00:00.0 +0100
+++ new/hatchling-1.22.4/PKG-INFO   2020-02-02 01:00:00.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.3
 Name: hatchling
-Version: 1.22.3
+Version: 1.22.4
 Summary: Modern, extensible Python build backend
 Project-URL: Homepage, https://hatch.pypa.io/latest/
 Project-URL: Sponsor, https://github.com/sponsors/ofek
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hatchling-1.22.3/src/hatchling/__about__.py 
new/hatchling-1.22.4/src/hatchling/__about__.py
--- old/hatchling-1.22.3/src/hatchling/__about__.py 2020-02-02 
01:00:00.0 +0100
+++ new/hatchling-1.22.4/src/hatchling/__about__.py 2020-02-02 
01:00:00.0 +0100
@@ -1 +1 @@
-__version__ = '1.22.3'
+__version__ = '1.22.4'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hatchling-1.22.3/src/hatchling/metadata/core.py 
new/hatchling-1.22.4/src/hatchling/metadata/core.py
--- old/hatchling-1.22.3/src/hatchling/metadata/core.py 2020-02-02 
01:00:00.0 +0100
+++ new/hatchling-1.22.4/src/hatchling/metadata/core.py 2020-02-02 
01:00:00.0 +0100
@@ -93,8 +93,10 @@
 pkg_info_contents = f.read()
 
 base_metadata = 
project_metadata_from_core_metadata(pkg_info_contents)
-core_raw_metadata.pop('dynamic', None)
-core_raw_metadata.update(base_metadata)
+defined_dynamic = core_raw_metadata.pop('dynamic', [])
+for field in defined_dynamic:
+if field in base_metadata:
+core_raw_metadata[field] = base_metadata[field]
 
 self._core_raw_metadata = core_raw_metadata
 


commit google-noto-sans-cjk-fonts for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package google-noto-sans-cjk-fonts for 
openSUSE:Factory checked in at 2024-03-25 21:06:43

Comparing /work/SRC/openSUSE:Factory/google-noto-sans-cjk-fonts (Old)
 and  /work/SRC/openSUSE:Factory/.google-noto-sans-cjk-fonts.new.1905 (New)


Package is "google-noto-sans-cjk-fonts"

Mon Mar 25 21:06:43 2024 rev:11 rq:1160856 version:2.004

Changes:

--- 
/work/SRC/openSUSE:Factory/google-noto-sans-cjk-fonts/google-noto-sans-cjk-fonts.changes
2024-03-13 22:17:42.266342319 +0100
+++ 
/work/SRC/openSUSE:Factory/.google-noto-sans-cjk-fonts.new.1905/google-noto-sans-cjk-fonts.changes
  2024-03-25 21:07:58.576694128 +0100
@@ -1,0 +2,5 @@
+Fri Mar 22 20:03:19 UTC 2024 - Giacomo Comes 
+
+- add missing %reconfigure_fonts_prereq to some subpackages 
+
+---



Other differences:
--
++ google-noto-sans-cjk-fonts.spec ++
--- /var/tmp/diff_new_pack.wUJVCb/_old  2024-03-25 21:08:00.908779756 +0100
+++ /var/tmp/diff_new_pack.wUJVCb/_new  2024-03-25 21:08:00.912779902 +0100
@@ -81,6 +81,7 @@
 Provides:   scalable-font-zh-CN
 Provides:   scalable-font-zh-SG
 Provides:   locale(zh_CN;zh_SG)
+%reconfigure_fonts_prereq
 
 %description -n google-noto-sans-sc-fonts
 Noto's design goal is to achieve visual harmonization (e.g., compatible heights
@@ -126,6 +127,7 @@
 Obsoletes:  google-noto-sans-tc-fonts-full < %{version}-%{release}
 Provides:   scalable-font-zh-TW
 Provides:   locale(;zh_TW)
+%reconfigure_fonts_prereq
 
 %description -n google-noto-sans-tc-fonts
 Noto's design goal is to achieve visual harmonization (e.g., compatible heights
@@ -172,6 +174,7 @@
 Provides:   scalable-font-zh-HK
 Provides:   scalable-font-zh-MO
 Provides:   locale(zh_HK;zh_MO)
+%reconfigure_fonts_prereq
 
 %description -n google-noto-sans-hk-fonts
 Noto's design goal is to achieve visual harmonization (e.g., compatible heights
@@ -217,6 +220,7 @@
 Obsoletes:  google-noto-sans-jp-fonts-full < %{version}-%{release}
 Provides:   scalable-font-ja
 Provides:   locale(ja)
+%reconfigure_fonts_prereq
 
 %description -n google-noto-sans-jp-fonts
 Noto's design goal is to achieve visual harmonization (e.g., compatible heights
@@ -262,6 +266,7 @@
 Obsoletes:  google-noto-sans-kr-fonts-full < %{version}-%{release}
 Provides:   scalable-font-ko
 Provides:   locale(ko)
+%reconfigure_fonts_prereq
 
 %description -n google-noto-sans-kr-fonts
 Noto's design goal is to achieve visual harmonization (e.g., compatible heights


commit python-Paste for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-Paste for openSUSE:Factory 
checked in at 2024-03-25 21:06:41

Comparing /work/SRC/openSUSE:Factory/python-Paste (Old)
 and  /work/SRC/openSUSE:Factory/.python-Paste.new.1905 (New)


Package is "python-Paste"

Mon Mar 25 21:06:41 2024 rev:39 rq:1160836 version:3.8.0

Changes:

--- /work/SRC/openSUSE:Factory/python-Paste/python-Paste.changes
2023-12-20 21:01:10.352101081 +0100
+++ /work/SRC/openSUSE:Factory/.python-Paste.new.1905/python-Paste.changes  
2024-03-25 21:07:56.464616580 +0100
@@ -1,0 +2,6 @@
+Fri Mar 22 20:46:48 UTC 2024 - Dirk Müller 
+
+- update to 3.8.0:
+  * remove most python2 compatibility
+
+---

Old:

  Paste-3.7.1.tar.gz

New:

  Paste-3.8.0.tar.gz



Other differences:
--
++ python-Paste.spec ++
--- /var/tmp/diff_new_pack.X4wmo3/_old  2024-03-25 21:07:57.152641842 +0100
+++ /var/tmp/diff_new_pack.X4wmo3/_new  2024-03-25 21:07:57.152641842 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Paste
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:   python-Paste
-Version:3.7.1
+Version:3.8.0
 Release:0
 Summary:Tools for using a Web Server Gateway Interface stack
 License:MIT

++ Paste-3.7.1.tar.gz -> Paste-3.8.0.tar.gz ++
 3247 lines of diff (skipped)


commit mozilla-nss for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mozilla-nss for openSUSE:Factory 
checked in at 2024-03-25 21:06:19

Comparing /work/SRC/openSUSE:Factory/mozilla-nss (Old)
 and  /work/SRC/openSUSE:Factory/.mozilla-nss.new.1905 (New)


Package is "mozilla-nss"

Mon Mar 25 21:06:19 2024 rev:215 rq:1160555 version:3.98

Changes:

--- /work/SRC/openSUSE:Factory/mozilla-nss/mozilla-nss.changes  2024-02-27 
22:43:20.243637007 +0100
+++ /work/SRC/openSUSE:Factory/.mozilla-nss.new.1905/mozilla-nss.changes
2024-03-25 21:07:18.515222325 +0100
@@ -1,0 +2,44 @@
+Sat Mar 16 21:39:31 UTC 2024 - Wolfgang Rosenauer 
+
+- update to NSS 3.98
+  * bmo#1780432 - (CVE-2023-5388) Timing attack against RSA decryption
+  in TLS
+  * bmo#1879513 - Certificate Compression: enabling the check that
+  the compression was advertised
+  * bmo#1831552 - Move Windows workers to nss-1/b-win2022-alpha
+  * bmo#1879945 - Remove Email trust bit from OISTE WISeKey
+  Global Root GC CA
+  * bmo#1877344 - Replace `distutils.spawn.find_executable` with
+  `shutil.which` within `mach` in `nss`
+  * bmo#1548723 - Certificate Compression: Updating nss_bogo_shim to
+  support Certificate compression
+  * bmo#1548723 - TLS Certificate Compression (RFC 8879) Implementation
+  * bmo#1875356 - Add valgrind annotations to freebl kyber operations
+  for constant-time execution tests
+  * bmo#1870673 - Set nssckbi version number to 2.66
+  * bmo#1874017 - Add Telekom Security roots
+  * bmo#1873095 - Add D-Trust 2022 S/MIME roots
+  * bmo#1865450 - Remove expired Security Communication RootCA1 root
+  * bmo#1876179 - move keys to a slot that supports concatenation in
+  PK11_ConcatSymKeys
+  * bmo#1876800 - remove unmaintained tls-interop tests
+  * bmo#1874937 - bogo: add support for the -ipv6 and -shim-id shim
+  flags
+  * bmo#1874937 - bogo: add support for the -curves shim flag and
+  update Kyber expectations
+  * bmo#1874937 - bogo: adjust expectation for a key usage bit test
+  * bmo#1757758 - mozpkix: add option to ignore invalid subject
+  alternative names
+  * bmo#1841029 - Fix selfserv not stripping `publicname:` from -X value
+  * bmo#1876390 - take ownership of ecckilla shims
+  * bmo#1874458 - add valgrind annotations to freebl/ec.c
+  * bmo#864039  - PR_INADDR_ANY needs PR_htonl before assignment to inet.ip
+  * bmo#1875965 - Update zlib to 1.3.1
+
+---
+Thu Feb 29 10:07:57 UTC 2024 - Pedro Monreal 
+
+- Add crypto-policies support [bsc#1211301]
+  deactivated for now
+
+---

Old:

  nss-3.97.tar.gz

New:

  nss-3.98.tar.gz



Other differences:
--
++ mozilla-nss.spec ++
--- /var/tmp/diff_new_pack.G2HXID/_old  2024-03-25 21:07:25.279470867 +0100
+++ /var/tmp/diff_new_pack.G2HXID/_new  2024-03-25 21:07:25.279470867 +0100
@@ -2,7 +2,7 @@
 # spec file for package mozilla-nss
 #
 # Copyright (c) 2024 SUSE LLC
-# Copyright (c) 2006-2023 Wolfgang Rosenauer
+# Copyright (c) 2006-2024 Wolfgang Rosenauer
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,15 @@
 #
 
 
-%global nss_softokn_fips_version 3.97
+%global nss_softokn_fips_version 3.98
 %define NSPR_min_version 4.35
 %define nspr_ver %(rpm -q --queryformat '%%{VERSION}' mozilla-nspr)
 %define nssdbdir %{_sysconfdir}/pki/nssdb
+%global crypto_policies_version 20210118
 Name:   mozilla-nss
-Version:3.97
+Version:3.98
 Release:0
-%define underscore_version 3_97
+%define underscore_version 3_98
 Summary:Network Security Services
 License:MPL-2.0
 Group:  System/Libraries
@@ -95,6 +96,9 @@
 Requires(pre):  libjitterentropy3
 Requires:   libjitterentropy3
 %endif
+%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150400
+Requires:   crypto-policies >= %{crypto_policies_version}
+%endif
 Requires:   libfreebl3 >= %{nss_softokn_fips_version}
 Requires:   libsoftokn3 >= %{nss_softokn_fips_version}
 Requires:   mozilla-nspr >= %{NSPR_min_version}
@@ -277,6 +281,13 @@
 export NSS_FIPS_MODULE_ID="\"SUSE Linux Enterprise NSS %{version}-%{release}\""
 #export SQLITE_LIB_NAME=nsssqlite3
 export MAKE_FLAGS="BUILD_OPT=1"
+%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150400
+# Set the policy file location
+# if set NSS will always check for the policy file and load if it exists
+#export POLICY_FILE="nss.config"
+#

commit leveldb for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package leveldb for openSUSE:Factory checked 
in at 2024-03-25 21:06:13

Comparing /work/SRC/openSUSE:Factory/leveldb (Old)
 and  /work/SRC/openSUSE:Factory/.leveldb.new.1905 (New)


Package is "leveldb"

Mon Mar 25 21:06:13 2024 rev:17 rq:1161359 version:1.23

Changes:

--- /work/SRC/openSUSE:Factory/leveldb/leveldb.changes  2024-01-22 
20:31:08.238451863 +0100
+++ /work/SRC/openSUSE:Factory/.leveldb.new.1905/leveldb.changes
2024-03-25 21:06:51.770239621 +0100
@@ -1,0 +2,6 @@
+Mon Mar 25 05:43:50 UTC 2024 - David Disseldorp 
+
+- Use C++14 to satisfy GTest's new minimum version requirement
+  [bsc#1221870]
+
+---



Other differences:
--
++ leveldb.spec ++
--- /var/tmp/diff_new_pack.0qHvNs/_old  2024-03-25 21:06:52.930282245 +0100
+++ /var/tmp/diff_new_pack.0qHvNs/_new  2024-03-25 21:06:52.930282245 +0100
@@ -80,11 +80,11 @@
 %build
 # unfortunately a two-pass build is needed for shared and static libs
 %global _lto_cflags %{_lto_cflags} -ffat-lto-objects
-%cmake -DBUILD_SHARED_LIBS=ON
+%cmake -DBUILD_SHARED_LIBS=ON -DCMAKE_CXX_STANDARD=14
 %cmake_build
 cd ..
 %define __builddir build_static
-%cmake -DBUILD_SHARED_LIBS=OFF
+%cmake -DBUILD_SHARED_LIBS=OFF -DCMAKE_CXX_STANDARD=14
 %cmake_build
 
 %install


commit llvm18 for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package llvm18 for openSUSE:Factory checked 
in at 2024-03-25 21:06:08

Comparing /work/SRC/openSUSE:Factory/llvm18 (Old)
 and  /work/SRC/openSUSE:Factory/.llvm18.new.1905 (New)


Package is "llvm18"

Mon Mar 25 21:06:08 2024 rev:2 rq:1161128 version:18.1.2

Changes:

--- /work/SRC/openSUSE:Factory/llvm18/llvm18.changes2024-03-15 
20:28:44.614473624 +0100
+++ /work/SRC/openSUSE:Factory/.llvm18.new.1905/llvm18.changes  2024-03-25 
21:06:31.941511044 +0100
@@ -1,0 +2,11 @@
+Sat Mar 23 22:47:43 UTC 2024 - Aaron Puchert 
+
+- Update to version 18.1.2.
+  * This release contains bug-fixes for the LLVM 18.1.0 release.
+This release is API and ABI compatible with 18.1.0.
+- Rebase patches:
+  * llvm-do-not-install-static-libraries.patch
+  * llvm-normally-versioned-libllvm.patch
+- Prefer ld.bfd for now to get THP-compatible section layout.
+
+---

Old:

  clang-18.1.1.src.tar.xz
  clang-18.1.1.src.tar.xz.sig
  clang-docs-18.1.1.src.tar.xz
  clang-tools-extra-18.1.1.src.tar.xz
  clang-tools-extra-18.1.1.src.tar.xz.sig
  cmake-18.1.1.src.tar.xz
  cmake-18.1.1.src.tar.xz.sig
  compiler-rt-18.1.1.src.tar.xz
  compiler-rt-18.1.1.src.tar.xz.sig
  libcxx-18.1.1.src.tar.xz
  libcxx-18.1.1.src.tar.xz.sig
  libcxxabi-18.1.1.src.tar.xz
  libcxxabi-18.1.1.src.tar.xz.sig
  lld-18.1.1.src.tar.xz
  lld-18.1.1.src.tar.xz.sig
  lldb-18.1.1.src.tar.xz
  lldb-18.1.1.src.tar.xz.sig
  llvm-18.1.1.src.tar.xz
  llvm-18.1.1.src.tar.xz.sig
  llvm-docs-18.1.1.src.tar.xz
  openmp-18.1.1.src.tar.xz
  openmp-18.1.1.src.tar.xz.sig
  polly-18.1.1.src.tar.xz
  polly-18.1.1.src.tar.xz.sig
  runtimes-18.1.1.src.tar.xz
  runtimes-18.1.1.src.tar.xz.sig
  third-party-18.1.1.src.tar.xz
  third-party-18.1.1.src.tar.xz.sig

New:

  clang-18.1.2.src.tar.xz
  clang-18.1.2.src.tar.xz.sig
  clang-docs-18.1.2.src.tar.xz
  clang-tools-extra-18.1.2.src.tar.xz
  clang-tools-extra-18.1.2.src.tar.xz.sig
  cmake-18.1.2.src.tar.xz
  cmake-18.1.2.src.tar.xz.sig
  compiler-rt-18.1.2.src.tar.xz
  compiler-rt-18.1.2.src.tar.xz.sig
  libcxx-18.1.2.src.tar.xz
  libcxx-18.1.2.src.tar.xz.sig
  libcxxabi-18.1.2.src.tar.xz
  libcxxabi-18.1.2.src.tar.xz.sig
  lld-18.1.2.src.tar.xz
  lld-18.1.2.src.tar.xz.sig
  lldb-18.1.2.src.tar.xz
  lldb-18.1.2.src.tar.xz.sig
  llvm-18.1.2.src.tar.xz
  llvm-18.1.2.src.tar.xz.sig
  llvm-docs-18.1.2.src.tar.xz
  openmp-18.1.2.src.tar.xz
  openmp-18.1.2.src.tar.xz.sig
  polly-18.1.2.src.tar.xz
  polly-18.1.2.src.tar.xz.sig
  runtimes-18.1.2.src.tar.xz
  runtimes-18.1.2.src.tar.xz.sig
  third-party-18.1.2.src.tar.xz
  third-party-18.1.2.src.tar.xz.sig



Other differences:
--
++ llvm18.spec ++
--- /var/tmp/diff_new_pack.6VvYZd/_old  2024-03-25 21:06:38.29377 +0100
+++ /var/tmp/diff_new_pack.6VvYZd/_new  2024-03-25 21:06:38.297744594 +0100
@@ -19,7 +19,7 @@
 %global _sonum  18
 %global _minor  %{_sonum}.1
 %global _soname %{_minor}%{?_sosuffix}
-%global _patch_level 1
+%global _patch_level 2
 %global _relver %{_minor}.%{_patch_level}
 %global _version %_relver%{?_rc:rc%_rc}
 %global _tagver %_relver%{?_rc:-rc%_rc}
@@ -41,7 +41,8 @@
 %bcond_with openmp
 %endif
 
-%ifarch riscv64 s390x
+# Prefer ld.bfd for now because it produces a THP-compatible section layout.
+%ifnarch %{arm}
 %bcond_with use_lld
 %else
 %bcond_without use_lld

++ clang-18.1.1.src.tar.xz -> clang-18.1.2.src.tar.xz ++
/work/SRC/openSUSE:Factory/llvm18/clang-18.1.1.src.tar.xz 
/work/SRC/openSUSE:Factory/.llvm18.new.1905/clang-18.1.2.src.tar.xz differ: 
char 27, line 1

++ clang-docs-18.1.1.src.tar.xz -> clang-docs-18.1.2.src.tar.xz ++
 3130 lines of diff (skipped)

++ clang-tools-extra-18.1.1.src.tar.xz -> 
clang-tools-extra-18.1.2.src.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/clang-tools-extra-18.1.1.src/clangd/HeuristicResolver.cpp 
new/clang-tools-extra-18.1.2.src/clangd/HeuristicResolver.cpp
--- old/clang-tools-extra-18.1.1.src/clangd/HeuristicResolver.cpp   
2024-03-08 06:27:31.0 +0100
+++ new/clang-tools-extra-18.1.2.src/clangd/HeuristicResolver.cpp   
2024-03-19 22:06:42.0 +0100
@@ -16,6 +16,80 @@
 namespace clang {
 namespace clangd {
 
+namespace {
+
+// Helper class for implementing HeuristicResolver.
+// Unlike HeuristicResolver which is a long-lived class,
+// a new instance of this class is created for every external
+// call into a HeuristicResolver operation. That allows this
+// class to store state that's local to such a top-level call,
+// particularly "recursion protection sets" that keep track of
+// nodes that have already be

commit GraphicsMagick for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package GraphicsMagick for openSUSE:Factory 
checked in at 2024-03-25 21:06:18

Comparing /work/SRC/openSUSE:Factory/GraphicsMagick (Old)
 and  /work/SRC/openSUSE:Factory/.GraphicsMagick.new.1905 (New)


Package is "GraphicsMagick"

Mon Mar 25 21:06:18 2024 rev:92 rq:1161390 version:1.3.43

Changes:

--- /work/SRC/openSUSE:Factory/GraphicsMagick/GraphicsMagick.changes
2024-01-29 22:27:07.941348677 +0100
+++ /work/SRC/openSUSE:Factory/.GraphicsMagick.new.1905/GraphicsMagick.changes  
2024-03-25 21:07:15.915126788 +0100
@@ -1,0 +2,43 @@
+Mon Mar 25 12:40:12 UTC 2024 - pgaj...@suse.com
+
+- version update to 1.3.43
+  Bug fixes:
+  * JBIG: Add support for 'width', 'height', and 'pixels', resource
+limits.  Your mileage may vary.
+  * WPG: Many fixes based on oss-fuzz testing.
+  * Ghostscript: When invoking Ghostscript, re-direct Ghostscript stdout
+to stderr to avoid output corruption when GM stdout is redirected to
+a file.
+  New Features:
+  * File write limit: Add support for a per-file write limit (-limit
+write or MAGICK_LIMIT_WRITE).  This imposes a limit on the number of
+uncompressed bytes written.  The behavior when the limit is hit is
+similar to an unexpected write error, as if the disk is full.
+  * Resource limit highwater: Resource highwater values are maintained
+for successful resource requests and final values are traced
+via -debug resource' at the end of program execution.  These values
+may be used to understand the most restrictive resource limits which
+may be applied while still achieving successful operation.
+  * BMP: Support BI_PNG compression (PNG inside BMP).
+  * BMP: Support reading 64 bits-per-pixel.
+  * BMP: Support reading 48 bits-per-pixel.
+  * HEIF: Call heif_init() and heif_deinit() if they are
+available. Support setting image width limit.
+  * HRZ: Added support for Slow scan TV format.
+  * JPEG: Added support for reading and writing lossy or lossless 12
+bits, and lossless 16-bits using libjpeg-turbo-3.0
+  * JXL: Improve JXL reader/writer exception information.
+  * TIFF: Remove miniswhite/minisblack prohibitions when using Group3
+and Group4 compression in order to allow using inverted photometric
+from the standard.
+  * TIFF: Store EXIF IFD and GPS IFD tag information natively in TIFF
+sub-IFDs, the same as it would be produced in a camera supporting
+TIFF.  This allows an EXIF profile from HEIF, JPEG, JXL, PNG, WebP,
+or from the META coder to be preserved in TIFF.
+  API Updates:
+  * ExpandFilenames(): Fix memory leak of existing allocations if
+realloc() fails.
+- modified patches
+  % GraphicsMagick-disable-insecure-coders.patch (refreshed)
+
+---

Old:

  GraphicsMagick-1.3.42.tar.xz

New:

  GraphicsMagick-1.3.43.tar.xz



Other differences:
--
++ GraphicsMagick.spec ++
--- /var/tmp/diff_new_pack.Omxfpz/_old  2024-03-25 21:07:16.767158095 +0100
+++ /var/tmp/diff_new_pack.Omxfpz/_new  2024-03-25 21:07:16.771158242 +0100
@@ -24,7 +24,7 @@
 %define pp_so_ver   12
 %define wand_so_ver 2
 Name:   GraphicsMagick
-Version:1.3.42
+Version:1.3.43
 Release:0
 Summary:Viewer and Converter for Images
 License:MIT

++ GraphicsMagick-1.3.42.tar.xz -> GraphicsMagick-1.3.43.tar.xz ++
 40813 lines of diff (skipped)

++ GraphicsMagick-disable-insecure-coders.patch ++
--- /var/tmp/diff_new_pack.Omxfpz/_old  2024-03-25 21:07:18.023204247 +0100
+++ /var/tmp/diff_new_pack.Omxfpz/_new  2024-03-25 21:07:18.027204394 +0100
@@ -1,7 +1,7 @@
-Index: GraphicsMagick-1.3.42/coders/pdf.c
+Index: GraphicsMagick-1.3.43/coders/pdf.c
 ===
 GraphicsMagick-1.3.42.orig/coders/pdf.c
-+++ GraphicsMagick-1.3.42/coders/pdf.c
+--- GraphicsMagick-1.3.43.orig/coders/pdf.c
 GraphicsMagick-1.3.43/coders/pdf.c
 @@ -499,7 +499,7 @@ ModuleExport void RegisterPDFImage(void)
entry->seekable_stream=True;
entry->description="Encapsulated Portable Document Format";
@@ -20,10 +20,10 @@
(void) RegisterMagickInfo(entry);
  }
  
-Index: GraphicsMagick-1.3.42/coders/ps.c
+Index: GraphicsMagick-1.3.43/coders/ps.c
 ===
 GraphicsMagick-1.3.42.orig/coders/ps.c
-+++ GraphicsMagick-1.3.42/coders/ps.c
+--- GraphicsMagick-1.3.43.orig/coders/ps.c
 GraphicsMagick-1.3.43/coders/ps.c
 @@ -456,7 +456,7 @@ ModuleExport void RegisterPSImage(void)
entry->adjoin=False;
entry->description="Adobe Encapsulated PostSc

commit emacs for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package emacs for openSUSE:Factory checked 
in at 2024-03-25 21:06:15

Comparing /work/SRC/openSUSE:Factory/emacs (Old)
 and  /work/SRC/openSUSE:Factory/.emacs.new.1905 (New)


Package is "emacs"

Mon Mar 25 21:06:15 2024 rev:183 rq:1161379 version:29.3

Changes:

--- /work/SRC/openSUSE:Factory/emacs/emacs.changes  2024-02-02 
15:45:17.112377988 +0100
+++ /work/SRC/openSUSE:Factory/.emacs.new.1905/emacs.changes2024-03-25 
21:07:08.770864284 +0100
@@ -1,0 +2,21 @@
+Mon Mar 25 09:22:31 UTC 2024 - Dr. Werner Fink 
+
+- Update to GNU Emacs version 29.3
+  which is an emergency bugfix release intended to fix several
+  security vulnerabilities described below.
+  * Arbitrary Lisp code is no longer evaluated as part of turning on Org mode.
+This is for security reasons, to avoid evaluating malicious Lisp code.
+  * New buffer-local variable 'untrusted-content'.
+When this is non-nil, Lisp programs should treat buffer contents with
+extra caution.
+  * Gnus now treats inline MIME contents as untrusted.
+To get back previous insecure behavior, 'untrusted-content' should be
+reset to nil in the buffer.
+  * LaTeX preview is now by default disabled for email attachments.
+To get back previous insecure behavior, set the variable
+'org--latex-preview-when-risky' to a non-nil value.
+  * Org mode now considers contents of remote files to be untrusted.
+Remote files are recognized by calling 'file-remote-p'.
+- Port patch emacs-24.4-ps-bdf.patch
+
+---

Old:

  emacs-29.2-pdf.tar.xz
  emacs-29.2.tar.xz
  emacs-29.2.tar.xz.sig

New:

  emacs-29.3-pdf.tar.xz
  emacs-29.3.tar.xz
  emacs-29.3.tar.xz.sig



Other differences:
--
++ emacs.spec ++
--- /var/tmp/diff_new_pack.pkruFk/_old  2024-03-25 21:07:13.195026842 +0100
+++ /var/tmp/diff_new_pack.pkruFk/_new  2024-03-25 21:07:13.211027430 +0100
@@ -154,7 +154,7 @@
 BuildRequires:  pkgconfig(xwayland)
 BuildRequires:  pkgconfig(xxf86vm)
 URL:http://www.gnu.org/software/emacs/
-Version:29.2
+Version:29.3
 Release:0
 Summary:GNU Emacs Base Package
 License:GPL-3.0-or-later

++ emacs-24.4-ps-bdf.patch ++
--- /var/tmp/diff_new_pack.pkruFk/_old  2024-03-25 21:07:13.887052270 +0100
+++ /var/tmp/diff_new_pack.pkruFk/_new  2024-03-25 21:07:13.915053299 +0100
@@ -5,7 +5,7 @@
 
 --- lisp/ldefs-boot.el
 +++ lisp/ldefs-boot.el 2023-08-01 06:47:17.809528438 +
-@@ -25499,9 +25499,9 @@ With prefix argument ARG, restart the Pr
+@@ -25512,9 +25512,9 @@ With prefix argument ARG, restart the Pr
  
  ;;; Generated autoloads from ps-bdf.el
  

++ emacs-29.2-pdf.tar.xz -> emacs-29.3-pdf.tar.xz ++
Binary files old/calccard.pdf and new/calccard.pdf differ
Binary files old/cs-dired-ref.pdf and new/cs-dired-ref.pdf differ
Binary files old/cs-refcard.pdf and new/cs-refcard.pdf differ
Binary files old/cs-survival.pdf and new/cs-survival.pdf differ
Binary files old/de-refcard.pdf and new/de-refcard.pdf differ
Binary files old/dired-ref.pdf and new/dired-ref.pdf differ
Binary files old/fr-dired-ref.pdf and new/fr-dired-ref.pdf differ
Binary files old/fr-refcard.pdf and new/fr-refcard.pdf differ
Binary files old/fr-survival.pdf and new/fr-survival.pdf differ
Binary files old/gnus-booklet.pdf and new/gnus-booklet.pdf differ
Binary files old/gnus-refcard.pdf and new/gnus-refcard.pdf differ
Binary files old/orgcard.pdf and new/orgcard.pdf differ
Binary files old/pl-refcard.pdf and new/pl-refcard.pdf differ
Binary files old/pt-br-refcard.pdf and new/pt-br-refcard.pdf differ
Binary files old/refcard.pdf and new/refcard.pdf differ
Binary files old/ru-refcard.pdf and new/ru-refcard.pdf differ
Binary files old/sk-dired-ref.pdf and new/sk-dired-ref.pdf differ
Binary files old/sk-refcard.pdf and new/sk-refcard.pdf differ
Binary files old/sk-survival.pdf and new/sk-survival.pdf differ
Binary files old/survival.pdf and new/survival.pdf differ
Binary files old/vipcard.pdf and new/vipcard.pdf differ
Binary files old/viperCard.pdf and new/viperCard.pdf differ

++ emacs-29.2-pdf.tar.xz -> emacs-29.3.tar.xz ++
/work/SRC/openSUSE:Factory/emacs/emacs-29.2-pdf.tar.xz 
/work/SRC/openSUSE:Factory/.emacs.new.1905/emacs-29.3.tar.xz differ: char 25, 
line 1


commit snappy for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package snappy for openSUSE:Factory checked 
in at 2024-03-25 21:06:14

Comparing /work/SRC/openSUSE:Factory/snappy (Old)
 and  /work/SRC/openSUSE:Factory/.snappy.new.1905 (New)


Package is "snappy"

Mon Mar 25 21:06:14 2024 rev:11 rq:1161374 version:1.1.10

Changes:

--- /work/SRC/openSUSE:Factory/snappy/snappy.changes2023-11-13 
22:15:45.636213542 +0100
+++ /work/SRC/openSUSE:Factory/.snappy.new.1905/snappy.changes  2024-03-25 
21:06:53.642308408 +0100
@@ -1,0 +2,5 @@
+Mon Mar 25 11:34:39 UTC 2024 - Danilo Spinella 
+
+- Fix build with GTest 1.14.0 by using C++14, bsc#1221872
+
+---



Other differences:
--
++ snappy.spec ++
--- /var/tmp/diff_new_pack.g56FTC/_old  2024-03-25 21:06:54.178328103 +0100
+++ /var/tmp/diff_new_pack.g56FTC/_new  2024-03-25 21:06:54.178328103 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package snappy
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -74,7 +74,7 @@
 %autosetup
 
 %build
-%cmake -DSNAPPY_USE_BUNDLED_GTEST=OFF -DSNAPPY_USE_BUNDLED_BENCHMARK_LIB=OFF
+%cmake -DSNAPPY_USE_BUNDLED_GTEST=OFF -DSNAPPY_USE_BUNDLED_BENCHMARK_LIB=OFF 
-DCMAKE_CXX_STANDARD=14
 %make_build
 
 %install


commit suse-xsl-stylesheets for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package suse-xsl-stylesheets for 
openSUSE:Factory checked in at 2024-03-25 21:06:13

Comparing /work/SRC/openSUSE:Factory/suse-xsl-stylesheets (Old)
 and  /work/SRC/openSUSE:Factory/.suse-xsl-stylesheets.new.1905 (New)


Package is "suse-xsl-stylesheets"

Mon Mar 25 21:06:13 2024 rev:79 rq:1161281 version:2.94.3

Changes:

--- 
/work/SRC/openSUSE:Factory/suse-xsl-stylesheets/suse-xsl-stylesheets.changes
2024-03-20 21:10:20.177110651 +0100
+++ 
/work/SRC/openSUSE:Factory/.suse-xsl-stylesheets.new.1905/suse-xsl-stylesheets.changes
  2024-03-25 21:06:49.138142909 +0100
@@ -1,0 +2,12 @@
+Mon Mar 25 06:55:54 UTC 2024 - Thomas Schraitle  - 
2.94.3
+
+- Update 2.94.3
+  * Fix handling of external JSON-LD generation (#617)
+Additionally, this commit changes:
+
+* Add language into external JSON-LD filename
+* Take into account rootid parameter for filename
+* Enable JSON-LD structure for HTML by default
+  * Correct social media length (#615) 
+
+---

Old:

  suse-xsl-2.94.2.tar.bz2

New:

  suse-xsl-2.94.3.tar.bz2



Other differences:
--
++ suse-xsl-stylesheets.spec ++
--- /var/tmp/diff_new_pack.Nx440b/_old  2024-03-25 21:06:49.818167895 +0100
+++ /var/tmp/diff_new_pack.Nx440b/_new  2024-03-25 21:06:49.818167895 +0100
@@ -22,7 +22,7 @@
 %define suse_styles_dir   %{db_xml_dir}/stylesheet
 #
 Name:   suse-xsl-stylesheets
-Version:2.94.2
+Version:2.94.3
 Release:0
 Summary:SUSE-Branded Stylesheets for DocBook
 License:GPL-2.0-only OR GPL-3.0-only

++ suse-xsl-2.94.2.tar.bz2 -> suse-xsl-2.94.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-2.94.2/ChangeLog 
new/suse-xsl-2.94.3/ChangeLog
--- old/suse-xsl-2.94.2/ChangeLog   2024-03-19 13:47:40.0 +0100
+++ new/suse-xsl-2.94.3/ChangeLog   2024-03-25 07:50:49.0 +0100
@@ -1,4 +1,15 @@
 ---
+Mon Mar 25 06:48:35 UTC 2024 - toms...@users.noreply.github.com
+
+- Update 2.94.3
+  * Fix handling of external JSON-LD generation (#617)
+Additionally, this commit changes:
+
+* Add language into external JSON-LD filename
+* Take into account rootid parameter for filename
+* Enable JSON-LD structure for HTML by default
+  * Correct social media length (#615)
+---
 Tue Mar 19 12:47:24 UTC 2024 - toms...@users.noreply.github.com
 
 - Update 2.94.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-2.94.2/suse2022-ns/xhtml/chunk.xsl 
new/suse-xsl-2.94.3/suse2022-ns/xhtml/chunk.xsl
--- old/suse-xsl-2.94.2/suse2022-ns/xhtml/chunk.xsl 2024-03-19 
13:47:40.0 +0100
+++ new/suse-xsl-2.94.3/suse2022-ns/xhtml/chunk.xsl 2024-03-25 
07:50:49.0 +0100
@@ -39,4 +39,26 @@
 
   
 
+
+  
+
+
+  
+
+  
+
+  
+  
+
+  WARN
+  
+JSON-LD
+  
+  
+The parameter $dcfilename is unset. Cannot create the 
external JSON file.
+  
+
+  
+
+  
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-2.94.2/suse2022-ns/xhtml/docbook.xsl 
new/suse-xsl-2.94.3/suse2022-ns/xhtml/docbook.xsl
--- old/suse-xsl-2.94.2/suse2022-ns/xhtml/docbook.xsl   2024-03-19 
13:47:40.0 +0100
+++ new/suse-xsl-2.94.3/suse2022-ns/xhtml/docbook.xsl   2024-03-25 
07:50:49.0 +0100
@@ -701,10 +701,11 @@
 
 
   
-
-  
+  
+  
 
-
+
+  
 
   
 
@@ -722,6 +723,7 @@
   
 
   
+
   
 
   
@@ -1026,5 +1028,4 @@
 
   
 
-
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-2.94.2/suse2022-ns/xhtml/json-ld.xsl 
new/suse-xsl-2.94.3/suse2022-ns/xhtml/json-ld.xsl
--- old/suse-xsl-2.94.2/suse2022-ns/xhtml/json-ld.xsl   2024-03-19 
13:47:40.0 +0100
+++ new/suse-xsl-2.94.3/suse2022-ns/xhtml/json-ld.xsl   2024-03-25 
07:50:49.0 +0100
@@ -218,7 +218,10 @@
   
   
   
-
+
+  
+
+
   
 
 
@@ -233,6 +236,9 @@
 
 
 
+  
+
+  
   
+
+  
   
-
+
 
 text
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-2.94.2/suse2022-ns/xhtml/param.xsl

commit shadow for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package shadow for openSUSE:Factory checked 
in at 2024-03-25 21:06:06

Comparing /work/SRC/openSUSE:Factory/shadow (Old)
 and  /work/SRC/openSUSE:Factory/.shadow.new.1905 (New)


Package is "shadow"

Mon Mar 25 21:06:06 2024 rev:67 rq:1161093 version:4.15.1

Changes:

--- /work/SRC/openSUSE:Factory/shadow/shadow.changes2024-03-22 
15:16:00.170759047 +0100
+++ /work/SRC/openSUSE:Factory/.shadow.new.1905/shadow.changes  2024-03-25 
21:06:10.624727789 +0100
@@ -1,0 +2,11 @@
+Sun Mar 24 09:06:48 UTC 2024 - Michael Vetter 
+
+- Update to 4.15.1:
+  * Fix a bug that caused spurious error messages about unknown
+login.defs configuration options #967
+  * Adding checks for fd omission #964
+  * Use temporary stat buffer #974
+  * Fix wrong french translation #975
+- Drop shadow-4.15.0-fix-definition.patch
+
+---

Old:

  shadow-4.15.0-fix-definition.patch
  shadow-4.15.0.tar.xz
  shadow-4.15.0.tar.xz.asc

New:

  shadow-4.15.1.tar.xz
  shadow-4.15.1.tar.xz.asc

BETA DEBUG BEGIN:
  Old:  * Fix wrong french translation #975
- Drop shadow-4.15.0-fix-definition.patch
BETA DEBUG END:



Other differences:
--
++ shadow.spec ++
--- /var/tmp/diff_new_pack.csqUVs/_old  2024-03-25 21:06:12.184785111 +0100
+++ /var/tmp/diff_new_pack.csqUVs/_new  2024-03-25 21:06:12.188785258 +0100
@@ -22,7 +22,7 @@
   %define no_config 1
 %endif
 Name:   shadow
-Version:4.15.0
+Version:4.15.1
 Release:0
 Summary:Utilities to Manage User and Group Accounts
 License:BSD-3-Clause AND GPL-2.0-or-later
@@ -48,8 +48,6 @@
 Patch4: shadow-login_defs-suse.patch
 # PATCH-FIX-SUSE disable_new_audit_function.patch adam.ma...@suse.de -- 
Disable newer libaudit functionality for older distributions.
 Patch5: disable_new_audit_function.patch
-# PATCH-FIX-UPSTREAM mvet...@suse.com -- Fix config options 
gh/shadow-maint/shadow#967
-Patch6: shadow-4.15.0-fix-definition.patch
 BuildRequires:  audit-devel > 2.3
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -118,7 +116,6 @@
 %if 0%{?suse_version} < 1330
 %patch -P 5 -p1
 %endif
-%patch -P 6 -p1
 
 iconv -f ISO88591 -t utf-8  doc/HOWTO > doc/HOWTO.utf8
 mv -v doc/HOWTO.utf8 doc/HOWTO

++ shadow-4.15.0.tar.xz -> shadow-4.15.1.tar.xz ++
 14891 lines of diff (skipped)


commit timezone for openSUSE:Factory

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package timezone for openSUSE:Factory 
checked in at 2024-03-25 21:06:03

Comparing /work/SRC/openSUSE:Factory/timezone (Old)
 and  /work/SRC/openSUSE:Factory/.timezone.new.1905 (New)


Package is "timezone"

Mon Mar 25 21:06:03 2024 rev:153 rq:1161366 version:2024a

Changes:

--- /work/SRC/openSUSE:Factory/timezone/timezone.changes2024-03-18 
16:43:14.908057378 +0100
+++ /work/SRC/openSUSE:Factory/.timezone.new.1905/timezone.changes  
2024-03-25 21:06:04.892517167 +0100
@@ -1,0 +2,19 @@
+Thu Mar 21 18:16:35 UTC 2024 - Martin Schreiner 
+
+- Unify SLE-15-SP6 and Factory packages (PED#8158).
+  This is still related to bsc#1213470. We're applying this fix for
+  SLE-15-SP6 too.  This changelog entry is meant to bring over the SLE
+  information, so the same package can be used for both code streams.
+- This patch has long been removed on Factory but was never mentioned
+  explicitly, it was related to ticket bsc#1202310, a minor update to
+  reflect Chile's DST change back in 2022.
+  * bsc1202310.patch
+
+---
+Mon Mar 18 11:46:27 UTC 2024 - Ludwig Nussel 
+
+- Use /bin/sh for tzselect. Used to require bash for the 'select'
+  builtin but has a fallback meanwhile so no need for explicit bash
+  anymore.
+
+---
@@ -254 +273,2 @@
-- Add fat.patch to generate "fat" timezone files (was default before 2020b).
+- Add fat.patch to generate "fat" timezone files (was default before 2020b)
+  bsc#1178346



Other differences:
--
++ timezone.spec ++
--- /var/tmp/diff_new_pack.XC9Kmy/_old  2024-03-25 21:06:07.168600798 +0100
+++ /var/tmp/diff_new_pack.XC9Kmy/_new  2024-03-25 21:06:07.168600798 +0100
@@ -53,7 +53,7 @@
 AREA=%{AREA}
 ZONE=%{ZONE}
 export AREA LANG LC_ALL ZONE
-%make_build TZDIR=%{_datadir}/zoneinfo CC="gcc" CFLAGS="%{optflags} 
-DHAVE_GETTEXT=1 -DTZDEFAULT='\"%{_sysconfdir}/localtime\"' 
-DTM_GMTOFF=tm_gmtoff -DTM_ZONE=tm_zone -Dlint" AWK=awk 
BUGEMAIL="opensuse-supp...@opensuse.org"
+%make_build TZDIR=%{_datadir}/zoneinfo CC="gcc" CFLAGS="%{optflags} 
-DHAVE_GETTEXT=1 -DTZDEFAULT='\"%{_sysconfdir}/localtime\"' 
-DTM_GMTOFF=tm_gmtoff -DTM_ZONE=tm_zone -Dlint" AWK=awk 
BUGEMAIL="opensuse-supp...@opensuse.org" KSHELL=/bin/sh
 %make_build TZDIR=zoneinfo AWK=awk zones
 # Generate posixrules
 ./zic -b fat -y ./yearistype -d zoneinfo -p %{AREA}/%{ZONE}


commit opera for openSUSE:Factory:NonFree

2024-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package opera for openSUSE:Factory:NonFree 
checked in at 2024-03-25 21:04:59

Comparing /work/SRC/openSUSE:Factory:NonFree/opera (Old)
 and  /work/SRC/openSUSE:Factory:NonFree/.opera.new.1905 (New)


Package is "opera"

Mon Mar 25 21:04:59 2024 rev:214 rq:1161462 version:108.0.5067.40

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/opera/opera.changes  2024-02-26 
19:42:33.199753524 +0100
+++ /work/SRC/openSUSE:Factory:NonFree/.opera.new.1905/opera.changes
2024-03-25 21:05:01.818199595 +0100
@@ -1,0 +2,31 @@
+Thu Mar 21 19:27:42 UTC 2024 - Carsten Ziepke 
+
+- Update to 108.0.5067.40
+  * CHR-9668 Update Chromium on desktop-stable-122-5067 to
+122.0.6261.129
+  * DNA-115396 Bolded camera icon when camera access is allowed
+- The update to chromium 122.0.6261.129 fixes following issues:
+  CVE-2024-2400
+- Changes in 108.0.5067.24
+  * CHR-9416 Updating Chromium on desktop-stable-* branches
+  * DNA-115080 Crash at opera::component_based::
+ComponentDragController::ResetDragging()
+- Changes in 108.0.5067.20
+  * CHR-9642 Update Chromium on desktop-stable-122-5067 to
+122.0.6261.70
+  * DNA-114217 [macOS] Services on the sidebar are not responding
+when browser window is on external monitor
+  * DNA-114612 Crash at syncer::SyncEngineImpl::
+OnInvalidationReceived(std::__Cr::basic_string const&)
+  * DNA-114816 Update removed search engines and reset flags
+to default
+  * DNA-114848 Workspace can not be removed from sidebar setup
+  * DNA-114935 After an update extensions’ icons in the Sidebar
+are black
+  * DNA-115087 Translations for O108
+  * DNA-115228 Adblocker is blocking ads when turned off
+  * DNA-115232 Promote 108 to stable
+- Complete Opera 108 changelog at:
+  https://blogs.opera.com/desktop/changelog-for-108/
+
+---

Old:

  opera-stable_107.0.5045.36_amd64.rpm

New:

  opera-stable_108.0.5067.40_amd64.rpm



Other differences:
--
++ opera.spec ++
--- /var/tmp/diff_new_pack.XP9F1x/_old  2024-03-25 21:05:04.926313799 +0100
+++ /var/tmp/diff_new_pack.XP9F1x/_new  2024-03-25 21:05:04.942314387 +0100
@@ -20,7 +20,7 @@
 # libffmpeg.so*, libfreetype.so* and libGLESv2.so* are currently bundled.
 %global __requires_exclude ^lib(ffmpeg|freetype|GLESv2)\\.so.*$
 Name:   opera
-Version:107.0.5045.36
+Version:108.0.5067.40
 Release:0
 Summary:Proprietary web browser
 License:NonFree

++ opera-stable_107.0.5045.36_amd64.rpm -> 
opera-stable_108.0.5067.40_amd64.rpm ++
/work/SRC/openSUSE:Factory:NonFree/opera/opera-stable_107.0.5045.36_amd64.rpm 
/work/SRC/openSUSE:Factory:NonFree/.opera.new.1905/opera-stable_108.0.5067.40_amd64.rpm
 differ: char 26, line 1


  1   2   >