commit discord for openSUSE:Factory:NonFree

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package discord for openSUSE:Factory:NonFree 
checked in at 2023-09-25 19:59:08

Comparing /work/SRC/openSUSE:Factory:NonFree/discord (Old)
 and  /work/SRC/openSUSE:Factory:NonFree/.discord.new.1770 (New)


Package is "discord"

Mon Sep 25 19:59:08 2023 rev:33 rq:1112891 version:0.0.30

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/discord/discord.changes  2023-09-04 
22:51:52.028130010 +0200
+++ /work/SRC/openSUSE:Factory:NonFree/.discord.new.1770/discord.changes
2023-09-25 19:59:09.549412585 +0200
@@ -1,0 +2,6 @@
+Mon Sep 18 21:27:49 UTC 2023 - Wojciech Kazubski 
+
+- Update to version 0.0.30:
+  * No upstream release notes.
+
+---

Old:

  discord-0.0.29.tar.gz

New:

  discord-0.0.30.tar.gz



Other differences:
--
++ discord.spec ++
--- /var/tmp/diff_new_pack.BOWHhR/_old  2023-09-25 19:59:13.633559830 +0200
+++ /var/tmp/diff_new_pack.BOWHhR/_new  2023-09-25 19:59:13.633559830 +0200
@@ -25,7 +25,7 @@
 # This is to enable build with patent encoumbered codecs. Not allowed in OBS
 %bcond_with x264
 Name:   discord
-Version:0.0.29
+Version:0.0.30
 Release:0
 Summary:Voice and Text Chat for Gamers
 License:SUSE-NonFree

++ discord-0.0.29.tar.gz -> discord-0.0.30.tar.gz ++
/work/SRC/openSUSE:Factory:NonFree/discord/discord-0.0.29.tar.gz 
/work/SRC/openSUSE:Factory:NonFree/.discord.new.1770/discord-0.0.30.tar.gz 
differ: char 5, line 1


commit libblockdev for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libblockdev for openSUSE:Factory 
checked in at 2023-09-25 19:59:46

Comparing /work/SRC/openSUSE:Factory/libblockdev (Old)
 and  /work/SRC/openSUSE:Factory/.libblockdev.new.1770 (New)


Package is "libblockdev"

Mon Sep 25 19:59:46 2023 rev:20 rq:1108174 version:3.0.2

Changes:

--- /work/SRC/openSUSE:Factory/libblockdev/libblockdev.changes  2022-10-12 
18:24:21.729615103 +0200
+++ /work/SRC/openSUSE:Factory/.libblockdev.new.1770/libblockdev.changes
2023-09-25 19:59:46.654750334 +0200
@@ -1,0 +2,70 @@
+Wed Aug 23 01:16:38 UTC 2023 - Luciano Santos 
+
+- Update to version 3.0.2:
+  * Use ntfsinfo instead of ntfscluster for faster
+bd_fs_ntfs_get_info.
+  * Restrict list of exported symbols via -export-symbols-regex.
+  * lib: Silence the missing DEFAULT_CONF_DIR_PATH.
+  * loop: Report BD_LOOP_ERROR_DEVICE on empty loop devices.
+  * fs: Fix unused error in extract_e2fsck_progress.
+  * fs: Use read-only mount where possible for generic FS
+functions.
+  * fs: Document that generic functions can mount filesystems.
+  * fs: Avoid excess logging in extract_e2fsck_progress.
+- Restructure all sub-packages in the spec file to enhance
+  maintainability.
+
+---
+Fri Jun 30 10:16:53 UTC 2023 - Paolo Stivanin 
+
+- Update to 3.0.1:
+  * New bugfix release of the libblockdev library with multiple
+fixes.
+  * loop: Define LOOP_SET_BLOCK_SIZE is not defined. And remove
+bd_loop_get_autoclear definition.
+  * crypto: Remove stray struct redefinition.
+  * fs: Simplify struct BDFSInfo. And add missing copy and free
+functions to the header file.
+  * vdo_stats: Remove unused libparted include.
+  * lvm: Make _vglock_start_stop static. Fix declaration for
+bd_lvm_vdolvpoolname. And add bd_lvm_segdata_copy/free to the
+header file.
+  * Make the conf.d directory versioned.
+- Changes from version 3.0.0:
+  * New major release of the libblockdev library. This release
+contains a large API overhaul.
+  * VDO a KBD plugins were removed.
+  * New NVMe plugin was added.
+  * Runtime dependencies are no longer checked during plugin
+initialization.
+  * Part plugin was rewritten to use libfdisk instead of libparted
+  * Crypto plugin API went through an extensive rewrite.
+  * Support for new technologies was added to the crypto plugin:
+FileVault2 encryption, DM Integrity, LUKS2 tokens.
+  * Filesystem plugin adds support for btrfs, F2FS, NILFS2, exFAT
+and UDF.
+  * Support for new filesystem operations was added to the plugin:
+setting label and UUID, generic mkfs function and API for
+getting feature support for filesystems.
+  * dmraid support was removed from the DM plugin.
+  * Python 2 support was dropped.
+- Drop no longer needed libblockdev-fix-libkmod-include.patch
+- Drop no longer supported sub-packages with their dependencies,
+  and their configure options, following upstream changes: python2
+  (python-devel), bcache, dmraid (dmraid-devel BuildRequires) and
+  kbd.
+- Add (gcc >= 11 or gcc11) boolean BuildRequires to ensure the
+  package is buildable on Leap 15.5, where the gcc meta-package is
+  of version 7.
+- Bump the SO version to 3 for the shared library and GI bindings
+  sub-packages.
+- Add ext2fs, fdisk, and libkeyutils pkgconfig() BuildRequires.
+  The first is a new dependency for the FS plugin. The second, for
+  the PART plugin. And the latter, for the CRYPTO plugin (before,
+  the explicit_bzero() function would be searched for).
+- Add libnvme-devel >= 1.3 BuildRequires, and pass --with-nvme to
+  configure, needed for the NVMe plugin (new upstream addition).
+- Pass --with-tools to configure, ensuring we keep building the
+  libblockdev tools.
+
+---

Old:

  libblockdev-2.28.tar.gz
  libblockdev-fix-libkmod-include.patch

New:

  NEWS.rst
  libblockdev-3.0.2.tar.gz



Other differences:
--
++ libblockdev.spec ++
--- /var/tmp/diff_new_pack.3NJP6z/_old  2023-09-25 19:59:48.390812923 +0200
+++ /var/tmp/diff_new_pack.3NJP6z/_new  2023-09-25 19:59:48.390812923 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libblockdev
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,29 +16,55 @@
 #
 
 
-%define bcachetools_version 1.0.8
-%define somajor 2
-%define libname %{name}%{somajor}
-%bcond_with python2
+### PLUGINS ###
+%bcond_without  btrfs

commit polkit-default-privs for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package polkit-default-privs for 
openSUSE:Factory checked in at 2023-09-25 19:59:47

Comparing /work/SRC/openSUSE:Factory/polkit-default-privs (Old)
 and  /work/SRC/openSUSE:Factory/.polkit-default-privs.new.1770 (New)


Package is "polkit-default-privs"

Mon Sep 25 19:59:47 2023 rev:226 rq:1112560 version:1550+20230920.74aeded

Changes:

--- 
/work/SRC/openSUSE:Factory/polkit-default-privs/polkit-default-privs.changes
2023-09-13 20:43:26.839698514 +0200
+++ 
/work/SRC/openSUSE:Factory/.polkit-default-privs.new.1770/polkit-default-privs.changes
  2023-09-25 19:59:52.334955120 +0200
@@ -1,0 +2,6 @@
+Wed Sep 20 12:26:03 UTC 2023 - wolfgang.fri...@suse.com
+
+- Update to version 1550+20230920.74aeded:
+  * udisks2: add additional NVME action (bsc#1214897)
+
+---

Old:

  polkit-default-privs-1550+20230912.0978001.tar.xz

New:

  polkit-default-privs-1550+20230920.74aeded.tar.xz



Other differences:
--
++ polkit-default-privs.spec ++
--- /var/tmp/diff_new_pack.kZqBiM/_old  2023-09-25 19:59:53.651002568 +0200
+++ /var/tmp/diff_new_pack.kZqBiM/_new  2023-09-25 19:59:53.651002568 +0200
@@ -23,7 +23,7 @@
 %endif
 
 Name:   polkit-default-privs
-Version:1550+20230912.0978001
+Version:1550+20230920.74aeded
 Release:0
 Summary:SUSE PolicyKit default permissions
 License:GPL-2.0-or-later

++ _servicedata ++
--- /var/tmp/diff_new_pack.kZqBiM/_old  2023-09-25 19:59:53.687003866 +0200
+++ /var/tmp/diff_new_pack.kZqBiM/_new  2023-09-25 19:59:53.691004010 +0200
@@ -1,6 +1,6 @@
 
 
 https://github.com/openSUSE/polkit-default-privs.git
-  09780018385306fcbbf0fe07bece95a0c51fd232
+  74aededbf3ab4ec4e985d6479f5e08253eda363d
 (No newline at EOF)
 

++ polkit-default-privs-1550+20230912.0978001.tar.xz -> 
polkit-default-privs-1550+20230920.74aeded.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-default-privs-1550+20230912.0978001/profiles/easy 
new/polkit-default-privs-1550+20230920.74aeded/profiles/easy
--- old/polkit-default-privs-1550+20230912.0978001/profiles/easy
2023-09-12 10:09:50.0 +0200
+++ new/polkit-default-privs-1550+20230920.74aeded/profiles/easy
2023-09-20 14:22:41.0 +0200
@@ -154,6 +154,7 @@
 org.freedesktop.udisks2.nvme-connect
auth_admin:auth_admin:auth_admin_keep
 org.freedesktop.udisks2.nvme-disconnect 
auth_admin:auth_admin:auth_admin_keep
 org.freedesktop.udisks2.nvme-set-hostnqn-id 
auth_admin:auth_admin:auth_admin_keep
+org.freedesktop.udisks2.nvme-smart-update   
auth_admin:auth_admin:yes
 
 # KDE stuff
 org.kde.fontinst.manage 
no:no:auth_admin_keep
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-default-privs-1550+20230912.0978001/profiles/restrictive 
new/polkit-default-privs-1550+20230920.74aeded/profiles/restrictive
--- old/polkit-default-privs-1550+20230912.0978001/profiles/restrictive 
2023-09-12 10:09:50.0 +0200
+++ new/polkit-default-privs-1550+20230920.74aeded/profiles/restrictive 
2023-09-20 14:22:41.0 +0200
@@ -155,6 +155,7 @@
 org.freedesktop.udisks2.nvme-connect
auth_admin:auth_admin:auth_admin_keep
 org.freedesktop.udisks2.nvme-disconnect 
auth_admin:auth_admin:auth_admin_keep
 org.freedesktop.udisks2.nvme-set-hostnqn-id 
auth_admin:auth_admin:auth_admin_keep
+org.freedesktop.udisks2.nvme-smart-update   
auth_admin:auth_admin:auth_admin_keep
 
 # KDE stuff
 org.kde.fontinst.manage 
no:no:auth_admin_keep
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-default-privs-1550+20230912.0978001/profiles/standard 
new/polkit-default-privs-1550+20230920.74aeded/profiles/standard
--- old/polkit-default-privs-1550+20230912.0978001/profiles/standard
2023-09-12 10:09:50.0 +0200
+++ new/polkit-default-privs-1550+20230920.74aeded/profiles/standard
2023-09-20 14:22:41.0 +0200
@@ -155,6 +155,7 @@
 org.freedesktop.udisks2.nvme-connect
auth_admin:auth_admin:auth_admin_keep
 org.freedesktop.udisks2.nvme-disconnect 
auth_admin:auth_admin:auth_admin_keep
 org.freedesktop.udisks2.nvme-set-hostnqn-id 
auth_admin:auth_admin:a

commit libbytesize for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libbytesize for openSUSE:Factory 
checked in at 2023-09-25 19:59:48

Comparing /work/SRC/openSUSE:Factory/libbytesize (Old)
 and  /work/SRC/openSUSE:Factory/.libbytesize.new.1770 (New)


Package is "libbytesize"

Mon Sep 25 19:59:48 2023 rev:10 rq:1113087 version:2.9

Changes:

--- /work/SRC/openSUSE:Factory/libbytesize/libbytesize.changes  2023-09-02 
22:07:37.687210241 +0200
+++ /work/SRC/openSUSE:Factory/.libbytesize.new.1770/libbytesize.changes
2023-09-25 19:59:53.851009778 +0200
@@ -1,0 +2,6 @@
+Sat Sep 23 01:07:32 UTC 2023 - Luciano Santos 
+
+- Rename python3-libbytesize sub-package to python3-bytesize. This
+  is the expected name by its consumers.
+
+---



Other differences:
--
++ libbytesize.spec ++
--- /var/tmp/diff_new_pack.8rcTDN/_old  2023-09-25 19:59:55.123055639 +0200
+++ /var/tmp/diff_new_pack.8rcTDN/_new  2023-09-25 19:59:55.123055639 +0200
@@ -71,13 +71,13 @@
 This package contains header files and pkg-config files needed for development
 with the LibBytesize library.
 
-%package -n python3-%{name}
+%package -n python3-bytesize
 Summary:Python 3 bindings for LibBytesize
 Group:  Development/Libraries/Python
 Requires:   libbytesize%{soversion} = %{version}
 Requires:   python3-six
 
-%description -n python3-%{name}
+%description -n python3-bytesize
 This package contains Python 3 bindings for LibBytesize making the use of
 the library from Python 3 easier and more convenient.
 
@@ -119,7 +119,7 @@
 %{_includedir}/bytesize/bs_size.h
 %{_libdir}/pkgconfig/bytesize.pc
 
-%files -n python3-%{name}
+%files -n python3-bytesize
 %dir %{python3_sitearch}/bytesize
 %{python3_sitearch}/bytesize/*
 


commit udisks2 for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package udisks2 for openSUSE:Factory checked 
in at 2023-09-25 19:59:46

Comparing /work/SRC/openSUSE:Factory/udisks2 (Old)
 and  /work/SRC/openSUSE:Factory/.udisks2.new.1770 (New)


Package is "udisks2"

Mon Sep 25 19:59:46 2023 rev:49 rq:372 version:2.10.0

Changes:

--- /work/SRC/openSUSE:Factory/udisks2/udisks2.changes  2022-12-07 
17:34:10.468279414 +0100
+++ /work/SRC/openSUSE:Factory/.udisks2.new.1770/udisks2.changes
2023-09-25 19:59:48.870830229 +0200
@@ -1,0 +2,67 @@
+Tue Aug 29 20:28:56 UTC 2023 - Luciano Santos 
+
+- Add Obsoletes tags for libudisks2-0_bcache and libudisks2-0_zram
+  modules, dropped on latest version bump, so they get removed from
+  end users' systems upon system upgrade.
+- Drop unnecessary/discouraged %{?systemd_requires} from spec file.
+
+---
+Wed Aug 16 23:33:19 UTC 2023 - Luciano Santos 
+
+- Update to version 2.10.0:
+  + This release brings large number of internal changes, while
+keeping the promise of API stability. This development cycle
+was mostly driven by libblockdev 3.0 API overhaul.
+  + Partitioning was ported to libfdisk.
+  + The kbd and vdo libblockdev plugins were removed and so were
+zram, bcache and vdo udisks modules.
+  + Definition of supported filesystems was moved to libblockdev
+and filesystem operations were unified.
+  + Native NVMe support has been added through libnvme.
+  + Syntax of configurable mount options was extended to separate
+filesystem signature and filesystem driver used for mounting.
+  + A number of workarounds was placed around the
+org.freedesktop.UDisks2.Filesystem.Size property value
+retrieval to avoid excessive I/O traffic whenever possible.
+  + Bash and Zsh completion enhancements.
+  + lvm2 module uevent handling improvements.
+  + ATA Secure Erase is now allowed only on top-level block
+objects.
+  + Extra iSCSI node parameters are now honoured properly.
+  + FIPS mode fixes.
+  + Added support for resolving devices by PARTLABEL and PARTUUID.
+  + Full support for setting filesystem and partition UUIDs.
+  + Dynamic mountpoint name sanitization and ACL fixes.
+  + Added support for LVM2 RAID.
+  + UUID of Bitlocker volumes is now properly exposed.
+  + Added an option to force/avoid creation of mdraid write-intent
+bitmap.
+  + Updated translations.
+- Drop default_luks_encryption macro definition. It's no longer
+  needed as upstream defaults to LUKS2 now.
+- Drop bcache, vdo and zram sub-packages, following upstream
+  changes, and libblockdev-kbd(-devel) BuildRequires/Requires.
+- Drop bogus build requirement on libblockdev-lvm-dbus-devel, and
+  move libblockdev-lvm-devel BuildRequires to the lvm2 module
+  sub-package.
+- Move libconfig and libstoragemgmt pkgconfig() BuildRequires to
+  the lsm module sub-package, and libblockdev-btrfs-devel
+  BuildRequires to the btrfs modules sub-package, which is where
+  they belong.
+- Add libblockdev-nvme-devel BuildRequires and libblockdev-nvme
+  Requires as new required dependencies.
+- Drop harden_udisks2-zram-setup@.service.patch: It's unneeded now
+  that the zram module has been deprecated.
+- Drop merged upstream patches:
+  0001-udisksata-Move-the-low-level-PM-state-call.patch,
+  0001-udiskslinuxfilesystem-Make-the-size-property-retriev.patch,
+  0001-udiskslinuxmountoptions-Do-not-free-static-daemon-re.patch,
+  0001-udiskslinuxprovider-Only-update-related-objects-on-u.patch.
+- Split Bash and Zsh (new to this release) completion scripts to
+  sub-packages of their own.
+- Amend GPL-2.0-or-later License tags to LGPL-2.0-or-later for the
+  btrfs, lvm2 and lsm UDisks modules sub-packages. This correction
+  is based on what's explicitly stated on the source code from
+  UDisks modules' folders under the modules/ top-level directory.
+
+---

Old:

  0001-udisksata-Move-the-low-level-PM-state-call.patch
  0001-udiskslinuxfilesystem-Make-the-size-property-retriev.patch
  0001-udiskslinuxmountoptions-Do-not-free-static-daemon-re.patch
  0001-udiskslinuxprovider-Only-update-related-objects-on-u.patch
  harden_udisks2-zram-setup@.service.patch
  udisks-2.9.4.tar.bz2

New:

  udisks-2.10.0.tar.bz2



Other differences:
--
++ udisks2.spec ++
--- /var/tmp/diff_new_pack.WHSMB1/_old  2023-09-25 19:59:50.458887483 +0200
+++ /var/tmp/diff_new_pack.WHSMB1/_new  2023-09-25 19:59:50.458887483 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package udisks2
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file 

commit rdma-core for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rdma-core for openSUSE:Factory 
checked in at 2023-09-25 19:59:53

Comparing /work/SRC/openSUSE:Factory/rdma-core (Old)
 and  /work/SRC/openSUSE:Factory/.rdma-core.new.1770 (New)


Package is "rdma-core"

Mon Sep 25 19:59:53 2023 rev:60 rq:1113063 version:48.0

Changes:

--- /work/SRC/openSUSE:Factory/rdma-core/rdma-core.changes  2023-09-06 
18:56:32.612030104 +0200
+++ /work/SRC/openSUSE:Factory/.rdma-core.new.1770/rdma-core.changes
2023-09-25 20:00:02.915336573 +0200
@@ -1,0 +2,7 @@
+Fri Sep 22 11:46:06 UTC 2023 - Nicolas Morey 
+
+- Update to v48.0
+  - No release notes available.
+- Drop missing-quoting.patch which was fixed upstream.
+
+---

Old:

  missing-quoting.patch
  rdma-core-47.0.0.ccb120cc7b7f.tar.gz

New:

  rdma-core-48.0.0.3e039515b959.tar.gz



Other differences:
--
++ rdma-core.spec ++
--- /var/tmp/diff_new_pack.LLDQ1u/_old  2023-09-25 20:00:05.179418199 +0200
+++ /var/tmp/diff_new_pack.LLDQ1u/_new  2023-09-25 20:00:05.179418199 +0200
@@ -30,9 +30,9 @@
 %define _modprobedir /lib/modprobe.d
 %endif
 
-%define git_ver .0.ccb120cc7b7f
+%define git_ver .0.3e039515b959
 Name:   rdma-core
-Version:47.0
+Version:48.0
 Release:0
 Summary:RDMA core userspace libraries and daemons
 License:BSD-2-Clause OR GPL-2.0-only
@@ -75,7 +75,6 @@
 Source5:gen-pandoc.sh
 Source6:get_build.py
 Patch0: disable-rdma-interface-renaming.patch
-Patch1: missing-quoting.patch
 BuildRequires:  binutils
 BuildRequires:  cmake >= 2.8.11
 BuildRequires:  gcc
@@ -238,7 +237,6 @@
 - libefa: Amazon Elastic Fabric Adapter
 - libhfi1: Intel Omni-Path HFI
 - libhns: HiSilicon Hip06 SoC
-- libi40iw: Intel Ethernet Connection X722 RDMA
 - libipathverbs: QLogic InfiniPath HCA
 - libirdma: Intel Ethernet Connection RDMA
 - libmana: Microsoft Azure Network Adapter
@@ -427,7 +425,6 @@
 #Extract prebuilt pandoc file in the buildlib directory
 (cd buildlib && tar -xf %{S:3})
 %patch0
-%patch1
 
 %build
 

++ _service ++
--- /var/tmp/diff_new_pack.LLDQ1u/_old  2023-09-25 20:00:05.215419496 +0200
+++ /var/tmp/diff_new_pack.LLDQ1u/_new  2023-09-25 20:00:05.219419641 +0200
@@ -8,7 +8,7 @@
 @PARENT_TAG@.@TAG_OFFSET@.%h
 v(.*)
 \1
-ccb120cc7b7faceca90cfa55189a1b35b0adc78d
+3e039515b959fea70356b010ed093e43cf360e99
suse/rdma-core.spec
   
   

++ prebuilt-pandoc.tgz ++

++ rdma-core-47.0.0.ccb120cc7b7f.tar.gz -> 
rdma-core-48.0.0.3e039515b959.tar.gz ++
 5788 lines of diff (skipped)


commit virtualbox for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package virtualbox for openSUSE:Factory 
checked in at 2023-09-25 19:59:49

Comparing /work/SRC/openSUSE:Factory/virtualbox (Old)
 and  /work/SRC/openSUSE:Factory/.virtualbox.new.1770 (New)


Package is "virtualbox"

Mon Sep 25 19:59:49 2023 rev:264 rq:1113057 version:7.0.10

Changes:

--- /work/SRC/openSUSE:Factory/virtualbox/virtualbox.changes2023-08-20 
00:10:08.470754158 +0200
+++ /work/SRC/openSUSE:Factory/.virtualbox.new.1770/virtualbox.changes  
2023-09-25 19:59:55.615073378 +0200
@@ -1,0 +2,11 @@
+Fri Sep 22 12:19:15 UTC 2023 - Callum Farmer 
+
+- Convert to systemd-sysusers
+
+---
+Wed Sep 20 22:06:33 UTC 2023 - Larry Finger 
+
+- Fix problems wiith 6.5 kernels and shared folders. boo#1215463.
+  Fix build errors for Leap 15.4, 15.5, and 15.6 due to gso.h not found.
+
+---



Other differences:
--
++ virtualbox.spec ++
--- /var/tmp/diff_new_pack.Z3nvsc/_old  2023-09-25 20:00:02.191310469 +0200
+++ /var/tmp/diff_new_pack.Z3nvsc/_new  2023-09-25 20:00:02.191310469 +0200
@@ -217,6 +217,7 @@
 BuildRequires:  rpm
 BuildRequires:  sed
 BuildRequires:  systemd-rpm-macros
+BuildRequires:  sysuser-tools
 BuildRequires:  update-desktop-files
 BuildRequires:  which
 BuildRequires:  xorg-x11-server
@@ -247,7 +248,6 @@
 Requires:   %{name}-kmp = %{version}
 Requires(pre):  %fillup_prereq
 Requires(pre):  permissions
-Requires(pre):  shadow
 Recommends: %{name}-gui = %{version}
 # package i4l-vbox from source package i4l-base shares the directory /etc/vbox
 # with us, but with different owner.
@@ -256,6 +256,7 @@
 Provides:   %{name}-ose = %{version}
 Obsoletes:  %{name}-ose < %{version}
 %{?systemd_ordering}
+%{?sysusers_requires}
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_headers-devel
 %else
@@ -337,6 +338,7 @@
 %if ! 0%{?suse_version} > 1325
 Requires(pre):  net-tools-deprecated
 %endif
+%{?sysusers_requires}
 
 %description guest-tools
 VirtualBox guest addition tools.
@@ -530,6 +532,23 @@
 sed -i 's/tar /tar --format=gnu /' src/VBox/ExtPacks/VNC/Makefile.kmk
 kmk -C src/VBox/ExtPacks/VNC packing
 
+##
+# system users and groups
+cat >> vbox.conf << EOF
+g vboxusers - - - -
+EOF
+
+cat >> vbox-guest-tools.conf << EOF
+g vboxguest - - - -
+g vboxsf - - - -
+%if 0%{?suse_version} <= 1500
+g vboxvideo - - - -
+%endif
+EOF
+
+%sysusers_generate_pre vbox.conf vbox vbox.conf
+%sysusers_generate_pre vbox-guest-tools.conf vbox-guest-tools 
vbox-guest-tools.conf
+
 %install
 #
 echo "create directory structure"
@@ -735,6 +754,11 @@
 popd
 #
 ##
+# system users and groups
+
+install -Dm0644 vbox.conf %{buildroot}%{_sysusersdir}/vbox.conf
+install -Dm0644 vbox-guest-tools.conf 
%{buildroot}%{_sysusersdir}/vbox-guest-tools.conf
+##
 # run fdupes
 ##
 #run fdupes because we lost link for virtualbox/components directory
@@ -750,18 +774,11 @@
 # scriptlets - pre
 ##
 
-%pre
-getent group vboxusers >/dev/null || groupadd -r vboxusers
+%pre -f vbox.pre
 %service_add_pre vboxdrv.service
 %service_add_pre vboxautostart-service.service
 
-%pre guest-tools
-# Add groups for seamless mode and shared folders:
-getent group vboxguest >/dev/null || groupadd -r vboxguest
-getent group vboxsf >/dev/null || groupadd -r vboxsf
-%if 0%{?suse_version} <= 1500
-getent group vboxvideo >/dev/null || groupadd -r vboxvideo
-%endif
+%pre guest-tools -f vbox-guest-tools.pre
 %service_add_pre vboxadd-service.service
 
 %pre websrv
@@ -940,6 +957,7 @@
 %{_unitdir}/multi-user.target.wants/vboxweb-service.service
 %{_unitdir}/multi-user.target.wants/vboxdrv.service
 %{_unitdir}/multi-user.target.wants/vboxautostart-service.service
+%{_sysusersdir}/vbox.conf
 %{_sbindir}/rcvboxdrv
 %{_sbindir}/rcvboxautostart
 %{_sbindir}/vboxconfig
@@ -1006,6 +1024,7 @@
 %{_sysconfdir}/X11/xinit/xinitrc.d/98vboxadd-xclient
 %{_unitdir}/vboxclient.service
 %{_unitdir}/vboxservice.service
+%{_sysusersdir}/vbox-guest-tools.conf
 %dir %{_sysconfdir}/xdg
 %dir %{_sysconfdir}/xdg/autostart
 %{_sysconfdir}/xdg/autostart/vboxclient.desktop

++ fixes_for_6.5.patch ++
--- /var/tmp/diff_new_pack.Z3nvsc/_old  2023-09-25 20:00:02.299314363 +0200
+++ /var/tmp/diff_new_pack.Z3nvsc/_new  2023-09-25 20:00:02.303314508 +0200
@@ -116,4 +116,122 @@
  } u;
  } VBGLIOCLOG, RT_FAR *PVBGLIOCLOG;

commit python-poetry-core for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-poetry-core for 
openSUSE:Factory checked in at 2023-09-25 19:59:56

Comparing /work/SRC/openSUSE:Factory/python-poetry-core (Old)
 and  /work/SRC/openSUSE:Factory/.python-poetry-core.new.1770 (New)


Package is "python-poetry-core"

Mon Sep 25 19:59:56 2023 rev:18 rq:1113184 version:1.7.0

Changes:

--- /work/SRC/openSUSE:Factory/python-poetry-core/python-poetry-core.changes
2023-05-30 22:01:41.798746578 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-poetry-core.new.1770/python-poetry-core.changes
  2023-09-25 20:00:11.523646926 +0200
@@ -1,0 +2,27 @@
+Sat Sep 23 10:06:31 UTC 2023 - Ben Greiner 
+
+- Update to 1.7.0
+  ## Added
+  * Optionally use resolved references when converting a VCS
+dependency to a PEP 508 dependency specification (#603).
+  * Improve performance of marker handling (#609).
+  ## Changed
+  * Drop support for Python 3.7 (#566).
+  * Remove deprecated poetry.core.constraints.generic and
+poetry.core.semver (#601).
+  * Allow | as a value separator in markers with the operators in
+and not in (#608).
+  * Put pretty name (instead of normalized name) in metadata
+(#620).
+  * Update list of supported licenses (#623).
+  ## Fixed
+  * Fix an issue where the encoding was not handled correctly when
+calling a subprocess (#602).
+  * Fix an issue where caret constraints with additional whitespace
+could not be parsed (#606).
+  * Fix an issue where PEP 508 dependency specifications with names
+starting with a digit could not be parsed (#607).
+  * Fix an issue where Poetry considered an unrelated .gitignore
+file resulting in an empty wheel (#611).
+
+---

Old:

  poetry-core-1.6.1-gh.tar.gz

New:

  poetry-core-1.7.0-gh.tar.gz



Other differences:
--
++ python-poetry-core.spec ++
--- /var/tmp/diff_new_pack.J0kTZa/_old  2023-09-25 20:00:12.775692065 +0200
+++ /var/tmp/diff_new_pack.J0kTZa/_new  2023-09-25 20:00:12.775692065 +0200
@@ -18,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:   python-poetry-core
-Version:1.6.1
+Version:1.7.0
 Release:0
 Summary:Poetry PEP 517 Build Backend
 License:Apache-2.0 AND BSD-2-Clause AND MIT AND Python-2.0
@@ -26,13 +26,10 @@
 URL:https://github.com/python-poetry/poetry-core
 # Only the github archive provides the tests
 Source: 
%{url}/archive/%{version}.tar.gz#/poetry-core-%{version}-gh.tar.gz
-BuildRequires:  %{python_module base >= 3.7}
+BuildRequires:  %{python_module base >= 3.8}
 BuildRequires:  %{python_module pip}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-%if %{python_version_nodots} < 38
-Requires:   python-importlib-metadata >= 1.7.0
-%endif
 BuildArch:  noarch
 # SECTION these are all test dependencies, including python-devel and git-core
 BuildRequires:  %{python_module devel}
@@ -61,7 +58,6 @@
 cp src/poetry/core/_vendor/packaging/LICENSE.BSD 
vendoredlicenses/packaging.LICENSE.BSD
 cp src/poetry/core/_vendor/pyrsistent/LICENSE.mit
vendoredlicenses/pyrsistent.LICENSE.mit
 cp src/poetry/core/_vendor/tomli/LICENSE 
vendoredlicenses/tomli.LICENSE
-cp src/poetry/core/_vendor/typing_extensions.LICENSE 
vendoredlicenses/typing_extensions.LICENSE
 
 %build
 %pyproject_wheel

++ poetry-core-1.6.1-gh.tar.gz -> poetry-core-1.7.0-gh.tar.gz ++
 10596 lines of diff (skipped)


commit libnma for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libnma for openSUSE:Factory checked 
in at 2023-09-25 19:59:59

Comparing /work/SRC/openSUSE:Factory/libnma (Old)
 and  /work/SRC/openSUSE:Factory/.libnma.new.1770 (New)


Package is "libnma"

Mon Sep 25 19:59:59 2023 rev:16 rq:1113236 version:1.10.6

Changes:

--- /work/SRC/openSUSE:Factory/libnma/libnma.changes2023-01-14 
20:31:27.565121324 +0100
+++ /work/SRC/openSUSE:Factory/.libnma.new.1770/libnma.changes  2023-09-25 
20:00:16.959842916 +0200
@@ -1,0 +2,7 @@
+Fri Sep 22 18:41:30 UTC 2023 - Bjørn Lie 
+
+- Add libnma-glib-schema Requires to libnma-gtk4-0 sub-package,
+  ensure libnma-glib-schema gets installed by default now that
+  gnome-control-center have ported to gtk4.
+
+---



Other differences:
--
++ libnma.spec ++
--- /var/tmp/diff_new_pack.EsJb0j/_old  2023-09-25 20:00:18.315891805 +0200
+++ /var/tmp/diff_new_pack.EsJb0j/_new  2023-09-25 20:00:18.315891805 +0200
@@ -73,6 +73,7 @@
 
 %package -n %{name}-gtk4-%{sover}
 Summary:Shared library for NetworkManager-applet. Gtk4 version
+Requires:   %{name}-glib-schema >= %{version}
 Requires:   mobile-broadband-provider-info
 
 %description -n %{name}-gtk4-%{sover}


commit avahi for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package avahi for openSUSE:Factory checked 
in at 2023-09-25 19:59:55

Comparing /work/SRC/openSUSE:Factory/avahi (Old)
 and  /work/SRC/openSUSE:Factory/.avahi.new.1770 (New)


Package is "avahi"

Mon Sep 25 19:59:55 2023 rev:159 rq:1113079 version:0.8

Changes:

--- /work/SRC/openSUSE:Factory/avahi/avahi.changes  2023-09-20 
13:21:10.773427538 +0200
+++ /work/SRC/openSUSE:Factory/.avahi.new.1770/avahi.changes2023-09-25 
20:00:08.579540782 +0200
@@ -1,0 +2,6 @@
+Wed Sep 20 08:51:09 UTC 2023 - Ludwig Nussel 
+
+- Don't require sudo. There is no indication it's actually used for
+  anything.
+
+---



Other differences:
--
++ avahi.spec ++
--- /var/tmp/diff_new_pack.BHgG6q/_old  2023-09-25 20:00:11.171634235 +0200
+++ /var/tmp/diff_new_pack.BHgG6q/_new  2023-09-25 20:00:11.171634235 +0200
@@ -121,7 +121,6 @@
 BuildRequires:  zlib-devel
 BuildRequires:  pkgconfig(systemd)
 Requires:   nss-mdns
-Requires:   sudo
 %sysusers_requires
 #
 # mDNSResponder was used for <= 10.2:
@@ -411,7 +410,6 @@
 DNS specifications for Zeroconf Computing.
 
 # This is the avahi-discover command, only provided for the primary python3 
flavor
-
 %package -n python3-avahi-gtk
 Summary:A set of Avahi utilities written in Python Using python-gtk
 Group:  Development/Languages/Python


commit python-reportlab for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-reportlab for 
openSUSE:Factory checked in at 2023-09-25 19:59:54

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


Package is "python-reportlab"

Mon Sep 25 19:59:54 2023 rev:37 rq:1113068 version:3.6.13

Changes:

--- /work/SRC/openSUSE:Factory/python-reportlab/python-reportlab.changes
2023-07-30 20:57:18.747056001 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-reportlab.new.1770/python-reportlab.changes  
2023-09-25 20:00:06.299458580 +0200
@@ -1,0 +2,9 @@
+Thu Sep 21 18:01:40 UTC 2023 - Markéta Machová 
+
+- Update to 3.6.13
+  * fixes for python 3.12.0a1
+  * tables.py error improvement
+  * allow exclusions in tests in runAll.py and setup.py
+  * implement a safer toColor with rl_config.toColorCanUse option
+
+---

Old:

  reportlab-3.6.12.tar.gz

New:

  reportlab-3.6.13.tar.gz



Other differences:
--
++ python-reportlab.spec ++
--- /var/tmp/diff_new_pack.wO6Fkf/_old  2023-09-25 20:00:07.879515545 +0200
+++ /var/tmp/diff_new_pack.wO6Fkf/_new  2023-09-25 20:00:07.879515545 +0200
@@ -18,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:   python-reportlab
-Version:3.6.12
+Version:3.6.13
 Release:0
 Summary:The Reportlab Toolkit
 License:BSD-3-Clause


++ reportlab-3.6.12.tar.gz -> reportlab-3.6.13.tar.gz ++
 1624 lines of diff (skipped)


commit python-ipython for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-ipython for openSUSE:Factory 
checked in at 2023-09-25 19:59:56

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


Package is "python-ipython"

Mon Sep 25 19:59:56 2023 rev:42 rq:1113222 version:8.15.0

Changes:

--- /work/SRC/openSUSE:Factory/python-ipython/python-ipython.changes
2023-06-12 15:25:26.470693391 +0200
+++ /work/SRC/openSUSE:Factory/.python-ipython.new.1770/python-ipython.changes  
2023-09-25 20:00:13.235708650 +0200
@@ -1,0 +2,22 @@
+Sat Sep 23 17:00:30 UTC 2023 - Ben Greiner 
+
+- Update to 8.15.0
+  * Improve compatibility with future version of Python 3.12/3.13
+:ghpull:`14107`, gh#`14139`,
+  * Improve support for ExceptionGroups, gh#`14108`
+  * Fix hangs in %gui osx, gh#`14125`
+  * Fix memory lead with %reset, gh#`14133`
+  * Unstable config option to modify traceback highlighting that is
+sometime hard to read gh#`14138`
+  * Support . in ipdb as an argument to the list command gh#`14121`
+  * Workroud parso showing warning message when the default logger
+level is changed gh#`14119`
+  * Fix multiple issues with matplotlib interactive mode, qt5/qt6
+gh#`14128`
+  ## Whatsnew
+  * Support for PEP-678 Exception Notes
+  * Native fallback for displaying ExceptionGroup
+  * AST-based macros
+  * Allow IPdb/Pdb to move between chained exceptions
+
+---

Old:

  ipython-8.14.0.tar.gz

New:

  ipython-8.15.0.tar.gz



Other differences:
--
++ python-ipython.spec ++
--- /var/tmp/diff_new_pack.beLa70/_old  2023-09-25 20:00:14.599757828 +0200
+++ /var/tmp/diff_new_pack.beLa70/_new  2023-09-25 20:00:14.603757973 +0200
@@ -35,7 +35,7 @@
 # See whatsnew of 8.14
 %define skip_python312 1
 Name:   python-ipython%{psuffix}
-Version:8.14.0
+Version:8.15.0
 Release:0
 Summary:Rich architecture for interactive computing with Python
 License:BSD-3-Clause
@@ -65,6 +65,9 @@
 %if %{python_version_nodots} < 310
 Requires:   python-typing-extensions
 %endif
+%if %{python_version_nodots} < 311
+Requires:   python-exceptiongroup
+%endif
 Recommends: jupyter
 Recommends: python-ipykernel
 Recommends: python-ipyparallel


++ ipython-8.14.0.tar.gz -> ipython-8.15.0.tar.gz ++
 1907 lines of diff (skipped)


commit libHX for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libHX for openSUSE:Factory checked 
in at 2023-09-25 19:59:59

Comparing /work/SRC/openSUSE:Factory/libHX (Old)
 and  /work/SRC/openSUSE:Factory/.libHX.new.1770 (New)


Package is "libHX"

Mon Sep 25 19:59:59 2023 rev:74 rq:1113260 version:4.15

Changes:

--- /work/SRC/openSUSE:Factory/libHX/libHX.changes  2023-07-15 
23:15:15.367549020 +0200
+++ /work/SRC/openSUSE:Factory/.libHX.new.1770/libHX.changes2023-09-25 
20:00:18.471897429 +0200
@@ -1,0 +2,7 @@
+Sun Sep 24 05:13:29 UTC 2023 - Jan Engelhardt 
+
+- Update to release 4.15
+  * Add functions to compute Least Positive Residue (HX_flpr, HX_flprf)
+  * Make HX_strrtrim work on strings longer than INT_MAX
+
+---

Old:

  libHX-4.14.tar.asc
  libHX-4.14.tar.xz

New:

  libHX-4.15.tar.asc
  libHX-4.15.tar.xz



Other differences:
--
++ libHX.spec ++
--- /var/tmp/diff_new_pack.daRaYh/_old  2023-09-25 20:00:19.627939108 +0200
+++ /var/tmp/diff_new_pack.daRaYh/_new  2023-09-25 20:00:19.627939108 +0200
@@ -18,7 +18,7 @@
 
 Name:   libHX
 %define lname   libHX32
-Version:4.14
+Version:4.15
 Release:0
 Summary:Collection of routines for C and C++ programming
 License:LGPL-2.1-or-later

++ libHX-4.14.tar.xz -> libHX-4.15.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libHX-4.14/configure new/libHX-4.15/configure
--- old/libHX-4.14/configure2023-07-14 15:02:34.074308013 +0200
+++ new/libHX-4.15/configure2023-09-24 04:52:01.249722457 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.71 for libHX 4.14.
+# Generated by GNU Autoconf 2.71 for libHX 4.15.
 #
 #
 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
@@ -618,8 +618,8 @@
 # Identity of this package.
 PACKAGE_NAME='libHX'
 PACKAGE_TARNAME='libhx'
-PACKAGE_VERSION='4.14'
-PACKAGE_STRING='libHX 4.14'
+PACKAGE_VERSION='4.15'
+PACKAGE_STRING='libHX 4.15'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1375,7 +1375,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures libHX 4.14 to adapt to many kinds of systems.
+\`configure' configures libHX 4.15 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1446,7 +1446,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of libHX 4.14:";;
+ short | recursive ) echo "Configuration of libHX 4.15:";;
esac
   cat <<\_ACEOF
 
@@ -1561,7 +1561,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libHX configure 4.14
+libHX configure 4.15
 generated by GNU Autoconf 2.71
 
 Copyright (C) 2021 Free Software Foundation, Inc.
@@ -2195,7 +2195,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libHX $as_me 4.14, which was
+It was created by libHX $as_me 4.15, which was
 generated by GNU Autoconf 2.71.  Invocation command line was
 
   $ $0$ac_configure_args_raw
@@ -3684,7 +3684,7 @@
 
 # Define the identity of the package.
  PACKAGE='libhx'
- VERSION='4.14'
+ VERSION='4.15'
 
 
 printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -18771,7 +18771,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by libHX $as_me 4.14, which was
+This file was extended by libHX $as_me 4.15, which was
 generated by GNU Autoconf 2.71.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -18839,7 +18839,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config='$ac_cs_config_escaped'
 ac_cs_version="\\
-libHX config.status 4.14
+libHX config.status 4.15
 configured by $0, generated by GNU Autoconf 2.71,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libHX-4.14/configure.ac new/libHX-4.15/configure.ac
--- old/libHX-4.14/configure.ac 2023-07-14 15:01:53.0 +0200
+++ new/libHX-4.15/configure.ac 2023-09-24 04:51:44.0 +0200
@@ -1,4 +1,4 @@
-AC_INIT([libHX], [4.14])
+AC_INIT([libHX], [4.15])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libHX-4.1

commit libjxl for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libjxl for openSUSE:Factory checked 
in at 2023-09-25 19:59:57

Comparing /work/SRC/openSUSE:Factory/libjxl (Old)
 and  /work/SRC/openSUSE:Factory/.libjxl.new.1770 (New)


Package is "libjxl"

Mon Sep 25 19:59:57 2023 rev:11 rq:1113235 version:0.8.2

Changes:

--- /work/SRC/openSUSE:Factory/libjxl/libjxl.changes2023-06-17 
22:19:52.603380553 +0200
+++ /work/SRC/openSUSE:Factory/.libjxl.new.1770/libjxl.changes  2023-09-25 
20:00:15.103775999 +0200
@@ -1,0 +2,22 @@
+Thu Sep 21 13:34:05 UTC 2023 - Jan Engelhardt 
+
+- Switch from LCMS to SKCMS: libjxl core can use either, but
+  plugins can only use SKCMS. Exercising two CMS simultaneously
+  also is silly. Delete 0001-Remove-LCMS-mutex.patch .
+
+---
+Sat Sep 16 06:58:55 UTC 2023 - Atri Bhattacharya 
+
+- Build plugins:
+  * Add _service file to generate skcms tarball (needed to build
+plugins).
+  * Add skcms tarball as source and copy extracted dir to
+./third_party/ so cmake can find it.
+  * Split out new packages:
+  * gdk-pixbuf-loader-jxl: Pixbuf loader for supported apps.
+  * gimp-plugin-jxl: Plugin to allow gimp to work with JPEG XL
+files.
+  * jxl-thumbnailer: Thumbnailer and mime files to allow
+generating thumbnails for JPEG XL files.
+
+---

Old:

  0001-Remove-LCMS-mutex.patch

New:

  _multibuild
  _service
  skcms.tar



Other differences:
--
++ libjxl.spec ++
--- /var/tmp/diff_new_pack.frZtiP/_old  2023-09-25 20:00:16.775836282 +0200
+++ /var/tmp/diff_new_pack.frZtiP/_new  2023-09-25 20:00:16.779836426 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package libjxl
+# spec file for package libjxl-gtk
 #
 # Copyright (c) 2023 SUSE LLC
 #
@@ -16,8 +16,14 @@
 #
 
 
-Name:   libjxl
 %define lname   libjxl0_8
+%if "@BUILD_FLAVOR@" == "gtk"
+Name:   libjxl-gtk
+%bcond_without gtk
+%else
+Name:   libjxl
+%bcond_with gtk
+%endif
 Version:0.8.2
 Release:0
 Summary:JPEG XL reference implementation
@@ -26,11 +32,15 @@
 #Git-Clone: https://github.com/libjxl/libjxl
 Source: 
https://github.com/libjxl/libjxl/archive/refs/tags/v%version.tar.gz
 Source1:baselibs.conf
-Patch0: 0001-Remove-LCMS-mutex.patch
+Source2:skcms.tar
 BuildRequires:  c++_compiler
 BuildRequires:  cmake
 BuildRequires:  pkg-config
-BuildRequires:  pkgconfig(lcms2) >= 2.10
+%if %{with gtk}
+BuildRequires:  pkgconfig(gdk-pixbuf-2.0) >= 2.36
+BuildRequires:  pkgconfig(gimp-2.0) >= 2.10
+BuildRequires:  pkgconfig(gimpui-2.0) >= 2.10
+%endif
 BuildRequires:  pkgconfig(libbrotlicommon)
 BuildRequires:  pkgconfig(libbrotlidec)
 BuildRequires:  pkgconfig(libbrotlienc)
@@ -38,6 +48,9 @@
 BuildRequires:  pkgconfig(libjpeg)
 BuildRequires:  pkgconfig(libpng)
 %{?suse_build_hwcaps_libs}
+%if %{with gtk}
+Provides:   bundled(skcms) = 0
+%endif
 
 %description
 JPEG XL is a raster-graphics file format that supports both lossy and
@@ -68,32 +81,62 @@
 %description tools
 Command-line utilities to convert from/to JPEG XL.
 
-%prep
-%setup -q
-
-%if %{pkg_vcmp liblcms2-2 < 2.13}
-# libjxl 0.7.0 requires lcms2 >= 2.13, so if we have an older version
-# (as in SLE15/Leap) just reverse the patch that adds that dependency
-%patch0 -p1
-%else
-# Make sure patch at least applies
-%patch0 -p1
-%patch0 -p1 -R
+%package -n gdk-pixbuf-loader-jxl
+Summary:A gdk-pixbuf loader for JPEG-XL using libjxl
+Supplements:(%lname and gdk-pixbuf)
+%if %{with gtk}
+%gdk_pixbuf_loader_requires
 %endif
 
+%description -n gdk-pixbuf-loader-jxl
+This package provides a libjxl-based gdk-pixbuf loader for JPEG XL files.
+
+%package -n gimp-plugin-jxl
+Summary:Plugin for GIMP to enable working with JPEG XL files
+Supplements:(%lname and gimp)
+
+%description -n gimp-plugin-jxl
+This package provides a plugin for GIMP 2.0 to enable it to work with JPEG XL 
files.
+
+%package -n jxl-thumbnailer
+Summary:Generate thumbnails for JPEG XL files
+BuildArch:  noarch
+
+%description -n jxl-thumbnailer
+This package provides a thumbnailer to render for JPEG XL file thumbnails,
+for example, on file-browsers.
+
+%prep
+%setup -n libjxl-%version -a2
+mv skcms third_party/
+
 %build
 %cmake -DJPEGXL_FORCE_SYSTEM_HWY=ON -DJPEGXL_FORCE_SYSTEM_BROTLI=ON \
-   -DJPEGXL_FORCE_SYSTEM_LCMS2=ON -DBUILD_TESTING=OFF \
-   -DJPEGXL_ENABLE_PLUGINS=OFF -DJPEGXL_ENABLE_SKCMS=OFF \
+   -DJPEGXL_FORCE_SYSTEM_LCMS2=OFF -DBUILD_TESTING=OFF \
+%if %{with gtk}
+   -DJPEGXL_ENABLE_PLUGINS=ON -DJPEGXL_ENABLE_SKCMS=ON \
+%endif
-

commit firewalld for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package firewalld for openSUSE:Factory 
checked in at 2023-09-25 20:00:01

Comparing /work/SRC/openSUSE:Factory/firewalld (Old)
 and  /work/SRC/openSUSE:Factory/.firewalld.new.1770 (New)


Package is "firewalld"

Mon Sep 25 20:00:01 2023 rev:83 rq:1113350 version:2.0.0

Changes:

--- /work/SRC/openSUSE:Factory/firewalld/firewalld.changes  2023-08-28 
17:11:08.279865854 +0200
+++ /work/SRC/openSUSE:Factory/.firewalld.new.1770/firewalld.changes
2023-09-25 20:00:21.628011216 +0200
@@ -1,0 +2,10 @@
+Mon Sep 25 01:29:47 UTC 2023 - Steve Kowalik 
+
+- python3-dbus isn't correct either, it's python3-dbus-python. 
+
+---
+Thu Sep 21 06:26:34 UTC 2023 - Steve Kowalik 
+
+- Correct Requires, python3-slip-dbus -> python3-dbus. 
+
+---



Other differences:
--
++ firewalld.spec ++
--- /var/tmp/diff_new_pack.ke9buv/_old  2023-09-25 20:00:22.804053616 +0200
+++ /var/tmp/diff_new_pack.ke9buv/_new  2023-09-25 20:00:22.808053760 +0200
@@ -78,9 +78,9 @@
 Summary:Python3 bindings for FirewallD
 Group:  Productivity/Networking/Security
 Requires:   dbus-1-python3
+Requires:   python3-dbus-python
 Requires:   python3-decorator
 Requires:   python3-gobject
-Requires:   python3-slip-dbus
 
 %description -n python3-firewall
 The python3 bindings for firewalld.


commit combustion for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package combustion for openSUSE:Factory 
checked in at 2023-09-25 20:00:09

Comparing /work/SRC/openSUSE:Factory/combustion (Old)
 and  /work/SRC/openSUSE:Factory/.combustion.new.1770 (New)


Package is "combustion"

Mon Sep 25 20:00:09 2023 rev:23 rq:859 version:1.2+git7

Changes:

--- /work/SRC/openSUSE:Factory/combustion/combustion.changes2023-09-13 
20:43:45.768371453 +0200
+++ /work/SRC/openSUSE:Factory/.combustion.new.1770/combustion.changes  
2023-09-25 20:00:32.984420646 +0200
@@ -1,0 +2,6 @@
+Fri Sep 15 12:29:49 UTC 2023 - Fabian Vogt 
+
+- Update to version 1.2+git7:
+  * Try the KIWI selfinstall .iso as fallback config source (jsc#PED-6587, 
jsc#SMO-271)
+
+---

Old:

  combustion-1.2+git6.obscpio

New:

  combustion-1.2+git7.obscpio



Other differences:
--
++ combustion.spec ++
--- /var/tmp/diff_new_pack.N2rAzd/_old  2023-09-25 20:00:34.204464632 +0200
+++ /var/tmp/diff_new_pack.N2rAzd/_new  2023-09-25 20:00:34.208464776 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   combustion
-Version:1.2+git6
+Version:1.2+git7
 Release:0
 Summary:System for initial configuration of appliances
 License:GPL-2.0-or-later

++ _servicedata ++
--- /var/tmp/diff_new_pack.N2rAzd/_old  2023-09-25 20:00:34.244466074 +0200
+++ /var/tmp/diff_new_pack.N2rAzd/_new  2023-09-25 20:00:34.248466218 +0200
@@ -1,6 +1,6 @@
 
 
 https://github.com/openSUSE/combustion.git
-  e82a8ffcd5cc343eb09c2dbfe923dc7cc7313f91
+  19feb8aa714261aa9a788e120da7612b8de47d12
 (No newline at EOF)
 

++ combustion-1.2+git6.obscpio -> combustion-1.2+git7.obscpio ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/combustion-1.2+git6/README.md 
new/combustion-1.2+git7/README.md
--- old/combustion-1.2+git6/README.md   2023-09-12 14:16:28.0 +0200
+++ new/combustion-1.2+git7/README.md   2023-09-15 14:19:57.0 +0200
@@ -22,7 +22,9 @@
 The configuration files are copied from a filesystem with the LABEL
 "combustion", but to be compatible and co-installable with ignition
 (https://github.com/coreos/ignition), the LABEL "ignition" is used as fallback.
-All-uppercase labels are accepted as well.
+All-uppercase labels are accepted as well. Alternatively, if a KIWI selfinstall
+.iso is used for deployment (LABEL "INSTALL"), this is used as a fallback.
+
 It expects a directory "combustion" at the root level of the filesystem and
 a file "script" inside, which is executed inside a transactional-update shell.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/combustion-1.2+git6/combustion 
new/combustion-1.2+git7/combustion
--- old/combustion-1.2+git6/combustion  2023-09-12 14:16:28.0 +0200
+++ new/combustion-1.2+git7/combustion  2023-09-15 14:19:57.0 +0200
@@ -24,7 +24,8 @@
fi
 
# Try disks next - both lower and upper case
-   for label in combustion COMBUSTION ignition IGNITION; do
+   # "INSTALL" is used as label for KIWI selfinstall .isos. Try those as 
fallback.
+   for label in combustion COMBUSTION ignition IGNITION install INSTALL; do
[ -d "${config_dir}" ] && break
[ -e "/dev/disk/by-label/${label}" ] || continue
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/combustion-1.2+git6/combustion.rules 
new/combustion-1.2+git7/combustion.rules
--- old/combustion-1.2+git6/combustion.rules2023-09-12 14:16:28.0 
+0200
+++ new/combustion-1.2+git7/combustion.rules2023-09-15 14:19:57.0 
+0200
@@ -10,6 +10,10 @@
 ACTION=="add", SUBSYSTEM=="block", ENV{ID_FS_LABEL}=="COMBUSTION", 
ENV{SYSTEMD_ALIAS}+="/dev/combustion/config"
 ACTION=="add", SUBSYSTEM=="block", ENV{ID_FS_LABEL}=="ignition", 
ENV{SYSTEMD_ALIAS}+="/dev/combustion/config"
 ACTION=="add", SUBSYSTEM=="block", ENV{ID_FS_LABEL}=="IGNITION", 
ENV{SYSTEMD_ALIAS}+="/dev/combustion/config"
+# These can be used as config source as well, but they cannot be used as 
providers for
+# /dev/combustion/config, as some other config source with higher priority 
might show up later.
+#ACTION=="add", SUBSYSTEM=="block", ENV{ID_FS_LABEL}=="install", 
ENV{SYSTEMD_ALIAS}+="/dev/combustion/config"
+#ACTION=="add", SUBSYSTEM=="block", ENV{ID_FS_LABEL}=="INSTALL", 
ENV{SYSTEMD_ALIAS}+="/dev/combustion/config"
 # QEMU fw_cfg blob with key opt/org.opensuse.combustion
 # There are add events for keys inside fw_cfg, but they are unreliable: 
https://github.com/systemd/systemd/

commit gpgme for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gpgme for openSUSE:Factory checked 
in at 2023-09-25 20:00:00

Comparing /work/SRC/openSUSE:Factory/gpgme (Old)
 and  /work/SRC/openSUSE:Factory/.gpgme.new.1770 (New)


Package is "gpgme"

Mon Sep 25 20:00:00 2023 rev:100 rq:1113289 version:1.22.0

Changes:

--- /work/SRC/openSUSE:Factory/gpgme/gpgme.changes  2023-08-23 
14:56:52.229910374 +0200
+++ /work/SRC/openSUSE:Factory/.gpgme.new.1770/gpgme.changes2023-09-25 
20:00:19.887948482 +0200
@@ -1,0 +2,14 @@
+Sat Sep 23 23:26:53 UTC 2023 - Christophe Marin 
+
+- Use GCC 12 for building the Qt6 library on Leap 15. The
+  default compiler is too old.
+- Use '%{without xxx}' rather than '!%{with xxx}' in spec file
+
+---
+Sat Sep 23 23:26:53 UTC 2023 - Christophe Marin 
+
+- Use GCC 12 for building the Qt6 library. The default compiler
+  is too old.
+- Use '%{without xxx}' rather than '!%{with xxx}' in spec file
+
+---



Other differences:
--
++ gpgme.spec ++
--- /var/tmp/diff_new_pack.eDDX5h/_old  2023-09-25 20:00:21.420003717 +0200
+++ /var/tmp/diff_new_pack.eDDX5h/_new  2023-09-25 20:00:21.424003861 +0200
@@ -70,6 +70,12 @@
 BuildRequires:  pkgconfig(Qt5Test)
 %endif
 %if %{with qt6}
+%if 0%{?suse_version} < 1550
+# The default compiler is too old for Qt6, use the newest
+# version available in the :Update repo
+BuildRequires:  gcc12-c++
+BuildRequires:  gcc12-PIE
+%endif
 BuildRequires:  pkgconfig(Qt6Core) >= 6.4.0
 BuildRequires:  pkgconfig(Qt6Test)
 %endif
@@ -254,6 +260,10 @@
 
 %if %{with qt6}
 languages="cpp qt6"
+%if 0%{?suse_version} < 1550
+# Qt6 needs full c++-17 support
+export CXX=g++-12 CC=gcc-12 CPP=cpp-12
+%endif
 %endif
 
 %configure \
@@ -290,12 +300,12 @@
 %ldconfig_scriptlets -n libqgpgmeqt6-15
 %endif
 
-%if !%{with qt} && !%{with qt6}
+%if %{without qt} && %{without qt6}
 %ldconfig_scriptlets -n libgpgme11
 %ldconfig_scriptlets -n libgpgmepp6
 %endif
 
-%if !%{with qt} && !%{with qt6}
+%if %{without qt} && %{without qt6}
 %files
 %license COPYING COPYING.LESSER LICENSES
 %doc AUTHORS ChangeLog ChangeLog-2011 README NEWS THANKS TODO VERSION


commit 000package-groups for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package 000package-groups for 
openSUSE:Factory checked in at 2023-09-25 20:00:05

Comparing /work/SRC/openSUSE:Factory/000package-groups (Old)
 and  /work/SRC/openSUSE:Factory/.000package-groups.new.1770 (New)


Package is "000package-groups"

Mon Sep 25 20:00:05 2023 rev:246 rq:1110586 version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  Aeon-release.spec.in
  Aeon.product.in



Other differences:
--
++ Aeon-release.spec.in ++
#
# spec file for package openSUSE-Aeon-release.spec
#
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


Name:   Aeon-release
Version:___VERSION___
Release:0
Summary:___SUMMARY___ ___BETA_VERSION___
License:GPL-2.0-or-later
Group:  System/Fhs
Source100:  weakremovers.inc
BuildRequires:  skelcd-openSUSE
# Make sure we are at SLES12 SP2 level
PreReq: glibc >= 2.19
# in rare cases, 'ln' is not found...
Requires(post): coreutils
Suggests:   branding-openSUSE
Suggests:   distribution-logos-openSUSE-Aeon
Suggests:   openSUSE-build-key
Suggests:   openSUSE-repos-Aeon
Conflicts:  distribution-release
Conflicts:  kernel < 4.4
Provides:   distribution-release
# Aeon is a SUSE Linux type distribution
Provides:   suse-release = %{version}-%{release}
Provides:   suse-release-oss = %{version}-%{release}
# Give zypp a hint that this product must be kept up-to-date using zypper dup, 
not up (boo#1061384)
Provides:   product-update() = dup
# With more than one product in the FTP tree, yast needs to know which products 
are installable
# The name is referenced by the control file as well
Provides:   system-installation() = Aeon
# bnc#826592
Provides:   weakremover(kernel-default) < 3.11
Provides:   weakremover(kernel-desktop) < 4.2
Provides:   weakremover(kernel-ec2) < 3.11
Provides:   weakremover(kernel-pae) < 3.11
Provides:   weakremover(kernel-vanilla) < 3.11
Provides:   weakremover(kernel-xen) < 3.11
# migrated from MANUAL_OBSOLETES/packages
Provides:   weakremover(boost-license1_56_0)
Provides:   weakremover(boost-license1_59_0)
Provides:   weakremover(gpg-pubkey-3d25d3d9-36e12d04)
Provides:   weakremover(lib++dfb-1_7-6)
Provides:   weakremover(libastro-qt5-1)
Provides:   weakremover(libboost_atomic1_59_0)
Provides:   weakremover(libboost_atomic1_60_0)
Provides:   weakremover(libboost_atomic1_62_0)
Provides:   weakremover(libboost_atomic1_63_0)
Provides:   weakremover(libboost_chrono1_59_0)
Provides:   weakremover(libboost_chrono1_60_0)
Provides:   weakremover(libboost_chrono1_62_0)
Provides:   weakremover(libboost_chrono1_63_0)
Provides:   weakremover(libboost_container1_59_0)
Provides:   weakremover(libboost_container1_60_0)
Provides:   weakremover(libboost_container1_62_0)
Provides:   weakremover(libboost_container1_63_0)
Provides:   weakremover(libboost_context1_59_0)
Provides:   weakremover(libboost_context1_60_0)
Provides:   weakremover(libboost_context1_62_0)
Provides:   weakremover(libboost_context1_63_0)
Provides:   weakremover(libboost_coroutine1_59_0)
Provides:   weakremover(libboost_coroutine1_60_0)
Provides:   weakremover(libboost_coroutine1_62_0)
Provides:   weakremover(libboost_coroutine1_63_0)
Provides:   weakremover(libboost_date_time1_59_0)
Provides:   weakremover(libboost_date_time1_60_0)
Provides:   weakremover(libboost_date_time1_62_0)
Provides:   weakremover(libboost_date_time1_63_0)
Provides:   weakremover(libboost_filesystem1_59_0)
Provides:   weakremover(libboost_filesystem1_60_0)
Provides:   weakremover(libboost_filesystem1_62_0)
Provides:   weakremover(libboost_filesystem1_63_0)
Provides:   weakremover(libboost_graph1_59_0)
Provides:   weakremover(libboost_graph1_60_0)
Provides:   weakremover(libboost_graph1_62_0)
Provides:   weakremover(libboost_graph1_63_0)
Provides:   weakremover(libboost_iostreams1_59_0)
Provides:   weakremover(

commit kio for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kio for openSUSE:Factory checked in 
at 2023-09-25 20:00:09

Comparing /work/SRC/openSUSE:Factory/kio (Old)
 and  /work/SRC/openSUSE:Factory/.kio.new.1770 (New)


Package is "kio"

Mon Sep 25 20:00:09 2023 rev:146 rq:1112067 version:5.110.0

Changes:

--- /work/SRC/openSUSE:Factory/kio/kio.changes  2023-09-11 21:23:50.408919702 
+0200
+++ /work/SRC/openSUSE:Factory/.kio.new.1770/kio.changes2023-09-25 
20:00:34.524476169 +0200
@@ -1,0 +2,6 @@
+Mon Sep 18 18:44:06 UTC 2023 - Christophe Marin 
+
+- Add upstream crash fix (kde#474451)
+  * 0001-Don-t-crash-if-KMountPoint-gives-nothing-back-while-.patch
+
+---

New:

  0001-Don-t-crash-if-KMountPoint-gives-nothing-back-while-.patch



Other differences:
--
++ kio.spec ++
--- /var/tmp/diff_new_pack.euSjcM/_old  2023-09-25 20:00:35.836523472 +0200
+++ /var/tmp/diff_new_pack.euSjcM/_new  2023-09-25 20:00:35.836523472 +0200
@@ -35,6 +35,8 @@
 %endif
 # PATCH-FIX-OPENSUSE kio_help-fallback-to-kde4-docs.patch -- allow kio_help to 
see into kde4 documentation, needed especially for khelpcenter5
 Patch0: kio_help-fallback-to-kde4-docs.patch
+# PATCH-FIX-UPSTREAM
+Patch1: 0001-Don-t-crash-if-KMountPoint-gives-nothing-back-while-.patch
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 # gcc7 is too old for std::transform_reduce

++ 0001-Don-t-crash-if-KMountPoint-gives-nothing-back-while-.patch ++
>From 48322f44323a1fc09305d66d9093fe6c3780709e Mon Sep 17 00:00:00 2001
From: Kevin Ottens 
Date: Fri, 15 Sep 2023 09:45:58 +0200
Subject: [PATCH] Don't crash if KMountPoint gives nothing back while checking
 for CIFS

BUG: 474451
---
 src/ioslaves/file/file_unix.cpp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/ioslaves/file/file_unix.cpp b/src/ioslaves/file/file_unix.cpp
index 87c47e7e7..c0bc64354 100644
--- a/src/ioslaves/file/file_unix.cpp
+++ b/src/ioslaves/file/file_unix.cpp
@@ -328,6 +328,9 @@ inline static time_t stat_mtime(const QT_STATBUF &buf)
 static bool isOnCifsMount(const QString &filePath)
 {
 const auto mount = KMountPoint::currentMountPoints().findByPath(filePath);
+if (!mount) {
+return false;
+}
 return mount->mountType() == QStringLiteral("cifs") || mount->mountType() 
== QStringLiteral("smb3");
 }
 
-- 
2.42.0


commit rust1.72 for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rust1.72 for openSUSE:Factory 
checked in at 2023-09-25 20:00:10

Comparing /work/SRC/openSUSE:Factory/rust1.72 (Old)
 and  /work/SRC/openSUSE:Factory/.rust1.72.new.1770 (New)


Package is "rust1.72"

Mon Sep 25 20:00:10 2023 rev:2 rq:1112655 version:1.72.1

Changes:

--- /work/SRC/openSUSE:Factory/rust1.72/rust1.72.changes2023-08-30 
10:20:09.083437120 +0200
+++ /work/SRC/openSUSE:Factory/.rust1.72.new.1770/rust1.72.changes  
2023-09-25 20:00:57.349299067 +0200
@@ -1,0 +2,13 @@
+Thu Sep 21 00:12:05 UTC 2023 - William Brown 
+
+Version 1.72.1 (2023-09-19)
+===
+
+- [Adjust codegen change to improve LLVM 
codegen](https://github.com/rust-lang/rust/pull/115236)
+- [rustdoc: Fix self ty params in objects with 
lifetimes](https://github.com/rust-lang/rust/pull/115276)
+- [Fix regression in compile 
times](https://github.com/rust-lang/rust/pull/114948)
+- Resolve some ICE regressions in the compiler:
+  - [#115215](https://github.com/rust-lang/rust/pull/115215)
+  - [#115559](https://github.com/rust-lang/rust/pull/115559)
+
+---

Old:

  rust-1.72.0-aarch64-unknown-linux-gnu.tar.xz
  rust-1.72.0-aarch64-unknown-linux-gnu.tar.xz.asc
  rust-1.72.0-arm-unknown-linux-gnueabihf.tar.xz
  rust-1.72.0-arm-unknown-linux-gnueabihf.tar.xz.asc
  rust-1.72.0-armv7-unknown-linux-gnueabihf.tar.xz
  rust-1.72.0-armv7-unknown-linux-gnueabihf.tar.xz.asc
  rust-1.72.0-i686-unknown-linux-gnu.tar.xz
  rust-1.72.0-i686-unknown-linux-gnu.tar.xz.asc
  rust-1.72.0-powerpc-unknown-linux-gnu.tar.xz
  rust-1.72.0-powerpc-unknown-linux-gnu.tar.xz.asc
  rust-1.72.0-powerpc64-unknown-linux-gnu.tar.xz
  rust-1.72.0-powerpc64-unknown-linux-gnu.tar.xz.asc
  rust-1.72.0-powerpc64le-unknown-linux-gnu.tar.xz
  rust-1.72.0-powerpc64le-unknown-linux-gnu.tar.xz.asc
  rust-1.72.0-riscv64gc-unknown-linux-gnu.tar.xz
  rust-1.72.0-riscv64gc-unknown-linux-gnu.tar.xz.asc
  rust-1.72.0-s390x-unknown-linux-gnu.tar.xz
  rust-1.72.0-s390x-unknown-linux-gnu.tar.xz.asc
  rust-1.72.0-x86_64-unknown-linux-gnu.tar.xz
  rust-1.72.0-x86_64-unknown-linux-gnu.tar.xz.asc
  rustc-1.72.0-src.tar.xz

New:

  rust-1.72.1-aarch64-unknown-linux-gnu.tar.xz
  rust-1.72.1-aarch64-unknown-linux-gnu.tar.xz.asc
  rust-1.72.1-arm-unknown-linux-gnueabihf.tar.xz
  rust-1.72.1-arm-unknown-linux-gnueabihf.tar.xz.asc
  rust-1.72.1-armv7-unknown-linux-gnueabihf.tar.xz
  rust-1.72.1-armv7-unknown-linux-gnueabihf.tar.xz.asc
  rust-1.72.1-i686-unknown-linux-gnu.tar.xz
  rust-1.72.1-i686-unknown-linux-gnu.tar.xz.asc
  rust-1.72.1-powerpc-unknown-linux-gnu.tar.xz
  rust-1.72.1-powerpc-unknown-linux-gnu.tar.xz.asc
  rust-1.72.1-powerpc64-unknown-linux-gnu.tar.xz
  rust-1.72.1-powerpc64-unknown-linux-gnu.tar.xz.asc
  rust-1.72.1-powerpc64le-unknown-linux-gnu.tar.xz
  rust-1.72.1-powerpc64le-unknown-linux-gnu.tar.xz.asc
  rust-1.72.1-riscv64gc-unknown-linux-gnu.tar.xz
  rust-1.72.1-riscv64gc-unknown-linux-gnu.tar.xz.asc
  rust-1.72.1-s390x-unknown-linux-gnu.tar.xz
  rust-1.72.1-s390x-unknown-linux-gnu.tar.xz.asc
  rust-1.72.1-x86_64-unknown-linux-gnu.tar.xz
  rust-1.72.1-x86_64-unknown-linux-gnu.tar.xz.asc
  rustc-1.72.1-src.tar.xz



Other differences:
--
++ rust1.72.spec ++
--- /var/tmp/diff_new_pack.obVXqP/_old  2023-09-25 20:01:15.605957271 +0200
+++ /var/tmp/diff_new_pack.obVXqP/_new  2023-09-25 20:01:15.605957271 +0200
@@ -18,7 +18,7 @@
 
 
 %global version_suffix 1.72
-%global version_current 1.72.0
+%global version_current 1.72.1
 %global version_previous 1.71.1
 # This has to be kept lock step to the rust version.
 %global llvm_version 16

++ rust-1.72.0-aarch64-unknown-linux-gnu.tar.xz -> 
rust-1.72.1-aarch64-unknown-linux-gnu.tar.xz ++
/work/SRC/openSUSE:Factory/rust1.72/rust-1.72.0-aarch64-unknown-linux-gnu.tar.xz
 
/work/SRC/openSUSE:Factory/.rust1.72.new.1770/rust-1.72.1-aarch64-unknown-linux-gnu.tar.xz
 differ: char 27, line 1

++ rust-1.72.0-arm-unknown-linux-gnueabihf.tar.xz -> 
rust-1.72.1-arm-unknown-linux-gnueabihf.tar.xz ++
/work/SRC/openSUSE:Factory/rust1.72/rust-1.72.0-arm-unknown-linux-gnueabihf.tar.xz
 
/work/SRC/openSUSE:Factory/.rust1.72.new.1770/rust-1.72.1-arm-unknown-linux-gnueabihf.tar.xz
 differ: char 26, line 1

++ rust-1.72.0-armv7-unknown-linux-gnueabihf.tar.xz -> 
rust-1.72.1-armv7-unknown-linux-gnueabihf.tar.xz ++
/work/SRC/openSUSE:Factory/rust1.72/rust-1.72.0-armv7-unknown-linux-gnueabihf.tar.xz
 
/work/SRC/openSUSE:Factory/.rust1.72.new.1770/rust-1.72.1-armv7-unknown-linux-gnueabihf.tar.xz
 differ: char 27, line 1

++ rust-1.72.0-i686-unknown-linux-gnu.tar.xz -> 
rust-1.72.1-i686

commit python311 for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python311 for openSUSE:Factory 
checked in at 2023-09-25 20:00:36

Comparing /work/SRC/openSUSE:Factory/python311 (Old)
 and  /work/SRC/openSUSE:Factory/.python311.new.1770 (New)


Package is "python311"

Mon Sep 25 20:00:36 2023 rev:24 rq:1113067 version:3.11.5

Changes:

--- /work/SRC/openSUSE:Factory/python311/python311.changes  2023-09-08 
21:15:53.895236602 +0200
+++ /work/SRC/openSUSE:Factory/.python311.new.1770/python311.changes
2023-09-25 20:01:16.365984673 +0200
@@ -53 +53,2 @@
-  characters without truncating the path.
+  characters without truncating the path (bsc#1214693,
+  CVE-2023-41105).



Other differences:
--


commit java-11-openjdk for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package java-11-openjdk for openSUSE:Factory 
checked in at 2023-09-25 20:00:48

Comparing /work/SRC/openSUSE:Factory/java-11-openjdk (Old)
 and  /work/SRC/openSUSE:Factory/.java-11-openjdk.new.1770 (New)


Package is "java-11-openjdk"

Mon Sep 25 20:00:48 2023 rev:66 rq:1112713 version:11.0.20.1

Changes:

--- /work/SRC/openSUSE:Factory/java-11-openjdk/java-11-openjdk.changes  
2023-08-28 17:10:54.675377296 +0200
+++ 
/work/SRC/openSUSE:Factory/.java-11-openjdk.new.1770/java-11-openjdk.changes
2023-09-25 20:01:20.646138985 +0200
@@ -1,0 +2,8 @@
+Thu Sep 14 07:58:44 UTC 2023 - Fridrich Strba 
+
+- Added patch:
+  * reproducible-properties.patch
++ use SOURCE_DATE_EPOCH for timestamp in the generated
+  properties files
+
+---

New:

  reproducible-properties.patch



Other differences:
--
++ java-11-openjdk.spec ++
--- /var/tmp/diff_new_pack.e2LwqQ/_old  2023-09-25 20:01:25.178302382 +0200
+++ /var/tmp/diff_new_pack.e2LwqQ/_new  2023-09-25 20:01:25.178302382 +0200
@@ -210,7 +210,8 @@
 Patch12:adlc-parser.patch
 # Fix: implicit-pointer-decl
 Patch13:implicit-pointer-decl.patch
-#
+# Use SOURCE_DATE_EPOCH in timestamp when writing properties
+Patch14:reproducible-properties.patch
 Patch15:system-pcsclite.patch
 Patch16:missing-return.patch
 Patch17:nss-security-provider.patch
@@ -490,6 +491,7 @@
 %patch10 -p1
 %patch12 -p1
 %patch13 -p1
+%patch14 -p1
 
 %if %{with_system_pcsc}
 %patch15 -p1

++ reproducible-properties.patch ++
--- a/src/java.base/share/classes/java/util/Properties.java
+++ b/src/java.base/share/classes/java/util/Properties.java
@@ -929,7 +929,11 @@ class Properties extends Hashtable {
 if (comments != null) {
 writeComments(bw, comments);
 }
-bw.write("#" + new Date().toString());
+Date now = new Date();
+if (System.getenv("SOURCE_DATE_EPOCH") != null) {
+now = new Date(1000 * 
Long.parseLong(System.getenv("SOURCE_DATE_EPOCH")));
+}
+bw.write("#" + now.toString());
 bw.newLine();
 synchronized (this) {
 for (Map.Entry e : entrySet()) {


commit java-17-openjdk for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package java-17-openjdk for openSUSE:Factory 
checked in at 2023-09-25 20:00:52

Comparing /work/SRC/openSUSE:Factory/java-17-openjdk (Old)
 and  /work/SRC/openSUSE:Factory/.java-17-openjdk.new.1770 (New)


Package is "java-17-openjdk"

Mon Sep 25 20:00:52 2023 rev:27 rq:1112714 version:17.0.8.1

Changes:

--- /work/SRC/openSUSE:Factory/java-17-openjdk/java-17-openjdk.changes  
2023-08-28 17:11:19.580271668 +0200
+++ 
/work/SRC/openSUSE:Factory/.java-17-openjdk.new.1770/java-17-openjdk.changes
2023-09-25 20:01:25.490313632 +0200
@@ -1,0 +2,8 @@
+Thu Sep 14 07:58:44 UTC 2023 - Fridrich Strba 
+
+- Added patch:
+  * reproducible-properties.patch
++ use SOURCE_DATE_EPOCH for timestamp in the generated
+  properties files
+
+---

New:

  reproducible-properties.patch



Other differences:
--
++ java-17-openjdk.spec ++
--- /var/tmp/diff_new_pack.3HgSSU/_old  2023-09-25 20:01:28.850434773 +0200
+++ /var/tmp/diff_new_pack.3HgSSU/_new  2023-09-25 20:01:28.854434918 +0200
@@ -165,6 +165,8 @@
 Patch12:adlc-parser.patch
 # Fix: implicit-pointer-decl
 Patch13:implicit-pointer-decl.patch
+# Use SOURCE_DATE_EPOCH in timestamp when writing properties
+Patch14:reproducible-properties.patch
 Patch15:system-pcsclite.patch
 Patch16:fips.patch
 Patch17:nss-security-provider.patch
@@ -406,6 +408,7 @@
 %patch10 -p1
 %patch12 -p1
 %patch13 -p1
+%patch14 -p1
 
 %if %{with_system_pcsc}
 %patch15 -p1

++ reproducible-properties.patch ++
--- a/src/java.base/share/classes/java/util/Properties.java
+++ b/src/java.base/share/classes/java/util/Properties.java
@@ -903,7 +903,11 @@ public class Properties extends Hashtable {
 if (comments != null) {
 writeComments(bw, comments);
 }
-bw.write("#" + new Date().toString());
+Date now = new Date();
+if (System.getenv("SOURCE_DATE_EPOCH") != null) {
+now = new Date(1000 * 
Long.parseLong(System.getenv("SOURCE_DATE_EPOCH")));
+}
+bw.write("#" + now.toString());
 bw.newLine();
 synchronized (this) {
 for (Map.Entry e : entrySet()) {


commit highway for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package highway for openSUSE:Factory checked 
in at 2023-09-25 20:00:55

Comparing /work/SRC/openSUSE:Factory/highway (Old)
 and  /work/SRC/openSUSE:Factory/.highway.new.1770 (New)


Package is "highway"

Mon Sep 25 20:00:55 2023 rev:14 rq:1112912 version:1.0.7

Changes:

--- /work/SRC/openSUSE:Factory/highway/highway.changes  2023-07-25 
11:25:45.988566509 +0200
+++ /work/SRC/openSUSE:Factory/.highway.new.1770/highway.changes
2023-09-25 20:01:30.774504141 +0200
@@ -1,0 +2,18 @@
+Fri Sep 22 01:30:49 UTC 2023 - Jan Engelhardt 
+
+- Update to release 1.0.7
+  * Add LoadNOr, GatherIndexN, ScatterIndexN
+  * Add additional float<->int conversions
+  * Codegen improvements for 8-bit shift, PPC Compress/Expand
+
+---
+Fri Aug 11 15:57:12 UTC 2023 - Jan Engelhardt 
+
+- Update to release 1.0.6
+  * Add MaskedGatherIndex, MaskedScatterIndex, LoadN, StoreN,
+SatWidenMulPairwiseAdd, SumOfMulQuadAccumulate,
+PromoteUpperLowerTo.
+  * Add F64 for Wasm, F64 AbsDiff
+  * Validate all D args in x86 function signatures
+
+---

Old:

  1.0.5.tar.gz

New:

  1.0.7.tar.gz



Other differences:
--
++ highway.spec ++
--- /var/tmp/diff_new_pack.eBkvJk/_old  2023-09-25 20:01:31.918545386 +0200
+++ /var/tmp/diff_new_pack.eBkvJk/_new  2023-09-25 20:01:31.922545531 +0200
@@ -19,10 +19,10 @@
 %define lname libhwy1
 
 Name:   highway
-Version:1.0.5
+Version:1.0.7
 Release:0
 Summary:C++ library providing SIMD/vector intrinsics
-License:Apache-2.0
+License:Apache-2.0 OR BSD-3-Clause
 Group:  Development/Libraries/C and C++
 URL:https://github.com/google/highway
 Source: 
https://github.com/google/highway/archive/refs/tags/%version.tar.gz

++ 1.0.5.tar.gz -> 1.0.7.tar.gz ++
 27530 lines of diff (skipped)


commit kcalutils for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kcalutils for openSUSE:Factory 
checked in at 2023-09-25 20:00:57

Comparing /work/SRC/openSUSE:Factory/kcalutils (Old)
 and  /work/SRC/openSUSE:Factory/.kcalutils.new.1770 (New)


Package is "kcalutils"

Mon Sep 25 20:00:57 2023 rev:101 rq:1112947 version:23.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kcalutils/kcalutils.changes  2023-09-15 
22:02:28.962715675 +0200
+++ /work/SRC/openSUSE:Factory/.kcalutils.new.1770/kcalutils.changes
2023-09-25 20:01:33.610606391 +0200
@@ -1,0 +2,5 @@
+Fri Sep 22 07:09:16 UTC 2023 - Christophe Marin 
+
+- Fix runtime dependencies (boo#1215517)
+
+---



Other differences:
--
++ kcalutils.spec ++
--- /var/tmp/diff_new_pack.OrXYX8/_old  2023-09-25 20:01:34.746647348 +0200
+++ /var/tmp/diff_new_pack.OrXYX8/_new  2023-09-25 20:01:34.746647348 +0200
@@ -51,7 +51,7 @@
 
 %package -n libKPim5CalendarUtils5
 Summary:Library with utility functions for handling calendar data
-%requires_eqkcalutils
+Requires:   kcalutils = %{version}
 
 %description  -n libKPim5CalendarUtils5
 This library provides a set of utility functions that help


commit grantleetheme for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package grantleetheme for openSUSE:Factory 
checked in at 2023-09-25 20:00:56

Comparing /work/SRC/openSUSE:Factory/grantleetheme (Old)
 and  /work/SRC/openSUSE:Factory/.grantleetheme.new.1770 (New)


Package is "grantleetheme"

Mon Sep 25 20:00:56 2023 rev:92 rq:1112942 version:23.08.1

Changes:

--- /work/SRC/openSUSE:Factory/grantleetheme/grantleetheme.changes  
2023-09-15 22:02:09.730028021 +0200
+++ /work/SRC/openSUSE:Factory/.grantleetheme.new.1770/grantleetheme.changes
2023-09-25 20:01:32.258557645 +0200
@@ -1,0 +2,5 @@
+Fri Sep 22 06:52:02 UTC 2023 - Christophe Marin 
+
+- Fix runtime dependencies (boo#1212455, boo#1215517)
+
+---



Other differences:
--
++ grantleetheme.spec ++
--- /var/tmp/diff_new_pack.tjpgvf/_old  2023-09-25 20:01:33.454600765 +0200
+++ /var/tmp/diff_new_pack.tjpgvf/_new  2023-09-25 20:01:33.454600765 +0200
@@ -50,9 +50,7 @@
 %package -n libKPim5GrantleeTheme5
 Summary:GrantleeTheme library for KDE PIM applications
 License:LGPL-2.1-or-later
-%if %{with released}
-%requires_eqgrantleetheme
-%endif
+Requires:   grantleetheme = %{version}
 
 %description -n libKPim5GrantleeTheme5
 The GrantleeTheme library


commit jaxen for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package jaxen for openSUSE:Factory checked 
in at 2023-09-25 20:00:54

Comparing /work/SRC/openSUSE:Factory/jaxen (Old)
 and  /work/SRC/openSUSE:Factory/.jaxen.new.1770 (New)


Package is "jaxen"

Mon Sep 25 20:00:54 2023 rev:2 rq:1112907 version:2.0.0

Changes:

--- /work/SRC/openSUSE:Factory/jaxen/jaxen.changes  2023-08-30 
10:21:56.075256033 +0200
+++ /work/SRC/openSUSE:Factory/.jaxen.new.1770/jaxen.changes2023-09-25 
20:01:29.266449771 +0200
@@ -1,0 +2,20 @@
+Fri Sep 22 00:52:28 UTC 2023 - Fridrich Strba 
+
+- Upgrade to version 2.0.0
+  * Changes:
++ Despite the major version bump, this should be a drop in
+  replacement for almost every project, The two major possible
+  incompatibilities are:
+  ° The minimum supported Java version is now 1.5, up from 1.4
+in 1.2.0 and 1.3 in 1.1.6.
+  ° dom4j, XOM, and JDOM are now optional dependencies so if a
+project was depending on them to be loaded transitively it
+will need to add explicit dependencies to build.
++ On the plus side, this makes classpaths much smaller and less
+  complex, and will shut up a lot of noise from static analysis
+  tools.
++ In addition the Jaxen core code is also a little smaller and
+  has fixed a few minor bugs in XPath evaluation, mostly weird
+  cases found by fuzzing that are unlikely to arise in practice.
+
+---

Old:

  jaxen-1.2.0.tar.gz

New:

  jaxen-2.0.0.tar.gz



Other differences:
--
++ jaxen.spec ++
--- /var/tmp/diff_new_pack.NjlrGY/_old  2023-09-25 20:01:30.398490585 +0200
+++ /var/tmp/diff_new_pack.NjlrGY/_new  2023-09-25 20:01:30.398490585 +0200
@@ -23,8 +23,7 @@
 %else
 %bcond_with bootstrap
 %endif
-%bcond_without dom4j
-Version:1.2.0
+Version:2.0.0
 Release:0
 Summary:An XPath engine written in Java
 License:BSD-3-Clause
@@ -34,8 +33,6 @@
 BuildRequires:  ant
 BuildRequires:  javapackages-local >= 6
 BuildRequires:  jdom
-BuildRequires:  xerces-j2
-BuildRequires:  xml-apis
 BuildArch:  noarch
 %if %{with bootstrap}
 Name:   %{base_name}-bootstrap
@@ -79,46 +76,48 @@
 
 %prep
 %setup -q -n %{base_name}-%{version}
-cp %{SOURCE1} build.xml
+cp %{SOURCE1} core/build.xml
 
 %if %{with bootstrap}
-rm -rf src/java/main/org/jaxen/dom4j
-%pom_remove_dep dom4j:dom4j
+rm -rf core/src/java/main/org/jaxen/dom4j
+%pom_remove_dep -r dom4j:dom4j
 
-rm -rf src/java/main/org/jaxen/xom
-%pom_remove_dep xom:xom
+rm -rf core/src/java/main/org/jaxen/xom
+%pom_remove_dep -r xom:xom
 %endif
 
 %build
-mkdir -p lib
-build-jar-repository -s lib xml-apis xerces-j2 jdom
+mkdir -p core/lib
+build-jar-repository -s core/lib jdom
 %if %{without bootstrap}
-build-jar-repository -s lib dom4j xom
+build-jar-repository -s core/lib dom4j xom
 %endif
+pushd core
 %{ant} jar
 %if %{without bootstrap}
 %{ant} javadoc
 %endif
+popd
 
 %install
 # jar
 install -dm 0755 %{buildroot}%{_javadir}
-install -pm 0644 target/%{base_name}-%{version}.jar 
%{buildroot}%{_javadir}/%{base_name}.jar
+install -pm 0644 core/target/%{base_name}-%{version}.jar 
%{buildroot}%{_javadir}/%{base_name}.jar
 
 %if %{without bootstrap}
 # pom
 install -dm 0755 %{buildroot}%{_mavenpomdir}
-%{mvn_install_pom} pom.xml %{buildroot}%{_mavenpomdir}/%{base_name}.pom
+%{mvn_install_pom} core/pom.xml %{buildroot}%{_mavenpomdir}/%{base_name}.pom
 %add_maven_depmap %{base_name}.pom %{base_name}.jar
 
 # demo
 install -d -m 755 %{buildroot}%{_datadir}/%{base_name}/samples
-cp -pr src/java/samples/* %{buildroot}%{_datadir}/%{base_name}/samples
+cp -pr core/src/java/samples/* %{buildroot}%{_datadir}/%{base_name}/samples
 %fdupes -s %{buildroot}%{_datadir}/%{base_name}
 
 # javadoc
 install -dm 0755 %{buildroot}%{_javadocdir}/%{base_name}
-cp -r target/site/apidocs %{buildroot}%{_javadocdir}/%{base_name}
+cp -r core/target/site/apidocs %{buildroot}%{_javadocdir}/%{base_name}
 %fdupes -s %{buildroot}%{_javadocdir}/%{base_name}
 
 %files -f .mfiles

++ jaxen-1.2.0.tar.gz -> jaxen-2.0.0.tar.gz ++
 135210 lines of diff (skipped)

++ jaxen-build.xml ++
--- /var/tmp/diff_new_pack.NjlrGY/_old  2023-09-25 20:01:30.638499237 +0200
+++ /var/tmp/diff_new_pack.NjlrGY/_new  2023-09-25 20:01:30.642499382 +0200
@@ -8,9 +8,10 @@
 
   
   
-  
+  
 
-  
+  
+  
   
 
   
@@ -18,15 +19,8 @@
   
   
   
-  
-  
-  
-  
-  
 
-  
-  
-  
+  
 
   
   
@@ -56,8 +50,10 @@
 
   
-   
-   http://www.cafeconleche.org/jaxen"/>
-   https://raw.githubusercontent.com/jaxen-xpath/jaxen/master/LICENSE.txt"/>
-

commit icingaweb2-module-director for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package icingaweb2-module-director for 
openSUSE:Factory checked in at 2023-09-25 20:00:58

Comparing /work/SRC/openSUSE:Factory/icingaweb2-module-director (Old)
 and  /work/SRC/openSUSE:Factory/.icingaweb2-module-director.new.1770 (New)


Package is "icingaweb2-module-director"

Mon Sep 25 20:00:58 2023 rev:20 rq:1112879 version:1.10.2

Changes:

--- 
/work/SRC/openSUSE:Factory/icingaweb2-module-director/icingaweb2-module-director.changes
2022-11-03 19:59:38.480067752 +0100
+++ 
/work/SRC/openSUSE:Factory/.icingaweb2-module-director.new.1770/icingaweb2-module-director.changes
  2023-09-25 20:01:34.898652827 +0200
@@ -1,0 +2,5 @@
+Thu Sep 21 12:36:31 UTC 2023 - ecsos 
+
+- Fix build error in Tumbleweed which are not aarch64.
+
+---



Other differences:
--
++ icingaweb2-module-director.spec ++
--- /var/tmp/diff_new_pack.uWQGiS/_old  2023-09-25 20:01:35.998692487 +0200
+++ /var/tmp/diff_new_pack.uWQGiS/_new  2023-09-25 20:01:35.998692487 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package icingaweb2-module-director
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -30,6 +30,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 BuildRequires:  systemd-rpm-macros
+Requires(pre):  pwdutils
 Requires:   icinga2 >= 2.8.0
 Requires:   icingaweb2 >= 2.8.0
 Requires:   icingaweb2-module-incubator >= 0.18.0
@@ -77,8 +78,8 @@
 
 %pre
 %service_add_pre %{name}.service
-/usr/bin/getent group %{icingawebgroup} >/dev/null || /usr/sbin/groupadd -r 
%{icingawebgroup}
-/usr/bin/getent passwd icingadirector >/dev/null || /usr/sbin/useradd -c 
"Icinga2 director" -s /sbin/nologin -r -d %{_localstatedir}/lib/%{name} -g 
%{icingawebgroup} icingadirector
+/usr/bin/getent group %{icingawebgroup} >/dev/null || /usr/sbin/groupadd -r 
%{icingawebgroup} ||:
+/usr/bin/getent passwd icingadirector >/dev/null || /usr/sbin/useradd -c 
"Icinga2 director" -s /sbin/nologin -r -d %{_localstatedir}/lib/%{name} -g 
%{icingawebgroup} icingadirector || :
 
 %preun
 %service_del_preun %{name}.service


commit chromium for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package chromium for openSUSE:Factory 
checked in at 2023-09-25 20:01:00

Comparing /work/SRC/openSUSE:Factory/chromium (Old)
 and  /work/SRC/openSUSE:Factory/.chromium.new.1770 (New)


Package is "chromium"

Mon Sep 25 20:01:00 2023 rev:399 rq:1112940 version:117.0.5938.92

Changes:

--- /work/SRC/openSUSE:Factory/chromium/chromium.changes2023-09-21 
22:19:47.153761753 +0200
+++ /work/SRC/openSUSE:Factory/.chromium.new.1770/chromium.changes  
2023-09-25 20:02:42.881103782 +0200
@@ -1,0 +2,6 @@
+Fri Sep 22 06:27:24 UTC 2023 - Andreas Stieger 
+
+- Chromium 117.0.5938.92:
+  * stability improvements
+
+---

Old:

  chromium-117.0.5938.88.tar.xz

New:

  chromium-117.0.5938.92.tar.xz



Other differences:
--
++ chromium.spec ++
--- /var/tmp/diff_new_pack.4E2rYG/_old  2023-09-25 20:03:07.425988692 +0200
+++ /var/tmp/diff_new_pack.4E2rYG/_new  2023-09-25 20:03:07.429988836 +0200
@@ -85,7 +85,7 @@
 %define n_suffix %{nil}
 %endif
 Name:   chromium%{n_suffix}
-Version:117.0.5938.88
+Version:117.0.5938.92
 Release:0
 Summary:Google's open source browser project
 License:BSD-3-Clause AND LGPL-2.1-or-later

++ chromium-117.0.5938.88.tar.xz -> chromium-117.0.5938.92.tar.xz ++
/work/SRC/openSUSE:Factory/chromium/chromium-117.0.5938.88.tar.xz 
/work/SRC/openSUSE:Factory/.chromium.new.1770/chromium-117.0.5938.92.tar.xz 
differ: char 15, line 1


commit maven-plugin-tools for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package maven-plugin-tools for 
openSUSE:Factory checked in at 2023-09-25 20:01:58

Comparing /work/SRC/openSUSE:Factory/maven-plugin-tools (Old)
 and  /work/SRC/openSUSE:Factory/.maven-plugin-tools.new.1770 (New)


Package is "maven-plugin-tools"

Mon Sep 25 20:01:58 2023 rev:10 rq:1113344 version:3.9.0

Changes:

--- 
/work/SRC/openSUSE:Factory/maven-plugin-tools/maven-plugin-plugin-bootstrap.changes
 2023-09-04 22:52:56.566411321 +0200
+++ 
/work/SRC/openSUSE:Factory/.maven-plugin-tools.new.1770/maven-plugin-plugin-bootstrap.changes
   2023-09-25 20:03:08.282019555 +0200
@@ -1,0 +2,185 @@
+Fri Sep 22 15:32:33 UTC 2023 - Fridrich Strba 
+
+- Upgrade to upstream version 3.9.0
+- Changes of version 3.9.0
+  * Bug
++ MPLUGIN-470: *-mojo.xml (in PluginXdocGenerator) is
+  overwritten when multiple locales are defined
++ MPLUGIN-471: Generated table by PluginXdocGenerator does not
+  contain default attributes
+  * Improvement
++ MPLUGIN-469: Omit empty line in generated help goal output if
+  plugin description is empty
++ MPLUGIN-472: Use Plexus I18N rather than fiddling with
+  * Task
++ MPLUGIN-467: Remove reporting from maven-plugin-plugin: create
+  maven-plugin-report-plugin
+  * Dependency upgrade
++ MPLUGIN-468: Upgrade plugins and components (in ITs)
+- Changes of version 3.8.2
+  * Improvement
++ MPLUGIN-457: Use Resolver API, get rid of localRepository
+  * Dependency upgrade
++ MPLUGIN-458: Bump httpcore from 4.4.15 to 4.4.16
++ MPLUGIN-459: Bump httpclient from 4.5.13 to 4.5.14
++ MPLUGIN-460: Bump antVersion from 1.10.12 to 1.10.13
++ MPLUGIN-461: Bump slf4jVersion from 1.7.5 to 1.7.36
++ MPLUGIN-462: Bump plexus-java from 1.1.1 to 1.1.2
++ MPLUGIN-463: Bump plexus-archiver from 4.6.1 to 4.6.3
++ MPLUGIN-464: Bump jsoup from 1.15.3 to 1.15.4
++ MPLUGIN-465: Bump asmVersion from 9.4 to 9.5
++ MPLUGIN-466: Bump assertj-core from 3.23.1 to 3.24.2
+- Changes of version 3.8.1
+  * Bug
++ MPLUGIN-443: Javadoc reference containing a link label with
+  spaces are not detected
++ MPLUGIN-444: JavadocLinkGenerator.createLink: Support nested
+  binary class names
++ MPLUGIN-446: ERROR during build of m-plugin-report-p and
+  m-plugin-p: Dependencies in wrong scope
++ MPLUGIN-448: "Executes as an aggregator plugin" documentation:
+  s/plugin/goal/
++ MPLUGIN-452: Maven scope warning should be logged at WARN
+  level
++ MPLUGIN-453: Fix Temporary File Information Disclosure
+  Vulnerability
+  * New Feature
++ MPLUGIN-441: Support mojos using the new maven v4 api
+  * Improvement
++ MPLUGIN-425: Plugin descriptor should contain the
+  requiredJavaVersion/requiredMavenVersion
++ MPLUGIN-439: Execute annotation only supports standard
+  lifecycle phases due to use of enum
++ MPLUGIN-440: Clarify deprecation of all extractors but the
+  maven-plugin-tools-annotations
+  * Dependency upgrade
++ MPLUGIN-447: Update to Maven Parent POM 39
++ MPLUGIN-454: Bump junit-bom from 5.9.1 to 5.9.2
++ MPLUGIN-455: Bump plexus-archiver from 4.5.0 to 4.6.1
+- Changes of version 3.7.1
+  * Bug
++ MPLUGIN-452: Maven scope warning should be logged at WARN
+  level
+- Changes of version 3.7.0
+  * Bug
++ MPLUGIN-298: The plugin descriptor generated by
+  plugin:descriptor does not consider @ see javadoc taglets
++ MPLUGIN-394: Report-Mojo doesn't respect input encoding
++ MPLUGIN-403: Generating site reports for plugin results in
+  NoSuchMethodError
++ MPLUGIN-404: JDK Requirements in plugin-info.html: Consider
+  property "maven.compiler.release"
++ MPLUGIN-420: Parameters documentation inheriting @ since from
+  Mojo can be confusing
++ MPLUGIN-428: Don't emit warning for missing javadoc URL of
+  primitives
++ MPLUGIN-429: Don't emit warning for missing javadoc URI if no
+  javadoc sources are configured
++ MPLUGIN-438: Parameter description should be taken from
+  annotated item
+  * New Feature
++ MPLUGIN-9: Add link to javadoc in configuration description
+  page for user defined types of Mojos.
++ MPLUGIN-396: Allow only @ Deprecated annotation without @
+  deprecated javadoc tag
++ MPLUGIN-400: add system requirements history section
++ MPLUGIN-402: report: allow to generate usage section in
+  plugin-info.html with true
++ MPLUGIN-419: Allow @ Parameter on setters methods
++ MPLUGIN-423: Extract plugin report into its own plugin
++ MPLUGIN-427: report: Expose generics information of Collection
+  and Map types
+  * Improvement
++ MPLUGIN-297: plugin-info.html should contain a better Usage
+

commit crash for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package crash for openSUSE:Factory checked 
in at 2023-09-25 20:01:59

Comparing /work/SRC/openSUSE:Factory/crash (Old)
 and  /work/SRC/openSUSE:Factory/.crash.new.1770 (New)


Package is "crash"

Mon Sep 25 20:01:59 2023 rev:190 rq:1113049 version:8.0.3

Changes:

--- /work/SRC/openSUSE:Factory/crash/crash.changes  2023-09-21 
22:20:47.891966139 +0200
+++ /work/SRC/openSUSE:Factory/.crash.new.1770/crash.changes2023-09-25 
20:03:11.298128295 +0200
@@ -1,0 +2,31 @@
+Wed Sep 20 16:58:00 UTC 2023 - David Mair 
+
+- On initialization crash verifies the core based on the text
+  referenced by the linux_banner symbol in the supplied core. It
+  chooses how to get the address of the text based on the symbol
+  type decoded with gdb. For some compressed kernels with an
+  accessible debuginfo file the type is not supported (bss segment
+  found, data reference expected) but the symbol and it's value are
+  valid. This causes the linux_banner text to be used as the
+  "address" of the linux_banner and that's an invalid address for
+   the coredump causing crash to fail to load reporting something
+  like:
+
+  WARNING: invalid linux_banner pointer: 65762078756e694c
+
+  where the address is obviously ASCII text used as a number. A
+  SUSE patch to support compressed kernel binaries introduces the
+  behavior, it does not happen for upstream crash source as-is. The
+  difference is whether the symbol details are obtained from the
+  kernel binary or debuginfo (fails for some debuginfos).
+
+  * crash-get-linux_banner-without-using-syment-type.patch
+  In verify_version(), choose how to obtain the linux_banner address
+  based on the result of get_symbol_type() instead. TYPE_CODE_ARRAY
+  causes the value of the symbol obtained from gdb to be used.
+  TYPE_CODE_PTR causes the sybol data to be read to get the address.
+  Default is unrecognized type but a warning is shown and the value
+  obtained from gdb used as a best case choice.
+  (bsc#1190434 c#24)
+
+---

New:

  crash-get-linux_banner-without-using-syment-type.patch



Other differences:
--
++ crash.spec ++
--- /var/tmp/diff_new_pack.7mytZf/_old  2023-09-25 20:03:14.822255349 +0200
+++ /var/tmp/diff_new_pack.7mytZf/_new  2023-09-25 20:03:14.826255494 +0200
@@ -85,6 +85,7 @@
 Patch9: %{name}-debuginfo-compressed.patch
 Patch10:%{name}_enable_lzo_support.patch
 Patch11:%{name}-compressed-booted-kernel.patch
+Patch12:%{name}-get-linux_banner-without-using-syment-type.patch
 Patch13:%{name}-patch-gdb.patch
 Patch15:%{name}_enable_snappy_support.patch
 Patch18:%{name}-stop_read_error_when_intent_is_retry.patch
@@ -237,6 +238,7 @@
 %patch9 -p1
 %patch10 -p1
 %patch11 -p1
+%patch12 -p1
 %patch13 -p1
 %patch18 -p1
 %patch21 -p1

++ crash-allow-use-of-sadump-captured-KASLR-kernel.patch ++
--- /var/tmp/diff_new_pack.7mytZf/_old  2023-09-25 20:03:14.890257801 +0200
+++ /var/tmp/diff_new_pack.7mytZf/_new  2023-09-25 20:03:14.894257945 +0200
@@ -26,7 +26,7 @@
 ===
 --- a/symbols.c
 +++ b/symbols.c
-@@ -1156,6 +1156,9 @@ symname_hash_install(struct syment *spn)
+@@ -1173,6 +1173,9 @@ symname_hash_install(struct syment *spn)
}
}
}

++ crash-compressed-booted-kernel.patch ++
--- /var/tmp/diff_new_pack.7mytZf/_old  2023-09-25 20:03:14.906258378 +0200
+++ /var/tmp/diff_new_pack.7mytZf/_new  2023-09-25 20:03:14.910258522 +0200
@@ -9,11 +9,11 @@
  filesys.c |   26 ++
  1 file changed, 22 insertions(+), 4 deletions(-)
 
-Index: crash-7.2.7/filesys.c
+Index: b/filesys.c
 ===
 crash-7.2.7.orig/filesys.c
-+++ crash-7.2.7/filesys.c
-@@ -581,6 +581,7 @@ static int
+--- a/filesys.c
 b/filesys.c
+@@ -588,6 +588,7 @@ static int
  find_booted_kernel(void)
  {
char kernel[BUFSIZE];
@@ -21,7 +21,7 @@
char buffer[BUFSIZE];
char **searchdirs;
int i, preferred, wrapped;
-@@ -630,16 +631,24 @@ find_booted_kernel(void)
+@@ -637,16 +638,24 @@ find_booted_kernel(void)
sprintf(kernel, "%s%s", searchdirs[i], dp->d_name);
  
if (mount_point(kernel) ||
@@ -50,7 +50,7 @@
if (found)
break;
}
-@@ -659,10 +668,19 @@ find_booted_kernel(void)
+@@ -666,10 +675,19 @@ find_booted_kernel(void)
if (CRASHDEBUG(1))
fprintf(f

commit ugrep for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ugrep for openSUSE:Factory checked 
in at 2023-09-25 20:02:04

Comparing /work/SRC/openSUSE:Factory/ugrep (Old)
 and  /work/SRC/openSUSE:Factory/.ugrep.new.1770 (New)


Package is "ugrep"

Mon Sep 25 20:02:04 2023 rev:53 rq:1113165 version:4.2.0

Changes:

--- /work/SRC/openSUSE:Factory/ugrep/ugrep.changes  2023-09-20 
13:31:17.459162403 +0200
+++ /work/SRC/openSUSE:Factory/.ugrep.new.1770/ugrep.changes2023-09-25 
20:03:16.622320247 +0200
@@ -1,0 +2,9 @@
+Sat Sep 23 07:06:03 UTC 2023 - Andreas Stieger 
+
+- update to 4.2.0:
+  * text user inerface improvements
+  * improve recursive search performance
+  * improve compatibility with GNU grep
+  * improve detection of special devices to avoid searching them
+
+---

Old:

  ugrep-4.1.0.tar.gz

New:

  ugrep-4.2.0.tar.gz



Other differences:
--
++ ugrep.spec ++
--- /var/tmp/diff_new_pack.muEw9A/_old  2023-09-25 20:03:17.850364521 +0200
+++ /var/tmp/diff_new_pack.muEw9A/_new  2023-09-25 20:03:17.850364521 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ugrep
-Version:4.1.0
+Version:4.2.0
 Release:0
 Summary:Universal grep: a feature-rich grep implementation with focus 
on speed
 License:BSD-3-Clause

++ ugrep-4.1.0.tar.gz -> ugrep-4.2.0.tar.gz ++
 1674 lines of diff (skipped)


commit python-vega for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-vega for openSUSE:Factory 
checked in at 2023-09-25 20:02:08

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


Package is "python-vega"

Mon Sep 25 20:02:08 2023 rev:13 rq:1113173 version:4.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-vega/python-vega.changes  2023-05-31 
21:55:05.341215185 +0200
+++ /work/SRC/openSUSE:Factory/.python-vega.new.1770/python-vega.changes
2023-09-25 20:03:20.554462010 +0200
@@ -1,0 +2,8 @@
+Sat Sep 23 08:50:58 UTC 2023 - Ben Greiner 
+
+- Disable altair entrypoint tests: altair 5 removed the vega
+  wrappers
+  * gh#altair-viz/altair#2829
+  * gh#vega/ipyvega#509
+
+---



Other differences:
--
++ python-vega.spec ++
--- /var/tmp/diff_new_pack.KG1WeN/_old  2023-09-25 20:03:21.646501381 +0200
+++ /var/tmp/diff_new_pack.KG1WeN/_new  2023-09-25 20:03:21.650501526 +0200
@@ -43,7 +43,6 @@
 Obsoletes:  jupyter-vega < %{version}-%{release}
 %endif
 # SECTION test requirements
-BuildRequires:  %{python_module altair >= 4.0.1}
 BuildRequires:  %{python_module ipytablewidgets >= 0.3.0}
 BuildRequires:  %{python_module ipywidgets}
 BuildRequires:  %{python_module jupyterlab}
@@ -71,7 +70,9 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%pytest
+# altair 5 not compatible with vega
+ignoretests="--ignore vega/tests/test_entrypoint.py"
+%pytest $ignoretests
 
 %files %{python_files}
 %license LICENSE


commit hyprland for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package hyprland for openSUSE:Factory 
checked in at 2023-09-25 20:02:06

Comparing /work/SRC/openSUSE:Factory/hyprland (Old)
 and  /work/SRC/openSUSE:Factory/.hyprland.new.1770 (New)


Package is "hyprland"

Mon Sep 25 20:02:06 2023 rev:8 rq:1113171 version:0.30.0

Changes:

--- /work/SRC/openSUSE:Factory/hyprland/hyprland.changes2023-09-04 
22:53:17.127138104 +0200
+++ /work/SRC/openSUSE:Factory/.hyprland.new.1770/hyprland.changes  
2023-09-25 20:03:18.714395671 +0200
@@ -1,0 +2,123 @@
+Sat Sep 23 08:11:28 UTC 2023 - Florian 
+
+- Update to version 0.30.0:
+  + New Hyprland update guys wake up!
+Shoutout to the entire country of Romania and @fufexan, and the
+top Gs pumping out more MRs than I can physically review @memchr
+@Dickby @MightyPlaza @thejch and more :)
+  + New features:
+- config: add wildcard handling in source= (#3276)
+- doc: Add a CoC (#3366)
+- dwindle: add proper movement for window move binds
+- feat: add a new movewindoworgroup dispatcher (#3006)
+- input/config: add button scroll lock (#3189)
+- layout: add direction parameter to onWindowCreated and friends
+  (#3269)
+- layout: add missing groupbar decoration to the window (#3235)
+- master: Add mfact dispatcher (#3298)
+- master: Add orientationcycle command on MasterLayout (#3128)
+- master: Add smart resizing option for master layout (#3210)
+- misc: add disable_hypr_chan option (#3343)
+- socket2: add renameWorkspace event
+- socket2: added "activespecial" IPC event (#3163)
+- varlist: move to a separate header, add join
+- windowrules: add % to resizeparams (#3246)
+- windowrules: add on-screen constraint to wrv2 'move' (#3247)
+- windowrules: add rule group to map windows grouped (#3279)
+  + Fixes:
+- Vector2D: fix typo in include
+- config: fix relative path resolution (#3308)
+- dwindle: fix moving windows on special
+- dwindle: fix: don't merge groups when moving window (#3302)
+- fix(layout): remove focusWindow calls from
+  onWindowCreatedTiling (#3233)
+- fix: focusWindow on hidden workspace triggers another
+  focusWindow. (#3216)
+- fix: inconsistent behaviour where last workspace was not saved
+  (#3261)
+- hyprctl: fix missing comma in getopt -j
+- input: Various constraint handling fixes (#3381)
+- input: minor constraint fixes
+- internal: Fix wlr output management (#3234)
+- master: Fix the wrong resize speed in master layout center
+  orientation (#3289)
+- master: partially revert 0e64dd2 and fix the animation (#3327)
+- refactor: fix missed middle() call in CKeybindManager
+- renderer: Fix blur for passes set to 0. (#3181)
+- renderer: fix missing dontRound check in renderSurface
+- windowrules: Monitor rule fix (#3157)
+- windowrules: fix workspace exec rule with special (#3316)
+- windowrules: fix workspace rule separation
+  + Other:
+- animatedvariable: don't reset timers on duplicate setters
+- animationmgr: Optimize CAnimationManager::scheduleTick a bit.
+  (#3172)
+- animationmgr: guard monitor ptr in animationSlide
+- bezier: Optimize CBezierCurve::getYForPoint (#3321)
+- bezier: Remove Todo about N-Point bezier curves. (#3352)
+- build: use PCH to reduce compile time (#3095)
+- config/input: Improve fallback behavior for unset device
+  config values (#3184)
+- config: Integrate HASCONFIG into
+  CConfigManager::getConfigValueSafeDevice (#3195)
+- config: disable blur special by default
+- config: don't enable vrr 2 for maximized workspaces
+- config: loosen restrictions around animation keywords
+- hyprctl: Make device configs queryable (#3226)
+- hyprctl: print monitor IDs as int64
+- input: do not process mouse in unsafe state
+- input: don't refocus on switched workspace on the same monitor
+- input: don't warp region constraints
+- input: guard constraint in unconstrainMouse
+- input: lock focus to last surface on buttons held
+- input: simplify fullscreen workspace input calculations
+- internal: Make part of CCompositor::focusWindow a bit easier
+  to read. (#3356)
+- internal: Remove all .c_str() calls when using std::vformat
+  (#3198)
+- keybinds: Do not suppress pass and mouse release (#3219)
+- keybinds: avoid onWindowRemoved & onWindowCreated when group
+  has one member (#3286)
+- keybinds: focus last window on workspace change to another mon
+- keybinds: ignore conditions on special release
+- keybinds: ignore mods on release of special binds
+- keybinds: implement pushactivetobottom dispacher (#3217)
+- keybinds: movewindow 

commit python-geopandas for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-geopandas for 
openSUSE:Factory checked in at 2023-09-25 20:02:10

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


Package is "python-geopandas"

Mon Sep 25 20:02:10 2023 rev:4 rq:1113178 version:0.14.0

Changes:

--- /work/SRC/openSUSE:Factory/python-geopandas/python-geopandas.changes
2023-06-23 21:52:31.858593469 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-geopandas.new.1770/python-geopandas.changes  
2023-09-25 20:03:24.682610842 +0200
@@ -1,0 +2,65 @@
+Sat Sep 23 08:43:04 UTC 2023 - Ben Greiner 
+
+- Update to 0.14.0
+  * GeoPandas will use Shapely 2.0 by default instead of PyGEOS
+when both Shapely >= 2.0 and PyGEOS are installed. PyGEOS will
+continue to be used by default when PyGEOS is installed
+alongside Shapely < 2.0. Support for PyGEOS and Shapely < 2.0
+will be removed in GeoPandas 1.0. (#2999)
+  ## API changes:
+  *  seed keyword in sample_points is deprecated. Use rng instead.
+ (#2913).
+  ## New methods:
+  * Added concave_hull method from shapely to
+GeoSeries/GeoDataframe (#2903).
+  * Added delaunay_triangles method from shapely to
+GeoSeries/GeoDataframe (#2907).
+  * Added extract_unique_points method from shapely to
+GeoSeries/GeoDataframe (#2915).
+  * Added frechet_distance() method from shapely to
+GeoSeries/GeoDataframe (#2929).
+  * Added hausdorff_distance method from shapely to
+GeoSeries/GeoDataframe (#2909).
+  * Added minimum_rotated_rectangle method from shapely to
+GeoSeries/GeoDataframe (#2541).
+  * Added offset_curve method from shapely to
+GeoSeries/GeoDataframe (#2902).
+  * Added remove_repeated_points method from shapely to
+GeoSeries/GeoDataframe (#2940).
+  * Added reverse method from shapely to GeoSeries/GeoDataframe
+(#2988).
+  * Added segmentize method from shapely to GeoSeries/GeoDataFrame
+(#2910).
+  * Added shortest_line method from shapely to
+GeoSeries/GeoDataframe (#2960).
+  ## New features and improvements:
+  * Added exclusive parameter to sjoin_nearest method for Shapely
+>= 2.0 (#2877)
+  * The to_file() method will now automatically detect the
+FlatGeoBuf driver
+  * for files with the .fgb extension (#2958)
+  ## Bug fixes:
+  * Fix ambiguous error when GeoDataFrame is initialized with a
+column called "crs" (#2944)
+  * Fix a color assignment in explore when using UserDefined bins
+(#2923)
+  * Fix bug in apply with axis=1 where the given user defined
+function returns nested
+  * data in the geometry column (#2959)
+  * Properly infer schema for np.int32 and pd.Int32Dtype columns
+(#2950)
+  * assert_geodataframe_equal now handles GeoDataFrames with no
+active geometry (#2498)
+  ## Notes on (optional) dependencies:
+  * GeoPandas 0.14 drops support for Python 3.8 and pandas 1.3 and
+below (the minimum
+  * supported pandas version is now 1.4). Further, the minimum
+required versions for the
+  * listed dependencies have now changed to shapely 1.8.0, fiona
+1.8.21, pyproj 3.3.0 and
+  * matplotlib 3.5.0 (#3001)
+  ## Deprecations and compatibility notes:
+  * geom_almost_equals() methods have been deprecated and
+  * geom_equals_exact() should be used instead (#2604).
+
+---

Old:

  geopandas-0.13.2.tar.gz

New:

  geopandas-0.14.0.tar.gz



Other differences:
--
++ python-geopandas.spec ++
--- /var/tmp/diff_new_pack.QxnkQd/_old  2023-09-25 20:03:25.814651655 +0200
+++ /var/tmp/diff_new_pack.QxnkQd/_new  2023-09-25 20:03:25.818651800 +0200
@@ -25,25 +25,25 @@
 %bcond_with test
 %endif
 Name:   python-geopandas%{psuffix}
-Version:0.13.2
+Version:0.14.0
 Release:0
 Summary:Geographic pandas extensions
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 URL:https://geopandas.org
 Source: 
https://files.pythonhosted.org/packages/source/g/geopandas/geopandas-%{version}.tar.gz
-BuildRequires:  %{python_module base >= 3.8}
+BuildRequires:  %{python_module base >= 3.9}
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools >= 61}
 BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   proj
-Requires:   python-Fiona >= 1.8.19
+Requires:   python-Fiona >= 1.8.21
 Requires:   python-packaging
-Requires:   python-pandas >= 1.1.0
-Requires:   python-pyproj >= 3.0.1
-Requires:   python-shapely >= 1.7.1
+Requires:   python-pandas >= 1.4.0
+Requ

commit python-MapProxy for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-MapProxy for openSUSE:Factory 
checked in at 2023-09-25 20:02:11

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


Package is "python-MapProxy"

Mon Sep 25 20:02:11 2023 rev:9 rq:1113210 version:1.16.0

Changes:

--- /work/SRC/openSUSE:Factory/python-MapProxy/python-MapProxy.changes  
2023-08-30 10:23:46.843209799 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-MapProxy.new.1770/python-MapProxy.changes
2023-09-25 20:03:26.518677037 +0200
@@ -1,0 +2,9 @@
+Sat Sep 23 11:08:41 UTC 2023 - Ben Greiner 
+
+- Add MapProxy-pr749-shapely2.patch
+  * gh#mapproxy/mapproxy#611
+  * gh#mapproxy/mapproxy#749
+- Add MapProxy-pr750-Pillow10.patch
+  * gh#mapproxy/mapproxy#750
+
+---

New:

  MapProxy-pr749-shapely2.patch
  MapProxy-pr750-Pillow10.patch



Other differences:
--
++ python-MapProxy.spec ++
--- /var/tmp/diff_new_pack.8XW2AW/_old  2023-09-25 20:03:27.994730253 +0200
+++ /var/tmp/diff_new_pack.8XW2AW/_new  2023-09-25 20:03:27.994730253 +0200
@@ -30,6 +30,10 @@
 Source1:
https://github.com/mapproxy/mapproxy/raw/%{version}/mapproxy/test/system/fixture/cache.gpkg
 Source2:
https://github.com/mapproxy/mapproxy/raw/%{version}/mapproxy/test/unit/polygons/polygons.geojson
 Source99:   python-MapProxy-rpmlintrc
+# PATCH-FIX-UPSTREAM MapProxy-pr749-shapely2.patch gh#mapproxy/mapproxy#749
+Patch0: MapProxy-pr749-shapely2.patch
+# PATCH-FIX-UPSTREAM MapProxy-pr750-Pillow10.patch gh#mapproxy/mapproxy#750
+Patch1: MapProxy-pr750-Pillow10.patch
 BuildRequires:  %{python_module GDAL}
 BuildRequires:  %{python_module Pillow}
 BuildRequires:  %{python_module PyYAML >= 3.0}
@@ -41,7 +45,7 @@
 BuildRequires:  python-rpm-macros
 %if %{with test}
 BuildRequires:  %{python_module Paste}
-BuildRequires:  %{python_module Shapely}
+BuildRequires:  %{python_module Shapely >= 2}
 BuildRequires:  %{python_module WebTest}
 BuildRequires:  %{python_module Werkzeug}
 BuildRequires:  %{python_module boto3}
@@ -61,6 +65,7 @@
 Requires:   proj
 Requires:   python-Pillow
 Requires:   python-PyYAML >= 3.0
+Recommends: python-Shapely >= 1.8
 BuildArch:  noarch
 Requires(post): update-alternatives
 Requires(postun):update-alternatives
@@ -72,7 +77,7 @@
 serves any desktop or web GIS client.
 
 %prep
-%setup -q -n MapProxy-%{version}
+%autosetup -p1 -n MapProxy-%{version}
 # Source1 required twice
 cp %{SOURCE1} mapproxy/test/system/fixture/
 mkdir -p mapproxy/test/unit/fixture/

++ MapProxy-pr749-shapely2.patch ++
diff -ur MapProxy-1.16.0.orig/doc/install.rst MapProxy-1.16.0/doc/install.rst
--- MapProxy-1.16.0.orig/doc/install.rst2023-09-23 13:29:24.276700414 
+0200
+++ MapProxy-1.16.0/doc/install.rst 2023-09-23 13:45:05.044736623 +0200
@@ -90,7 +90,7 @@
 
 Shapely and GEOS *(optional)*
 ~
-You will need Shapely to use the :doc:`coverage feature ` of 
MapProxy. Shapely offers Python bindings for the GEOS library. You need Shapely 
(``python-shapely``) and GEOS (``libgeos-dev``). You can install Shapely as a 
Python package with ``pip install Shapely`` if you system does not provide a 
recent (>= 1.2.0) version of Shapely.
+You will need Shapely to use the :doc:`coverage feature ` of 
MapProxy. Shapely offers Python bindings for the GEOS library. You need Shapely 
(``python-shapely``) and GEOS (``libgeos-dev``). You can install Shapely as a 
Python package with ``pip install Shapely`` if you system does not provide a 
recent (>= 2.0) version of Shapely.
 
 GDAL *(optional)*
 ~
diff -ur MapProxy-1.16.0.orig/mapproxy/test/unit/test_geom.py 
MapProxy-1.16.0/mapproxy/test/unit/test_geom.py
--- MapProxy-1.16.0.orig/mapproxy/test/unit/test_geom.py2023-09-23 
13:29:24.296700984 +0200
+++ MapProxy-1.16.0/mapproxy/test/unit/test_geom.py 2023-09-23 
13:47:35.062488445 +0200
@@ -22,11 +22,7 @@
 import pytest
 import shapely
 import shapely.prepared
-try:
-# shapely >=1.6
-from shapely.errors import ReadingError
-except ImportError:
-from shapely.geos import ReadingError
+from shapely.errors import ReadingError
 
 from mapproxy.srs import SRS, bbox_equals
 from mapproxy.util.geom import (
diff -ur MapProxy-1.16.0.orig/mapproxy/util/geom.py 
MapProxy-1.16.0/mapproxy/util/geom.py
--- MapProxy-1.16.0.orig/mapproxy/util/geom.py  2023-09-23 13:29:24.296700984 
+0200
+++ MapProxy-1.16.0/mapproxy/util/geom.py   2023-09-23 13:40:07.882521741 
+0200
@@ -32,11 +32,7 @@
 import shapely.geometry
 import shapely.ops
 

commit python-Shapely for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-Shapely for openSUSE:Factory 
checked in at 2023-09-25 20:02:09

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


Package is "python-Shapely"

Mon Sep 25 20:02:09 2023 rev:23 rq:1113175 version:2.0.1

Changes:

--- /work/SRC/openSUSE:Factory/python-Shapely/python-Shapely.changes
2022-10-04 20:37:48.832923811 +0200
+++ /work/SRC/openSUSE:Factory/.python-Shapely.new.1770/python-Shapely.changes  
2023-09-25 20:03:21.782506285 +0200
@@ -1,0 +2,26 @@
+Sat Sep 23 09:08:05 UTC 2023 - Ben Greiner 
+
+- Update to 2.0.1
+  ## Bug fixes:
+  * Fix regression in the Polygon() constructor taking a sequence
+of Points (#1662).
+  * Fix regression in the geometry constructors when passing
+decimal.Decimal coordinate values (#1707).
+  * Fix STRtree() to not make the passed geometry array immutable
+as side-effect of the constructor (#1714).
+  * Fix the directed keyword in shapely.ops.linemerge() (#1695).
+  ## Improvements:
+  * Expose the function to get a matplotlib Patch object from a
+(Multi)Polygon (without already plotting it) publicly as
+:func:shapely.plotting.patch_from_polygon (#1704).
+- Release 2.0.0
+  * Shapely version 2.0.0 is a major release featuring a complete
+refactor of the internals and new vectorized (element-wise)
+array operations providing considerable performance
+improvements (based on the developments in the PyGEOS package),
+along with several breaking API changes and many feature
+improvements.
+  - Full release notes and detailed description:
+* https://shapely.readthedocs.io/en/latest/release/2.x.html
+
+---

Old:

  Shapely-1.8.4.tar.gz

New:

  shapely-2.0.1.tar.gz



Other differences:
--
++ python-Shapely.spec ++
--- /var/tmp/diff_new_pack.Uvn4OP/_old  2023-09-25 20:03:24.478603486 +0200
+++ /var/tmp/diff_new_pack.Uvn4OP/_new  2023-09-25 20:03:24.478603486 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Shapely
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,32 +16,31 @@
 #
 
 
-%{?!python_module:%define python_module() python3-%{**}}
-%bcond_without test
-%define skip_python2 1
 Name:   python-Shapely
-Version:1.8.4
+Version:2.0.1
 Release:0
 Summary:Geospatial geometries, predicates, and operations
 License:BSD-3-Clause
 URL:https://github.com/shapely/shapely
-Source: 
https://files.pythonhosted.org/packages/source/S/Shapely/Shapely-%{version}.tar.gz
-BuildRequires:  %{python_module Cython}
-BuildRequires:  %{python_module devel >= 3.6}
-BuildRequires:  %{python_module numpy-devel}
-BuildRequires:  %{python_module pytest}
+Source: 
https://files.pythonhosted.org/packages/source/s/shapely/shapely-%{version}.tar.gz
+BuildRequires:  %{python_module Cython >= 0.29 with %python-Cython < 3}
+BuildRequires:  %{python_module devel >= 3.8}
+BuildRequires:  %{python_module numpy-devel >= 1.16}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
+# SECTION test
+BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module matplotlib}
+# /SECTION
 BuildRequires:  fdupes
 BuildRequires:  geos-devel >= 3.5
 BuildRequires:  python-rpm-macros
-%if 0%{?suse_version} > 1320
-BuildRequires:  %{python_module matplotlib}
-%endif
 # Shapely calls the GEOS libs libgeos and libgeos_c via ctypes in python 
scripts, undetected by rpm ld analyzer.
 # (libgeos_c1 is detected due to some Cython optimized lib, but libgeos3 is 
not)
 # use requires_eq in order to be detectable by the python_subpackages rewriter
 %requires_eq%(rpm -q --requires geos-devel | grep libgeos)
-Recommends: python-numpy
+Requires:   python-numpy >= 1.16
 Provides:   python-shapely = %{version}-%{release}
 Obsoletes:  python-shapely < %{version}-%{release}
 %python_subpackages
@@ -55,22 +54,16 @@
 and pyproj.
 
 %prep
-%autosetup -p1 -n Shapely-%{version}
+%autosetup -p1 -n shapely-%{version}
 
 %build
 CFLAGS="%{optflags} `geos-config --cflags` LDFLAGS=`geos-config --clibs`"
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
-# Those are just needed to build cython extension
-# Not for distribute
-rm -fv %{buildroot}%{_prefix}/shapely/_geos.pxi
-rm -

commit zellij for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package zellij for openSUSE:Factory checked 
in at 2023-09-25 20:02:14

Comparing /work/SRC/openSUSE:Factory/zellij (Old)
 and  /work/SRC/openSUSE:Factory/.zellij.new.1770 (New)


Package is "zellij"

Mon Sep 25 20:02:14 2023 rev:16 rq:1113179 version:0.38.2

Changes:

--- /work/SRC/openSUSE:Factory/zellij/zellij.changes2023-09-11 
21:25:57.953466550 +0200
+++ /work/SRC/openSUSE:Factory/.zellij.new.1770/zellij.changes  2023-09-25 
20:03:32.842905043 +0200
@@ -1,0 +2,7 @@
+Sat Sep 23 04:33:42 UTC 2023 - Soc Virnyl Estela 

+
+- Update to version 0.38.2:
+  * fix(terminal): wrap lines when adding characters in
+alternate screen
+
+---

Old:

  zellij-0.38.1.tar.gz

New:

  zellij-0.38.2.tar.gz



Other differences:
--
++ zellij.spec ++
--- /var/tmp/diff_new_pack.m5USmU/_old  2023-09-25 20:03:34.706972248 +0200
+++ /var/tmp/diff_new_pack.m5USmU/_new  2023-09-25 20:03:34.706972248 +0200
@@ -22,7 +22,7 @@
 
 %bcond_with test
 Name:   zellij
-Version:0.38.1
+Version:0.38.2
 Release:0
 Summary:Terminal workspace with batteries included
 License:MIT

++ _service ++
--- /var/tmp/diff_new_pack.m5USmU/_old  2023-09-25 20:03:34.754973978 +0200
+++ /var/tmp/diff_new_pack.m5USmU/_new  2023-09-25 20:03:34.758974122 +0200
@@ -1,7 +1,7 @@
 
   
   
- zellij-0.38.1.tar.gz
+ zellij-0.38.2.tar.gz
  zst
  true
   

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

++ zellij-0.38.1.tar.gz -> zellij-0.38.2.tar.gz ++
/work/SRC/openSUSE:Factory/zellij/zellij-0.38.1.tar.gz 
/work/SRC/openSUSE:Factory/.zellij.new.1770/zellij-0.38.2.tar.gz differ: char 
16, line 1


commit python-jupyterlab for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-jupyterlab for 
openSUSE:Factory checked in at 2023-09-25 20:02:12

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


Package is "python-jupyterlab"

Mon Sep 25 20:02:12 2023 rev:30 rq:1113181 version:4.0.6

Changes:

--- /work/SRC/openSUSE:Factory/python-jupyterlab/python-jupyterlab.changes  
2023-08-18 19:28:04.639285577 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupyterlab.new.1770/python-jupyterlab.changes
2023-09-25 20:03:28.622752894 +0200
@@ -1,0 +2,47 @@
+Sat Sep 23 09:48:09 UTC 2023 - Ben Greiner 
+
+- Update to 4.0.6
+  ## Enhancements made
+  * Add more LSP request types #15064 (@krassowski)
+  * Expose processedItemsCache as a protected in CompleterModel
+#15025 (@krassowski)
+  * Fix filebrowser.open and add ability to provide a factory
+#14983 (@fcollonval)
+  * Use config compatible with notebook 7 #14978 (@fcollonval)
+  ## Bugs fixed
+  * Fix return type of getMimeTypeByLanguage() #15101 (@krassowski)
+  * Fix documentation panel display logic of the completer #15106
+(@trungleduc)
+  * Check applicable provider in ProviderReconciliator #15094
+(@trungleduc)
+  * Completer: switch renderer & model on update, update on
+providers change #15065 (@krassowski)
+  * Fix _updateConstraints missing protected/private classifier.
+#15066 (@krassowski)
+  * HoverBox: adjust right when moving node to fit within window
+#15052 (@krassowski)
+  * fixes codemirror settings #15009 (@andrewfulton9)
+  * Pass completion context to shouldShowContinuousHint() #15015
+(@krassowski)
+  * Fix translation syntax to extract it by the parser #14979
+(@fcollonval)
+  * added title to Close tab icon #14973 (@j264415)
+  ## Maintenance and upkeep improvements
+  * Install playwright browser in jupyterlab.browser_check #15117
+(@brichet)
+  * Enable Playwright trace #15087 (@jtpio)
+  * Bump ruff from 0.0.282 to 0.0.286 #15056 (@dependabot[bot])
+  * React on galata update comment, fix binder URL in docs #15070
+(@krassowski)
+  * Deprecate LSP adapter getEditorIndexAt() method #15028
+(@krassowski)
+  * Fix pepy.tech links #14982 (@fcollonval)
+  * simplify binder python baseline #14971 (@bollwyvl)
+  * Restore welcome test #14946 (@fcollonval)
+  * Bump black[jupyter] from 23.3.0 to 23.7.0 #14893
+(@dependabot[bot])
+  ## API and Breaking Changes
+  * Check applicable provider in ProviderReconciliator #15094
+(@trungleduc)
+
+---

Old:

  jupyterlab-4.0.5-py3-none-any.whl

New:

  jupyterlab-4.0.6-py3-none-any.whl



Other differences:
--
++ python-jupyterlab.spec ++
--- /var/tmp/diff_new_pack.VJQsyD/_old  2023-09-25 20:03:30.946836685 +0200
+++ /var/tmp/diff_new_pack.VJQsyD/_new  2023-09-25 20:03:30.950836828 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-jupyterlab
-Version:4.0.5
+Version:4.0.6
 Release:0
 Summary:Environment for interactive and reproducible computing
 License:BSD-3-Clause


commit python-poetry-plugin-export for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-poetry-plugin-export for 
openSUSE:Factory checked in at 2023-09-25 20:02:19

Comparing /work/SRC/openSUSE:Factory/python-poetry-plugin-export (Old)
 and  /work/SRC/openSUSE:Factory/.python-poetry-plugin-export.new.1770 (New)


Package is "python-poetry-plugin-export"

Mon Sep 25 20:02:19 2023 rev:6 rq:1113186 version:1.5.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-poetry-plugin-export/python-poetry-plugin-export.changes
  2023-05-31 21:54:10.548891338 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-poetry-plugin-export.new.1770/python-poetry-plugin-export.changes
2023-09-25 20:03:41.275209051 +0200
@@ -1,0 +2,12 @@
+Sat Sep 23 10:12:53 UTC 2023 - Ben Greiner 
+
+- Update to 1.5.0
+  ## Changed
+  * Drop support for Python 3.7 (#189).
+  * Improve warning when the lock file is not consistent with
+pyproject.toml (#215).
+  ## Fixed
+  * Fix an issue where markers for dependencies required by an
+extra were not generated correctly (#209).
+
+---

Old:

  poetry_plugin_export-1.4.0.tar.gz

New:

  poetry_plugin_export-1.5.0.tar.gz



Other differences:
--
++ python-poetry-plugin-export.spec ++
--- /var/tmp/diff_new_pack.2WQOVd/_old  2023-09-25 20:03:42.559255344 +0200
+++ /var/tmp/diff_new_pack.2WQOVd/_new  2023-09-25 20:03:42.563255488 +0200
@@ -27,15 +27,16 @@
 
 %{?sle15_python_module_pythons}
 Name:   python-poetry-plugin-export%{psuffix}
-Version:1.4.0
+Version:1.5.0
 Release:0
 Summary:Poetry plugin to export the dependencies to various formats
 License:MIT
 URL:https://python-poetry.org/
 # RepositorySource: https://github.com/python-poetry/poetry-plugin-export
 Source: 
https://files.pythonhosted.org/packages/source/p/poetry-plugin-export/poetry_plugin_export-%{version}.tar.gz
+BuildRequires:  %{python_module base >= 3.8}
 BuildRequires:  %{python_module pip}
-BuildRequires:  %{python_module poetry-core >= 1.3.0}
+BuildRequires:  %{python_module poetry-core >= 1.6.0}
 # No buildtime requirement of poetry: avoid build dep cycles!
 BuildRequires:  python-rpm-macros
 %if %{with test}
@@ -47,8 +48,8 @@
 BuildRequires:  %{python_module pytest}
 %endif
 BuildRequires:  fdupes
-Requires:   python-poetry >= 1.3.0
-Requires:   python-poetry-core >= 1.3.0
+Requires:   python-poetry >= 1.5.0
+Requires:   python-poetry-core >= 1.6.0
 Provides:   python-poetry_plugin_export = %{version}-%{release}
 BuildArch:  noarch
 %python_subpackages

++ poetry_plugin_export-1.4.0.tar.gz -> poetry_plugin_export-1.5.0.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/poetry_plugin_export-1.4.0/PKG-INFO 
new/poetry_plugin_export-1.5.0/PKG-INFO
--- old/poetry_plugin_export-1.4.0/PKG-INFO 1970-01-01 01:00:00.0 
+0100
+++ new/poetry_plugin_export-1.5.0/PKG-INFO 1970-01-01 01:00:00.0 
+0100
@@ -1,15 +1,14 @@
 Metadata-Version: 2.1
 Name: poetry-plugin-export
-Version: 1.4.0
+Version: 1.5.0
 Summary: Poetry plugin to export the dependencies to various formats
 Home-page: https://python-poetry.org/
 License: MIT
 Author: Sébastien Eustace
 Author-email: sebast...@eustace.io
-Requires-Python: >=3.7,<4.0
+Requires-Python: >=3.8,<4.0
 Classifier: License :: OSI Approved :: MIT License
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.7
 Classifier: Programming Language :: Python :: 3.8
 Classifier: Programming Language :: Python :: 3.9
 Classifier: Programming Language :: Python :: 3.10
@@ -21,6 +20,8 @@
 
 # Poetry Plugin: Export
 
+[![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)](https://python-poetry.org/)
+
 This package is a plugin that allows the export of locked packages to various 
formats.
 
 **Note**: For now, only the `constraints.txt` and `requirements.txt` formats 
are available.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/poetry_plugin_export-1.4.0/README.md 
new/poetry_plugin_export-1.5.0/README.md
--- old/poetry_plugin_export-1.4.0/README.md2023-05-29 10:49:08.978796500 
+0200
+++ new/poetry_plugin_export-1.5.0/README.md2023-08-20 16:40:24.503596800 
+0200
@@ -1,5 +1,7 @@
 # Poetry Plugin: Export
 
+[![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)](https://python-poetry.org/)
+
 This package is a plugin that allows the export of locked packages to various 
formats.
 
 **Note**: For now, only the `constraints.txt` and `r

commit eksctl for openSUSE:Factory

2023-09-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 2023-09-25 20:02:17

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


Package is "eksctl"

Mon Sep 25 20:02:17 2023 rev:8 rq:1113190 version:0.158.0

Changes:

--- /work/SRC/openSUSE:Factory/eksctl/eksctl.changes2023-09-15 
22:11:19.261676219 +0200
+++ /work/SRC/openSUSE:Factory/.eksctl.new.1770/eksctl.changes  2023-09-25 
20:03:36.435034549 +0200
@@ -1,0 +2,14 @@
+Fri Sep 22 14:24:51 UTC 2023 - ka...@b1-systems.de
+
+- Update to version 0.158.0:
+  * Release notes for 0.158.0
+  * Bump `github.com/cloudflare/cfssl` to fix indirect deps DOS
+vulnerability (#7067)
+  * Upgrade goproxy to fix DoS vulnerability
+  * Call `kubectl version` command with `--output=json` flag
+(#7032)
+  * Update README.md
+  * Corrected Chocolatey Install Command
+  * Prepare for next development iteration
+
+---

Old:

  eksctl-0.157.0.obscpio

New:

  eksctl-0.158.0.obscpio



Other differences:
--
++ eksctl.spec ++
--- /var/tmp/diff_new_pack.Y5xhPw/_old  2023-09-25 20:03:40.963197802 +0200
+++ /var/tmp/diff_new_pack.Y5xhPw/_new  2023-09-25 20:03:40.963197802 +0200
@@ -19,7 +19,7 @@
 %define __arch_install_post export NO_BRP_STRIP_DEBUG=true
 
 Name:   eksctl
-Version:0.157.0
+Version:0.158.0
 Release:0
 Summary:The official CLI for Amazon EKS
 License:Apache-2.0
@@ -34,8 +34,7 @@
 You can create a cluster in minutes with just one command – eksctl create 
cluster!
 
 %prep
-%setup -q
-%setup -q -T -D -a 1
+%autosetup -p1 -a 1
 
 %build
 DATE_FMT="+%%Y-%%m-%%dT%%H:%%M:%%SZ"

++ _service ++
--- /var/tmp/diff_new_pack.Y5xhPw/_old  2023-09-25 20:03:40.995198955 +0200
+++ /var/tmp/diff_new_pack.Y5xhPw/_new  2023-09-25 20:03:40.999199100 +0200
@@ -3,7 +3,7 @@
 https://github.com/weaveworks/eksctl
 git
 .git
-v0.157.0
+v0.158.0
 @PARENT_TAG@
 enable
 v(.*)

++ _servicedata ++
--- /var/tmp/diff_new_pack.Y5xhPw/_old  2023-09-25 20:03:41.019199820 +0200
+++ /var/tmp/diff_new_pack.Y5xhPw/_new  2023-09-25 20:03:41.023199965 +0200
@@ -1,6 +1,6 @@
 
 
 https://github.com/weaveworks/eksctl
-  1aa40b00d0e6f3bba4e37a59bd4861042fe5d7dc
+  4a0ee7154093157491cab35c1dbd601de5bb6dff
 (No newline at EOF)
 

++ eksctl-0.157.0.obscpio -> eksctl-0.158.0.obscpio ++
/work/SRC/openSUSE:Factory/eksctl/eksctl-0.157.0.obscpio 
/work/SRC/openSUSE:Factory/.eksctl.new.1770/eksctl-0.158.0.obscpio differ: char 
48, line 1

++ eksctl.obsinfo ++
--- /var/tmp/diff_new_pack.Y5xhPw/_old  2023-09-25 20:03:41.063201407 +0200
+++ /var/tmp/diff_new_pack.Y5xhPw/_new  2023-09-25 20:03:41.067201551 +0200
@@ -1,5 +1,5 @@
 name: eksctl
-version: 0.157.0
-mtime: 1694171721
-commit: 1aa40b00d0e6f3bba4e37a59bd4861042fe5d7dc
+version: 0.158.0
+mtime: 1694775387
+commit: 4a0ee7154093157491cab35c1dbd601de5bb6dff
 

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


commit python-poetry for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-poetry for openSUSE:Factory 
checked in at 2023-09-25 20:02:20

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


Package is "python-poetry"

Mon Sep 25 20:02:20 2023 rev:27 rq:1113187 version:1.6.1

Changes:

--- /work/SRC/openSUSE:Factory/python-poetry/python-poetry.changes  
2023-05-31 21:54:11.916899423 +0200
+++ /work/SRC/openSUSE:Factory/.python-poetry.new.1770/python-poetry.changes
2023-09-25 20:03:42.923268467 +0200
@@ -1,0 +2,49 @@
+Sat Sep 23 10:03:42 UTC 2023 - Ben Greiner 
+
+- Fix dependencies
+
+---
+Thu Sep 21 10:10:30 UTC 2023 - Ondřej Súkup 
+
+- add build-1.patch to fix compatibility with python-build-1.0+
+- update to 1.6.1
+  * Add support for repositories that do not provide a supported
+hash algorithm
+  * Add full support for duplicate dependencies with overlapping
+markers
+  * Improve performance of poetry lock for certain edge cases
+  * Improve performance of poetry install
+  * poetry check validates that specified readme files do exist
+  * Add a downgrading note when updating to an older version
+  * Add support for vox in the xonsh shell
+  * Add support for pre-commit hooks for projects where the
+pyproject.toml file is located in a subfolder
+  * Add support for the git+http:// scheme
+  * Drop support for Python 3.7
+  * Move poetry lock --check to poetry check --lock and
+deprecate the former
+  * Change future warning that PyPI will only be disabled
+automatically if there are no primary sources
+  * Update the minimum required version of requests
+  * Fix an issue where build-system.requires were not respected
+for projects with build scripts
+  * Fix an issue where the encoding was not handled correctly
+when calling a subprocess
+  * Fix an issue where poetry show --top-level did not show top
+level dependencies with extras
+  * Fix an issue where poetry init handled projects with src
+layout incorrectly
+  * Fix an issue where Poetry wrote .pth files with the wrong
+encoding
+  * Fix an issue where poetry install did not respect the source
+if the same version of a package has been locked from
+different sources
+  * Document official Poetry badge
+  * Add a warning about pip ignoring lock files
+  * Clarify the use of the virtualenvs.in-project setting.
+  * Fix command for listing installed plugins
+  * Mention the nox-poetry package
+  * Add an example with a PyPI source in the pyproject.toml file
+  * Use reference instead of deprecated callable in the scripts example
+
+---

Old:

  poetry-1.5.1.tar.gz

New:

  build-1.patch
  poetry-1.6.1.tar.gz



Other differences:
--
++ python-poetry.spec ++
--- /var/tmp/diff_new_pack.VwxSZl/_old  2023-09-25 20:03:44.099310867 +0200
+++ /var/tmp/diff_new_pack.VwxSZl/_new  2023-09-25 20:03:44.099310867 +0200
@@ -27,7 +27,7 @@
 
 %{?sle15_python_module_pythons}
 Name:   python-poetry%{psuffix}
-Version:1.5.1
+Version:1.6.1
 Release:0
 Summary:Python dependency management and packaging
 License:MIT
@@ -35,40 +35,40 @@
 URL:https://python-poetry.org/
 # PyPI sdist doesnt contain tests
 Source: 
https://github.com/python-poetry/poetry/archive/%{version}.tar.gz#/poetry-%{version}.tar.gz
-BuildRequires:  %{python_module base >= 3.7}
+Patch0: build-1.patch
+BuildRequires:  %{python_module base >= 3.8}
 BuildRequires:  %{python_module pip}
-BuildRequires:  %{python_module poetry-core = 1.6.1}
+BuildRequires:  %{python_module poetry-core = 1.7.0}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:   python-CacheControl >= 0.12.9
-Requires:   python-build >= 0.10.0
+# SECTION cachecontrol[filecache]
+Requires:   python-CacheControl >= 0.13
+Requires:   python-filelock >= 3.8.0
+# /SECTION
+Requires:   python-build >= 1.0.3
 Requires:   python-cleo >= 2.0.0
 Requires:   python-crashtest >= 0.4.1
 Requires:   python-dulwich >= 0.21.2
-Requires:   python-filelock >= 3.8.0
-Requires:   python-html5lib >= 1.0
-Requires:   python-poetry-core = 1.6.1
-Requires:   python-poetry-plugin-export >= 1.4.0
+Requires:   python-poetry-core = 1.7.0
+Requires:   python-poetry-plugin-export >= 1.5.0
 %if 0%{?python_version_nodots} < 310
 Requires:   python-importlib-metadata >= 4.4
 %endif
 Requires:   python-installer >= 0.7.0
-Requires:   python-jsonschema >= 4.10.0
-Requires: 

commit spyder for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package spyder for openSUSE:Factory checked 
in at 2023-09-25 20:02:21

Comparing /work/SRC/openSUSE:Factory/spyder (Old)
 and  /work/SRC/openSUSE:Factory/.spyder.new.1770 (New)


Package is "spyder"

Mon Sep 25 20:02:21 2023 rev:48 rq:1113196 version:5.4.5

Changes:

--- /work/SRC/openSUSE:Factory/spyder/spyder.changes2023-08-28 
17:12:50.615540886 +0200
+++ /work/SRC/openSUSE:Factory/.spyder.new.1770/spyder.changes  2023-09-25 
20:03:45.119347642 +0200
@@ -1,0 +2,6 @@
+Sat Sep 23 10:56:02 UTC 2023 - Ben Greiner 
+
+- Update to 5.4.5
+  * Fix Editor scrollflags error on Python 3.7
+
+---

Old:

  spyder-5.4.4.tar.gz

New:

  spyder-5.4.5.tar.gz



Other differences:
--
++ spyder.spec ++
--- /var/tmp/diff_new_pack.uk4eXR/_old  2023-09-25 20:03:46.579400281 +0200
+++ /var/tmp/diff_new_pack.uk4eXR/_new  2023-09-25 20:03:46.583400426 +0200
@@ -21,7 +21,7 @@
 # your live system before submitting an update.
 %bcond_with test
 Name:   spyder
-Version:5.4.4
+Version:5.4.5
 Release:0
 Summary:The Scientific Python Development Environment
 License:MIT

++ spyder-5.4.4.tar.gz -> spyder-5.4.5.tar.gz ++
/work/SRC/openSUSE:Factory/spyder/spyder-5.4.4.tar.gz 
/work/SRC/openSUSE:Factory/.spyder.new.1770/spyder-5.4.5.tar.gz differ: char 
22, line 1


commit vapoursynth for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package vapoursynth for openSUSE:Factory 
checked in at 2023-09-25 20:02:23

Comparing /work/SRC/openSUSE:Factory/vapoursynth (Old)
 and  /work/SRC/openSUSE:Factory/.vapoursynth.new.1770 (New)


Package is "vapoursynth"

Mon Sep 25 20:02:23 2023 rev:20 rq:1113183 version:63

Changes:

--- /work/SRC/openSUSE:Factory/vapoursynth/vapoursynth.changes  2023-06-23 
21:53:44.887008101 +0200
+++ /work/SRC/openSUSE:Factory/.vapoursynth.new.1770/vapoursynth.changes
2023-09-25 20:03:46.827409223 +0200
@@ -1,0 +2,6 @@
+Sat Sep 23 08:55:44 UTC 2023 - mun...@googlemail.com
+
+- Fix build on Factory/TW: requires python3-Cython0
+- Fix build on Leap 15.4/15.5: requires gcc/gcc-c++ >= 11
+
+---



Other differences:
--
++ vapoursynth.spec ++
--- /var/tmp/diff_new_pack.07Wo0D/_old  2023-09-25 20:03:49.155493157 +0200
+++ /var/tmp/diff_new_pack.07Wo0D/_new  2023-09-25 20:03:49.155493157 +0200
@@ -29,10 +29,8 @@
 Patch0: vapoursynth-version.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRequires:  gcc-c++
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
-BuildRequires:  python3-Cython
 BuildRequires:  pkgconfig(Magick++) >= 7.0
 BuildRequires:  pkgconfig(libarchive)
 BuildRequires:  pkgconfig(libass)
@@ -51,6 +49,14 @@
 Obsoletes:  plugin-subtext
 Obsoletes:  plugin-vinverse
 Obsoletes:  plugin-vivtc
+%if 0%{?suse_version} <= 1500
+BuildRequires:  gcc11-PIE
+BuildRequires:  gcc11-c++
+BuildRequires:  python3-Cython
+%else
+BuildRequires:  gcc-c++
+BuildRequires:  python3-Cython0
+%endif
 
 %description
 VapourSynth is a library for video manipulation. It has a core
@@ -103,6 +109,11 @@
 %patch0 -p1
 
 %build
+%if 0%{?suse_version} <= 1500
+export CC="gcc-11"
+export CXX="g++-11"
+%endif
+
 autoreconf -fiv
 %configure \
   --disable-static


commit telegram-desktop for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package telegram-desktop for 
openSUSE:Factory checked in at 2023-09-25 20:02:25

Comparing /work/SRC/openSUSE:Factory/telegram-desktop (Old)
 and  /work/SRC/openSUSE:Factory/.telegram-desktop.new.1770 (New)


Package is "telegram-desktop"

Mon Sep 25 20:02:25 2023 rev:95 rq:1113192 version:4.10.0

Changes:

--- /work/SRC/openSUSE:Factory/telegram-desktop/telegram-desktop.changes
2023-09-21 22:21:57.234482517 +0200
+++ 
/work/SRC/openSUSE:Factory/.telegram-desktop.new.1770/telegram-desktop.changes  
2023-09-25 20:03:50.267533249 +0200
@@ -1,0 +2,9 @@
+Sat Sep 23 09:27:12 UTC 2023 - Dmitry Roshchin 
+
+- Updated to 4.10.0
+  * Stories for Channels.
+  * Reaction Stickers in Stories.
+- Drop 0005-qt6-fixes.patch
+- Drop 0006-sigc-track_obj.patch 
+
+---

Old:

  0005-qt6-fixes.patch
  0006-sigc-track_obj.patch
  tdesktop-4.9.9-full.tar.gz

New:

  tdesktop-4.10.0-full.tar.gz



Other differences:
--
++ telegram-desktop.spec ++
--- /var/tmp/diff_new_pack.Jq3HOV/_old  2023-09-25 20:03:52.427611125 +0200
+++ /var/tmp/diff_new_pack.Jq3HOV/_new  2023-09-25 20:03:52.427611125 +0200
@@ -34,7 +34,7 @@
 %define qt_major_version 6
 
 Name:   telegram-desktop
-Version:4.9.9
+Version:4.10.0
 Release:0
 Summary:Messaging application with a focus on speed and security
 License:GPL-3.0-only
@@ -61,9 +61,6 @@
 # https://github.com/desktop-app/lib_base.git 
3582bca53a1e195a31760978dc41f67ce44fc7e4
 # but tdesktop itself still falls short, and it looks to be something
 # that would affect all ILP32 platforms.
-# PATCH-FIX-OPENSUSE
-Patch5: 0005-qt6-fixes.patch
-Patch6: 0006-sigc-track_obj.patch
 ExcludeArch:%ix86 aarch64_ilp32 ppc riscv32
 BuildRequires:  appstream-glib
 BuildRequires:  chrpath
@@ -88,7 +85,6 @@
 BuildRequires:  libboost_program_options-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  liblz4-devel
-BuildRequires:  libwebrtc_audio_processing-devel
 BuildRequires:  ninja
 BuildRequires:  pkgconfig
 BuildRequires:  unzip
@@ -108,6 +104,7 @@
 BuildRequires:  cmake(Qt%{qt_major_version}Svg)
 BuildRequires:  cmake(Qt%{qt_major_version}WaylandClient)
 BuildRequires:  cmake(Qt%{qt_major_version}Widgets)
+BuildRequires:  pkgconfig(webrtc-audio-processing-1)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xcomposite)
 BuildRequires:  pkgconfig(xdamage)
@@ -224,8 +221,6 @@
 %patch1 -p1
 %patch3 -p1
 %patch4 -p1
-%patch5 -p0
-%patch6 -p0
 mkdir ../Libraries
 
 # If not TW, unpack rnnoise source

++ tdesktop-4.9.9-full.tar.gz -> tdesktop-4.10.0-full.tar.gz ++
/work/SRC/openSUSE:Factory/telegram-desktop/tdesktop-4.9.9-full.tar.gz 
/work/SRC/openSUSE:Factory/.telegram-desktop.new.1770/tdesktop-4.10.0-full.tar.gz
 differ: char 5, line 1


commit cjs for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cjs for openSUSE:Factory checked in 
at 2023-09-25 20:02:28

Comparing /work/SRC/openSUSE:Factory/cjs (Old)
 and  /work/SRC/openSUSE:Factory/.cjs.new.1770 (New)


Package is "cjs"

Mon Sep 25 20:02:28 2023 rev:19 rq:1113201 version:5.8.0

Changes:

--- /work/SRC/openSUSE:Factory/cjs/cjs.changes  2021-06-04 22:43:28.603123541 
+0200
+++ /work/SRC/openSUSE:Factory/.cjs.new.1770/cjs.changes2023-09-25 
20:03:52.647619057 +0200
@@ -1,0 +2,7 @@
+Tue Aug 29 13:36:01 UTC 2023 - Marguerite Su 
+
+- update to version 5.8.0
+  * GObject: Handle versions of GLib without GBindingGroup 
+  * switch to mozjs102
+
+---

Old:

  cjs-5.0.0.tar.gz

New:

  cjs-5.8.0.tar.gz



Other differences:
--
++ cjs.spec ++
--- /var/tmp/diff_new_pack.gA4Up4/_old  2023-09-25 20:03:53.96749 +0200
+++ /var/tmp/diff_new_pack.gA4Up4/_new  2023-09-25 20:03:53.96749 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cjs
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 %define typelib typelib-1_0-CjsPrivate-1_0
 %define __requires_exclude_from ^.*installed-tests.*$
 Name:   cjs
-Version:5.0.0
+Version:5.8.0
 Release:0
 Summary:JavaScript module used by Cinnamon
 License:(GPL-2.0-or-later OR MPL-1.1 OR LGPL-2.1-or-later) AND MIT
@@ -42,7 +42,7 @@
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14.0
 BuildRequires:  pkgconfig(libffi)
-BuildRequires:  pkgconfig(mozjs-78)
+BuildRequires:  pkgconfig(mozjs-102)
 BuildRequires:  pkgconfig(readline)
 BuildRequires:  pkgconfig(sysprof-capture-4)
 
@@ -84,15 +84,6 @@
 
 This package contains development files for cjs.
 
-%package tests
-Summary:Tests for the cjs package
-Group:  System/GUI/Other
-Requires:   %{name} = %{version}
-
-%description tests
-The cjs-tests package contains tests that can be used to verify
-the functionality of the installed cjs package.
-
 %prep
 %setup -q
 
@@ -111,7 +102,7 @@
 
 %files
 %license COPYING*
-%doc README debian/changelog
+%doc README.md debian/changelog
 %{_bindir}/%{name}*
 
 %files -n %{soname}%{sover}
@@ -128,8 +119,3 @@
 %{_libdir}/pkgconfig/%{name}*.pc
 %{_datadir}/%{name}-1.0/
 
-%files tests
-%{_libdir}/%{name}/installed-tests/
-%{_datadir}/installed-tests/
-%{_datadir}/glib-2.0/schemas/org.cinnamon.CjsTest.gschema.xml
-

++ cjs-5.0.0.tar.gz -> cjs-5.8.0.tar.gz ++
 86388 lines of diff (skipped)


commit 000release-packages for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package 000release-packages for 
openSUSE:Factory checked in at 2023-09-25 20:41:39

Comparing /work/SRC/openSUSE:Factory/000release-packages (Old)
 and  /work/SRC/openSUSE:Factory/.000release-packages.new.1770 (New)


Package is "000release-packages"

Mon Sep 25 20:41:39 2023 rev:2508 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  Aeon-release.spec



Other differences:
--
++ Aeon-release.spec ++
#
# spec file for package openSUSE-Aeon-release.spec
#
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


Name:   Aeon-release
Version:20230925
Release:0
Summary:openSUSE Aeon 
License:GPL-2.0-or-later
Group:  System/Fhs
Source100:  weakremovers.inc
BuildRequires:  skelcd-openSUSE
# Make sure we are at SLES12 SP2 level
PreReq: glibc >= 2.19
# in rare cases, 'ln' is not found...
Requires(post): coreutils
Suggests:   branding-openSUSE
Suggests:   distribution-logos-openSUSE-Aeon
Suggests:   openSUSE-build-key
Suggests:   openSUSE-repos-Aeon
Conflicts:  distribution-release
Conflicts:  kernel < 4.4
Provides:   distribution-release
# Aeon is a SUSE Linux type distribution
Provides:   suse-release = %{version}-%{release}
Provides:   suse-release-oss = %{version}-%{release}
# Give zypp a hint that this product must be kept up-to-date using zypper dup, 
not up (boo#1061384)
Provides:   product-update() = dup
# With more than one product in the FTP tree, yast needs to know which products 
are installable
# The name is referenced by the control file as well
Provides:   system-installation() = Aeon
# bnc#826592
Provides:   weakremover(kernel-default) < 3.11
Provides:   weakremover(kernel-desktop) < 4.2
Provides:   weakremover(kernel-ec2) < 3.11
Provides:   weakremover(kernel-pae) < 3.11
Provides:   weakremover(kernel-vanilla) < 3.11
Provides:   weakremover(kernel-xen) < 3.11
# migrated from MANUAL_OBSOLETES/packages
Provides:   weakremover(boost-license1_56_0)
Provides:   weakremover(boost-license1_59_0)
Provides:   weakremover(gpg-pubkey-3d25d3d9-36e12d04)
Provides:   weakremover(lib++dfb-1_7-6)
Provides:   weakremover(libastro-qt5-1)
Provides:   weakremover(libboost_atomic1_59_0)
Provides:   weakremover(libboost_atomic1_60_0)
Provides:   weakremover(libboost_atomic1_62_0)
Provides:   weakremover(libboost_atomic1_63_0)
Provides:   weakremover(libboost_chrono1_59_0)
Provides:   weakremover(libboost_chrono1_60_0)
Provides:   weakremover(libboost_chrono1_62_0)
Provides:   weakremover(libboost_chrono1_63_0)
Provides:   weakremover(libboost_container1_59_0)
Provides:   weakremover(libboost_container1_60_0)
Provides:   weakremover(libboost_container1_62_0)
Provides:   weakremover(libboost_container1_63_0)
Provides:   weakremover(libboost_context1_59_0)
Provides:   weakremover(libboost_context1_60_0)
Provides:   weakremover(libboost_context1_62_0)
Provides:   weakremover(libboost_context1_63_0)
Provides:   weakremover(libboost_coroutine1_59_0)
Provides:   weakremover(libboost_coroutine1_60_0)
Provides:   weakremover(libboost_coroutine1_62_0)
Provides:   weakremover(libboost_coroutine1_63_0)
Provides:   weakremover(libboost_date_time1_59_0)
Provides:   weakremover(libboost_date_time1_60_0)
Provides:   weakremover(libboost_date_time1_62_0)
Provides:   weakremover(libboost_date_time1_63_0)
Provides:   weakremover(libboost_filesystem1_59_0)
Provides:   weakremover(libboost_filesystem1_60_0)
Provides:   weakremover(libboost_filesystem1_62_0)
Provides:   weakremover(libboost_filesystem1_63_0)
Provides:   weakremover(libboost_graph1_59_0)
Provides:   weakremover(libboost_graph1_60_0)
Provides:   weakremover(libboost_graph1_62_0)
Provides:   weakremover(libboost_graph1_63_0)
Provides:   weakremover(libboost_iostreams1_5

commit antlr3 for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package antlr3 for openSUSE:Factory checked 
in at 2023-09-25 20:03:51

Comparing /work/SRC/openSUSE:Factory/antlr3 (Old)
 and  /work/SRC/openSUSE:Factory/.antlr3.new.1770 (New)


Package is "antlr3"

Mon Sep 25 20:03:51 2023 rev:7 rq:1113403 version:3.5.3

Changes:

--- /work/SRC/openSUSE:Factory/antlr3/antlr3.changes2023-09-20 
13:34:11.769407168 +0200
+++ /work/SRC/openSUSE:Factory/.antlr3.new.1770/antlr3.changes  2023-09-25 
20:43:42.577951723 +0200
@@ -1,0 +2,5 @@
+Mon Sep 25 09:21:59 UTC 2023 - Fridrich Strba 
+
+- Remove dependency on maven2
+
+---



Other differences:
--
++ antlr3.spec ++
--- /var/tmp/diff_new_pack.8Qzl6a/_old  2023-09-25 20:43:44.094006492 +0200
+++ /var/tmp/diff_new_pack.8Qzl6a/_new  2023-09-25 20:43:44.094006492 +0200
@@ -68,7 +68,6 @@
 BuildRequires:  mvn(org.antlr:antlr-runtime)
 BuildRequires:  mvn(org.apache.maven.plugins:maven-plugin-plugin)
 BuildRequires:  mvn(org.apache.maven:maven-plugin-api)
-BuildRequires:  mvn(org.apache.maven:maven-project)
 BuildRequires:  mvn(org.codehaus.plexus:plexus-compiler-api)
 BuildRequires:  mvn(xerces:dom3-xml-apis)
 


commit antlr4 for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package antlr4 for openSUSE:Factory checked 
in at 2023-09-25 20:03:52

Comparing /work/SRC/openSUSE:Factory/antlr4 (Old)
 and  /work/SRC/openSUSE:Factory/.antlr4.new.1770 (New)


Package is "antlr4"

Mon Sep 25 20:03:52 2023 rev:11 rq:1113405 version:4.13.0

Changes:

--- /work/SRC/openSUSE:Factory/antlr4/antlr4.changes2023-09-20 
13:32:14.061190203 +0200
+++ /work/SRC/openSUSE:Factory/.antlr4.new.1770/antlr4.changes  2023-09-25 
20:43:44.394017329 +0200
@@ -1,0 +2,5 @@
+Mon Sep 25 09:22:43 UTC 2023 - Fridrich Strba 
+
+- Remove dependency on maven2
+
+---



Other differences:
--
++ antlr4.spec ++
--- /var/tmp/diff_new_pack.o9shy6/_old  2023-09-25 20:43:45.598060827 +0200
+++ /var/tmp/diff_new_pack.o9shy6/_new  2023-09-25 20:43:45.598060827 +0200
@@ -53,8 +53,9 @@
 BuildRequires:  mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
 BuildRequires:  mvn(org.apache.maven.plugins:maven-plugin-plugin)
 BuildRequires:  mvn(org.apache.maven.plugins:maven-source-plugin)
+BuildRequires:  mvn(org.apache.maven:maven-compat)
+BuildRequires:  mvn(org.apache.maven:maven-core)
 BuildRequires:  mvn(org.apache.maven:maven-plugin-api)
-BuildRequires:  mvn(org.apache.maven:maven-project)
 BuildRequires:  mvn(org.codehaus.mojo:build-helper-maven-plugin)
 BuildRequires:  mvn(org.codehaus.plexus:plexus-compiler-api)
 BuildRequires:  mvn(org.codehaus.plexus:plexus-utils)


commit antlr-maven-plugin for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package antlr-maven-plugin for 
openSUSE:Factory checked in at 2023-09-25 20:03:50

Comparing /work/SRC/openSUSE:Factory/antlr-maven-plugin (Old)
 and  /work/SRC/openSUSE:Factory/.antlr-maven-plugin.new.1770 (New)


Package is "antlr-maven-plugin"

Mon Sep 25 20:03:50 2023 rev:4 rq:1113401 version:2.2

Changes:

--- /work/SRC/openSUSE:Factory/antlr-maven-plugin/antlr-maven-plugin.changes
2022-03-21 20:13:32.420530358 +0100
+++ 
/work/SRC/openSUSE:Factory/.antlr-maven-plugin.new.1770/antlr-maven-plugin.changes
  2023-09-25 20:43:40.221866607 +0200
@@ -1,0 +2,5 @@
+Mon Sep 25 09:21:04 UTC 2023 - Fridrich Strba 
+
+- Remove dependency on maven2
+
+---



Other differences:
--
++ antlr-maven-plugin.spec ++
--- /var/tmp/diff_new_pack.Yz5fvb/_old  2023-09-25 20:43:42.349943486 +0200
+++ /var/tmp/diff_new_pack.Yz5fvb/_new  2023-09-25 20:43:42.353943631 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package antlr-maven-plugin
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -39,8 +39,8 @@
 BuildRequires:  mvn(org.apache.maven.plugins:maven-plugin-plugin)
 BuildRequires:  mvn(org.apache.maven.reporting:maven-reporting-impl)
 BuildRequires:  mvn(org.apache.maven.wagon:wagon-provider-api)
+BuildRequires:  mvn(org.apache.maven:maven-core)
 BuildRequires:  mvn(org.apache.maven:maven-plugin-api)
-BuildRequires:  mvn(org.apache.maven:maven-project)
 BuildRequires:  mvn(org.codehaus.modello:modello-maven-plugin)
 BuildRequires:  mvn(org.codehaus.mojo:mojo-parent:pom:)
 BuildRequires:  mvn(org.codehaus.plexus:plexus-i18n)
@@ -67,6 +67,8 @@
 %patch3 -p1 -b .fixnpe
 %patch4 -p1
 
+%pom_change_dep :maven-project :maven-core:3.9.3
+
 # reporting eventually pulls in another antlr and we'd break with weird errors
 %pom_xpath_inject 
"pom:dependency[pom:artifactId[text()='maven-reporting-impl']]/pom:exclusions" "
 


commit buildnumber-maven-plugin for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package buildnumber-maven-plugin for 
openSUSE:Factory checked in at 2023-09-25 20:03:55

Comparing /work/SRC/openSUSE:Factory/buildnumber-maven-plugin (Old)
 and  /work/SRC/openSUSE:Factory/.buildnumber-maven-plugin.new.1770 (New)


Package is "buildnumber-maven-plugin"

Mon Sep 25 20:03:55 2023 rev:3 rq:1113413 version:1.3

Changes:

--- 
/work/SRC/openSUSE:Factory/buildnumber-maven-plugin/buildnumber-maven-plugin.changes
2022-03-22 19:39:52.691069641 +0100
+++ 
/work/SRC/openSUSE:Factory/.buildnumber-maven-plugin.new.1770/buildnumber-maven-plugin.changes
  2023-09-25 20:44:28.851623388 +0200
@@ -1,0 +2,5 @@
+Mon Sep 25 09:35:11 UTC 2023 - Fridrich Strba 
+
+- Remove dependency on maven2
+
+---



Other differences:
--
++ buildnumber-maven-plugin.spec ++
--- /var/tmp/diff_new_pack.RONw7b/_old  2023-09-25 20:44:30.359677867 +0200
+++ /var/tmp/diff_new_pack.RONw7b/_new  2023-09-25 20:44:30.371678301 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package buildnumber-maven-plugin
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -42,10 +42,10 @@
 BuildRequires:  mvn(org.apache.maven.scm:maven-scm-provider-starteam)
 BuildRequires:  mvn(org.apache.maven.scm:maven-scm-provider-svn-commons)
 BuildRequires:  mvn(org.apache.maven.scm:maven-scm-provider-svnexe)
+BuildRequires:  mvn(org.apache.maven:maven-compat)
 BuildRequires:  mvn(org.apache.maven:maven-core)
 BuildRequires:  mvn(org.apache.maven:maven-plugin-api)
-BuildRequires:  mvn(org.apache.maven:maven-project)
-BuildRequires:  mvn(org.apache.maven:maven-settings:2.0.6)
+BuildRequires:  mvn(org.apache.maven:maven-settings)
 BuildRequires:  mvn(org.codehaus.mojo:mojo-parent:pom:)
 BuildRequires:  mvn(org.codehaus.plexus:plexus-container-default)
 BuildRequires:  mvn(org.codehaus.plexus:plexus-utils)
@@ -79,15 +79,21 @@
 %setup -q
 cp -p %{SOURCE1} .
 
+# migrate to maven 3
+%pom_xpath_set pom:properties/pom:maven.api.version 3.8.6
+%pom_change_dep :maven-project :maven-compat
+
+%pom_xpath_set pom:properties/pom:maven.compiler.source 1.8
+%pom_xpath_set pom:properties/pom:maven.compiler.target 1.8
+%pom_xpath_set pom:properties/pom:mojo.java.target 8
+
 %pom_remove_dep 
com.google.code.maven-scm-provider-svnjava:maven-scm-provider-svnjava
 %pom_remove_dep org.tmatesoft.svnkit:svnkit
 %pom_remove_plugin :maven-enforcer-plugin
 %pom_remove_plugin :maven-invoker-plugin
 
 %build
-%{mvn_build} -f -- \
-   -Dsource=8 -Dmaven.compiler.source=8 \
-   -Dmaven.compiler.target=8 -Dmojo.java.target=8
+%{mvn_build} -f -- -Dsource=8
 
 %install
 %mvn_install


commit consoleet-utils for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package consoleet-utils for openSUSE:Factory 
checked in at 2023-09-25 20:03:10

Comparing /work/SRC/openSUSE:Factory/consoleet-utils (Old)
 and  /work/SRC/openSUSE:Factory/.consoleet-utils.new.1770 (New)


Package is "consoleet-utils"

Mon Sep 25 20:03:10 2023 rev:4 rq:1113278 version:1.4

Changes:

--- /work/SRC/openSUSE:Factory/consoleet-utils/consoleet-utils.changes  
2023-08-21 11:44:30.831566096 +0200
+++ 
/work/SRC/openSUSE:Factory/.consoleet-utils.new.1770/consoleet-utils.changes
2023-09-25 20:44:58.756703721 +0200
@@ -1,0 +2,9 @@
+Sun Sep 24 12:54:03 UTC 2023 - Jan Engelhardt 
+
+- Update to release 1.4
+  * vfontas: add an -overstrike option
+  * palcomp: have the "ct" command exercise AIX color codes too
+  * palcomp: compute "cxl" and "cxr" tables for bright background
+colors as well
+
+---

Old:

  consoleet-utils-1.3.tar.asc
  consoleet-utils-1.3.tar.zst

New:

  consoleet-utils-1.4.tar.asc
  consoleet-utils-1.4.tar.zst



Other differences:
--
++ consoleet-utils.spec ++
--- /var/tmp/diff_new_pack.L3fXw3/_old  2023-09-25 20:44:59.916745628 +0200
+++ /var/tmp/diff_new_pack.L3fXw3/_new  2023-09-25 20:44:59.920745773 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   consoleet-utils
-Version:1.3
+Version:1.4
 Release:0
 Summary:Utilities for manipulating terminal fonts and colors
 License:GPL-3.0-or-later AND MIT


commit glassfish-hk2 for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package glassfish-hk2 for openSUSE:Factory 
checked in at 2023-09-25 20:03:55

Comparing /work/SRC/openSUSE:Factory/glassfish-hk2 (Old)
 and  /work/SRC/openSUSE:Factory/.glassfish-hk2.new.1770 (New)


Package is "glassfish-hk2"

Mon Sep 25 20:03:55 2023 rev:7 rq:1113415 version:2.5.0

Changes:

--- /work/SRC/openSUSE:Factory/glassfish-hk2/glassfish-hk2.changes  
2023-09-13 20:44:49.746645969 +0200
+++ /work/SRC/openSUSE:Factory/.glassfish-hk2.new.1770/glassfish-hk2.changes
2023-09-25 20:47:05.269274039 +0200
@@ -1,0 +2,5 @@
+Mon Sep 25 09:35:58 UTC 2023 - Fridrich Strba 
+
+- Remove dependency on maven2
+
+---



Other differences:
--
++ glassfish-hk2.spec ++
--- /var/tmp/diff_new_pack.WIiiFs/_old  2023-09-25 20:47:06.749327507 +0200
+++ /var/tmp/diff_new_pack.WIiiFs/_new  2023-09-25 20:47:06.753327651 +0200
@@ -347,6 +347,9 @@
 %pom_remove_dep -r :jboss-logging
 %pom_remove_dep -r :classmate
 
+%pom_add_dep org.apache.maven:maven-core:3.9.0:provided 
maven-plugins/osgiversion-maven-plugin
+%pom_add_dep org.apache.maven:maven-core:3.9.0:provided 
maven-plugins/consolidatedbundle-maven-plugin
+
 # Disable security policy that interferes with tests
 %pom_xpath_remove "pom:plugin[pom:artifactId 
='maven-surefire-plugin']/pom:configuration" hk2-api
 %pom_xpath_remove "pom:plugin[pom:artifactId 
='maven-surefire-plugin']/pom:configuration" hk2-locator


commit gnuhealth for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gnuhealth for openSUSE:Factory 
checked in at 2023-09-25 20:03:24

Comparing /work/SRC/openSUSE:Factory/gnuhealth (Old)
 and  /work/SRC/openSUSE:Factory/.gnuhealth.new.1770 (New)


Package is "gnuhealth"

Mon Sep 25 20:03:24 2023 rev:62 rq:1113309 version:4.2.3

Changes:

--- /work/SRC/openSUSE:Factory/gnuhealth/gnuhealth.changes  2023-09-20 
13:27:37.039265732 +0200
+++ /work/SRC/openSUSE:Factory/.gnuhealth.new.1770/gnuhealth.changes
2023-09-25 20:47:20.193813194 +0200
@@ -1,0 +2,6 @@
+Sun Sep 24 19:20:07 UTC 2023 - Axel Braun 
+
+- version 4.2.3
+  * Fix bug #64706: Error saving party with photo due to PIL deprecation of 
ANTIALIAS
+
+---

Old:

  gnuhealth-4.2.2.tar.gz
  gnuhealth-4.2.2.tar.gz.sig

New:

  gnuhealth-4.2.3.tar.gz
  gnuhealth-4.2.3.tar.gz.sig



Other differences:
--
++ gnuhealth.spec ++
--- /var/tmp/diff_new_pack.rBjc80/_old  2023-09-25 20:47:22.253887615 +0200
+++ /var/tmp/diff_new_pack.rBjc80/_new  2023-09-25 20:47:22.257887760 +0200
@@ -25,7 +25,7 @@
 
 Name:   gnuhealth
 
-Version:%{majorver}.2
+Version:%{majorver}.3
 Release:0
 URL:https://health.gnu.org
 Summary:A Health and Hospital Information System

++ gnuhealth-4.2.2.tar.gz -> gnuhealth-4.2.3.tar.gz ++
/work/SRC/openSUSE:Factory/gnuhealth/gnuhealth-4.2.2.tar.gz 
/work/SRC/openSUSE:Factory/.gnuhealth.new.1770/gnuhealth-4.2.3.tar.gz differ: 
char 5, line 1


commit godot3 for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package godot3 for openSUSE:Factory checked 
in at 2023-09-25 20:03:14

Comparing /work/SRC/openSUSE:Factory/godot3 (Old)
 and  /work/SRC/openSUSE:Factory/.godot3.new.1770 (New)


Package is "godot3"

Mon Sep 25 20:03:14 2023 rev:4 rq:1113294 version:3.5.2

Changes:

--- /work/SRC/openSUSE:Factory/godot3/godot3.changes2023-05-05 
15:57:31.176165738 +0200
+++ /work/SRC/openSUSE:Factory/.godot3.new.1770/godot3.changes  2023-09-25 
20:47:25.177993249 +0200
@@ -1,0 +2,6 @@
+Sat Sep 23 12:00:00 UTC 2023 - cu...@mail.de
+
+- removed scons_regression.patch - scons 4.5.2 is deployed
+- added improve_linker_detection.patch for pck embedding with runner
+
+---

Old:

  scons_regression.patch

New:

  improve_linker_detection.patch



Other differences:
--
++ godot3.spec ++
--- /var/tmp/diff_new_pack.yHQ58O/_old  2023-09-25 20:47:26.954057410 +0200
+++ /var/tmp/diff_new_pack.yHQ58O/_new  2023-09-25 20:47:26.954057410 +0200
@@ -46,7 +46,8 @@
 Patch2: tinyexr_thirdparty_upstream.patch
 # branch specific seperate config files and so on
 Patch3: rename_to_godot3.patch
-Patch4: scons_regression.patch
+# better linker version detection for pck embedding with runner
+Patch4: improve_linker_detection.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes

++ improve_linker_detection.patch ++
From: cu...@mail.de
Date: 2023-09-21 12:00:00
Subject: regex in linker detection for template builds fails sometimes to 
recognize correct ld version
References: https://github.com/godotengine/godot/issues/82078

distro added stuff to "ld --version" output prevents correct
version detection.
regex adjusted to improve detection of linker to include
pck embadding code in template builds.

---

diff -r -U 5 a/platform/x11/detect.py b/platform/x11/detect.py
--- a/platform/x11/detect.py
+++ b/platform/x11/detect.py
@@ -406,11 +406,11 @@
 import re
 
 linker_version_str = subprocess.check_output(
 [env.subst(env["LINK"]), "-Wl,--version"] + 
env.subst(env["LINKFLAGS"])
 ).decode("utf-8")
-gnu_ld_version = re.search("^GNU ld [^$]*(\d+\.\d+)$", 
linker_version_str, re.MULTILINE)
+gnu_ld_version = re.search("^GNU ld \(GNU Binutils.*\) (\d+\.\d+)", 
linker_version_str, re.MULTILINE)
 if not gnu_ld_version:
 print(
 "Warning: Creating template binaries enabled for PCK embedding 
is currently only supported with GNU ld, not gold or LLD."
 )
 else:


commit gpxsee for openSUSE:Factory

2023-09-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 2023-09-25 20:03:43

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


Package is "gpxsee"

Mon Sep 25 20:03:43 2023 rev:112 rq:1113377 version:13.9

Changes:

--- /work/SRC/openSUSE:Factory/gpxsee/gpxsee.changes2023-09-08 
21:16:28.780483384 +0200
+++ /work/SRC/openSUSE:Factory/.gpxsee.new.1770/gpxsee.changes  2023-09-25 
20:47:37.078423157 +0200
@@ -1,0 +2,9 @@
+Sun Sep 24 23:36:15 CEST 2023 - tu...@cbox.cz
+
+- Update to version 13.9
+  * Fixed storing of WMTS tiles with file system incompatible tile
+matrix names.
+  * Improved/fixed TrekBuddy maps/atlases support.
+  * Improved ENC maps rendering style.
+
+---

Old:

  GPXSee-13.8.tar.gz

New:

  GPXSee-13.9.tar.gz



Other differences:
--
++ gpxsee.spec ++
--- /var/tmp/diff_new_pack.cxZdyj/_old  2023-09-25 20:47:38.890488618 +0200
+++ /var/tmp/diff_new_pack.cxZdyj/_new  2023-09-25 20:47:38.894488763 +0200
@@ -19,7 +19,7 @@
 # See also http://en.opensuse.org/openSUSE:Specfile_guidelines
 
 Name:   gpxsee
-Version:13.8
+Version:13.9
 Release:1
 Summary:GPS log file visualization and analysis tool
 License:GPL-3.0-only

++ GPXSee-13.8.tar.gz -> GPXSee-13.9.tar.gz ++
 2255 lines of diff (skipped)

++ PKGBUILD ++
--- /var/tmp/diff_new_pack.cxZdyj/_old  2023-09-25 20:47:39.482510006 +0200
+++ /var/tmp/diff_new_pack.cxZdyj/_new  2023-09-25 20:47:39.486510150 +0200
@@ -1,5 +1,5 @@
 pkgname=gpxsee
-pkgver=13.8
+pkgver=13.9
 pkgrel=1
 pkgdesc='GPS log files visualizing and analyzing tool'
 arch=('i686' 'x86_64')

++ debian.changelog ++
--- /var/tmp/diff_new_pack.cxZdyj/_old  2023-09-25 20:47:39.526511595 +0200
+++ /var/tmp/diff_new_pack.cxZdyj/_new  2023-09-25 20:47:39.554512607 +0200
@@ -1,3 +1,12 @@
+gpxsee (13.9) stable; urgency=low
+
+  * Fixed storing of WMTS tiles with file system incompatible tile
+matrix names.
+  * Improved/fixed TrekBuddy maps/atlases support.
+  * Improved ENC maps rendering style.
+
+ -- Martin Tuma   Sun, 24 Sep 2023 23:45:47 +0200
+
 gpxsee (13.8) stable; urgency=low
 
   * Added support for ENC atlases (catalogues).

++ gpxsee.dsc ++
--- /var/tmp/diff_new_pack.cxZdyj/_old  2023-09-25 20:47:40.062530959 +0200
+++ /var/tmp/diff_new_pack.cxZdyj/_new  2023-09-25 20:47:40.086531826 +0200
@@ -1,10 +1,10 @@
 Format: 1.0
 Source: gpxsee
-Version: 13.8-1
+Version: 13.9-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.8.tar.gz
+  0 GPXSee-13.9.tar.gz
 


commit govulncheck for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package govulncheck for openSUSE:Factory 
checked in at 2023-09-25 20:03:28

Comparing /work/SRC/openSUSE:Factory/govulncheck (Old)
 and  /work/SRC/openSUSE:Factory/.govulncheck.new.1770 (New)


Package is "govulncheck"

Mon Sep 25 20:03:28 2023 rev:3 rq:1113319 version:1.0.1

Changes:

--- /work/SRC/openSUSE:Factory/govulncheck/govulncheck.changes  2023-09-13 
20:47:17.047894581 +0200
+++ /work/SRC/openSUSE:Factory/.govulncheck.new.1770/govulncheck.changes
2023-09-25 20:47:33.242284575 +0200
@@ -1,0 +2,15 @@
+Sun Sep 24 23:15:41 UTC 2023 - Jeff Kowalczyk 
+
+- Update to version 1.0.1:
+  * all: go get golang.org/x/tools@74c255b
+  * internal/scan: change the way convert mode works
+  * internal/scan: add -version flag
+  * internal/vulncheck/internal/gosym: fix typo
+  * internal/gosym: update binary mode version parsing
+  * internal/scan: refactor to remove redundant code
+  * vulncheck/internal/gosym: add support for go versions > 1.20
+  * internal/vulncheck/internal/buildinfo: skip failing tests
+  * cmd/govulncheck: skip TestCommand in short mode
+- _service add setversion to automatically update spec Version
+
+---
@@ -7 +21,0 @@
-   

Old:

  govulncheck-1.0.0.tar.gz

New:

  govulncheck-1.0.1.tar.gz



Other differences:
--
++ govulncheck.spec ++
--- /var/tmp/diff_new_pack.AvM4jM/_old  2023-09-25 20:47:34.502330094 +0200
+++ /var/tmp/diff_new_pack.AvM4jM/_new  2023-09-25 20:47:34.506330239 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   govulncheck
-Version:1.0.0
+Version:1.0.1
 Release:0
 Summary:CLI tool to report known CVE vulnerabilities in Go source code 
and binaries
 License:Apache-2.0 AND BSD-3-Clause

++ _service ++
--- /var/tmp/diff_new_pack.AvM4jM/_old  2023-09-25 20:47:34.538331395 +0200
+++ /var/tmp/diff_new_pack.AvM4jM/_new  2023-09-25 20:47:34.542331540 +0200
@@ -3,12 +3,14 @@
 https://github.com/golang/vuln.git
 git
 .git
-v1.0.0
+v1.0.1
 @PARENT_TAG@
 enable
 v(.*)
 govulncheck
   
+  
+  
   
 *.tar
 gz

++ _servicedata ++
--- /var/tmp/diff_new_pack.AvM4jM/_old  2023-09-25 20:47:34.562332262 +0200
+++ /var/tmp/diff_new_pack.AvM4jM/_new  2023-09-25 20:47:34.562332262 +0200
@@ -1,6 +1,6 @@
 
 
 https://github.com/golang/vuln.git
-  f69de671333b611ab6b6f21f8ff0ab53f6d96c61
+  da4b74a5408a0116e9a2dde953659a7b0956dc56
 (No newline at EOF)
 

++ govulncheck-1.0.0.tar.gz -> govulncheck-1.0.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/govulncheck-1.0.0/cmd/govulncheck/main_command_118_test.go 
new/govulncheck-1.0.1/cmd/govulncheck/main_command_118_test.go
--- old/govulncheck-1.0.0/cmd/govulncheck/main_command_118_test.go  
2023-07-13 06:55:19.0 +0200
+++ new/govulncheck-1.0.1/cmd/govulncheck/main_command_118_test.go  
2023-08-17 19:30:53.0 +0200
@@ -59,8 +59,8 @@
pattern: `Scanning your code and (\d+) packages across (\d+)`,
replace: `Scanning your code and P packages across M`,
}, {
-   pattern: `govulncheck@v([^ ]*) `,
-   replace: `govulncheck@v0.0.0-000-2101010101 `,
+   pattern: `Scanner: govulncheck@v.*`,
+   replace: `Scanner: govulncheck@v1.0.0`,
}, {
pattern: `"([^"]*") is a file`,
replace: `govulncheck: myfile is a file`,
@@ -77,8 +77,8 @@
pattern: `modified (.*)\)`,
replace: `modified 01 Jan 21 00:00 UTC)`,
}, {
-   pattern: `Using (go1.[\.\d]*|devel).* and`,
-   replace: `Using go1.18 and`,
+   pattern: `Go: (go1.[\.\d]*|devel).*`,
+   replace: `Go: go1.18`,
}, {
pattern: `"go_version": "go[^\s"]*"`,
replace: `"go_version": "go1.18"`,
@@ -103,6 +103,10 @@
 }
 
 func TestCommand(t *testing.T) {
+   if testing.Short() {
+   t.Skip("skipping test that uses internet in short mode")
+   }
+
testDir, err := os.Getwd()
if err != nil {
t.Fatal(err)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/govulncheck-1.0.0/cmd/govulncheck/testdata/binary_fail.ct 
new/govulncheck-1.0.1/cmd/govulncheck/testdata/binary_fail.ct
--- old/govulncheck-1.0.0/cmd/govulncheck/testdata/binary_fail.ct   
2023-07-13 06:55:19.0 +0200
+++ new/govulncheck-1.0.1/cmd/govulncheck/testdata/binary_fai

commit gsequencer for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gsequencer for openSUSE:Factory 
checked in at 2023-09-25 20:02:31

Comparing /work/SRC/openSUSE:Factory/gsequencer (Old)
 and  /work/SRC/openSUSE:Factory/.gsequencer.new.1770 (New)


Package is "gsequencer"

Mon Sep 25 20:02:31 2023 rev:137 rq:1113216 version:6.0.13

Changes:

--- /work/SRC/openSUSE:Factory/gsequencer/gsequencer.changes2023-09-04 
22:53:24.823410152 +0200
+++ /work/SRC/openSUSE:Factory/.gsequencer.new.1770/gsequencer.changes  
2023-09-25 20:47:53.299009133 +0200
@@ -1,0 +2,12 @@
+Sat Sep 23 14:17:25 UTC 2023 - Joël Krähemann 
+
+- new upstream v6.0.13 fixed resampling of ags-fx-buffer and
+  ags-fx-playback.
+- minor improvements.
+
+---
+Mon Sep 11 06:06:15 UTC 2023 - Joël Krähemann 
+
+- new upstream v6.0.11 fixed memory leaks.
+
+---

Old:

  gsequencer-6.0.8.tar.gz

New:

  gsequencer-6.0.13.tar.gz



Other differences:
--
++ gsequencer.spec ++
--- /var/tmp/diff_new_pack.nLvRV3/_old  2023-09-25 20:47:54.515053063 +0200
+++ /var/tmp/diff_new_pack.nLvRV3/_new  2023-09-25 20:47:54.515053063 +0200
@@ -22,7 +22,7 @@
 # activated with --with run_functional_tests command line switch.
 %bcond_with run_functional_tests
 Name:   gsequencer
-Version:6.0.8
+Version:6.0.13
 Release:0
 Summary:Audio processing engine
 License:AGPL-3.0-or-later AND GPL-3.0-or-later AND GFDL-1.3-only

++ gsequencer-6.0.8.tar.gz -> gsequencer-6.0.13.tar.gz ++
/work/SRC/openSUSE:Factory/gsequencer/gsequencer-6.0.8.tar.gz 
/work/SRC/openSUSE:Factory/.gsequencer.new.1770/gsequencer-6.0.13.tar.gz 
differ: char 18, line 1


commit grommunio-web for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package grommunio-web for openSUSE:Factory 
checked in at 2023-09-25 20:02:45

Comparing /work/SRC/openSUSE:Factory/grommunio-web (Old)
 and  /work/SRC/openSUSE:Factory/.grommunio-web.new.1770 (New)


Package is "grommunio-web"

Mon Sep 25 20:02:45 2023 rev:4 rq:1113239 version:3.3.0.f7738a0

Changes:

--- /work/SRC/openSUSE:Factory/grommunio-web/grommunio-web.changes  
2023-05-03 12:56:55.727709641 +0200
+++ /work/SRC/openSUSE:Factory/.grommunio-web.new.1770/grommunio-web.changes
2023-09-25 20:47:47.742808412 +0200
@@ -1,0 +2,11 @@
+Sat Sep 23 21:30:16 UTC 2023 - Jan Engelhardt 
+
+- Update to release 3.3
+  * Freebusy is determined using mapi_getuserfreebusy PHP
+function introdued in Gromox-2.11
+  * The Menu key is now usable to call up thecontext menu in the
+content table
+  * Copy-to-trash had erroneously moved the mail
+  * Rules dialog no longer hides shared stores
+
+---

Old:

  grommunio-web-3.2.43.7ebf7d9.tar.xz

New:

  grommunio-web-3.3.0.f7738a0.tar.xz



Other differences:
--
++ grommunio-web.spec ++
--- /var/tmp/diff_new_pack.tKCIXD/_old  2023-09-25 20:47:49.462870550 +0200
+++ /var/tmp/diff_new_pack.tKCIXD/_new  2023-09-25 20:47:49.462870550 +0200
@@ -21,7 +21,7 @@
 %endif
 
 Name:   grommunio-web
-Version:3.2.43.7ebf7d9
+Version:3.3.0.f7738a0
 Release:0
 Summary:Web client for access to grommunio features from the web
 License:AGPL-3.0-or-later AND GPL-3.0-only AND LGPL-2.1-only AND MIT
@@ -88,7 +88,7 @@
 %endif
 
 Requires(pre):  user(groweb)
-Requires:   gromox >= 1.27
+Requires:   gromox >= 2.11
 BuildRequires:  mapi-header-php
 Requires:   mapi-header-php
 

++ _service ++
--- /var/tmp/diff_new_pack.tKCIXD/_old  2023-09-25 20:47:49.510872285 +0200
+++ /var/tmp/diff_new_pack.tKCIXD/_new  2023-09-25 20:47:49.514872429 +0200
@@ -1,5 +1,5 @@
 
-   
+   
git
https://github.com/grommunio/grommunio-web
grommunio-web
@@ -7,10 +7,10 @@
@PARENT_TAG@.@TAG_OFFSET@.%h
grommunio-web-?(.*)

-   
+   
*.tar
xz

-   
+   
 
 

++ debian.changelog ++
--- /var/tmp/diff_new_pack.tKCIXD/_old  2023-09-25 20:47:49.550873729 +0200
+++ /var/tmp/diff_new_pack.tKCIXD/_new  2023-09-25 20:47:49.554873874 +0200
@@ -1,4 +1,4 @@
-grommunio-web (0.1.0) unstable; urgency=low
+grommunio-web (3.3.0.f7738a0) unstable; urgency=low
 
   * Current release
 

++ grommunio-web-3.2.43.7ebf7d9.tar.xz -> 
grommunio-web-3.3.0.f7738a0.tar.xz ++
/work/SRC/openSUSE:Factory/grommunio-web/grommunio-web-3.2.43.7ebf7d9.tar.xz 
/work/SRC/openSUSE:Factory/.grommunio-web.new.1770/grommunio-web-3.3.0.f7738a0.tar.xz
 differ: char 15, line 1

++ grommunio-web.dsc ++
--- /var/tmp/diff_new_pack.tKCIXD/_old  2023-09-25 20:47:49.670878065 +0200
+++ /var/tmp/diff_new_pack.tKCIXD/_new  2023-09-25 20:47:49.678878354 +0200
@@ -3,7 +3,7 @@
 Binary: grommunio-web
 Architecture: all
 DEBTRANSFORM-RELEASE: 1
-Version: 3.2.43.7ebf7d9
+Version: 3.3.0.f7738a0
 Maintainer: grommunio 
 Homepage: https://grommunio.com/
 Standards-Version: 3.9.4


commit gromox for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gromox for openSUSE:Factory checked 
in at 2023-09-25 20:02:44

Comparing /work/SRC/openSUSE:Factory/gromox (Old)
 and  /work/SRC/openSUSE:Factory/.gromox.new.1770 (New)


Package is "gromox"

Mon Sep 25 20:02:44 2023 rev:17 rq:1113238 version:2.13

Changes:

--- /work/SRC/openSUSE:Factory/gromox/gromox.changes2023-09-06 
18:57:59.747136293 +0200
+++ /work/SRC/openSUSE:Factory/.gromox.new.1770/gromox.changes  2023-09-25 
20:47:50.158895694 +0200
@@ -1,0 +2,10 @@
+Sat Sep 23 20:54:29 UTC 2023 - Jan Engelhardt 
+
+- Update to release 2.13
+  * emsmdb: eliminiate duplicate message appearing when copying
+to a private non-default / shared store
+  * EWS: support the {Create,Delete,Move,Copy,Update,Empty}Folder
+operation(s)
+  * EWS: support the {Copy,Move}Item operation(s)
+
+---

Old:

  gromox-2.12.tar.asc
  gromox-2.12.tar.zst

New:

  gromox-2.13.tar.asc
  gromox-2.13.tar.zst



Other differences:
--
++ gromox.spec ++
--- /var/tmp/diff_new_pack.20yGPx/_old  2023-09-25 20:47:51.762953642 +0200
+++ /var/tmp/diff_new_pack.20yGPx/_new  2023-09-25 20:47:51.762953642 +0200
@@ -19,7 +19,7 @@
 %define _libexecdir %_prefix/libexec
 
 Name:   gromox
-Version:2.12
+Version:2.13
 Release:0
 Summary:Groupware server backend with RPC, IMAP,POP3, PHP-MAPI support
 License:AGPL-3.0-or-later AND GPL-2.0-only AND GPL-3.0-or-later

++ gromox.dsc ++
--- /var/tmp/diff_new_pack.20yGPx/_old  2023-09-25 20:47:51.870957544 +0200
+++ /var/tmp/diff_new_pack.20yGPx/_new  2023-09-25 20:47:51.870957544 +0200
@@ -1,7 +1,7 @@
 Format: 1.0
 Source: gromox
 Architecture: any
-Version: 2.12
+Version: 2.13
 DEBTRANSFORM-RELEASE: 1
 Maintainer: Gromox 
 Homepage: https://gromox.com


commit iperf for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package iperf for openSUSE:Factory checked 
in at 2023-09-25 20:02:38

Comparing /work/SRC/openSUSE:Factory/iperf (Old)
 and  /work/SRC/openSUSE:Factory/.iperf.new.1770 (New)


Package is "iperf"

Mon Sep 25 20:02:38 2023 rev:35 rq:1113223 version:3.15

Changes:

--- /work/SRC/openSUSE:Factory/iperf/iperf.changes  2023-07-24 
18:25:44.994073806 +0200
+++ /work/SRC/openSUSE:Factory/.iperf.new.1770/iperf.changes2023-09-25 
20:48:29.152304347 +0200
@@ -1,0 +2,12 @@
+Sat Sep 23 11:06:51 UTC 2023 - Dirk Müller 
+
+- update to 3.15:
+  * Several bugs that could allow the iperf3 server to hang waiting
+for input on the control connection has been fixed
+(ESnet Software Security Advisory ESNET-SECADV-2023-0002)
+  * A bug that caused garbled output with UDP tests on 32-bit hosts
+has been fixed (PR #1554, PR #1556). This bug was introduced in
+iperf-3.14.
+  * A bug in counting UDP messages has been fixed
+
+---

Old:

  iperf-3.14.tar.gz
  iperf-3.14.tar.gz.sha256

New:

  iperf-3.15.tar.gz
  iperf-3.15.tar.gz.sha256



Other differences:
--
++ iperf.spec ++
--- /var/tmp/diff_new_pack.yMIWNF/_old  2023-09-25 20:48:30.396349289 +0200
+++ /var/tmp/diff_new_pack.yMIWNF/_new  2023-09-25 20:48:30.396349289 +0200
@@ -18,7 +18,7 @@
 
 %define soname  0
 Name:   iperf
-Version:3.14
+Version:3.15
 Release:0
 Summary:A tool to measure network performance
 License:BSD-3-Clause

++ iperf-3.14.tar.gz -> iperf-3.15.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/iperf-3.14/README.md new/iperf-3.15/README.md
--- old/iperf-3.14/README.md2023-07-07 23:47:41.0 +0200
+++ new/iperf-3.15/README.md2023-09-14 20:38:11.0 +0200
@@ -78,8 +78,8 @@
 -Z, --zerocopyuse a 'zero copy' sendfile() method of sending 
data
 -A, --affinity n/n,m  set CPU affinity
 
-Bug Reports

+Bug and Security Reports
+
 
 Before submitting a bug report, please make sure you're running the
 latest version of the code, and confirm that your issue has not
@@ -99,6 +99,11 @@
 If you have a question about usage or about the code, please do *not*
 submit an issue.  Please use one of the mailing lists for that.
 
+If you suspect there is a potential security issue, please contact the
+developers at:
+
+ip...@es.net
+
 Relation to iperf 2.x
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/iperf-3.14/RELNOTES.md new/iperf-3.15/RELNOTES.md
--- old/iperf-3.14/RELNOTES.md  2023-07-07 23:47:41.0 +0200
+++ new/iperf-3.15/RELNOTES.md  2023-09-14 20:38:11.0 +0200
@@ -1,6 +1,24 @@
 iperf3 Release Notes
 
 
+iperf-3.15 2023-09-14
+-
+
+* Notable user-visible changes
+
+  * Several bugs that could allow the iperf3 server to hang waiting
+for input on the control connection has been fixed. ESnet thanks
+Jorge Sancho Larraz from Canonical for reporting this issue. For
+more information, see:
+https://downloads.es.net/pub/iperf/esnet-secadv-2023-0002.txt.asc
+
+  * A bug that caused garbled output with UDP tests on 32-bit hosts
+has been fixed (PR #1554, PR #1556). This bug was introduced in
+iperf-3.14.
+
+  * A bug in counting UDP messages has been fixed (PR #1367, PR
+#1380).
+
 iperf-3.14 2023-07-07
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/iperf-3.14/configure new/iperf-3.15/configure
--- old/iperf-3.14/configure2023-07-07 23:47:41.0 +0200
+++ new/iperf-3.15/configure2023-09-14 20:38:11.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.71 for iperf 3.14.
+# Generated by GNU Autoconf 2.71 for iperf 3.15.
 #
 # Report bugs to .
 #
@@ -621,8 +621,8 @@
 # Identity of this package.
 PACKAGE_NAME='iperf'
 PACKAGE_TARNAME='iperf'
-PACKAGE_VERSION='3.14'
-PACKAGE_STRING='iperf 3.14'
+PACKAGE_VERSION='3.15'
+PACKAGE_STRING='iperf 3.15'
 PACKAGE_BUGREPORT='https://github.com/esnet/iperf'
 PACKAGE_URL='https://software.es.net/iperf/'
 
@@ -1366,7 +1366,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures iperf 3.14 to adapt to many kinds of systems.
+\`configure' confi

commit javacc-maven-plugin for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package javacc-maven-plugin for 
openSUSE:Factory checked in at 2023-09-25 20:03:56

Comparing /work/SRC/openSUSE:Factory/javacc-maven-plugin (Old)
 and  /work/SRC/openSUSE:Factory/.javacc-maven-plugin.new.1770 (New)


Package is "javacc-maven-plugin"

Mon Sep 25 20:03:56 2023 rev:3 rq:1113416 version:2.6

Changes:

--- /work/SRC/openSUSE:Factory/javacc-maven-plugin/javacc-maven-plugin.changes  
2022-03-22 19:40:38.451117645 +0100
+++ 
/work/SRC/openSUSE:Factory/.javacc-maven-plugin.new.1770/javacc-maven-plugin.changes
2023-09-25 20:48:40.072698851 +0200
@@ -1,0 +2,5 @@
+Mon Sep 25 09:36:52 UTC 2023 - Fridrich Strba 
+
+- Remove dependency on maven2
+
+---



Other differences:
--
++ javacc-maven-plugin.spec ++
--- /var/tmp/diff_new_pack.lz6Bed/_old  2023-09-25 20:48:41.252741480 +0200
+++ /var/tmp/diff_new_pack.lz6Bed/_new  2023-09-25 20:48:41.252741480 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package javacc-maven-plugin
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -37,9 +37,9 @@
 BuildRequires:  mvn(org.apache.maven.plugins:maven-plugin-plugin)
 BuildRequires:  mvn(org.apache.maven.reporting:maven-reporting-api)
 BuildRequires:  mvn(org.apache.maven.reporting:maven-reporting-impl)
+BuildRequires:  mvn(org.apache.maven:maven-core)
 BuildRequires:  mvn(org.apache.maven:maven-model)
 BuildRequires:  mvn(org.apache.maven:maven-plugin-api)
-BuildRequires:  mvn(org.apache.maven:maven-project)
 BuildRequires:  mvn(org.codehaus.mojo:mojo-parent:pom:)
 BuildRequires:  mvn(org.codehaus.plexus:plexus-utils)
 BuildArch:  noarch
@@ -59,6 +59,10 @@
 %patch0 -b .sav
 cp -p %{SOURCE1} .
 
+# migrate to maven 3
+%pom_xpath_set pom:prerequisites/pom:maven 3.8.6
+%pom_change_dep :maven-project :maven-core
+
 %build
 %{mvn_build} -f -- \
 %if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}


commit jetty-build-support for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package jetty-build-support for 
openSUSE:Factory checked in at 2023-09-25 20:03:57

Comparing /work/SRC/openSUSE:Factory/jetty-build-support (Old)
 and  /work/SRC/openSUSE:Factory/.jetty-build-support.new.1770 (New)


Package is "jetty-build-support"

Mon Sep 25 20:03:57 2023 rev:4 rq:1113417 version:1.5

Changes:

--- /work/SRC/openSUSE:Factory/jetty-build-support/jetty-build-support.changes  
2023-09-20 13:32:41.050157099 +0200
+++ 
/work/SRC/openSUSE:Factory/.jetty-build-support.new.1770/jetty-build-support.changes
2023-09-25 20:48:45.296887577 +0200
@@ -1,0 +2,5 @@
+Mon Sep 25 09:38:02 UTC 2023 - Fridrich Strba 
+
+- Remove dependency on maven2
+
+---



Other differences:
--
++ jetty-build-support.spec ++
--- /var/tmp/diff_new_pack.zk2Jky/_old  2023-09-25 20:48:46.492930784 +0200
+++ /var/tmp/diff_new_pack.zk2Jky/_new  2023-09-25 20:48:46.492930784 +0200
@@ -36,7 +36,6 @@
 BuildRequires:  mvn(org.apache.maven:maven-artifact)
 BuildRequires:  mvn(org.apache.maven:maven-core)
 BuildRequires:  mvn(org.apache.maven:maven-plugin-api)
-BuildRequires:  mvn(org.apache.maven:maven-project)
 BuildRequires:  mvn(org.codehaus.plexus:plexus-container-default)
 BuildRequires:  mvn(org.eclipse.jetty.toolchain:jetty-toolchain:pom:)
 BuildRequires:  mvn(org.junit.jupiter:junit-jupiter-engine)
@@ -60,6 +59,9 @@
 
 %pom_remove_plugin :maven-javadoc-plugin
 
+%pom_xpath_set pom:properties/pom:maven.version 3.8.1
+%pom_remove_dep :maven-project
+
 %build
 %{mvn_build} -f -- -Dsource=8
 


commit jetty-version-maven-plugin for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package jetty-version-maven-plugin for 
openSUSE:Factory checked in at 2023-09-25 20:03:58

Comparing /work/SRC/openSUSE:Factory/jetty-version-maven-plugin (Old)
 and  /work/SRC/openSUSE:Factory/.jetty-version-maven-plugin.new.1770 (New)


Package is "jetty-version-maven-plugin"

Mon Sep 25 20:03:58 2023 rev:3 rq:1113418 version:1.0.10

Changes:

--- 
/work/SRC/openSUSE:Factory/jetty-version-maven-plugin/jetty-version-maven-plugin.changes
2022-05-05 23:07:45.633659698 +0200
+++ 
/work/SRC/openSUSE:Factory/.jetty-version-maven-plugin.new.1770/jetty-version-maven-plugin.changes
  2023-09-25 20:48:47.076951882 +0200
@@ -1,0 +2,5 @@
+Mon Sep 25 09:39:20 UTC 2023 - Fridrich Strba 
+
+- Remove dependency on maven2
+
+---



Other differences:
--
++ jetty-version-maven-plugin.spec ++
--- /var/tmp/diff_new_pack.veSNCz/_old  2023-09-25 20:48:48.244994078 +0200
+++ /var/tmp/diff_new_pack.veSNCz/_new  2023-09-25 20:48:48.248994223 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jetty-version-maven-plugin
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -30,8 +30,8 @@
 BuildRequires:  xz
 BuildRequires:  mvn(org.apache.commons:commons-lang3)
 BuildRequires:  mvn(org.apache.maven.plugins:maven-plugin-plugin)
+BuildRequires:  mvn(org.apache.maven:maven-core)
 BuildRequires:  mvn(org.apache.maven:maven-plugin-api)
-BuildRequires:  mvn(org.apache.maven:maven-project)
 BuildRequires:  mvn(org.eclipse.jetty.toolchain:jetty-toolchain:pom:)
 BuildArch:  noarch
 
@@ -47,6 +47,8 @@
 
 %prep
 %setup -q
+%pom_change_dep org.apache.maven::2.2.1 ::3.9.0:provided
+%pom_change_dep :maven-project :maven-core
 
 # we have java.util stuff in JVM directly now
 # https://bugs.eclipse.org/bugs/show_bug.cgi?id=401163


commit kitty for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kitty for openSUSE:Factory checked 
in at 2023-09-25 20:03:53

Comparing /work/SRC/openSUSE:Factory/kitty (Old)
 and  /work/SRC/openSUSE:Factory/.kitty.new.1770 (New)


Package is "kitty"

Mon Sep 25 20:03:53 2023 rev:21 rq:1113406 version:0.30.0

Changes:

--- /work/SRC/openSUSE:Factory/kitty/kitty.changes  2023-07-28 
22:20:09.961126411 +0200
+++ /work/SRC/openSUSE:Factory/.kitty.new.1770/kitty.changes2023-09-25 
20:49:15.677985106 +0200
@@ -1,0 +2,49 @@
+Thu Sep 21 05:01:36 UTC 2023 - Scott Bradnick 
+
+- Removing fix-librsync-leap.diff (no longer needed)
+- Updating optional-disable-docs.diff for changes to setup.py
+- Updating go vendor tarball
+- Update to 0.30.0:
+  * A new transfer kitten that can be used to transfer files efficiently over
+the TTY device
+  * ssh kitten: A new configuration directive to automatically forward the
+kitty remote control socket
+  * Allow easily building kitty from source needing the installation of only
+C and Go compilers. All other dependencies are automatically vendored
+  * kitten @ set-user-vars: New remote control command to set user variables
+on a window (#6502)
+  * kitten @ ls: Add user variables set on windows to the output (#6502)
+  * kitten @ ls: Allow limiting output to matched windows/tabs (#6520)
+  * kitten icat: Fix image being displayed one cell to the right when using
+both --place and --unicode-placeholder (#6556)
+  * kitten run-shell: Make kitty terminfo database available if needed before
+starting the shell
+  * macOS: Fix keyboard shortcuts in the Apple global menubar not being
+changed when reloading the config
+  * Fix a crash when resizing an OS Window that is displaying more than one
+image and the new size is smaller than the image needs (#6555)
+  * Remote control: Allow using a random TCP port as the remote control
+socket and also allow using TCP sockets in listen_on
+  * unicode_input kitten: Add an option to specify the startup tab (#6552)
+  * X11: Print an error to STDERR instead of refusing to start when the user
+sets a custom window icon larger than 128x128 (#6507)
+  * Remote control: Allow matching by neighbor of active window. Useful for
+navigation plugins like vim-kitty-navigator
+  * Fix a regression that caused changing text_fg_override_threshold or
+text_composition_strategy via config reload causing incorrect rendering 
(#6559)
+  * When running a shell for --hold set the env variable KITTY_HOLD=1 to allow
+users to customize what happens (#6587)
+  * When multiple confirmable close requests are made focus the existing close
+confirmation window instead of opening a new one for each request (#6601)
+  * Config file format: allow splitting lines by starting subsequent lines
+with a backslash (#6603)
+  * ssh kitten: Fix a regression causing hostname directives in ssh.conf not
+matching when username is specified (#6609)
+  * diff kitten: Add support for files that are identical apart from mode
+changes (#6611)
+  * Wayland: Do not request idle inhibition for full screen windows (#6613)
+  * Adjust the workaround for non-linear blending of transparent pixels in
+compositors to hopefully further reduce fringing around text with certain
+color issues (#6534)
+
+---

Old:

  fix-librsync-leap.diff
  kitty-0.29.2.tar.gz

New:

  kitty-0.30.0.tar.gz



Other differences:
--
++ kitty.spec ++
--- /var/tmp/diff_new_pack.u9O8iG/_old  2023-09-25 20:49:18.782097244 +0200
+++ /var/tmp/diff_new_pack.u9O8iG/_new  2023-09-25 20:49:18.806098111 +0200
@@ -19,7 +19,7 @@
 # sphinx_copybutton not in Factory
 %bcond_with docs
 Name:   kitty
-Version:0.29.2
+Version:0.30.0
 Release:0
 Summary:A GPU-based terminal emulator
 License:GPL-3.0-only
@@ -31,7 +31,8 @@
 # PATCH-FIX-OPENSUSE optional-disable-docs.diff -- Optionally disable building 
documentation files
 Patch0: optional-disable-docs.diff
 # PATCH-FIX-OPENSUSE fix-librsync-leap.diff -- Fix for Leap, as librsync 
header is missing the stdio.h header for FILE*
-Patch1: fix-librsync-leap.diff
+# Seems ./kittens/transfer/rsync.c is gone
+#Patch1: fix-librsync-leap.diff
 Patch2: go-buildmode-pie.diff
 BuildRequires:  ImageMagick-devel
 BuildRequires:  Mesa-libGL-devel
@@ -51,13 +52,13 @@
 #BuildRequires:  libwayland-egl-devel
 BuildRequires:  libxkbcommon-devel
 BuildRequires:  libxkbcommon-x11-devel
-BuildRequires:  openssl-devel
-# for 'tic'
 BuildRequires:  ncurses-devel
+BuildRequires:  openssl-devel
 BuildRe

commit lbreakouthd for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package lbreakouthd for openSUSE:Factory 
checked in at 2023-09-25 20:03:09

Comparing /work/SRC/openSUSE:Factory/lbreakouthd (Old)
 and  /work/SRC/openSUSE:Factory/.lbreakouthd.new.1770 (New)


Package is "lbreakouthd"

Mon Sep 25 20:03:09 2023 rev:13 rq:1113274 version:1.1.4

Changes:

--- /work/SRC/openSUSE:Factory/lbreakouthd/lbreakouthd.changes  2023-05-14 
16:34:12.691921443 +0200
+++ /work/SRC/openSUSE:Factory/.lbreakouthd.new.1770/lbreakouthd.changes
2023-09-25 20:49:47.611138704 +0200
@@ -1,0 +2,10 @@
+Sun Sep 24 08:36:46 UTC 2023 - Carsten Ziepke 
+
+- Update to version 1.1.4
+  * bugfix: set correct fullscreen resolution for non-16:9
+  * fixed switched shrink/expand extras in editor
+  * don't overwrite saved game when testing levels
+  * properly fill new window with black
+  * show viewport size if used on non-16:9 monitors
+
+---

Old:

  lbreakouthd-1.1.3.tar.gz

New:

  lbreakouthd-1.1.4.tar.gz



Other differences:
--
++ lbreakouthd.spec ++
--- /var/tmp/diff_new_pack.JRIVSO/_old  2023-09-25 20:49:48.843183213 +0200
+++ /var/tmp/diff_new_pack.JRIVSO/_new  2023-09-25 20:49:48.843183213 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   lbreakouthd
-Version:1.1.3
+Version:1.1.4
 Release:0
 Summary:Classic Breakout-Style Game
 License:GPL-2.0-or-later

++ lbreakouthd-1.1.3.tar.gz -> lbreakouthd-1.1.4.tar.gz ++
 7091 lines of diff (skipped)


commit logwatch for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package logwatch for openSUSE:Factory 
checked in at 2023-09-25 20:03:11

Comparing /work/SRC/openSUSE:Factory/logwatch (Old)
 and  /work/SRC/openSUSE:Factory/.logwatch.new.1770 (New)


Package is "logwatch"

Mon Sep 25 20:03:11 2023 rev:52 rq:1113279 version:7.9

Changes:

--- /work/SRC/openSUSE:Factory/logwatch/logwatch.changes2023-09-06 
19:04:04.892152969 +0200
+++ /work/SRC/openSUSE:Factory/.logwatch.new.1770/logwatch.changes  
2023-09-25 20:51:08.746069738 +0200
@@ -1,0 +2,5 @@
+Sat Sep 23 11:34:44 UTC 2023 - Johannes Kastl 
+
+- Add Requires for perl-HTML-Parser, see boo#1215630
+
+---



Other differences:
--
++ logwatch.spec ++
--- /var/tmp/diff_new_pack.riZYYU/_old  2023-09-25 20:51:10.206122483 +0200
+++ /var/tmp/diff_new_pack.riZYYU/_new  2023-09-25 20:51:10.206122483 +0200
@@ -36,6 +36,7 @@
 Requires:   mailx
 Requires:   perl
 Requires:   perl-Date-Manip
+Requires:   perl-HTML-Parser
 Requires:   sh-utils
 Requires:   textutils
 BuildArch:  noarch


commit maven-ant-plugin for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package maven-ant-plugin for 
openSUSE:Factory checked in at 2023-09-25 20:03:59

Comparing /work/SRC/openSUSE:Factory/maven-ant-plugin (Old)
 and  /work/SRC/openSUSE:Factory/.maven-ant-plugin.new.1770 (New)


Package is "maven-ant-plugin"

Mon Sep 25 20:03:59 2023 rev:4 rq:1113419 version:2.4

Changes:

--- /work/SRC/openSUSE:Factory/maven-ant-plugin/maven-ant-plugin.changes
2022-03-22 19:40:42.451121840 +0100
+++ 
/work/SRC/openSUSE:Factory/.maven-ant-plugin.new.1770/maven-ant-plugin.changes  
2023-09-25 20:51:31.382887502 +0200
@@ -1,0 +2,5 @@
+Mon Sep 25 09:40:08 UTC 2023 - Fridrich Strba 
+
+- Remove dependency on maven2
+
+---



Other differences:
--
++ maven-ant-plugin.spec ++
--- /var/tmp/diff_new_pack.3ZNaFc/_old  2023-09-25 20:51:33.126950507 +0200
+++ /var/tmp/diff_new_pack.3ZNaFc/_new  2023-09-25 20:51:33.126950507 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package maven-ant-plugin
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -32,12 +32,12 @@
 BuildRequires:  mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
 BuildRequires:  mvn(org.apache.maven.plugins:maven-plugin-plugin)
 BuildRequires:  mvn(org.apache.maven.plugins:maven-plugins:pom:)
-BuildRequires:  mvn(org.apache.maven:maven-artifact:2.2.1)
+BuildRequires:  mvn(org.apache.maven:maven-artifact)
+BuildRequires:  mvn(org.apache.maven:maven-compat)
 BuildRequires:  mvn(org.apache.maven:maven-core)
-BuildRequires:  mvn(org.apache.maven:maven-model:2.2.1)
+BuildRequires:  mvn(org.apache.maven:maven-model)
 BuildRequires:  mvn(org.apache.maven:maven-plugin-api)
-BuildRequires:  mvn(org.apache.maven:maven-project)
-BuildRequires:  mvn(org.apache.maven:maven-settings:2.2.1)
+BuildRequires:  mvn(org.apache.maven:maven-settings)
 BuildRequires:  mvn(org.codehaus.plexus:plexus-utils)
 BuildRequires:  mvn(xalan:xalan)
 BuildRequires:  mvn(xml-apis:xml-apis)
@@ -56,6 +56,10 @@
 %prep
 %setup -q
 
+# migrate to maven 3
+%pom_xpath_set //pom:mavenVersion 3.8.6
+%pom_change_dep :maven-project :maven-compat
+
 %build
 %{mvn_build} -f -- \
 %if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}


commit maven-doxia for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package maven-doxia for openSUSE:Factory 
checked in at 2023-09-25 20:02:48

Comparing /work/SRC/openSUSE:Factory/maven-doxia (Old)
 and  /work/SRC/openSUSE:Factory/.maven-doxia.new.1770 (New)


Package is "maven-doxia"

Mon Sep 25 20:02:48 2023 rev:9 rq:1113314 version:1.12.0

Changes:

--- /work/SRC/openSUSE:Factory/maven-doxia/maven-doxia.changes  2022-05-13 
23:03:30.519141709 +0200
+++ /work/SRC/openSUSE:Factory/.maven-doxia.new.1770/maven-doxia.changes
2023-09-25 20:51:34.262991547 +0200
@@ -1,0 +2,26 @@
+Sat Sep 23 17:46:16 UTC 2023 - Fridrich Strba 
+
+- Upgrade to upstream version 1.12.0
+  * Changes
++ DOXIA-409: Upgrade to FOP 2.2
++ DOXIA-497: Fix rendering links and paragraphs inside tables
++ DOXIA-584: Rewrite .md and .markdown links to .html
++ DOXIA-576 Upgrade HttpComponents: httpclient to 4.5.8 and
+  httpcore to 4.4.11
++ DOXIA-570: Escape links to xml based figureGraphics image
+  elements
++ SECURITY: Use HTTPS to resolve dependencies in Maven Build
++ MNGSITE-393: remove old Maven 1 and 2 info
++ DOXIA-612: update commons-lang to 3.8.1
++ DOXIA-610: Drop dependency to outdated Log4j
++ Fix Java 7 compatibility that was broken with DOXIA-616
++ DOXIA-618: import tests from maven-site-plugin
++ DOXIA-609: Fixed crosslinks starting with a dot in markdown
+  files
++ replace deprecated class from commons-lang
++ fill in some generic types
+- Removed patch:
+  * 0001-Fix-itext-dependency.patch
++ no need to patch a module that we disable
+
+---
@@ -35 +61 @@
-- Not needed in this build any more
++ Not needed in this build any more

Old:

  0001-Fix-itext-dependency.patch
  doxia-1.9.1-source-release.zip

New:

  doxia-1.12.0-source-release.zip



Other differences:
--
++ maven-doxia.spec ++
--- /var/tmp/diff_new_pack.E0EEOR/_old  2023-09-25 20:51:35.595039668 +0200
+++ /var/tmp/diff_new_pack.E0EEOR/_new  2023-09-25 20:51:35.599039812 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package maven-doxia
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   maven-doxia
-Version:1.9.1
+Version:1.12.0
 Release:0
 Summary:Content generation framework
 License:Apache-2.0
@@ -25,15 +25,16 @@
 URL:https://maven.apache.org/doxia/
 Source0:
https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia/%{version}/doxia-%{version}-source-release.zip
 Source1:%{name}-build.tar.xz
-# Build against iText 2.x
-# https://issues.apache.org/jira/browse/DOXIA-53
-Patch1: 0001-Fix-itext-dependency.patch
 BuildRequires:  ant
 BuildRequires:  apache-commons-cli
 BuildRequires:  apache-commons-collections
 BuildRequires:  apache-commons-configuration
+BuildRequires:  apache-commons-lang
 BuildRequires:  apache-commons-lang3
+BuildRequires:  apache-commons-text
+BuildRequires:  atinject
 BuildRequires:  fdupes
+BuildRequires:  google-guice
 BuildRequires:  guava
 BuildRequires:  httpcomponents-client
 BuildRequires:  httpcomponents-core
@@ -46,10 +47,11 @@
 BuildRequires:  plexus-classworlds
 BuildRequires:  plexus-cli
 BuildRequires:  plexus-containers-component-annotations
-BuildRequires:  plexus-containers-container-default
 BuildRequires:  plexus-metadata-generator
 BuildRequires:  plexus-utils
 BuildRequires:  qdox
+BuildRequires:  sisu-inject
+BuildRequires:  sisu-plexus
 BuildRequires:  unzip
 BuildRequires:  xbean
 BuildRequires:  xmlgraphics-commons
@@ -57,7 +59,6 @@
 BuildRequires:  xmlunit
 BuildRequires:  xmvn-install
 BuildRequires:  xmvn-resolve
-# Runtime dependency of doxia-module-fo
 BuildRequires:  mvn(log4j:log4j)
 BuildRequires:  mvn(org.apache.maven:maven-parent:pom:)
 BuildArch:  noarch
@@ -184,7 +185,6 @@
 
 %prep
 %setup -q -n doxia-%{version} -a1
-%patch1 -p1
 
 # we don't have clirr-maven-plugin
 %pom_remove_plugin org.codehaus.mojo:clirr-maven-plugin pom.xml
@@ -192,11 +192,6 @@
 # complains
 %pom_remove_plugin :apache-rat-plugin
 
-# use java 5 generics in modello plugin
-%pom_xpath_inject "pom:plugin[pom:artifactId[text()='modello-maven-plugin']]"\
-"/pom:executions/pom:execution/pom:configuration" \
-"true" doxia-modules/doxia-module-fml/pom.xml
-
 # requires network
 rm doxia-core/src/test/java/org/apache/maven/doxia/util/XmlValidatorTest.java
 
@@ -210,21 +205,25 @@
 %build
 mkdir -p lib
 build-jar-repository -s lib \
+ 

commit maven-doxia-sitetools for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package maven-doxia-sitetools for 
openSUSE:Factory checked in at 2023-09-25 20:02:40

Comparing /work/SRC/openSUSE:Factory/maven-doxia-sitetools (Old)
 and  /work/SRC/openSUSE:Factory/.maven-doxia-sitetools.new.1770 (New)


Package is "maven-doxia-sitetools"

Mon Sep 25 20:02:40 2023 rev:6 rq:1113245 version:1.11.1

Changes:

--- 
/work/SRC/openSUSE:Factory/maven-doxia-sitetools/maven-doxia-sitetools.changes  
2022-05-13 23:03:34.347145230 +0200
+++ 
/work/SRC/openSUSE:Factory/.maven-doxia-sitetools.new.1770/maven-doxia-sitetools.changes
2023-09-25 20:51:36.439070159 +0200
@@ -1,0 +2,30 @@
+Sat Sep 23 18:10:46 UTC 2023 - Fridrich Strba 
+
+- Upgrade to upstream version 1.11.1
+  * Bug
++ DOXIASITETOOLS-221:  CLIRR can't find previous version
+  * Improvement
++ DOXIASITETOOLS-228:  Remove all   in
+  default-site-macros.vm and replace by a space
++ DOXIASITETOOLS-234:  improve documentation on site.xml
+  inheritance vs interpolation
+  * Task
++ DOXIASITETOOLS-236:  Deprecate Doxia Sitetools Doc Renderer
+  * Dependency upgrade
++ DOXIASITETOOLS-219:  fix javadoc issues with JDK 8 when
+  generating documentation
++ DOXIASITETOOLS-223:  wrong coordinates for jai_core: hyphen
+  should be underscore
++ DOXIASITETOOLS-226:  Use latest JUnit version 4.13.2
++ DOXIASITETOOLS-231:  Upgrade Plexus Utils to 3.3.0
++ DOXIASITETOOLS-232:  Upgrade Plexus Interpolation to 1.26
++ DOXIASITETOOLS-233:  Upgrade Maven Doxia to 1.10
++ DOXIASITETOOLS-237:  Upgrade Maven Doxia to 1.11.1
+- Modified patch:
+  * 0002-Remove-dependency-on-velocity-tools.patch
++ rediff to changes context
+- Removed patch:
+  * 0001-Port-to-plexus-utils-3.0.24.patch
++ not needed with this version
+
+---

Old:

  0001-Port-to-plexus-utils-3.0.24.patch
  doxia-sitetools-1.9.2-source-release.zip

New:

  doxia-sitetools-1.11.1-source-release.zip



Other differences:
--
++ maven-doxia-sitetools.spec ++
--- /var/tmp/diff_new_pack.enp2IK/_old  2023-09-25 20:51:37.62499 +0200
+++ /var/tmp/diff_new_pack.enp2IK/_new  2023-09-25 20:51:37.62499 +0200
@@ -1,7 +1,7 @@
 #
 # spec file
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %global parent maven-doxia
 %global subproj sitetools
 Name:   %{parent}-%{subproj}
-Version:1.9.2
+Version:1.11.1
 Release:0
 Summary:Doxia content generation framework
 License:Apache-2.0
@@ -27,40 +27,39 @@
 URL:https://maven.apache.org/doxia/
 Source0:
https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-sitetools/%{version}/doxia-%{subproj}-%{version}-source-release.zip
 Source1:%{name}-build.tar.xz
-Patch0: 0001-Port-to-plexus-utils-3.0.24.patch
 Patch1: 0002-Remove-dependency-on-velocity-tools.patch
 BuildRequires:  ant
 BuildRequires:  apache-commons-cli
 BuildRequires:  apache-commons-collections
 BuildRequires:  apache-commons-io
 BuildRequires:  apache-commons-lang3
+BuildRequires:  atinject
 BuildRequires:  fdupes
+BuildRequires:  google-guice
 BuildRequires:  guava
 BuildRequires:  java-devel >= 1.8
-BuildRequires:  javapackages-local
+BuildRequires:  javapackages-local >= 6
 BuildRequires:  jdom2
-BuildRequires:  maven-artifact
-BuildRequires:  maven-artifact-manager
 BuildRequires:  maven-doxia-core
 BuildRequires:  maven-doxia-logging-api
 BuildRequires:  maven-doxia-module-fo
 BuildRequires:  maven-doxia-module-xhtml
 BuildRequires:  maven-doxia-sink-api
 BuildRequires:  maven-lib
-BuildRequires:  maven-project
 BuildRequires:  maven-reporting-api
 BuildRequires:  modello >= 2.0.0
 BuildRequires:  objectweb-asm
 BuildRequires:  plexus-classworlds
 BuildRequires:  plexus-cli
 BuildRequires:  plexus-containers-component-annotations
-BuildRequires:  plexus-containers-container-default
 BuildRequires:  plexus-i18n
 BuildRequires:  plexus-interpolation
 BuildRequires:  plexus-metadata-generator
 BuildRequires:  plexus-utils
 BuildRequires:  plexus-velocity
 BuildRequires:  qdox
+BuildRequires:  sisu-inject
+BuildRequires:  sisu-plexus
 BuildRequires:  unzip
 BuildRequires:  velocity
 BuildRequires:  xbean
@@ -90,12 +89,15 @@
 
 %prep
 %setup -q -n doxia-%{subproj}-%{version} -a1
-%patch0 -p1
 %patch1 -p1
 
+# migrate to maven 3
+%pom_xpath_set //pom:mavenVersion 3.8.6 doxia-integration-tools
+%pom_change_dep :maven-artifact-manager :maven-cor

commit maven-invoker-plugin for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package maven-invoker-plugin for 
openSUSE:Factory checked in at 2023-09-25 20:03:59

Comparing /work/SRC/openSUSE:Factory/maven-invoker-plugin (Old)
 and  /work/SRC/openSUSE:Factory/.maven-invoker-plugin.new.1770 (New)


Package is "maven-invoker-plugin"

Mon Sep 25 20:03:59 2023 rev:4 rq:1113420 version:3.2.2

Changes:

--- 
/work/SRC/openSUSE:Factory/maven-invoker-plugin/maven-invoker-plugin.changes
2022-04-30 00:46:00.990976307 +0200
+++ 
/work/SRC/openSUSE:Factory/.maven-invoker-plugin.new.1770/maven-invoker-plugin.changes
  2023-09-25 20:51:38.419141689 +0200
@@ -1,0 +2,5 @@
+Mon Sep 25 09:40:54 UTC 2023 - Fridrich Strba 
+
+- Remove dependency on maven2
+
+---



Other differences:
--
++ maven-invoker-plugin.spec ++
--- /var/tmp/diff_new_pack.4jm9z0/_old  2023-09-25 20:51:39.459179261 +0200
+++ /var/tmp/diff_new_pack.4jm9z0/_new  2023-09-25 20:51:39.459179261 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package maven-invoker-plugin
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -30,7 +30,9 @@
 BuildRequires:  maven-local
 BuildRequires:  unzip
 BuildRequires:  mvn(commons-io:commons-io)
-BuildRequires:  mvn(org.apache.ant:ant)
+BuildRequires:  mvn(org.apache-extras.beanshell:bsh)
+BuildRequires:  mvn(org.apache.maven.doxia:doxia-core)
+BuildRequires:  mvn(org.apache.maven.doxia:doxia-decoration-model)
 BuildRequires:  mvn(org.apache.maven.doxia:doxia-sink-api)
 BuildRequires:  mvn(org.apache.maven.doxia:doxia-site-renderer)
 BuildRequires:  mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
@@ -39,15 +41,15 @@
 BuildRequires:  mvn(org.apache.maven.reporting:maven-reporting-api)
 BuildRequires:  mvn(org.apache.maven.reporting:maven-reporting-impl)
 BuildRequires:  mvn(org.apache.maven.shared:maven-artifact-transfer)
+BuildRequires:  mvn(org.apache.maven.shared:maven-common-artifact-filters)
 BuildRequires:  mvn(org.apache.maven.shared:maven-invoker)
 BuildRequires:  mvn(org.apache.maven.shared:maven-script-interpreter) >= 1.3
+BuildRequires:  mvn(org.apache.maven.shared:maven-shared-utils)
 BuildRequires:  mvn(org.apache.maven:maven-artifact)
 BuildRequires:  mvn(org.apache.maven:maven-core)
 BuildRequires:  mvn(org.apache.maven:maven-model)
 BuildRequires:  mvn(org.apache.maven:maven-plugin-api)
-BuildRequires:  mvn(org.apache.maven:maven-project)
 BuildRequires:  mvn(org.apache.maven:maven-settings)
-BuildRequires:  mvn(org.beanshell:bsh)
 BuildRequires:  mvn(org.codehaus.modello:modello-maven-plugin)
 BuildRequires:  mvn(org.codehaus.plexus:plexus-i18n)
 BuildRequires:  mvn(org.codehaus.plexus:plexus-interpolation)


commit maven-osgi for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package maven-osgi for openSUSE:Factory 
checked in at 2023-09-25 20:04:05

Comparing /work/SRC/openSUSE:Factory/maven-osgi (Old)
 and  /work/SRC/openSUSE:Factory/.maven-osgi.new.1770 (New)


Package is "maven-osgi"

Mon Sep 25 20:04:05 2023 rev:4 rq:1113430 version:0.3.0

Changes:

--- /work/SRC/openSUSE:Factory/maven-osgi/maven-osgi.changes2022-03-22 
19:40:52.759132653 +0100
+++ /work/SRC/openSUSE:Factory/.maven-osgi.new.1770/maven-osgi.changes  
2023-09-25 20:51:41.259244289 +0200
@@ -1,0 +2,11 @@
+Mon Sep 25 09:48:28 UTC 2023 - Fridrich Strba 
+
+- Upgrade to the last tag before retiring and name it 0.3.0, since
+  the version in pom file is 0.3.0-SNAPSHOT
+  * no changelog provided
+  * ported from plexus-maven-plugin to plexus-component-metadata
+- Remove dependency on the old maven2 package
+- Fetch source code from git using source service and clean it of
+  the bundled jars
+
+---

Old:

  maven-osgi-0.2.0.tar.xz

New:

  _service
  maven-osgi-0.3.0.tar.xz



Other differences:
--
++ maven-osgi.spec ++
--- /var/tmp/diff_new_pack.Oh14OG/_old  2023-09-25 20:51:42.303282005 +0200
+++ /var/tmp/diff_new_pack.Oh14OG/_new  2023-09-25 20:51:42.303282005 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package maven-osgi
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,12 @@
 
 
 Name:   maven-osgi
-Version:0.2.0
+Version:0.3.0
 Release:0
 Summary:Library for Maven-OSGi integration
 License:Apache-2.0
 Group:  Development/Libraries/Java
 URL:https://maven.apache.org/shared/maven-osgi
-# svn export 
http://svn.apache.org/repos/asf/maven/shared/tags/maven-osgi-0.2.0 
maven-osgi-0.2.0
-# find -name *.jar -delete
-# tar caf maven-osgi-0.2.0.tar.xz maven-osgi-0.2.0/
 Source0:%{name}-%{version}.tar.xz
 # ASL mandates that the licence file be included in redistributed source
 Source1:http://www.apache.org/licenses/LICENSE-2.0.txt
@@ -35,7 +32,7 @@
 BuildRequires:  xz
 BuildRequires:  mvn(biz.aQute:bndlib)
 BuildRequires:  mvn(org.apache.maven.shared:maven-shared-components:pom:)
-BuildRequires:  mvn(org.apache.maven:maven-project)
+BuildRequires:  mvn(org.apache.maven:maven-core)
 BuildRequires:  mvn(org.codehaus.plexus:plexus-component-metadata)
 BuildArch:  noarch
 
@@ -55,11 +52,10 @@
 %setup -q
 cp -p %{SOURCE1} LICENSE
 
-sed -i 's/import aQute\.lib\.osgi/import aQute.bnd.osgi/g' 
src/main/java/org/apache/maven/shared/osgi/DefaultMaven2OsgiConverter.java
+%pom_change_dep :maven-project :maven-core:3.9.3:provided
+%pom_xpath_set pom:project/pom:version %{version}
 
-# Replace plexus-maven-plugin with plexus-component-metadata
-%pom_xpath_set 
"pom:plugin[pom:artifactId[text()='plexus-maven-plugin']]//pom:goal[text()='descriptor']"
 generate-metadata
-%pom_xpath_set "pom:artifactId[text()='plexus-maven-plugin']" 
plexus-component-metadata
+sed -i 's/import aQute\.lib\.osgi/import aQute.bnd.osgi/g' 
src/main/java/org/apache/maven/shared/osgi/DefaultMaven2OsgiConverter.java
 
 %build
 %{mvn_build} -f -- \

++ _service ++


git
https://github.com/apache/maven-osgi.git
4e53e51ec6634c07a9bb588a47bc8ba267151241
0.3.0
**/*.jar


*.tar
xz




++ maven-osgi-0.2.0.tar.xz -> maven-osgi-0.3.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/maven-osgi-0.2.0/.gitignore 
new/maven-osgi-0.3.0/.gitignore
--- old/maven-osgi-0.2.0/.gitignore 1970-01-01 01:00:00.0 +0100
+++ new/maven-osgi-0.3.0/.gitignore 2019-08-27 21:37:32.0 +0200
@@ -0,0 +1,15 @@
+target/
+.project
+.classpath
+.settings/
+.svn/
+bin/
+# Intellij
+*.ipr
+*.iml
+.idea
+out/
+.DS_Store
+/bootstrap
+/dependencies.xml
+.java-version
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/maven-osgi-0.2.0/pom.xml new/maven-osgi-0.3.0/pom.xml
--- old/maven-osgi-0.2.0/pom.xml2007-11-29 08:24:31.095726000 +0100
+++ new/maven-osgi-0.3.0/pom.xml2019-08-27 21:37:32.0 +0200
@@ -1,16 +1,59 @@
-http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+
+
+
+  4.0.0
+
   
   

commit maven-jarsigner-plugin for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package maven-jarsigner-plugin for 
openSUSE:Factory checked in at 2023-09-25 20:04:00

Comparing /work/SRC/openSUSE:Factory/maven-jarsigner-plugin (Old)
 and  /work/SRC/openSUSE:Factory/.maven-jarsigner-plugin.new.1770 (New)


Package is "maven-jarsigner-plugin"

Mon Sep 25 20:04:00 2023 rev:4 rq:1113421 version:3.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/maven-jarsigner-plugin/maven-jarsigner-plugin.changes
2019-11-26 16:59:43.084100767 +0100
+++ 
/work/SRC/openSUSE:Factory/.maven-jarsigner-plugin.new.1770/maven-jarsigner-plugin.changes
  2023-09-25 20:51:39.671186920 +0200
@@ -1,0 +2,5 @@
+Mon Sep 25 09:41:27 UTC 2023 - Fridrich Strba 
+
+- Remove dependency on maven2
+
+---



Other differences:
--
++ maven-jarsigner-plugin.spec ++
--- /var/tmp/diff_new_pack.OwEIg8/_old  2023-09-25 20:51:40.679223336 +0200
+++ /var/tmp/diff_new_pack.OwEIg8/_new  2023-09-25 20:51:40.679223336 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package maven-jarsigner-plugin
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 License:Apache-2.0
 Group:  Development/Libraries/Java
 URL:http://maven.apache.org/plugins/%{name}/
-Source0:
http://repo1.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip
+Source0:
https://repo1.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip
 BuildRequires:  fdupes
 BuildRequires:  maven-local
 BuildRequires:  unzip
@@ -33,8 +33,9 @@
 BuildRequires:  mvn(org.apache.maven.shared:maven-jarsigner)
 BuildRequires:  mvn(org.apache.maven.shared:maven-shared-utils)
 BuildRequires:  mvn(org.apache.maven:maven-artifact)
+BuildRequires:  mvn(org.apache.maven:maven-core)
 BuildRequires:  mvn(org.apache.maven:maven-plugin-api)
-BuildRequires:  mvn(org.apache.maven:maven-project)
+BuildRequires:  mvn(org.apache.maven:maven-settings)
 BuildRequires:  mvn(org.sonatype.plexus:plexus-sec-dispatcher)
 BuildArch:  noarch
 
@@ -61,12 +62,11 @@
 %prep
 %setup -q
 
+%pom_xpath_set pom:properties/pom:javaVersion "8"
+
 %build
 %{mvn_file} :%{name} %{name}
-%{mvn_build} -f \
-%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
-   -- -Dmaven.compiler.release=7
-%endif
+%{mvn_build} -f -- -Dsource=8
 
 %install
 %mvn_install


commit maven-scm for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package maven-scm for openSUSE:Factory 
checked in at 2023-09-25 20:04:01

Comparing /work/SRC/openSUSE:Factory/maven-scm (Old)
 and  /work/SRC/openSUSE:Factory/.maven-scm.new.1770 (New)


Package is "maven-scm"

Mon Sep 25 20:04:01 2023 rev:7 rq:1113423 version:1.12.0

Changes:

--- /work/SRC/openSUSE:Factory/maven-scm/maven-scm.changes  2023-09-07 
21:13:10.522236946 +0200
+++ /work/SRC/openSUSE:Factory/.maven-scm.new.1770/maven-scm.changes
2023-09-25 20:51:45.995415385 +0200
@@ -1,0 +2,5 @@
+Mon Sep 25 09:42:43 UTC 2023 - Fridrich Strba 
+
+- Remove dependency on maven2
+
+---



Other differences:
--
++ maven-scm.spec ++
--- /var/tmp/diff_new_pack.fAt6cA/_old  2023-09-25 20:51:47.147457003 +0200
+++ /var/tmp/diff_new_pack.fAt6cA/_new  2023-09-25 20:51:47.147457003 +0200
@@ -44,7 +44,7 @@
 BuildRequires:  mvn(org.apache.maven:maven-compat)
 BuildRequires:  mvn(org.apache.maven:maven-parent:pom:)
 BuildRequires:  mvn(org.apache.maven:maven-plugin-api)
-BuildRequires:  mvn(org.apache.maven:maven-settings:2.2.1)
+BuildRequires:  mvn(org.apache.maven:maven-settings)
 BuildRequires:  mvn(org.codehaus.modello:modello-maven-plugin)
 BuildRequires:  mvn(org.codehaus.plexus:plexus-component-metadata)
 BuildRequires:  mvn(org.codehaus.plexus:plexus-container-default)
@@ -52,13 +52,13 @@
 BuildRequires:  mvn(org.eclipse.jgit:org.eclipse.jgit)
 BuildRequires:  mvn(org.eclipse.jgit:org.eclipse.jgit.ssh.jsch)
 BuildRequires:  mvn(org.sonatype.plexus:plexus-sec-dispatcher)
+#!BuildRequires: jgit
+BuildArch:  noarch
 %ifarch %{ix86}
 BuildConflicts: java >= 12
 BuildConflicts: java-devel >= 12
 BuildConflicts: java-headless >= 12
 %endif
-#!BuildRequires: jgit
-BuildArch:  noarch
 
 %description
 Maven SCM supports Maven plugins (e.g. maven-release-plugin) and other


commit maven-reporting-impl for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package maven-reporting-impl for 
openSUSE:Factory checked in at 2023-09-25 20:02:47

Comparing /work/SRC/openSUSE:Factory/maven-reporting-impl (Old)
 and  /work/SRC/openSUSE:Factory/.maven-reporting-impl.new.1770 (New)


Package is "maven-reporting-impl"

Mon Sep 25 20:02:47 2023 rev:5 rq:1113248 version:3.2.0

Changes:

--- 
/work/SRC/openSUSE:Factory/maven-reporting-impl/maven-reporting-impl.changes
2023-09-07 21:14:09.280337416 +0200
+++ 
/work/SRC/openSUSE:Factory/.maven-reporting-impl.new.1770/maven-reporting-impl.changes
  2023-09-25 20:51:44.407358016 +0200
@@ -1,0 +2,15 @@
+Sun Sep 24 01:58:46 UTC 2023 - Fridrich Strba 
+
+- Upgrade to version 3.2.0
+  * Improvement:
++ MSHARED-1099 - Render with a skin when report is run in
+  standalone mode
+  * Dependency upgrades:
++ MSHARED-1120 - Upgrade Maven Reporting API to 3.1.1
++ MSHARED-1121 - Upgrade plugins and components in project and
+  ITs
+- Modified patch:
+  * 0001-Remove-dependency-on-junit-addons.patch
++ rediff
+
+---

Old:

  maven-reporting-impl-3.1.0-source-release.zip

New:

  maven-reporting-impl-3.2.0-source-release.zip



Other differences:
--
++ maven-reporting-impl.spec ++
--- /var/tmp/diff_new_pack.1oJhVd/_old  2023-09-25 20:51:45.555399489 +0200
+++ /var/tmp/diff_new_pack.1oJhVd/_new  2023-09-25 20:51:45.555399489 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   maven-reporting-impl
-Version:3.1.0
+Version:3.2.0
 Release:0
 Summary:Abstract classes to manage report generation
 License:Apache-2.0
@@ -37,7 +37,7 @@
 BuildRequires:  maven-doxia-sitetools
 BuildRequires:  maven-lib
 BuildRequires:  maven-plugin-annotations
-BuildRequires:  maven-reporting-api
+BuildRequires:  maven-reporting-api >= 3.1.1
 BuildRequires:  maven-shared-utils
 BuildRequires:  plexus-utils
 BuildRequires:  unzip
@@ -63,8 +63,6 @@
 cp %{SOURCE1} build.xml
 %patch0 -p1
 
-%pom_remove_parent
-
 # integration tests try to download stuff from the internet
 # and therefore they don't work in Build Service
 %pom_remove_plugin :maven-invoker-plugin
@@ -78,7 +76,10 @@
maven-doxia/doxia-module-xhtml5 \
maven-doxia/doxia-sink-api \
maven-doxia-sitetools/doxia-decoration-model \
+maven-doxia-sitetools/doxia-integration-tools \
maven-doxia-sitetools/doxia-site-renderer \
+maven/maven-artifact \
+maven/maven-compat \
maven/maven-core \
maven/maven-plugin-api \
maven-plugin-tools/maven-plugin-annotations \

++ 0001-Remove-dependency-on-junit-addons.patch ++
--- /var/tmp/diff_new_pack.1oJhVd/_old  2023-09-25 20:51:45.571400067 +0200
+++ /var/tmp/diff_new_pack.1oJhVd/_new  2023-09-25 20:51:45.575400212 +0200
@@ -1,7 +1,20 @@
 maven-reporting-impl-3.1.0/pom.xml 2022-03-10 17:08:29.894389771 +0100
-+++ maven-reporting-impl-3.1.0/pom.xml 2022-03-10 17:09:12.654649105 +0100
-@@ -140,12 +140,6 @@
-   4.13.1
+From b087582c8bbe88ac8fd3a59c129d4bd7953a720f Mon Sep 17 00:00:00 2001
+From: Mikolaj Izdebski 
+Date: Wed, 9 Feb 2022 14:37:18 -0700
+Subject: [PATCH] Remove dependency on junit-addons
+
+---
+ pom.xml|  6 --
+ .../maven/reporting/AbstractMavenReportRenderer.java   |  2 +-
+ .../reporting/AbstractMavenReportRendererTest.java | 10 ++
+ 3 files changed, 3 insertions(+), 15 deletions(-)
+
+diff --git a/pom.xml b/pom.xml
+index d46a817..6b6295c 100644
+--- a/pom.xml
 b/pom.xml
+@@ -151,12 +151,6 @@
+   4.13.2
test
  
 -
@@ -13,9 +26,11 @@

  

 
maven-reporting-impl-3.1.0/src/main/java/org/apache/maven/reporting/AbstractMavenReportRenderer.java
   2022-03-10 17:08:29.894389771 +0100
-+++ 
maven-reporting-impl-3.1.0/src/main/java/org/apache/maven/reporting/AbstractMavenReportRenderer.java
   2022-03-10 17:09:12.654649105 +0100
-@@ -599,7 +599,7 @@
+diff --git 
a/src/main/java/org/apache/maven/reporting/AbstractMavenReportRenderer.java 
b/src/main/java/org/apache/maven/reporting/AbstractMavenReportRenderer.java
+index 4c9a07c..4693e1d 100644
+--- a/src/main/java/org/apache/maven/reporting/AbstractMavenReportRenderer.java
 b/src/main/java/org/apache/maven/reporting/AbstractMavenReportRenderer.java
+@@ -599,7 +599,7 @@ public abstract class AbstractMavenRepor
   * @param text a text with or without the pattern {text, url}
   * @return a map of text/href
   */
@@ -24,9 +39,11 @@
  {
  if ( StringUtils.isEmpty( text ) )
  {
 
maven-reporting-impl-3.1.0/src/test/java/org/apa

commit maven-shared-jarsigner for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package maven-shared-jarsigner for 
openSUSE:Factory checked in at 2023-09-25 20:04:02

Comparing /work/SRC/openSUSE:Factory/maven-shared-jarsigner (Old)
 and  /work/SRC/openSUSE:Factory/.maven-shared-jarsigner.new.1770 (New)


Package is "maven-shared-jarsigner"

Mon Sep 25 20:04:02 2023 rev:3 rq:1113424 version:3.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/maven-shared-jarsigner/maven-shared-jarsigner.changes
2019-11-26 16:59:28.936105439 +0100
+++ 
/work/SRC/openSUSE:Factory/.maven-shared-jarsigner.new.1770/maven-shared-jarsigner.changes
  2023-09-25 20:51:47.539471165 +0200
@@ -1,0 +2,5 @@
+Mon Sep 25 09:44:14 UTC 2023 - Fridrich Strba 
+
+- Remove dependency on maven2
+
+---



Other differences:
--
++ maven-shared-jarsigner.spec ++
--- /var/tmp/diff_new_pack.xFPCxJ/_old  2023-09-25 20:51:48.495505702 +0200
+++ /var/tmp/diff_new_pack.xFPCxJ/_new  2023-09-25 20:51:48.495505702 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package maven-shared-jarsigner
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,18 +22,16 @@
 Summary:Component to assist in signing Java archives
 License:Apache-2.0
 Group:  Development/Libraries/Java
-URL:http://maven.apache.org/shared/maven-jarsigner/
-Source0:
http://repo1.maven.org/maven2/org/apache/maven/shared/maven-jarsigner/%{version}/maven-jarsigner-%{version}-source-release.zip
+URL:https://maven.apache.org/shared/maven-jarsigner/
+Source0:
https://repo1.maven.org/maven2/org/apache/maven/shared/maven-jarsigner/%{version}/maven-jarsigner-%{version}-source-release.zip
 BuildRequires:  fdupes
 BuildRequires:  maven-local
 BuildRequires:  unzip
-BuildRequires:  mvn(com.thoughtworks.qdox:qdox) >= 2.0
 BuildRequires:  mvn(org.apache.maven.shared:maven-shared-components:pom:)
-BuildRequires:  mvn(org.apache.maven.shared:maven-shared-utils) >= 0.6
-BuildRequires:  mvn(org.apache.maven:maven-toolchain)
+BuildRequires:  mvn(org.apache.maven.shared:maven-shared-utils)
+BuildRequires:  mvn(org.apache.maven:maven-core)
 BuildRequires:  mvn(org.codehaus.plexus:plexus-component-annotations)
 BuildRequires:  mvn(org.codehaus.plexus:plexus-component-metadata)
-BuildRequires:  mvn(org.codehaus.plexus:plexus-container-default)
 BuildArch:  noarch
 
 %description
@@ -51,11 +49,10 @@
 %setup -q -n maven-jarsigner-%{version}
 find -name \*.jar -delete
 
+%pom_xpath_set pom:properties/pom:javaVersion "8"
+
 %build
-%{mvn_build} -f \
-%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
-   -- -Dmaven.compiler.release=7
-%endif
+%{mvn_build} -f -- -Dsource=8
 
 %install
 %mvn_install


commit maven-reporting-api for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package maven-reporting-api for 
openSUSE:Factory checked in at 2023-09-25 20:02:46

Comparing /work/SRC/openSUSE:Factory/maven-reporting-api (Old)
 and  /work/SRC/openSUSE:Factory/.maven-reporting-api.new.1770 (New)


Package is "maven-reporting-api"

Mon Sep 25 20:02:46 2023 rev:5 rq:1113246 version:3.1.1

Changes:

--- /work/SRC/openSUSE:Factory/maven-reporting-api/maven-reporting-api.changes  
2022-05-25 20:35:09.608277703 +0200
+++ 
/work/SRC/openSUSE:Factory/.maven-reporting-api.new.1770/maven-reporting-api.changes
2023-09-25 20:51:42.919304259 +0200
@@ -1,0 +2,8 @@
+Sun Sep 24 01:57:03 UTC 2023 - Fridrich Strba 
+
+- Upgrade to upstream version 3.1.1
+  * Task:
++ MSHARED-1118 - Restore binary compat for MavenReport
+  (partially revert MSHARED-1024)
+
+---

Old:

  maven-reporting-api-3.1.0-source-release.zip

New:

  maven-reporting-api-3.1.1-source-release.zip



Other differences:
--
++ maven-reporting-api.spec ++
--- /var/tmp/diff_new_pack.h8qM0n/_old  2023-09-25 20:51:44.047345010 +0200
+++ /var/tmp/diff_new_pack.h8qM0n/_new  2023-09-25 20:51:44.051345155 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package maven-reporting-api
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   maven-reporting-api
-Version:3.1.0
+Version:3.1.1
 Release:0
 Summary:API to manage report generation
 License:Apache-2.0
 Group:  Development/Libraries/Java
-URL:http://maven.apache.org/shared/maven-reporting-api
-Source0:
https://dlcdn.apache.org/maven/reporting/%{name}-%{version}-source-release.zip
+URL:https://maven.apache.org/shared/maven-reporting-api
+Source0:
https://archive.apache.org/dist/maven/reporting/%{name}-%{version}-source-release.zip
 Source1:http://www.apache.org/licenses/LICENSE-2.0.txt
 Source2:%{name}-build.xml
 BuildRequires:  ant
@@ -65,7 +65,7 @@
 maven-doxia/doxia-sink-api
 %{ant} jar javadoc
 
-%mvn_artifact pom.xml target/%{name}-%{version}.jar
+%{mvn_artifact} pom.xml target/%{name}-%{version}.jar
 
 %install
 %mvn_install

++ maven-reporting-api-3.1.0-source-release.zip -> 
maven-reporting-api-3.1.1-source-release.zip ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/maven-reporting-api-3.1.0/.github/workflows/maven-verify.yml 
new/maven-reporting-api-3.1.1/.github/workflows/maven-verify.yml
--- old/maven-reporting-api-3.1.0/.github/workflows/maven-verify.yml
2022-02-01 20:51:50.0 +0100
+++ new/maven-reporting-api-3.1.1/.github/workflows/maven-verify.yml
2022-07-29 20:27:56.0 +0200
@@ -19,11 +19,9 @@
 
 on:
   push:
-branches-ignore:
-  - dependabot/**
   pull_request:
 
 jobs:
   build:
 name: Verify
-uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v1
+uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/maven-reporting-api-3.1.0/pom.xml 
new/maven-reporting-api-3.1.1/pom.xml
--- old/maven-reporting-api-3.1.0/pom.xml   2022-02-01 20:51:50.0 
+0100
+++ new/maven-reporting-api-3.1.1/pom.xml   2022-07-29 20:27:56.0 
+0200
@@ -31,7 +31,7 @@
 
   org.apache.maven.reporting
   maven-reporting-api
-  3.1.0
+  3.1.1
 
   Apache Maven Reporting API
   API to manage report generation.
@@ -52,7 +52,7 @@
 
scm:git:https://gitbox.apache.org/repos/asf/maven-reporting-api.git
 
scm:git:https://gitbox.apache.org/repos/asf/maven-reporting-api.git
 
https://github.com/apache/maven-reporting-api/tree/${project.scm.tag}
-maven-reporting-api-3.1.0
+maven-reporting-api-3.1.1
   
   
 jira
@@ -60,7 +60,7 @@
   
   
 Jenkins
-
https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-reporting-api/
+
https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-reporting-api/
   
   
 
@@ -71,7 +71,7 @@
   
   
 7
-
2022-02-01T20:51:49Z
+
2022-07-29T20:27:56Z
   
 
   
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/maven-reporting-api-3.1.0/src/main/java/org/apache/maven/reporting/MavenMultiPageReport.java
 
new/maven-reporting-api-3.1.1/src/main/java/org/apache/maven/reporting/MavenMultiPageReport.java
--- 
old/maven-repo

commit mesheryctl for openSUSE:Factory

2023-09-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 2023-09-25 20:02:50

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


Package is "mesheryctl"

Mon Sep 25 20:02:50 2023 rev:4 rq:1113264 version:0.6.147

Changes:

--- /work/SRC/openSUSE:Factory/mesheryctl/mesheryctl.changes2023-09-21 
22:22:28.551618919 +0200
+++ /work/SRC/openSUSE:Factory/.mesheryctl.new.1770/mesheryctl.changes  
2023-09-25 20:52:00.647944714 +0200
@@ -1,0 +2,57 @@
+Sun Sep 24 08:04:49 UTC 2023 - Johannes Kastl 
+
+- update to 0.6.147:
+  * Meshery UI
+- Revert "[Fix] k8s-switcher select-all" @theBeginner86 (#8898)
+
+---
+Sun Sep 24 07:30:24 UTC 2023 - Johannes Kastl 
+
+- update to 0.6.146:
+  * General
+- MeshKit v0.6.67 @leecalcote (#8897)
+  * - Meshery UI
+- [UI] Notification Center: Increase size of unread indicator
+  @leecalcote (#8891)
+- [extensions] fix error msg @theBeginner86 (#8892)
+- changed smi_results.js @EraKin575 (#8868)
+- Connections row expand data with styling @senali-d (#8840)
+- [Fix] k8s-switcher select-all @aabidsofi19 (#8876)
+- [CI] e2e test job improvements @MarioArriaga92 (#8643)
+  * - Maintenance
+- updating node versions workflow actions @Philip-21 (#8856)
+- [CI] e2e test job improvements @MarioArriaga92 (#8643)
+
+---
+Sun Sep 24 07:11:52 UTC 2023 - Johannes Kastl 
+
+- update to 0.6.145:
+  no changes apparently
+
+---
+Sun Sep 24 06:51:56 UTC 2023 - Johannes Kastl 
+
+- update to 0.6.144:
+  * General
+- add docs for component generation and updater scripts
+  @MUzairS15 (#8860)
+- Fixed Meshary Integration Updater @ptdatta (#8774)
+  * - Meshery UI
+- [Designs] Fixes And Enhancements @aabidsofi19 (#8861)
+- Fix Notification center bell icon toggle btn @aabidsofi19
+  (#8875)
+- [UI] Enhancements :Notification center @aabidsofi19 (#8872)
+- [UI] Fix cluster resources dashboard not getting populated
+  with data @MUzairS15 (#8873)
+- [chore] Improve events for Server @MUzairS15 (#8864)
+- [UI] Notification inverse read indicator @aabidsofi19 (#8865)
+- [UI] Remove old store for notification center @aabidsofi19
+  (#8858)
+- Fix typo in `component-svg/_.txt` @eltociear (#8830)
+- [UI] Enhance Error Handling @aabidsofi19 (#8851)
+  * - Bug Fixes
+- [bug] Fix API docs build @theBeginner86 (#8852)
+  * - Documentation
+- [bug] Fix API docs build @theBeginner86 (#8852)
+
+---

Old:

  meshery-0.6.143.obscpio

New:

  meshery-0.6.147.obscpio



Other differences:
--
++ mesheryctl.spec ++
--- /var/tmp/diff_new_pack.g0A9cW/_old  2023-09-25 20:52:06.568158584 +0200
+++ /var/tmp/diff_new_pack.g0A9cW/_new  2023-09-25 20:52:06.568158584 +0200
@@ -19,7 +19,7 @@
 %define __arch_install_post export NO_BRP_STRIP_DEBUG=true
 
 Name:   mesheryctl
-Version:0.6.143
+Version:0.6.147
 Release:0
 Summary:CLI for the meshery cloud native management plane
 License:Apache-2.0

++ _service ++
--- /var/tmp/diff_new_pack.g0A9cW/_old  2023-09-25 20:52:06.608160029 +0200
+++ /var/tmp/diff_new_pack.g0A9cW/_new  2023-09-25 20:52:06.616160318 +0200
@@ -3,7 +3,7 @@
 https://github.com/meshery/meshery
 git
 .git
-v0.6.143
+v0.6.147
 @PARENT_TAG@
 disable
 v(.*)
@@ -17,7 +17,7 @@
 gz
   
   
-meshery-0.6.143.obscpio
+meshery-0.6.147.obscpio
   
 
 

++ meshery-0.6.143.obscpio -> meshery-0.6.147.obscpio ++
/work/SRC/openSUSE:Factory/mesheryctl/meshery-0.6.143.obscpio 
/work/SRC/openSUSE:Factory/.mesheryctl.new.1770/meshery-0.6.147.obscpio differ: 
char 50, line 1

++ meshery.obsinfo ++
--- /var/tmp/diff_new_pack.g0A9cW/_old  2023-09-25 20:52:06.672162341 +0200
+++ /var/tmp/diff_new_pack.g0A9cW/_new  2023-09-25 20:52:06.676162486 +0200
@@ -1,5 +1,5 @@
 name: meshery
-version: 0.6.143
-mtime: 1695238677
-commit: 70c66f209c2639fd9d8c587fdd4279019e0955df
+version: 0.6.147
+mtime: 1695531833
+commit: 8835ffab82902f5c0a436c74bbdf7e54894a79c1
 

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


commit minio-client for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package minio-client for openSUSE:Factory 
checked in at 2023-09-25 20:03:34

Comparing /work/SRC/openSUSE:Factory/minio-client (Old)
 and  /work/SRC/openSUSE:Factory/.minio-client.new.1770 (New)


Package is "minio-client"

Mon Sep 25 20:03:34 2023 rev:47 rq:1113352 version:20230922T050746Z

Changes:

--- /work/SRC/openSUSE:Factory/minio-client/minio-client.changes
2023-09-21 22:22:06.442816659 +0200
+++ /work/SRC/openSUSE:Factory/.minio-client.new.1770/minio-client.changes  
2023-09-25 20:52:13.200398176 +0200
@@ -1,0 +2,6 @@
+Mon Sep 25 05:52:33 UTC 2023 - ka...@b1-systems.de
+
+- Update to version 20230922T050746Z:
+  * upgrade minio/pkg v2.0.2 (#4694)
+
+---

Old:

  mc-20230920T152231Z.obscpio

New:

  mc-20230922T050746Z.obscpio



Other differences:
--
++ minio-client.spec ++
--- /var/tmp/diff_new_pack.dKUHxA/_old  2023-09-25 20:52:14.740453811 +0200
+++ /var/tmp/diff_new_pack.dKUHxA/_new  2023-09-25 20:52:14.744453955 +0200
@@ -22,7 +22,7 @@
 %define binary_name minio-client
 
 Name:   minio-client
-Version:20230920T152231Z
+Version:20230922T050746Z
 Release:0
 Summary:Client for MinIO
 License:AGPL-3.0-only

++ _service ++
--- /var/tmp/diff_new_pack.dKUHxA/_old  2023-09-25 20:52:14.772454968 +0200
+++ /var/tmp/diff_new_pack.dKUHxA/_new  2023-09-25 20:52:14.776455112 +0200
@@ -5,7 +5,7 @@
 .git
 enable
 @PARENT_TAG@
-RELEASE.2023-09-20T15-22-31Z
+RELEASE.2023-09-22T05-07-46Z
 RELEASE.*
 RELEASE\.(.*)-(.*)-(.*)-(.*)-(.*)
 \1\2\3\4\5
@@ -19,7 +19,7 @@
 gz
   
   
-mc-20230920T152231Z.obscpio
+mc-20230922T050746Z.obscpio
   
 
 

++ _servicedata ++
--- /var/tmp/diff_new_pack.dKUHxA/_old  2023-09-25 20:52:14.796455834 +0200
+++ /var/tmp/diff_new_pack.dKUHxA/_new  2023-09-25 20:52:14.800455979 +0200
@@ -1,6 +1,6 @@
 
 
 https://github.com/minio/mc
-  38b8665e9e8649f98e6162bdb5163172e6ecc187
+  ae05d451739bb8cd35952f7cac0b11f60407cd52
 (No newline at EOF)
 

++ mc-20230920T152231Z.obscpio -> mc-20230922T050746Z.obscpio ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mc-20230920T152231Z/go.mod 
new/mc-20230922T050746Z/go.mod
--- old/mc-20230920T152231Z/go.mod  2023-09-20 17:22:31.0 +0200
+++ new/mc-20230922T050746Z/go.mod  2023-09-22 07:07:46.0 +0200
@@ -47,7 +47,7 @@
github.com/golang-jwt/jwt/v4 v4.5.0
github.com/juju/ratelimit v1.0.2
github.com/minio/madmin-go/v3 v3.0.18
-   github.com/minio/pkg/v2 v2.0.1
+   github.com/minio/pkg/v2 v2.0.2
github.com/muesli/reflow v0.3.0
github.com/navidys/tvxwidgets v0.3.0
github.com/olekukonko/tablewriter v0.0.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mc-20230920T152231Z/go.sum 
new/mc-20230922T050746Z/go.sum
--- old/mc-20230920T152231Z/go.sum  2023-09-20 17:22:31.0 +0200
+++ new/mc-20230922T050746Z/go.sum  2023-09-22 07:07:46.0 +0200
@@ -144,8 +144,8 @@
 github.com/minio/minio-go/v7 v7.0.63/go.mod 
h1:Q6X7Qjb7WMhvG65qKf4gUgA5XaiSox74kR1uAEjxRS4=
 github.com/minio/mux v1.9.0 h1:dWafQFyEfGhJvK6AwLOt83bIG5bxKxKJnKMCi0XAaoA=
 github.com/minio/mux v1.9.0/go.mod 
h1:1pAare17ZRL5GpmNL+9YmqHoWnLmMZF9C/ioUCfy0BQ=
-github.com/minio/pkg/v2 v2.0.1 h1:MI3xMGCxoN5EEBRp98uEU5J0LlaF+8fLPtL8oHTHLX0=
-github.com/minio/pkg/v2 v2.0.1/go.mod 
h1:6xTAr5M9yobpUroXAAaTrGJ9fhOZIqKYOT0I87u2yZ4=
+github.com/minio/pkg/v2 v2.0.2 h1:cytXmC21fBNS+0NVKEE5FuYmQfY+HFTqis6Kkj3U9ac=
+github.com/minio/pkg/v2 v2.0.2/go.mod 
h1:6xTAr5M9yobpUroXAAaTrGJ9fhOZIqKYOT0I87u2yZ4=
 github.com/minio/selfupdate v0.6.0 
h1:i76PgT0K5xO9+hjzKcacQtO7+MjJ4JKA8Ak8XQ9DDwU=
 github.com/minio/selfupdate v0.6.0/go.mod 
h1:bO02GTIPCMQFTEvE5h4DjYB58bCoZ35XLeBf0buTDdM=
 github.com/minio/sha256-simd v1.0.1 
h1:6kaan5IFmwTNynnKKpDHe6FWHohJOHhCPchzK49dzMM=

++ mc.obsinfo ++
--- /var/tmp/diff_new_pack.dKUHxA/_old  2023-09-25 20:52:15.068465661 +0200
+++ /var/tmp/diff_new_pack.dKUHxA/_new  2023-09-25 20:52:15.072465806 +0200
@@ -1,5 +1,5 @@
 name: mc
-version: 20230920T152231Z
-mtime: 1695223351
-commit: 38b8665e9e8649f98e6162bdb5163172e6ecc187
+version: 20230922T050746Z
+mtime: 1695359266
+commit: ae05d451739bb8cd35952f7cac0b11f60407cd52
 

++ vendor.tar.gz ++
/work/SRC/openSUSE:Factory/minio-client/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.minio-client.new.1770/vendor.tar.gz differ: char 5, 
line 1


commit mpv for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mpv for openSUSE:Factory checked in 
at 2023-09-25 20:02:41

Comparing /work/SRC/openSUSE:Factory/mpv (Old)
 and  /work/SRC/openSUSE:Factory/.mpv.new.1770 (New)


Package is "mpv"

Mon Sep 25 20:02:41 2023 rev:120 rq:1113232 version:0.36.0+git20230923.140d0185

Changes:

--- /work/SRC/openSUSE:Factory/mpv/mpv.changes  2023-08-28 17:15:44.073769752 
+0200
+++ /work/SRC/openSUSE:Factory/.mpv.new.1770/mpv.changes2023-09-25 
20:52:26.868891956 +0200
@@ -1,0 +2,232 @@
+Sat Sep 23 18:56:16 UTC 2023 - llyyr.pub...@gmail.com
+
+- Update to version 0.36.0+git20230923.140d0185:
+  * ci/mingw: drop old workarounds for vulkan-headers
+  * m_config_core: remove mp_read_option_raw
+  * cuda: move --cuda-device to cuda_opts group
+  * opengl/context_win: move opengl-dwmflush to wingl_opts group
+  * libmpv_gl: replace mp_read_option_raw call
+  * video/out/gpu: replace mp_read_option_raw call
+  * stream: remove unneeded mp_read_option_raw call
+  * options: rename some opt structs to *_opts instead of *_params
+  * stream_bluray: move --bluray-device to stream_bluray_opts
+  * stream_cdda: move cdrom-device to cdda_params
+  * demuxer: remove several mp_read_option_raw calls
+  * demux: make demux opts public
+  * options: move some demux-specific opts to demux opts
+  * demux_lavf: set duration to -1 if unknown
+  * DOCS/options: remove some stray tabs
+  * win32: don't remove WS_CAPTION from style
+  * win32: enable custom WM_NCHITTEST also when title bar is hidden
+  * win32: set window_corners to default for fullscreen
+  * win32: add --window-corners
+  * win32: fix fit_window_on_screen to account for invisible borders
+  * win32: reduce top border thickness to imitate DWM invisible borders
+  * win32: add an option to control window title bar state
+  * win32: add an option to change window affinity
+  * wayland: ensure at least a scale factor of 1 when drawing cursor
+  * github/workflows: comment PR artifacts links
+  * win32: explicitly guard dark mode calls by Windows version
+  * vo_gpu_next: use proper color for subtitles
+  * {github/workflows,ci}: install and enable libplacebo in macOS CI
+  * github/workflows: add macOS 13 build
+  * vo_gpu: don't override scaler options with default ones
+  * builtin.conf: remove unneeded vlang/alang/slang lines
+  * vo_gpu: allow deband-iterations to be 0
+  * drm: remove selecting the card number with --drm-connector
+  * options: remove --vf-defaults and --af-defaults
+  * options: remove deprecated --record-file option
+  * vo_sixel: change exit-clear handling to OPT_REPLACED
+  * options: remove a few options marked with .deprecation_message
+  * command: stop restarting playback when writing to playlist-pos
+  * command: remove some old deprecated properities
+  * options: remove ancient option fallbacks/deprecation
+  * builtin.conf: remove deprecated opengl-hq profile
+  * demux_playlist: add --directory-mode=auto
+  * various: add missing include in header flles
+  * sub/ass_mp: filters/f_lavfi: forward declare mp_log
+  * sd_ass: use directive instead of writing magic constants
+  * vo_dmabuf_wayland: support osd rendering when there's no video
+  * mp_image: add force_window field
+  * demux_mf: detect svg
+  * sdl_gamepad: fix button detection on modern controllers
+  * TOOLS/autocrop.lua: switch to auto-copy hwdec during cropdetect
+  * TOOLS/autocrop.lua: cleanup timers correctly
+  * vo_gpu_next: fix unscaled screenshot with --blend-subtitles
+  * TOOLS/autocrop.lua: use VO crop always
+  * options: make video-crop validation more strict
+  * player/video: don't try to restore old crop when invalid were provided
+  * vo_gpu: match libplacebo debanding defaults
+  * vo_gpu: match libplacebo peak detection defaults
+  * DOCS: update notes about new profiles
+  * vo_gpu: default to dscale=hermite
+  * DOCS/options: document hermite scaler
+  * DOCS/options: remove potentially offensive language
+  * DOCS/options: remove spline36 section
+  * DOCS/options: change wording to be less inflammatory
+  * af_scaletempo2: fix missing variable init, remove redundant init
+  * af_scaletempo2: truncate final packet to expected length
+  * af_scaletempo2: fix processing of final packet
+  * af_scaletempo2: calculate latency by center of search block
+  * af_scaletempo2: restore exact audio sync on return to 1x speed
+  * af_scaletempo2: fix speed change latency and pts spikes
+  * af_scaletempo2: fix audio artifact on initial WSOLA iteration
+  * af_scaletempo2: fix audio offset when playing back at 1x speed
+  * af_scaletempo2: fix inconsistent search block position after init
+  * af_scaletempo2: move latency calculation to internal function
+  * af_scaletempo2: fix missing dereference when processing final pac

commit mysql-connector-java for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mysql-connector-java for 
openSUSE:Factory checked in at 2023-09-25 20:04:02

Comparing /work/SRC/openSUSE:Factory/mysql-connector-java (Old)
 and  /work/SRC/openSUSE:Factory/.mysql-connector-java.new.1770 (New)


Package is "mysql-connector-java"

Mon Sep 25 20:04:02 2023 rev:46 rq:1113426 version:8.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/mysql-connector-java/mysql-connector-java.changes
2023-09-07 21:16:00.528314280 +0200
+++ 
/work/SRC/openSUSE:Factory/.mysql-connector-java.new.1770/mysql-connector-java.changes
  2023-09-25 20:52:34.205156981 +0200
@@ -1,0 +2,5 @@
+Mon Sep 25 09:45:21 UTC 2023 - Fridrich Strba 
+
+- Avoid producing dupplicate maven data
+
+---



Other differences:
--
++ mysql-connector-java.spec ++
--- /var/tmp/diff_new_pack.eyQK5C/_old  2023-09-25 20:52:35.369199033 +0200
+++ /var/tmp/diff_new_pack.eyQK5C/_new  2023-09-25 20:52:35.373199178 +0200
@@ -127,22 +127,19 @@
 install -d -m 755 %{buildroot}%{_javadir}
 
 install 
build/%{new_name}-%{version}-SNAPSHOT/%{new_name}-%{version}-SNAPSHOT.jar 
%{buildroot}%{_javadir}/%{new_name}.jar
+ln -sf %{_javadir}/%{new_name}.jar %{buildroot}%{_javadir}/%{name}.jar
 
 rm -rf %{buildroot}%{new_name}-%{version}/docs/release-test-output
 
 install -d -m 755 %{buildroot}%{_mavenpomdir}
 
 # Install the Maven build information as new name
-install -pm 644 build/%{new_name}-%{version}-SNAPSHOT/pom.xml 
%{buildroot}%{_mavenpomdir}/JPP-%{new_name}.pom
+%mvn_install_pom build/%{new_name}-%{version}-SNAPSHOT/pom.xml 
%{buildroot}%{_mavenpomdir}/JPP-%{new_name}.pom
 sed -i 's/-SNAPSHOT//' %{buildroot}%{_mavenpomdir}/JPP-%{new_name}.pom
-%add_maven_depmap JPP-%{new_name}.pom %{new_name}.jar
-
-# Provide poms with "old name" mysql-connector-java (now it's 
mysql-connector-j)
-install -pm 644 build/%{new_name}-%{version}-SNAPSHOT/pom.xml 
%{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
-sed -i 's/-SNAPSHOT//' %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
-%add_maven_depmap JPP-%{name}.pom %{new_name}.jar
+%add_maven_depmap JPP-%{new_name}.pom %{new_name}.jar -a com.mysql:%{name}
 
 %files -f .mfiles
+%{_javadir}/%{name}.jar
 %license LICENSE
 %doc CHANGES README
 


commit newsboat for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package newsboat for openSUSE:Factory 
checked in at 2023-09-25 20:03:37

Comparing /work/SRC/openSUSE:Factory/newsboat (Old)
 and  /work/SRC/openSUSE:Factory/.newsboat.new.1770 (New)


Package is "newsboat"

Mon Sep 25 20:03:37 2023 rev:26 rq:1113348 version:2.33

Changes:

--- /work/SRC/openSUSE:Factory/newsboat/newsboat.changes2023-06-26 
18:16:31.886587002 +0200
+++ /work/SRC/openSUSE:Factory/.newsboat.new.1770/newsboat.changes  
2023-09-25 20:52:43.341487035 +0200
@@ -1,0 +2,27 @@
+Mon Sep 25 05:22:29 UTC 2023 - Michael Vetter 
+
+- Update to 2.33:
+  Added:
+  * Support for 0..9 keys in dialog overview. If you never used dialog
+overview, it's invoked by V key by default and is very useful if you also
+employ ^V/^G/^X to keep multiple dialogs open within Newsboat (Dennis
+van der Schagt)
+  * Support importing OPML 2.0 with --import-from-opml (#2448)
+  Changed:
+  * Image enclosures are now displayed at the start of the article. This 
improves
+support for Mastodon feeds (#2305, #2495)
+  * In feeds that lack title and whose URLs end entirely in digits, use the
+description as a title instead. This improves support for Mastodon feeds 
and
+hopefully doesn't break others (#2530)
+  * Taught contrib/image-preview/nbrun to take Newsboat's CLI arguments
+  * Updated translations
+  * Bumped minimum supported Rust version to 1.68.2
+  Fixed:
+  * Hanging if scripts used by filter:, bookmark-cmd, or html-renderer
+process their input in a streaming fashion rather than reading it entirely
+before outputting anything
+  * Slowness in opening and navigating feeds that contain many items (#229)
+  * --export-to-opml producing invalid OPML documents (missing text attribute)
+(#2518)
+
+---

Old:

  newsboat-2.32.tar.xz
  newsboat-2.32.tar.xz.asc

New:

  newsboat-2.33.tar.xz
  newsboat-2.33.tar.xz.asc



Other differences:
--
++ newsboat.spec ++
--- /var/tmp/diff_new_pack.oFuAOa/_old  2023-09-25 20:52:45.573567670 +0200
+++ /var/tmp/diff_new_pack.oFuAOa/_new  2023-09-25 20:52:45.577567814 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   newsboat
-Version:2.32
+Version:2.33
 Release:0
 Summary:RSS/Atom Feed Reader for Text Terminals
 License:MIT
@@ -41,7 +41,7 @@
 BuildRequires:  libstfl-devel >= 0.21
 BuildRequires:  libxml2-devel
 BuildRequires:  pkgconfig
-BuildRequires:  rust >= 1.64.0
+BuildRequires:  rust >= 1.68.2
 BuildRequires:  sqlite3-devel >= 3.5
 BuildRequires:  zlib-devel
 BuildRequires:  rubygem(asciidoctor)

++ newsboat-2.32.tar.xz -> newsboat-2.33.tar.xz ++
 24160 lines of diff (skipped)


++ vendor.tar.xz ++
/work/SRC/openSUSE:Factory/newsboat/vendor.tar.xz 
/work/SRC/openSUSE:Factory/.newsboat.new.1770/vendor.tar.xz differ: char 26, 
line 1


commit nextcloud for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package nextcloud for openSUSE:Factory 
checked in at 2023-09-25 20:03:05

Comparing /work/SRC/openSUSE:Factory/nextcloud (Old)
 and  /work/SRC/openSUSE:Factory/.nextcloud.new.1770 (New)


Package is "nextcloud"

Mon Sep 25 20:03:05 2023 rev:93 rq:1113271 version:27.1.1

Changes:

--- /work/SRC/openSUSE:Factory/nextcloud/nextcloud.changes  2023-09-22 
21:49:45.361961447 +0200
+++ /work/SRC/openSUSE:Factory/.nextcloud.new.1770/nextcloud.changes
2023-09-25 20:52:49.425706830 +0200
@@ -1,0 +2,456 @@
+Sun Sep 24 09:00:49 UTC 2023 - ecsos 
+
+- Update to 27.1.1
+  - Fix issues where unencrypted_size was being falsely used for non-encrypted 
home folders (server#40379)
+  - Fix alignments for share different share entry types. (server#40429)
+  - Fix: use faster method to fetch user count (server#40433)
+  - Fix: don’t use davtags for tag search (server#40444)
+  - Backport consider link shares in removeShare method in SharingTab #40440 
(server#40448)
+  - Fix(mimetype): Fix aborted transaction on PostgreSQL when storing mimetype 
(server#40461)
+  - Don’t preload metadata for the sub-childen (server#40473)
+  - SFTP improvements (server#40487)
+  - Fix(comments): Use provided offset in best effort when loading comments 
(server#40506)
+  - Fix: content info footer on guest pages (server#40520)
+  - Consider share type for enforced share expiry dates (server#40530)
+  - Auto set password for new email shares (server#40535)
+  - Allow printing log messages during occ (logreader#997)
+  - Update nextcloud/ocp dependency (nextcloud_announcements#233)
+  - Update nextcloud/ocp dependency (notifications#1656)
+  - Fix (visually) removing first notification when executing an action 
(notifications#1662)
+  - Update nextcloud/ocp dependency (text#4789)
+- Changes from 27.1.0
+  - Improved display of app links (server#38526)
+  - Show supported apps on app settings if subscribed (server#39637)
+  - Fix(notifications): Remove share notification when the node is deleted 
(server#39710)
+  - Catch more invalid cache source storage paths (server#39722)
+  - Fix npm audit (server#39728)
+  - Feat(HTTPClient): Provide wrapped access to Guzzle’s asyncRequest() 
(server#39740)
+  - Avoid adding (attribute=) part to filter which will confuse LDAP servers 
(server#39746)
+  - Expose gps data via webdav (server#39755)
+  - Fix(3rdparty): Revert accidental 3rdparty bump (server#39761)
+  - Support opening and comparing versions in viewer (server#39763)
+  - Feat: File reminders backend (server#39764)
+  - The almighty text processing PR (server#39776)
+  - Feat: Set file reminders (server#39783)
+  - Feat(caldav): linkify location in scheduling mails (server#39784)
+  - Optimize calendar search query (server#39785)
+  - Vue based FilePicker (server#39793)
+  - Fix: Pass proper viewer filename (server#39794)
+  - Log imaginary errors as info to not spam the server logs (server#39795)
+  - AppEcosystem Authentification (server#39799)
+  - Enh(files_reminders): Adjust reminder options (server#39800)
+  - Update `@nextcloud/dialogs` for FilePicker design fixes (server#39803)
+  - Chore: update `@nextcloud-vue` to `v7.12.2` (server#39813)
+  - Fix: close cursor after reading the invitation (server#39817)
+  - Wrap long productName on login form (server#39853)
+  - Add l10n for files_reminders (server#39855)
+  - Calendar optimizations (server#39858)
+  - Select the fileid first when looking for incomplete files (server#39871)
+  - Fix: Also cleanup version metadata if expiring (server#39873)
+  - Bump Hub 5 -> Hub 6 (server#39886)
+  - Fix various file reminders bugs (server#39887)
+  - Reduce the number of container queries (server#39890)
+  - Fix smart picker integration of new Vue based file picker (server#39893)
+  - Fix(CardDAV): set owner-principal, displayname properties for SAB 
(server#39900)
+  - Enh(contacts): show/hide addressbooks for all (server#39904)
+  - Update `@nextcloud/dialogs` to 4.2.0-beta.3 to fix FilePicker issues 
(server#39913)
+  - Adjust add button (server#39915)
+  - Fix(files): Fix legacy files list sorting (server#39919)
+  - Try to fix regression with public file upload button (server#39921)
+  - Prevent PHP warning when CacheEntry extension keys are not set 
(server#39930)
+  - Fix: don’t emit Hooks when hookpaths are empty (server#39934)
+  - Chore: update tarstreamer to 2.1.0 (server#39939)
+  - Fix(memcache): Fix comparison of Memcache configs to classes (server#39947)
+  - Fix: always use display name from correct backend (server#39949)
+  - Allow to upgrade from 26.0.x to 27.1.x directly (server#39952)
+  - Don’t bother checking dav acl’s in files (server#39953)
+  - Fix(CS): Use the naming pattern for the URL scheme (server#39962)
+  

commit orafce for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package orafce for openSUSE:Factory checked 
in at 2023-09-25 20:03:48

Comparing /work/SRC/openSUSE:Factory/orafce (Old)
 and  /work/SRC/openSUSE:Factory/.orafce.new.1770 (New)


Package is "orafce"

Mon Sep 25 20:03:48 2023 rev:10 rq:1113379 version:4.6.1+git0.8785767

Changes:

--- /work/SRC/openSUSE:Factory/orafce/orafce.changes2023-09-08 
21:17:23.842452309 +0200
+++ /work/SRC/openSUSE:Factory/.orafce.new.1770/orafce.changes  2023-09-25 
20:53:31.051210568 +0200
@@ -1,0 +2,7 @@
+Mon Sep 25 07:51:11 UTC 2023 - emiliano.lange...@suse.com
+
+- Update to version 4.6.1+git0.8785767:
+  * prepare for 4.6.1
+  * return back dbms_alert_defered_signal header necessary for upgrade - #231
+
+---

Old:

  orafce-4.6.0+git0.6020b1e.obscpio

New:

  orafce-4.6.1+git0.8785767.obscpio



Other differences:
--
++ orafce.spec ++
--- /var/tmp/diff_new_pack.IEBm5y/_old  2023-09-25 20:53:32.895277186 +0200
+++ /var/tmp/diff_new_pack.IEBm5y/_new  2023-09-25 20:53:32.895277186 +0200
@@ -20,7 +20,7 @@
 %definerealname orafce
 
 Name:   %{pgname}-orafce
-Version:4.6.0+git0.6020b1e
+Version:4.6.1+git0.8785767
 Release:0
 Summary:Implementation of some Oracle functions into PostgreSQL
 Group:  Productivity/Databases/Tools

++ _servicedata ++
--- /var/tmp/diff_new_pack.IEBm5y/_old  2023-09-25 20:53:32.939278776 +0200
+++ /var/tmp/diff_new_pack.IEBm5y/_new  2023-09-25 20:53:32.943278920 +0200
@@ -1,6 +1,6 @@
 
 
 https://github.com/orafce/orafce.git
-  6020b1e1f8c519b748b6784a76537b22a6938389
+  8785767a0755b6982d6022d3adf4f99135306dd0
 (No newline at EOF)
 

++ orafce-4.6.0+git0.6020b1e.obscpio -> orafce-4.6.1+git0.8785767.obscpio 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/orafce-4.6.0+git0.6020b1e/META.json 
new/orafce-4.6.1+git0.8785767/META.json
--- old/orafce-4.6.0+git0.6020b1e/META.json 2023-09-01 08:25:22.0 
+0200
+++ new/orafce-4.6.1+git0.8785767/META.json 2023-09-25 07:37:05.0 
+0200
@@ -2,7 +2,7 @@
"name": "orafce",
"abstract": "Oracle's compatibility functions and packages",
"description": "This module allows use a well known Oracle's functions and 
packages inside PostgreSQL",
-   "version": "4.6.0",
+   "version": "4.6.1",
"maintainer": [
   "Pavel Stehule ",
   "Takahiro Itagaki "
@@ -25,7 +25,7 @@
  "orafce": {
"file": "sql/orafce.sql",
"docfile": "README.orafce",
-   "version": "4.6.0",
+   "version": "4.6.1",
"abstract": "Oracle's compatibility functions and packages"
  }
},
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/orafce-4.6.0+git0.6020b1e/alert.c 
new/orafce-4.6.1+git0.8785767/alert.c
--- old/orafce-4.6.0+git0.6020b1e/alert.c   2023-09-01 08:25:22.0 
+0200
+++ new/orafce-4.6.1+git0.8785767/alert.c   2023-09-25 07:37:05.0 
+0200
@@ -1211,3 +1211,13 @@
 
PG_RETURN_VOID();
 }
+
+/*
+ * removed by Orafce 9.6, header is necessary to allow upgrade
+ *
+ */
+Datum
+dbms_alert_defered_signal(PG_FUNCTION_ARGS)
+{
+   PG_RETURN_NULL();
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/orafce-4.6.0+git0.6020b1e/assert.c 
new/orafce-4.6.1+git0.8785767/assert.c
--- old/orafce-4.6.0+git0.6020b1e/assert.c  2023-09-01 08:25:22.0 
+0200
+++ new/orafce-4.6.1+git0.8785767/assert.c  2023-09-25 07:37:05.0 
+0200
@@ -24,6 +24,7 @@
 PG_FUNCTION_INFO_V1(dbms_assert_schema_name);
 PG_FUNCTION_INFO_V1(dbms_assert_simple_sql_name);
 PG_FUNCTION_INFO_V1(dbms_assert_object_name);
+PG_FUNCTION_INFO_V1(dbms_alert_defered_signal);
 
 
 #define CUSTOM_EXCEPTION(code, msg) \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/orafce-4.6.0+git0.6020b1e/builtins.h 
new/orafce-4.6.1+git0.8785767/builtins.h
--- old/orafce-4.6.0+git0.6020b1e/builtins.h2023-09-01 08:25:22.0 
+0200
+++ new/orafce-4.6.1+git0.8785767/builtins.h2023-09-25 07:37:05.0 
+0200
@@ -58,6 +58,7 @@
 extern PGDLLEXPORT Datum dbms_alert_waitone(PG_FUNCTION_ARGS);
 extern PGDLLEXPORT Datum dbms_alert_waitany_maxwait(PG_FUNCTION_ARGS);
 extern PGDLLEXPORT Datum dbms_alert_waitone_maxwait(PG_FUNCTION_ARGS);
+extern PGDLLEXPORT Datum dbms_alert_defered_signal(PG_FUNCTION_ARGS);
 
 /* from assert.c */
 extern PGDLLEXPORT Datum dbms_assert_enquote_literal(PG_FUNCTION_ARGS);

++ orafce.obs

commit python-QtPy for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-QtPy for openSUSE:Factory 
checked in at 2023-09-25 20:03:39

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


Package is "python-QtPy"

Mon Sep 25 20:03:39 2023 rev:23 rq:1113368 version:2.4.0

Changes:

--- /work/SRC/openSUSE:Factory/python-QtPy/python-QtPy.changes  2023-06-11 
19:58:23.000282470 +0200
+++ /work/SRC/openSUSE:Factory/.python-QtPy.new.1770/python-QtPy.changes
2023-09-25 20:56:25.117498784 +0200
@@ -1,0 +2,61 @@
+Sun Sep 24 18:51:40 UTC 2023 - Ben Greiner 
+
+- Update to 2.4.0
+  * Add missing issue closed for v2.3.1 changelog entry by
+@dalthviz in #419
+  * Symmetrize path and location of QLibraryInfo by @StSav012 in
+#420
+  * Improve import modularity between QtGui, QtWidgets and
+QtOpenGL* related modules by @DaelonSuzuka in #387
+  * Make CI jobs much faster & less flaky w/Mamba, 1-pass solve &
+other tweaks by @CAM-Gerlach in #425
+  * Symmetrize QDateTime.toPython and toPyDateTime, etc. by
+@StSav012 in #421
+  * Use static calls of exec_ elsewhere where needed, and test them
+by @StSav012 in #422
+  * Enable more tests on CI by @Czaki in #434
+  * Add wrapers to fix argument name in QFileDialog get*methods by
+@Czaki in #433
+  * Rename utils.py to _utils.py to make it private by @StSav012 in
+#431
+  * Make exec() for PySide2 by @StSav012 in #438
+  * Replace custom implementation with loadUiType from PySide6 by
+@JaRoSchm in #440
+  * Update bindings upper bound version to 6.5 and ignore
+DeprecationWarning (CI) by @dalthviz in #443
+  * Make QMenu.addAction and QToolBar.addAction compatible with Qt6
+arguments' order by @StSav012 in #437
+  * Restore Qt.ItemFlags access as Qt.ItemFlag alias (PyQt6) by
+@dalthviz in #444
+  * Add mappings for deprecated QDropEvent pos and posF methods by
+@dalthviz in #445
+  * Restore QtWidgets.QFileDialog.Options access as
+QtWidgets.QFileDialog.Option alias (PyQt6) by @dalthviz in #448
+  * Add QEnum macro for PyQt bindings by @phil65 in #424
+  * Improve enum to flags aliasing for PyQt6 and PySide6 > 6.3 and
+QFileDialog static methods kwarg compatibility by @dalthviz in
+#449
+  * Update README with information on Pyright/Pylance integration
+and add CLI subcommand to help generate the related config by
+@wkrasnicki in #450
+  * Test using PyQt extra packages by @dalthviz in #446
+- Release 2.3.1
+  * Use raise from None when raising QtBindingsNotFoundError in
+init by @CAM-Gerlach in #391
+  * Fix LibraryLocation -> LibraryPath renaming due to deprecation
+with Qt6 by @StSav012 in #393
+  * Make warning usage consistant and refine messages by
+@CAM-Gerlach in #398
+  * Don't make QTextStreamManipulator.exec_ on PyQt5/6 by @StSav012
+in #404
+  * Remove patch that may be limited to PySide-5.11a1 only by
+@StSav012 in #407
+  * Add mappings for QMouseEvent methods by @StSav012 in #408
+  * Improve compatibility for QtWidgets and QtGui modules between
+Qt5 and Qt6 bindings by @StSav012 in #410
+  * Make QtBindingsNotFoundError also inherit from ImportError by
+@cbrnr in #413
+  * Add compatibility mappings between bindings for all children of
+QSinglePointEvent by @StSav012 in #417
+
+---

Old:

  QtPy-2.3.0.tar.gz

New:

  QtPy-2.4.0.tar.gz



Other differences:
--
++ python-QtPy.spec ++
--- /var/tmp/diff_new_pack.H2v394/_old  2023-09-25 20:56:26.485548205 +0200
+++ /var/tmp/diff_new_pack.H2v394/_new  2023-09-25 20:56:26.485548205 +0200
@@ -1,7 +1,7 @@
 #
 # spec file
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -37,7 +37,7 @@
 
 %{?sle15_python_module_pythons}
 Name:   python-QtPy%{psuffix}
-Version:2.3.0
+Version:2.4.0
 Release:0
 Summary:Abstraction layer on top of Qt bindings
 License:MIT
@@ -46,7 +46,9 @@
 Source: 
https://files.pythonhosted.org/packages/source/Q/QtPy/QtPy-%{version}.tar.gz
 BuildRequires:  %{python_module base >= 3.7}
 BuildRequires:  %{python_module packaging}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-packaging
@@ -122,11 +124,13 @@
 sed -i '/addopts/ {s/--cov=.*//; s/--color=yes//}' pytest.ini
 
 %build
-%python_build
+%if ! %{wit

commit python-anywidget for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-anywidget for 
openSUSE:Factory checked in at 2023-09-25 20:02:33

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


Package is "python-anywidget"

Mon Sep 25 20:02:33 2023 rev:2 rq:1113219 version:0.6.5

Changes:

--- /work/SRC/openSUSE:Factory/python-anywidget/python-anywidget.changes
2023-09-07 21:14:13.872501576 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-anywidget.new.1770/python-anywidget.changes  
2023-09-25 20:56:36.845922478 +0200
@@ -1,0 +2,15 @@
+Sat Sep 23 16:38:24 UTC 2023 - Ben Greiner 
+
+- Update to 0.6.5
+  * fix: disable auto-reloading in dist-packages (#276)
+  * When the package is located in dist-packages, auto-reloading is
+now disabled. This prevents unnecessary warnings when the
+package is used in environments like Google Colab which are
+likely non-development installs.
+- Release 0.6.4
+  * fix: Keep support for binary traitlets (#274)
+  * Uses structuredClone to ensure binary data is automatically
+serialized, correctly. Applies changes reverted in ipywidgets
+8.1.1.
+
+---

Old:

  anywidget-0.6.3.tar.gz

New:

  anywidget-0.6.5.tar.gz



Other differences:
--
++ python-anywidget.spec ++
--- /var/tmp/diff_new_pack.pPte6I/_old  2023-09-25 20:56:38.273974067 +0200
+++ /var/tmp/diff_new_pack.pPte6I/_new  2023-09-25 20:56:38.277974211 +0200
@@ -17,27 +17,27 @@
 
 
 Name:   python-anywidget
-Version:0.6.3
+Version:0.6.5
 Release:0
 Summary:Custom jupyter widgets made easy
 License:MIT
 URL:https://github.com/manzt/anywidget
 Source: 
https://files.pythonhosted.org/packages/source/a/anywidget/anywidget-%{version}.tar.gz
-BuildRequires:  python-rpm-macros
-BuildRequires:  jupyter-rpm-macros
+BuildRequires:  %{python_module hatch-jupyter-builder}
 BuildRequires:  %{python_module hatchling}
 BuildRequires:  %{python_module jupyterlab >= 3}
-BuildRequires:  %{python_module hatch-jupyter-builder}
 BuildRequires:  %{python_module pip}
+BuildRequires:  jupyter-rpm-macros
+BuildRequires:  python-rpm-macros
 # SECTION test requirements
 BuildRequires:  %{python_module ipywidgets >= 7.6.0}
-BuildRequires:  %{python_module psygnal >= 0.8.1}
-BuildRequires:  %{python_module typing-extensions >= 4.2.0}
 BuildRequires:  %{python_module msgspec}
+BuildRequires:  %{python_module psygnal >= 0.8.1}
 BuildRequires:  %{python_module pydantic}
-BuildRequires:  %{python_module watchfiles}
-BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module pytest-cov}
+BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module typing-extensions >= 4.2.0}
+BuildRequires:  %{python_module watchfiles}
 # /SECTION
 BuildRequires:  fdupes
 Requires:   python-ipywidgets >= 7.6.0
@@ -90,13 +90,13 @@
 %pytest
 
 %files %{python_files}
-%doc CHANGELOG.md README.md
+%doc README.md
 %license LICENSE
 %{python_sitelib}/anywidget
 %{python_sitelib}/anywidget-%{version}.dist-info
 
 %files -n jupyter-anywidget
-%doc CHANGELOG.md README.md
+%doc README.md
 %license LICENSE
 %_jupyter_config %{_jupyter_nb_notebook_confdir}/anywidget.json
 %{_jupyter_prefix}/labextensions/anywidget

++ anywidget-0.6.3.tar.gz -> anywidget-0.6.5.tar.gz ++
 15516 lines of diff (skipped)


commit python-blosc2 for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-blosc2 for openSUSE:Factory 
checked in at 2023-09-25 20:04:09

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


Package is "python-blosc2"

Mon Sep 25 20:04:09 2023 rev:6 rq:1113433 version:2.2.7

Changes:

--- /work/SRC/openSUSE:Factory/python-blosc2/python-blosc2.changes  
2023-08-23 14:59:33.470198629 +0200
+++ /work/SRC/openSUSE:Factory/.python-blosc2.new.1770/python-blosc2.changes
2023-09-25 20:57:14.643287923 +0200
@@ -1,0 +2,7 @@
+Mon Sep 18 09:17:34 UTC 2023 - Dirk Müller 
+
+- update to 2.2.7:
+  * Updated to latest C-Blosc2 2.10.3.
+  * Added openhtj2k codec plugin.
+
+---

Old:

  blosc2-2.2.6.tar.gz

New:

  blosc2-2.2.7.tar.gz



Other differences:
--
++ python-blosc2.spec ++
--- /var/tmp/diff_new_pack.Z2bnVR/_old  2023-09-25 20:57:15.795329541 +0200
+++ /var/tmp/diff_new_pack.Z2bnVR/_new  2023-09-25 20:57:15.795329541 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-blosc2
-Version:2.2.6
+Version:2.2.7
 Release:0
 Summary:Python wrapper for the C-Blosc2 library
 License:BSD-3-Clause

++ blosc2-2.2.6.tar.gz -> blosc2-2.2.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blosc2-2.2.6/ANNOUNCE.rst 
new/blosc2-2.2.7/ANNOUNCE.rst
--- old/blosc2-2.2.6/ANNOUNCE.rst   2023-08-01 14:34:49.0 +0200
+++ new/blosc2-2.2.7/ANNOUNCE.rst   2023-09-13 10:42:50.0 +0200
@@ -1,9 +1,9 @@
 Announcing Python-Blosc2 2.2.6
 ==
 
-This is a maintenance release, where we have upgraded to latest C-Blosc2 
2.10.1.
-This provides fixes for dynamic plugins and the possibility to run them
-in multithreading mode (see PR #127).
+This is a maintenance release, where we have upgraded to latest C-Blosc2 
2.10.3.
+This provides the ability to use the blosc2_openhtj2k dynamic plugin
+(see https://github.com/Blosc/blosc2_openhtj2k for more info on this).
 
 For more info, you can have a look at the release notes in:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blosc2-2.2.6/PKG-INFO new/blosc2-2.2.7/PKG-INFO
--- old/blosc2-2.2.6/PKG-INFO   2023-08-01 14:36:59.405662500 +0200
+++ new/blosc2-2.2.7/PKG-INFO   2023-09-13 10:45:14.360038000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: blosc2
-Version: 2.2.6
+Version: 2.2.7
 Summary: Python wrapper for the C-Blosc2 library
 Author-email: Blosc Development Team 
 Maintainer-email: Blosc Development Team 
@@ -24,6 +24,10 @@
 Requires-Python: <4,>=3.8
 Description-Content-Type: text/x-rst
 License-File: LICENSE.txt
+Requires-Dist: msgpack
+Requires-Dist: ndindex>=1.4
+Requires-Dist: numpy>=1.20.3
+Requires-Dist: py-cpuinfo
 
 =
 Python-Blosc2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blosc2-2.2.6/RELEASE_NOTES.md 
new/blosc2-2.2.7/RELEASE_NOTES.md
--- old/blosc2-2.2.6/RELEASE_NOTES.md   2023-08-01 14:34:49.0 +0200
+++ new/blosc2-2.2.7/RELEASE_NOTES.md   2023-09-13 10:42:50.0 +0200
@@ -1,5 +1,14 @@
 # Release notes
 
+## Changes from 2.2.6 to 2.2.7
+
+* Updated to latest C-Blosc2 2.10.3.
+
+* Added openhtj2k codec plugin.
+
+* Some small fixes regarding typos.
+
+
 ## Changes from 2.2.5 to 2.2.6
 
 * Multithreading checks only apply to Python defined codecs and filters.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blosc2-2.2.6/RELEASING.rst 
new/blosc2-2.2.7/RELEASING.rst
--- old/blosc2-2.2.6/RELEASING.rst  2023-08-01 14:34:49.0 +0200
+++ new/blosc2-2.2.7/RELEASING.rst  2023-09-13 10:42:50.0 +0200
@@ -10,8 +10,8 @@
   version that will be documented in the `RELEASE_NOTES.md`)::
 
 cd blosc2/c-blosc2
-git checkout 
 git pull
+git checkout 
 cd ../..
 git commit -m "Update c-blosc2 sources" blosc2/c-blosc2
 git push
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blosc2-2.2.6/VERSION new/blosc2-2.2.7/VERSION
--- old/blosc2-2.2.6/VERSION2023-08-01 14:34:49.0 +0200
+++ new/blosc2-2.2.7/VERSION2023-09-13 10:42:50.0 +0200
@@ -1 +1 @@
-2.2.6
+2.2.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blosc2-2.2.6/blosc2/__init__.py 
new/blosc2-2.2.7/blosc2/__init__.py
--- old/blosc2-2.2.6/blosc2/__init__.py 2023-08-01 14:34:49.0 +0200
+++ new/blosc2-2.2.7/blosc2/__init__.py 2023-09-13 10:4

commit python-ipykernel for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-ipykernel for 
openSUSE:Factory checked in at 2023-09-25 20:02:43

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


Package is "python-ipykernel"

Mon Sep 25 20:02:43 2023 rev:42 rq:1113234 version:6.25.2

Changes:

--- /work/SRC/openSUSE:Factory/python-ipykernel/python-ipykernel.changes
2023-08-23 14:59:48.490225480 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-ipykernel.new.1770/python-ipykernel.changes  
2023-09-25 20:58:17.913573588 +0200
@@ -1,0 +2,10 @@
+Sat Sep 23 16:44:53 UTC 2023 - Ben Greiner 
+
+- Update to 6.25.2
+  * Make iostream shutdown more robust #1143 (@blink1073)
+  * Don't call QApplication.setQuitOnLastWindowClosed(False). #1142
+(@anntzer)
+  * Avoid starting IOPub background thread after it's been stopped
+#1137 (@minrk)
+
+---

Old:

  ipykernel-6.25.1.tar.gz

New:

  ipykernel-6.25.2.tar.gz



Other differences:
--
++ python-ipykernel.spec ++
--- /var/tmp/diff_new_pack.m8N4KP/_old  2023-09-25 20:58:18.945610871 +0200
+++ /var/tmp/diff_new_pack.m8N4KP/_new  2023-09-25 20:58:18.945610871 +0200
@@ -18,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:   python-ipykernel
-Version:6.25.1
+Version:6.25.2
 Release:0
 Summary:IPython Kernel for Jupyter
 License:BSD-3-Clause

++ ipykernel-6.25.1.tar.gz -> ipykernel-6.25.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipykernel-6.25.1/CHANGELOG.md 
new/ipykernel-6.25.2/CHANGELOG.md
--- old/ipykernel-6.25.1/CHANGELOG.md   2020-02-02 01:00:00.0 +0100
+++ new/ipykernel-6.25.2/CHANGELOG.md   2020-02-02 01:00:00.0 +0100
@@ -2,6 +2,24 @@
 
 
 
+## 6.25.2
+
+([Full 
Changelog](https://github.com/ipython/ipykernel/compare/v6.25.1...9d3f7aecc4fe68f14ebcc4dad4b65b19676e820e))
+
+### Bugs fixed
+
+- Make iostream shutdown more robust 
[#1143](https://github.com/ipython/ipykernel/pull/1143) 
([@blink1073](https://github.com/blink1073))
+- Don't call QApplication.setQuitOnLastWindowClosed(False). 
[#1142](https://github.com/ipython/ipykernel/pull/1142) 
([@anntzer](https://github.com/anntzer))
+- Avoid starting IOPub background thread after it's been stopped 
[#1137](https://github.com/ipython/ipykernel/pull/1137) 
([@minrk](https://github.com/minrk))
+
+### Contributors to this release
+
+([GitHub contributors page for this 
release](https://github.com/ipython/ipykernel/graphs/contributors?from=2023-08-07&to=2023-09-04&type=c))
+
+[@anntzer](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Aanntzer+updated%3A2023-08-07..2023-09-04&type=Issues)
 | 
[@blink1073](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2023-08-07..2023-09-04&type=Issues)
 | 
[@ccordoba12](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Accordoba12+updated%3A2023-08-07..2023-09-04&type=Issues)
 | 
[@minrk](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Aminrk+updated%3A2023-08-07..2023-09-04&type=Issues)
+
+
+
 ## 6.25.1
 
 ([Full 
Changelog](https://github.com/ipython/ipykernel/compare/v6.25.0...18e54f31725d6645dd71a8749c9e1eb28281f804))
@@ -18,8 +36,6 @@
 
 
[@pre-commit-ci](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Apre-commit-ci+updated%3A2023-07-25..2023-08-07&type=Issues)
 | 
[@vaishnavi17](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Avaishnavi17+updated%3A2023-07-25..2023-08-07&type=Issues)
 
-
-
 ## 6.25.0
 
 ([Full 
Changelog](https://github.com/ipython/ipykernel/compare/v6.24.0...09c3c359addf60e26078207990ad2ca932cf2613))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipykernel-6.25.1/PKG-INFO 
new/ipykernel-6.25.2/PKG-INFO
--- old/ipykernel-6.25.1/PKG-INFO   2020-02-02 01:00:00.0 +0100
+++ new/ipykernel-6.25.2/PKG-INFO   2020-02-02 01:00:00.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: ipykernel
-Version: 6.25.1
+Version: 6.25.2
 Summary: IPython Kernel for Jupyter
 Project-URL: Homepage, https://ipython.org
 Author-email: IPython Development Team 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipykernel-6.25.1/ipykernel/_version.py 
new/ipykernel-6.25.2/ipykernel/_version.py
--- old/ipykernel-6.25.1/ipykernel/_version.py  2020-02-02 01:00:00.0 
+0100
+++ new/ipykernel-6.25.2/ipykernel/_version.py  2020-02-02 01:00:00.0 
+0100
@@ -5,7 +5,7 @@
 from typi

commit python-ipyevents for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-ipyevents for 
openSUSE:Factory checked in at 2023-09-25 20:03:25

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


Package is "python-ipyevents"

Mon Sep 25 20:03:25 2023 rev:7 rq:1113311 version:2.0.2

Changes:

--- /work/SRC/openSUSE:Factory/python-ipyevents/python-ipyevents.changes
2023-08-18 19:28:38.667346601 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-ipyevents.new.1770/python-ipyevents.changes  
2023-09-25 20:58:16.445520554 +0200
@@ -1,0 +2,7 @@
+Sat Sep 23 16:42:57 UTC 2023 - Ben Greiner 
+
+- Update to 2.0.3
+  * no upstream changelog
+  * new wheel: notebook extension moved to python sitelib
+
+---

Old:

  ipyevents-2.0.1-gh.tar.gz
  ipyevents-2.0.1-py2.py3-none-any.whl

New:

  ipyevents-2.0.2-gh.tar.gz
  ipyevents-2.0.2-py3-none-any.whl



Other differences:
--
++ python-ipyevents.spec ++
--- /var/tmp/diff_new_pack.ThtBJ0/_old  2023-09-25 20:58:17.585561738 +0200
+++ /var/tmp/diff_new_pack.ThtBJ0/_new  2023-09-25 20:58:17.589561883 +0200
@@ -17,16 +17,15 @@
 
 
 Name:   python-ipyevents
-Version:2.0.1
+Version:2.0.2
 Release:0
 Summary:A custom ipython widget for returning mouse and keyboard events
 License:BSD-3-Clause
-Group:  Development/Languages/Python
 URL:https://github.com/mwcraig/ipyevents
 # The Github archive has the test file, but does not bundle the extensions
 Source0:
https://github.com/mwcraig/ipyevents/archive/%{version}.tar.gz#/ipyevents-%{version}-gh.tar.gz
 # Only the (pure) wheel bundles both extensions
-Source1:
https://files.pythonhosted.org/packages/py2.py3/i/ipyevents/ipyevents-%{version}-py2.py3-none-any.whl
+Source1:
https://files.pythonhosted.org/packages/py3/i/ipyevents/ipyevents-%{version}-py3-none-any.whl
 BuildRequires:  %{python_module ipywidgets >= 7.0.0}
 BuildRequires:  %{python_module nbval}
 BuildRequires:  %{python_module pip}
@@ -51,7 +50,6 @@
 
 %package -n jupyter-ipyevents
 Summary:A custom ipython widget for returning mouse and keyboard events
-Group:  Development/Languages/Python
 Requires:   jupyter-notebook
 # Any flavor is okay, but suggest the primary one for automatic zypper choice 
-- boo#1214354
 Requires:   python3dist(ipyevents) = %{version}
@@ -68,10 +66,7 @@
 This package provides the tools and jupyter notebook extension.
 
 %package -n jupyter-ipyevents-jupyterlab
-Version:%{version}
-Release:0
 Summary:A custom ipython widget for returning mouse and keyboard events
-Group:  Development/Languages/Python
 Requires:   jupyter-jupyterlab
 # Any flavor is okay, but suggest the primary one for automatic zypper choice 
-- boo#1214354
 Requires:   python3dist(ipyevents) = %{version}
@@ -114,7 +109,6 @@
 %files -n jupyter-ipyevents
 %license LICENSE.md
 %_jupyter_config %{_jupyter_nb_notebook_confdir}/ipyevents.json
-%{_jupyter_nbextension_dir}/ipyevents/
 
 %files -n jupyter-ipyevents-jupyterlab
 %license LICENSE.md

++ ipyevents-2.0.1-gh.tar.gz -> ipyevents-2.0.2-gh.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipyevents-2.0.1/.github/dependabot.yml 
new/ipyevents-2.0.2/.github/dependabot.yml
--- old/ipyevents-2.0.1/.github/dependabot.yml  1970-01-01 01:00:00.0 
+0100
+++ new/ipyevents-2.0.2/.github/dependabot.yml  2023-08-21 05:26:55.0 
+0200
@@ -0,0 +1,7 @@
+version: 2
+updates:
+# Maintain dependencies for GitHub Actions
+  - package-ecosystem: "github-actions"
+directory: "/"
+schedule:
+  interval: "weekly"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipyevents-2.0.1/.github/workflows/binder-badge.yaml 
new/ipyevents-2.0.2/.github/workflows/binder-badge.yaml
--- old/ipyevents-2.0.1/.github/workflows/binder-badge.yaml 2021-07-15 
21:04:50.0 +0200
+++ new/ipyevents-2.0.2/.github/workflows/binder-badge.yaml 2023-08-21 
05:26:55.0 +0200
@@ -11,7 +11,7 @@
   pull-requests: write
 steps:
 - name: comment on PR with Binder link
-  uses: actions/github-script@v3
+  uses: actions/github-script@v6
   with:
 github-token: ${{secrets.GITHUB_TOKEN}}
 script: |
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipyevents-2.0.1/.github/workflows/ci_tests.yaml 
new/ipyevents-2.0.2/.github/workflows/ci_tests.yaml
--- old/ipyevents-2.0

commit python-ipywidgets for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-ipywidgets for 
openSUSE:Factory checked in at 2023-09-25 20:03:13

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


Package is "python-ipywidgets"

Mon Sep 25 20:03:13 2023 rev:15 rq:1113293 version:8.1.1

Changes:

--- /work/SRC/openSUSE:Factory/python-ipywidgets/python-ipywidgets.changes  
2023-08-20 00:15:30.379387427 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-ipywidgets.new.1770/python-ipywidgets.changes
2023-09-25 20:58:23.365770550 +0200
@@ -1,0 +2,9 @@
+Sun Sep 24 17:49:04 UTC 2023 - Ben Greiner 
+
+- Update to 8.1.1
+  * Raise error when copy method is used on base widget class by
+@mmc1718 in #3780
+  * Reverts #3689 and #3738 back to the original working codebase
+by @martinRenou in #3830
+
+---

Old:

  ipywidgets-8.1.0.tar.gz

New:

  ipywidgets-8.1.1.tar.gz



Other differences:
--
++ python-ipywidgets.spec ++
--- /var/tmp/diff_new_pack.wPy7IG/_old  2023-09-25 20:58:24.401807978 +0200
+++ /var/tmp/diff_new_pack.wPy7IG/_new  2023-09-25 20:58:24.405808122 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-ipywidgets
-Version:8.1.0
+Version:8.1.1
 Release:0
 Summary:IPython HTML widgets for Jupyter
 License:BSD-3-Clause

++ ipywidgets-8.1.0.tar.gz -> ipywidgets-8.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipywidgets-8.1.0/PKG-INFO 
new/ipywidgets-8.1.1/PKG-INFO
--- old/ipywidgets-8.1.0/PKG-INFO   2023-08-01 09:35:26.818381000 +0200
+++ new/ipywidgets-8.1.1/PKG-INFO   2023-09-13 10:05:08.956218500 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: ipywidgets
-Version: 8.1.0
+Version: 8.1.1
 Summary: Jupyter interactive widgets
 Home-page: http://jupyter.org
 Author: Jupyter Development Team
@@ -25,8 +25,18 @@
 Classifier: Framework :: Jupyter
 Requires-Python: >=3.7
 Description-Content-Type: text/markdown
-Provides-Extra: test
 License-File: LICENSE
+Requires-Dist: comm>=0.1.3
+Requires-Dist: ipython>=6.1.0
+Requires-Dist: traitlets>=4.3.1
+Requires-Dist: widgetsnbextension~=4.0.9
+Requires-Dist: jupyterlab_widgets~=3.0.9
+Provides-Extra: test
+Requires-Dist: jsonschema; extra == "test"
+Requires-Dist: ipykernel; extra == "test"
+Requires-Dist: pytest>=3.6.0; extra == "test"
+Requires-Dist: pytest-cov; extra == "test"
+Requires-Dist: pytz; extra == "test"
 
 # ipywidgets: Interactive HTML Widgets
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipywidgets-8.1.0/ipywidgets/_version.py 
new/ipywidgets-8.1.1/ipywidgets/_version.py
--- old/ipywidgets-8.1.0/ipywidgets/_version.py 2023-08-01 09:35:08.0 
+0200
+++ new/ipywidgets-8.1.1/ipywidgets/_version.py 2023-09-13 10:04:48.0 
+0200
@@ -1,7 +1,7 @@
 # Copyright (c) Jupyter Development Team.
 # Distributed under the terms of the Modified BSD License.
 
-__version__ = '8.1.0'
+__version__ = '8.1.1'
 
 __protocol_version__ = '2.1.0'
 __control_protocol_version__ = '1.0.0'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ipywidgets-8.1.0/ipywidgets/widgets/tests/test_widget.py 
new/ipywidgets-8.1.1/ipywidgets/widgets/tests/test_widget.py
--- old/ipywidgets-8.1.0/ipywidgets/widgets/tests/test_widget.py
2023-07-31 14:53:52.0 +0200
+++ new/ipywidgets-8.1.1/ipywidgets/widgets/tests/test_widget.py
2023-09-11 11:47:50.0 +0200
@@ -13,6 +13,7 @@
 from .. import widget
 from ..widget import Widget
 from ..widget_button import Button
+import copy
 
 
 def test_no_widget_view():
@@ -80,3 +81,11 @@
 caller_path = inspect.stack(context=0)[1].filename
 assert all(x.filename == caller_path for x in record)
 assert len(record) == 6
+
+
+def test_widget_copy():
+button = Button()
+with pytest.raises(NotImplementedError):
+copy.copy(button)
+with pytest.raises(NotImplementedError):
+copy.deepcopy(button)
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipywidgets-8.1.0/ipywidgets/widgets/widget.py 
new/ipywidgets-8.1.1/ipywidgets/widgets/widget.py
--- old/ipywidgets-8.1.0/ipywidgets/widgets/widget.py   2023-07-31 
14:53:52.0 +0200
+++ new/ipywidgets-8.1.1/ipywidgets/widgets/widget.py   2023-09-11 
11:47:50.0 +0200
@@ -504,6 +504,12 @@
 
 Widget._call_widget_constructed(self)
 self.open()
+
+def __copy__(self):
+raise NotImplementedErr

commit python-ipyvue for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-ipyvue for openSUSE:Factory 
checked in at 2023-09-25 20:03:13

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


Package is "python-ipyvue"

Mon Sep 25 20:03:13 2023 rev:7 rq:1113292 version:1.10.1

Changes:

--- /work/SRC/openSUSE:Factory/python-ipyvue/python-ipyvue.changes  
2023-08-18 19:28:46.367360410 +0200
+++ /work/SRC/openSUSE:Factory/.python-ipyvue.new.1770/python-ipyvue.changes
2023-09-25 20:58:21.637708123 +0200
@@ -1,0 +2,9 @@
+Sun Sep 24 17:44:12 UTC 2023 - Ben Greiner 
+
+- Update to 1.10.1
+  * no upstream release notes, listing significant commit messages
+  * feat: support serialization of more event data
+  * fix: non Event objects do not need processing before
+serialization
+
+---

Old:

  ipyvue-1.9.2-gh.tar.gz
  ipyvue-1.9.2.tar.gz

New:

  ipyvue-1.10.1-gh.tar.gz
  ipyvue-1.10.1.tar.gz



Other differences:
--
++ python-ipyvue.spec ++
--- /var/tmp/diff_new_pack.X5igYa/_old  2023-09-25 20:58:22.769749019 +0200
+++ /var/tmp/diff_new_pack.X5igYa/_new  2023-09-25 20:58:22.769749019 +0200
@@ -17,9 +17,9 @@
 
 
 # This is important for versions ending in .0
-%define python3dist_version 1.9.2
+%define python3dist_version 1.10.1
 Name:   python-ipyvue
-Version:1.9.2
+Version:1.10.1
 Release:0
 Summary:Jupyter widgets base for Vue libraries
 License:MIT

++ ipyvue-1.9.2-gh.tar.gz -> ipyvue-1.10.1-gh.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipyvue-1.9.2/.bumpversion.cfg 
new/ipyvue-1.10.1/.bumpversion.cfg
--- old/ipyvue-1.9.2/.bumpversion.cfg   2023-06-16 14:52:37.0 +0200
+++ new/ipyvue-1.10.1/.bumpversion.cfg  2023-09-07 16:55:32.0 +0200
@@ -1,6 +1,7 @@
 [bumpversion]
-current_version = 1.9.2
+current_version = 1.10.1
 commit = True
+message = chore: bump version: {current_version} → {new_version}
 tag = True
 parse = 
(?P\d+)(\.(?P\d+))(\.(?P\d+))((?P.)(?P\d+))?
 serialize = 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipyvue-1.9.2/RELEASE.md new/ipyvue-1.10.1/RELEASE.md
--- old/ipyvue-1.9.2/RELEASE.md 2023-06-16 14:52:37.0 +0200
+++ new/ipyvue-1.10.1/RELEASE.md2023-09-07 16:55:32.0 +0200
@@ -1,20 +1,18 @@
-- To release a new version of ipyvue on PyPI:
+# Release a new version of ipyvue on PyPI and NPM:
 
-Update _version.py (set release version, remove 'dev')
-git add the _version.py file and git commit
-`python setup.py sdist upload`
-`python setup.py bdist_wheel upload`
-`git tag -a X.X.X -m 'comment'`
-Update _version.py (add 'dev' and increment minor)
-git add and git commit
-git push
-git push --tags
+- assert you have a remote called "upstream" pointing to 
g...@github.com:widgetti/ipyvue.git
+- assert you have an up-to-date and clean working directory on the branch 
master
+- run `./release.sh [patch | minor | major]`
 
-- To release a new version of jupyter-vue on NPM:
+## Making an alpha release
 
+$ ./release.sh patch --new-version 1.19.0a1
+
+## Recover from a failed release
+
+If a release fails on CI, and you want to keep the history clean
+```
+# do fix
+$ git rebase -i HEAD~3
+$ git tag v1.19.0 -f &&  git push upstream master v1.19.0 -f
 ```
-# clean out the `dist` and `node_modules` directories
-git clean -fdx
-npm install
-npm publish
-```
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipyvue-1.9.2/ipyvue/_version.py 
new/ipyvue-1.10.1/ipyvue/_version.py
--- old/ipyvue-1.9.2/ipyvue/_version.py 2023-06-16 14:52:37.0 +0200
+++ new/ipyvue-1.10.1/ipyvue/_version.py2023-09-07 16:55:32.0 
+0200
@@ -1,2 +1,2 @@
-__version__ = "1.9.2"
+__version__ = "1.10.1"
 semver = "^" + __version__
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipyvue-1.9.2/js/package.json 
new/ipyvue-1.10.1/js/package.json
--- old/ipyvue-1.9.2/js/package.json2023-06-16 14:52:37.0 +0200
+++ new/ipyvue-1.10.1/js/package.json   2023-09-07 16:55:32.0 +0200
@@ -1,6 +1,6 @@
 {
   "name": "jupyter-vue",
-  "version": "1.9.2",
+  "version": "1.10.1",
   "description": "Jupyter widgets base for Vue libraries",
   "license": "MIT",
   "author": "Mario Buikhuizen, Maarten Breddels",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipyvue-1.9.2/js/src/VueRenderer.js 
new/ipyvue-1.10.1/js/src/VueRend

commit python-jupyter-client for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-jupyter-client for 
openSUSE:Factory checked in at 2023-09-25 20:03:17

Comparing /work/SRC/openSUSE:Factory/python-jupyter-client (Old)
 and  /work/SRC/openSUSE:Factory/.python-jupyter-client.new.1770 (New)


Package is "python-jupyter-client"

Mon Sep 25 20:03:17 2023 rev:19 rq:1113300 version:8.3.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jupyter-client/python-jupyter-client.changes  
2023-07-04 15:22:23.626210616 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter-client.new.1770/python-jupyter-client.changes
2023-09-25 20:58:30.342022570 +0200
@@ -1,0 +2,8 @@
+Sun Sep 24 17:51:57 UTC 2023 - Ben Greiner 
+
+- Update to 8.3.1
+  * Support external kernels #961 (@davidbrochart)
+  * Make cache_ports configurable with default value of False. #956
+(@jkitchin)
+
+---

Old:

  jupyter_client-8.3.0.tar.gz

New:

  jupyter_client-8.3.1.tar.gz



Other differences:
--
++ python-jupyter-client.spec ++
--- /var/tmp/diff_new_pack.BECxlU/_old  2023-09-25 20:58:31.514064911 +0200
+++ /var/tmp/diff_new_pack.BECxlU/_new  2023-09-25 20:58:31.518065056 +0200
@@ -26,7 +26,7 @@
 %endif
 
 Name:   python-jupyter-client%{psuffix}
-Version:8.3.0
+Version:8.3.1
 Release:0
 Summary:Jupyter protocol implementation and client libraries
 License:BSD-3-Clause

++ jupyter_client-8.3.0.tar.gz -> jupyter_client-8.3.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jupyter_client-8.3.0/.pre-commit-config.yaml 
new/jupyter_client-8.3.1/.pre-commit-config.yaml
--- old/jupyter_client-8.3.0/.pre-commit-config.yaml2020-02-02 
01:00:00.0 +0100
+++ new/jupyter_client-8.3.1/.pre-commit-config.yaml2020-02-02 
01:00:00.0 +0100
@@ -20,7 +20,7 @@
   - id: trailing-whitespace
 
   - repo: https://github.com/python-jsonschema/check-jsonschema
-rev: 0.23.1
+rev: 0.23.3
 hooks:
   - id: check-github-workflows
 
@@ -30,12 +30,12 @@
   - id: mdformat
 
   - repo: https://github.com/psf/black
-rev: 23.3.0
+rev: 23.7.0
 hooks:
   - id: black
 
-  - repo: https://github.com/charliermarsh/ruff-pre-commit
-rev: v0.0.270
+  - repo: https://github.com/astral-sh/ruff-pre-commit
+rev: v0.0.281
 hooks:
   - id: ruff
 args: ["--fix"]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jupyter_client-8.3.0/CHANGELOG.md 
new/jupyter_client-8.3.1/CHANGELOG.md
--- old/jupyter_client-8.3.0/CHANGELOG.md   2020-02-02 01:00:00.0 
+0100
+++ new/jupyter_client-8.3.1/CHANGELOG.md   2020-02-02 01:00:00.0 
+0100
@@ -2,6 +2,28 @@
 
 
 
+## 8.3.1
+
+([Full 
Changelog](https://github.com/jupyter/jupyter_client/compare/v8.3.0...b4f7d947fae55a4fe59a27df0830a9a78dcd4e12))
+
+### Enhancements made
+
+- Support external kernels 
[#961](https://github.com/jupyter/jupyter_client/pull/961) 
([@davidbrochart](https://github.com/davidbrochart))
+
+### Bugs fixed
+
+- Make cache_ports configurable with default value of False. 
[#956](https://github.com/jupyter/jupyter_client/pull/956) 
([@jkitchin](https://github.com/jkitchin))
+
+### Maintenance and upkeep improvements
+
+### Contributors to this release
+
+([GitHub contributors page for this 
release](https://github.com/jupyter/jupyter_client/graphs/contributors?from=2023-06-23&to=2023-08-29&type=c))
+
+[@blink1073](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Ablink1073+updated%3A2023-06-23..2023-08-29&type=Issues)
 | 
[@davidbrochart](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Adavidbrochart+updated%3A2023-06-23..2023-08-29&type=Issues)
 | 
[@jkitchin](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Ajkitchin+updated%3A2023-06-23..2023-08-29&type=Issues)
 | 
[@kevin-bates](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Akevin-bates+updated%3A2023-06-23..2023-08-29&type=Issues)
 | 
[@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Apre-commit-ci+updated%3A2023-06-23..2023-08-29&type=Issues)
 | 
[@tmaxwell-anthropic](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Atmaxwell-anthropic+updated%3A2023-06-23..2023-08-29&type=Issues)
+
+
+
 ## 8.3.0
 
 ([Full 
Changelog](https://github.com/jupyter/jupyter_client/compare/v8.2.0...bddb8854a4aa3324e128e0497539e17246fbf630))
@@ -18,8 +40,6 @@
 
 
[@fecet](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Afecet+update

commit python-jupyter-server for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-jupyter-server for 
openSUSE:Factory checked in at 2023-09-25 20:03:18

Comparing /work/SRC/openSUSE:Factory/python-jupyter-server (Old)
 and  /work/SRC/openSUSE:Factory/.python-jupyter-server.new.1770 (New)


Package is "python-jupyter-server"

Mon Sep 25 20:03:18 2023 rev:34 rq:1113302 version:2.7.3

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jupyter-server/python-jupyter-server.changes  
2023-08-30 10:23:32.150685362 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter-server.new.1770/python-jupyter-server.changes
2023-09-25 20:58:33.410133407 +0200
@@ -1,0 +2,6 @@
+Sun Sep 24 18:04:17 UTC 2023 - Ben Greiner 
+
+- Update to 2.7.3
+  * Support external kernels #1305 (@davidbrochart)
+
+---

Old:

  jupyter_server-2.7.2.tar.gz

New:

  jupyter_server-2.7.3.tar.gz



Other differences:
--
++ python-jupyter-server.spec ++
--- /var/tmp/diff_new_pack.VaobqC/_old  2023-09-25 20:58:34.442170690 +0200
+++ /var/tmp/diff_new_pack.VaobqC/_new  2023-09-25 20:58:34.442170690 +0200
@@ -32,7 +32,7 @@
 %endif
 
 Name:   python-jupyter-server%{psuffix}
-Version:2.7.2
+Version:2.7.3
 Release:0
 Summary:The backend to Jupyter web applications
 License:BSD-3-Clause

++ jupyter_server-2.7.2.tar.gz -> jupyter_server-2.7.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jupyter_server-2.7.2/CHANGELOG.md 
new/jupyter_server-2.7.3/CHANGELOG.md
--- old/jupyter_server-2.7.2/CHANGELOG.md   2020-02-02 01:00:00.0 
+0100
+++ new/jupyter_server-2.7.3/CHANGELOG.md   2020-02-02 01:00:00.0 
+0100
@@ -4,6 +4,22 @@
 
 
 
+## 2.7.3
+
+([Full 
Changelog](https://github.com/jupyter-server/jupyter_server/compare/v2.7.2...e72bf7187e396605f46ba59567543ef6386e8920))
+
+### New features added
+
+- Support external kernels 
[#1305](https://github.com/jupyter-server/jupyter_server/pull/1305) 
([@davidbrochart](https://github.com/davidbrochart))
+
+### Contributors to this release
+
+([GitHub contributors page for this 
release](https://github.com/jupyter-server/jupyter_server/graphs/contributors?from=2023-08-18&to=2023-08-31&type=c))
+
+[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Adavidbrochart+updated%3A2023-08-18..2023-08-31&type=Issues)
+
+
+
 ## 2.7.1
 
 ([Full 
Changelog](https://github.com/jupyter-server/jupyter_server/compare/v2.7.0...d8f4856c32b895106eac58c9c5768afd0e2f6465))
@@ -32,8 +48,6 @@
 
 
[@allstrive](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Aallstrive+updated%3A2023-06-27..2023-08-15&type=Issues)
 | 
[@bhperry](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Abhperry+updated%3A2023-06-27..2023-08-15&type=Issues)
 | 
[@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Ablink1073+updated%3A2023-06-27..2023-08-15&type=Issues)
 | 
[@emmanuel-ferdman](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Aemmanuel-ferdman+updated%3A2023-06-27..2023-08-15&type=Issues)
 | 
[@Hind-M](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3AHind-M+updated%3A2023-06-27..2023-08-15&type=Issues)
 | 
[@kevin-bates](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Akevin-bates+updated%3A2023-06-27..2023-08-15&type=Issues)
 | 
[@krassowski](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Akra
 ssowski+updated%3A2023-06-27..2023-08-15&type=Issues) | 
[@mathbunnyru](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Amathbunnyru+updated%3A2023-06-27..2023-08-15&type=Issues)
 | 
[@matthewwiese](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Amatthewwiese+updated%3A2023-06-27..2023-08-15&type=Issues)
 | 
[@minrk](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Aminrk+updated%3A2023-06-27..2023-08-15&type=Issues)
 | 
[@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Apre-commit-ci+updated%3A2023-06-27..2023-08-15&type=Issues)
 | 
[@welcome](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Awelcome+updated%3A2023-06-27..2023-08-15&type=Issues)
 | 
[@wqj97](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Awqj97+updated%3A2023-06-27..2023-08-15&type=Issues)
 | [@Zsailer](https://github.com/search?q=repo%3Ajup
 
yter-server%2Fjupyter_server+involves%3AZsa

commit python-jupyter-ydoc for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-jupyter-ydoc for 
openSUSE:Factory checked in at 2023-09-25 20:03:16

Comparing /work/SRC/openSUSE:Factory/python-jupyter-ydoc (Old)
 and  /work/SRC/openSUSE:Factory/.python-jupyter-ydoc.new.1770 (New)


Package is "python-jupyter-ydoc"

Mon Sep 25 20:03:16 2023 rev:5 rq:1113299 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-jupyter-ydoc/python-jupyter-ydoc.changes  
2023-06-14 16:31:16.635182908 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter-ydoc.new.1770/python-jupyter-ydoc.changes
2023-09-25 20:58:35.590212163 +0200
@@ -1,0 +2,7 @@
+Sun Sep 24 18:39:04 UTC 2023 - Ben Greiner 
+
+- Update to 1.1.0
+  * Add source to dist for sourcemaps #182 (@vidartf)
+  * Create awareness interface #171 (@hbcarlos)
+
+---

Old:

  jupyter_ydoc-1.0.2-gh.tar.gz
  jupyter_ydoc-1.0.2.tar.gz

New:

  jupyter_ydoc-1.1.0-gh.tar.gz
  jupyter_ydoc-1.1.0.tar.gz



Other differences:
--
++ python-jupyter-ydoc.spec ++
--- /var/tmp/diff_new_pack.VIYyfQ/_old  2023-09-25 20:58:37.014263608 +0200
+++ /var/tmp/diff_new_pack.VIYyfQ/_new  2023-09-25 20:58:37.014263608 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-jupyter-ydoc
-Version:1.0.2
+Version:1.1.0
 Release:0
 Summary:Document structures for collaborative editing using Ypy
 License:BSD-3-Clause

++ jupyter_ydoc-1.0.2-gh.tar.gz -> jupyter_ydoc-1.1.0-gh.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/jupyter_ydoc-1.0.2/.github/workflows/check-release.yml 
new/jupyter_ydoc-1.1.0/.github/workflows/check-release.yml
--- old/jupyter_ydoc-1.0.2/.github/workflows/check-release.yml  2023-04-14 
11:06:51.0 +0200
+++ new/jupyter_ydoc-1.1.0/.github/workflows/check-release.yml  2023-09-21 
16:17:18.0 +0200
@@ -19,7 +19,7 @@
 node-version: ["14.x"]
 steps:
   - name: Checkout
-uses: actions/checkout@v3
+uses: actions/checkout@v4
   - name: Base Setup
 uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
   - name: Install Dependencies
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/jupyter_ydoc-1.0.2/.github/workflows/license-header.yml 
new/jupyter_ydoc-1.1.0/.github/workflows/license-header.yml
--- old/jupyter_ydoc-1.0.2/.github/workflows/license-header.yml 2023-04-14 
11:06:51.0 +0200
+++ new/jupyter_ydoc-1.1.0/.github/workflows/license-header.yml 2023-09-21 
16:17:18.0 +0200
@@ -13,7 +13,7 @@
 
 steps:
   - name: Checkout
-uses: actions/checkout@v3
+uses: actions/checkout@v4
 with:
   token: ${{ secrets.GITHUB_TOKEN }}
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jupyter_ydoc-1.0.2/.github/workflows/test.yml 
new/jupyter_ydoc-1.1.0/.github/workflows/test.yml
--- old/jupyter_ydoc-1.0.2/.github/workflows/test.yml   2023-04-14 
11:06:51.0 +0200
+++ new/jupyter_ydoc-1.1.0/.github/workflows/test.yml   2023-09-21 
16:17:18.0 +0200
@@ -11,7 +11,7 @@
 name: pre-commit
 runs-on: ubuntu-latest
 steps:
-  - uses: actions/checkout@v3
+  - uses: actions/checkout@v4
   - uses: actions/setup-python@v4
   - uses: pre-commit/action@v3.0.0
 with:
@@ -40,7 +40,7 @@
 shell: bash -l {0}
 steps:
   - name: Checkout repository
-uses: actions/checkout@v3
+uses: actions/checkout@v4
   - name: Install Miniconda
 uses: conda-incubator/setup-miniconda@v2
 with:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jupyter_ydoc-1.0.2/.pre-commit-config.yaml 
new/jupyter_ydoc-1.1.0/.pre-commit-config.yaml
--- old/jupyter_ydoc-1.0.2/.pre-commit-config.yaml  2023-04-14 
11:06:51.0 +0200
+++ new/jupyter_ydoc-1.1.0/.pre-commit-config.yaml  2023-09-21 
16:17:18.0 +0200
@@ -17,7 +17,7 @@
 exclude: ^\.yarn
 
   - repo: https://github.com/psf/black
-rev: 23.3.0
+rev: 23.9.1
 hooks:
   - id: black
 args: ["--line-length", "100"]
@@ -30,7 +30,7 @@
 args: [--profile=black]
 
   - repo: https://github.com/asottile/pyupgrade
-rev: v3.3.1
+rev: v3.11.0
 hooks:
   - id: pyupgrade
 args: [--py37-plus]
@@ -44,7 +44,7 @@
 stages: [manual]
 
   - repo: https://github.com/pycqa/flake8
-rev: 6.0.0
+rev: 6.1.0
 hooks:
   - id: flake8
 additional_dependencies:
diff -urN '--exclude=CVS' '--exclude=.c

commit python-jupyter-kernel-test for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-jupyter-kernel-test for 
openSUSE:Factory checked in at 2023-09-25 20:03:17

Comparing /work/SRC/openSUSE:Factory/python-jupyter-kernel-test (Old)
 and  /work/SRC/openSUSE:Factory/.python-jupyter-kernel-test.new.1770 (New)


Package is "python-jupyter-kernel-test"

Mon Sep 25 20:03:17 2023 rev:4 rq:1113301 version:0.6.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jupyter-kernel-test/python-jupyter-kernel-test.changes
2023-02-05 19:23:16.376621793 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter-kernel-test.new.1770/python-jupyter-kernel-test.changes
  2023-09-25 20:58:31.994082252 +0200
@@ -1,0 +2,7 @@
+Sun Sep 24 18:02:36 UTC 2023 - Ben Greiner 
+
+- Update to 0.6.0
+  * Add test for Jep #65 #134 (@Hind-M)
+  * Drop Python 3.7 support #135 (@blink1073)
+
+---

Old:

  jupyter_kernel_test-0.5.0.tar.gz

New:

  jupyter_kernel_test-0.6.0.tar.gz



Other differences:
--
++ python-jupyter-kernel-test.spec ++
--- /var/tmp/diff_new_pack.YYY5Gv/_old  2023-09-25 20:58:33.038119968 +0200
+++ /var/tmp/diff_new_pack.YYY5Gv/_new  2023-09-25 20:58:33.038119968 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   python-jupyter-kernel-test
-Version:0.5.0
+Version:0.6.0
 Release:0
 Summary:A tool for testing Jupyter kernels
 License:BSD-3-Clause
 URL:https://github.com/jupyter/jupyter_kernel_test
 Source: 
https://files.pythonhosted.org/packages/source/j/jupyter_kernel_test/jupyter_kernel_test-%{version}.tar.gz
-BuildRequires:  %{python_module base >= 3.7}
+BuildRequires:  %{python_module base >= 3.8}
 BuildRequires:  %{python_module hatchling >= 1.5}
 BuildRequires:  %{python_module pip}
 BuildRequires:  fdupes

++ jupyter_kernel_test-0.5.0.tar.gz -> jupyter_kernel_test-0.6.0.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/jupyter_kernel_test-0.5.0/.github/workflows/tests.yml 
new/jupyter_kernel_test-0.6.0/.github/workflows/tests.yml
--- old/jupyter_kernel_test-0.5.0/.github/workflows/tests.yml   2020-02-02 
01:00:00.0 +0100
+++ new/jupyter_kernel_test-0.6.0/.github/workflows/tests.yml   2020-02-02 
01:00:00.0 +0100
@@ -25,12 +25,12 @@
   fail-fast: false
   matrix:
 os: [ubuntu-latest, windows-latest, macos-latest]
-python-version: ["3.7", "3.11"]
+python-version: ["3.8", "3.11"]
 include:
   - os: windows-latest
 python-version: "3.9"
   - os: macos-latest
-python-version: "3.8"
+python-version: "3.9"
   - os: ubuntu-latest
 python-version: "3.10"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jupyter_kernel_test-0.5.0/.pre-commit-config.yaml 
new/jupyter_kernel_test-0.6.0/.pre-commit-config.yaml
--- old/jupyter_kernel_test-0.5.0/.pre-commit-config.yaml   2020-02-02 
01:00:00.0 +0100
+++ new/jupyter_kernel_test-0.6.0/.pre-commit-config.yaml   2020-02-02 
01:00:00.0 +0100
@@ -19,7 +19,7 @@
   - id: trailing-whitespace
 
   - repo: https://github.com/python-jsonschema/check-jsonschema
-rev: 0.19.2
+rev: 0.23.3
 hooks:
   - id: check-github-workflows
 
@@ -31,12 +31,12 @@
   [mdformat-gfm, mdformat-frontmatter, mdformat-footnote]
 
   - repo: https://github.com/psf/black
-rev: 22.12.0
+rev: 23.7.0
 hooks:
   - id: black
 
-  - repo: https://github.com/charliermarsh/ruff-pre-commit
-rev: v0.0.217
+  - repo: https://github.com/astral-sh/ruff-pre-commit
+rev: v0.0.281
 hooks:
   - id: ruff
 args: ["--fix"]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jupyter_kernel_test-0.5.0/CHANGELOG.md 
new/jupyter_kernel_test-0.6.0/CHANGELOG.md
--- old/jupyter_kernel_test-0.5.0/CHANGELOG.md  2020-02-02 01:00:00.0 
+0100
+++ new/jupyter_kernel_test-0.6.0/CHANGELOG.md  2020-02-02 01:00:00.0 
+0100
@@ -2,6 +2,27 @@
 
 
 
+## 0.6.0
+
+([Full 
Changelog](https://github.com/jupyter/jupyter_kernel_test/compare/v0.5.0...78b8f14cf8a7f6c4fba4cb20edd8fa293ae7a602))
+
+### Enhancements made
+
+- Add test for Jep #65 
[#134](https://github.com/jupyter/jupyter_kernel_test/pull/134) 
([@Hind-M](https://github.com/Hind-M))
+
+### Maintenance and upkeep improvements
+
+- Drop Python 3.7 support 
[#135](https://github.com/jupyter/jupyter_kernel_test/pull/135) 
([@blink1073](https://github.com/blink1073))
+- Add more linting 
[#127](https://github.com/jupyter/jupyter_kernel

commit python-librosa for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-librosa for openSUSE:Factory 
checked in at 2023-09-25 20:03:28

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


Package is "python-librosa"

Mon Sep 25 20:03:28 2023 rev:15 rq:1113320 version:0.10.1

Changes:

--- /work/SRC/openSUSE:Factory/python-librosa/python-librosa.changes
2023-08-28 17:12:11.694143159 +0200
+++ /work/SRC/openSUSE:Factory/.python-librosa.new.1770/python-librosa.changes  
2023-09-25 20:58:43.086482969 +0200
@@ -1,0 +2,6 @@
+Sun Sep 24 17:38:22 UTC 2023 - Ben Greiner 
+
+- Remove pooch upper pin, upstream removed it already for last
+  version (gh#librosa/librosa#1727)
+
+---



Other differences:
--
++ python-librosa.spec ++
--- /var/tmp/diff_new_pack.h227TM/_old  2023-09-25 20:58:46.374601754 +0200
+++ /var/tmp/diff_new_pack.h227TM/_new  2023-09-25 20:58:46.386602187 +0200
@@ -40,7 +40,7 @@
 BuildRequires:  %{python_module numba >= 0.51.0}
 BuildRequires:  %{python_module numpy >= 1.22.3}
 BuildRequires:  %{python_module pip}
-BuildRequires:  %{python_module pooch >= 1.0 with %python-pooch < 1.7}
+BuildRequires:  %{python_module pooch >= 1.0}
 BuildRequires:  %{python_module scikit-learn >= 0.20.0}
 BuildRequires:  %{python_module scipy >= 1.2.0}
 BuildRequires:  %{python_module setuptools}
@@ -57,11 +57,11 @@
 Requires:   python-msgpack >= 1.0
 Requires:   python-numba >= 0.51.0
 Requires:   python-numpy >= 1.22.3
+Requires:   python-pooch >= 1.0
 Requires:   python-scikit-learn >= 0.20.0
 Requires:   python-scipy >= 1.2.0
 Requires:   python-soxr >= 0.3.2
 Requires:   python-typing_extensions >= 4.1.1
-Requires:   (python-pooch >= 1.0 with python-pooch < 1.7)
 BuildArch:  noarch
 # SECTION test requirements
 BuildRequires:  %{python_module matplotlib >= 3.3.0}


commit python-metakernel for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-metakernel for 
openSUSE:Factory checked in at 2023-09-25 20:03:19

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


Package is "python-metakernel"

Mon Sep 25 20:03:19 2023 rev:16 rq:1113303 version:0.30.1

Changes:

--- /work/SRC/openSUSE:Factory/python-metakernel/python-metakernel.changes  
2023-08-06 16:30:05.411893727 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-metakernel.new.1770/python-metakernel.changes
2023-09-25 20:58:53.602862878 +0200
@@ -1,0 +2,10 @@
+Sun Sep 24 18:07:10 UTC 2023 - Ben Greiner 
+
+- Update to 0.30.1
+  * Adapt to Python 3.12.0rc2 #272 (@ellert)
+- Release 0.30.0
+  * Updated dot magic, with tests #268 (@dsblank)
+  * Update tests.yml #270 (@dsblank)
+  * Fix magic completion #269 (@dsblank)
+
+---

Old:

  metakernel-0.29.5.tar.gz

New:

  metakernel-0.30.1.tar.gz



Other differences:
--
++ python-metakernel.spec ++
--- /var/tmp/diff_new_pack.4scRUC/_old  2023-09-25 20:58:54.662901172 +0200
+++ /var/tmp/diff_new_pack.4scRUC/_new  2023-09-25 20:58:54.662901172 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-metakernel
-Version:0.29.5
+Version:0.30.1
 Release:0
 Summary:Metakernel for Jupyter
 License:BSD-3-Clause

++ metakernel-0.29.5.tar.gz -> metakernel-0.30.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/metakernel-0.29.5/.github/workflows/check-release.yml 
new/metakernel-0.30.1/.github/workflows/check-release.yml
--- old/metakernel-0.29.5/.github/workflows/check-release.yml   2020-02-02 
01:00:00.0 +0100
+++ new/metakernel-0.30.1/.github/workflows/check-release.yml   2020-02-02 
01:00:00.0 +0100
@@ -13,7 +13,7 @@
 runs-on: ubuntu-latest
 steps:
   - name: Checkout
-uses: actions/checkout@v3
+uses: actions/checkout@v4
   - name: Base Setup
 uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
   - name: Install Dependencies
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metakernel-0.29.5/.github/workflows/tests.yml 
new/metakernel-0.30.1/.github/workflows/tests.yml
--- old/metakernel-0.29.5/.github/workflows/tests.yml   2020-02-02 
01:00:00.0 +0100
+++ new/metakernel-0.30.1/.github/workflows/tests.yml   2020-02-02 
01:00:00.0 +0100
@@ -28,11 +28,15 @@
 
 steps:
   - name: Checkout
-uses: actions/checkout@v3
+uses: actions/checkout@v4
 
   - name: Base Setup
 uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
 
+  - name: Install graphviz on Linux
+if: ${{ startsWith(matrix.os, 'ubuntu') }}
+run: sudo apt install -y graphviz
+
   - name: Install dependencies
 run: |
   pip install coveralls
@@ -49,11 +53,12 @@
 timeout-minutes: 20
 runs-on: ubuntu-latest
 steps:
-  - uses: actions/checkout@v3
+  - uses: actions/checkout@v4
   - name: Base Setup
 uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
 with:
   python_version: "3.7"
+
   - name: Install normally
 run: make install
   - name: Install minimum versions
@@ -66,10 +71,11 @@
 runs-on: ubuntu-latest
 timeout-minutes: 20
 steps:
-  - uses: actions/checkout@v3
+  - uses: actions/checkout@v4
   - uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
   - uses: jupyterlab/maintainer-tools/.github/actions/make-sdist@v1
 
+
   test_sdist:
 runs-on: ubuntu-latest
 needs: [make_sdist]
@@ -82,7 +88,7 @@
   link_check:
 runs-on: ubuntu-latest
 steps:
-  - uses: actions/checkout@v3
+  - uses: actions/checkout@v4
   - uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
   - uses: jupyterlab/maintainer-tools/.github/actions/check-links@v1
 with:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metakernel-0.29.5/CHANGELOG.md 
new/metakernel-0.30.1/CHANGELOG.md
--- old/metakernel-0.29.5/CHANGELOG.md  2020-02-02 01:00:00.0 +0100
+++ new/metakernel-0.30.1/CHANGELOG.md  2020-02-02 01:00:00.0 +0100
@@ -2,6 +2,42 @@
 
 
 
+## 0.30.1
+
+([Full 
Changelog](https://github.com/Calysto/metakernel/compare/v0.30.0...0ab2d9b2e46acc10bd86ca79d18afc423eeef7eb))
+
+### Maintenance and upkeep improvements
+
+- Adapt to Python 3.12.0rc2 
[#272](https://github.com/Calysto/metakernel/pull/272

commit python-nbconvert for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-nbconvert for 
openSUSE:Factory checked in at 2023-09-25 20:03:19

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


Package is "python-nbconvert"

Mon Sep 25 20:03:19 2023 rev:27 rq:1113304 version:7.8.0

Changes:

--- /work/SRC/openSUSE:Factory/python-nbconvert/python-nbconvert.changes
2023-08-18 19:28:54.339374706 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-nbconvert.new.1770/python-nbconvert.changes  
2023-09-25 20:59:01.279140186 +0200
@@ -1,0 +2,16 @@
+Sun Sep 24 18:09:21 UTC 2023 - Ben Greiner 
+
+- Update to 7.8.0
+  * MermaidJS 10.3.1, accessibility features, handle MIME #2034
+(@bollwyvl)
+  * Fix: Prevent error from all whitespace lang string #2036
+(@Adamtaranto)
+
+---
+Sat Aug 26 13:25:22 UTC 2023 - Ben Greiner 
+
+- Update to 7.7.4
+  * Give main tag a height of 100% in css for reveal html #2032
+(@lkeegan)
+
+---

Old:

  nbconvert-7.7.3.tar.gz

New:

  nbconvert-7.8.0.tar.gz



Other differences:
--
++ python-nbconvert.spec ++
--- /var/tmp/diff_new_pack.tnKV1I/_old  2023-09-25 20:59:02.435181949 +0200
+++ /var/tmp/diff_new_pack.tnKV1I/_new  2023-09-25 20:59:02.435181949 +0200
@@ -30,9 +30,9 @@
 %bcond_with libalternatives
 %endif
 # X.X.0 gets abbreviated by pythondistdeps
-%define shortversion 7.7.3
+%define shortversion 7.8
 Name:   python-nbconvert%{psuffix}
-Version:7.7.3
+Version:7.8.0
 Release:0
 Summary:Conversion of Jupyter Notebooks
 License:BSD-3-Clause AND MIT

++ nbconvert-7.7.3.tar.gz -> nbconvert-7.8.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbconvert-7.7.3/.pre-commit-config.yaml 
new/nbconvert-7.8.0/.pre-commit-config.yaml
--- old/nbconvert-7.7.3/.pre-commit-config.yaml 2020-02-02 01:00:00.0 
+0100
+++ new/nbconvert-7.8.0/.pre-commit-config.yaml 2020-02-02 01:00:00.0 
+0100
@@ -19,7 +19,7 @@
   - id: trailing-whitespace
 
   - repo: https://github.com/python-jsonschema/check-jsonschema
-rev: 0.23.2
+rev: 0.23.3
 hooks:
   - id: check-github-workflows
 
@@ -31,12 +31,12 @@
   [mdformat-gfm, mdformat-frontmatter, mdformat-footnote]
 
   - repo: https://github.com/psf/black
-rev: 23.3.0
+rev: 23.7.0
 hooks:
   - id: black
 
   - repo: https://github.com/astral-sh/ruff-pre-commit
-rev: v0.0.276
+rev: v0.0.281
 hooks:
   - id: ruff
 args: ["--fix"]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbconvert-7.7.3/CHANGELOG.md 
new/nbconvert-7.8.0/CHANGELOG.md
--- old/nbconvert-7.7.3/CHANGELOG.md2020-02-02 01:00:00.0 +0100
+++ new/nbconvert-7.8.0/CHANGELOG.md2020-02-02 01:00:00.0 +0100
@@ -2,6 +2,42 @@
 
 
 
+## 7.8.0
+
+([Full 
Changelog](https://github.com/jupyter/nbconvert/compare/v7.7.4...9e8d252f2bf5b4177bbbeb007fd1a489356926ec))
+
+### Enhancements made
+
+- MermaidJS 10.3.1, accessibility features, handle MIME 
[#2034](https://github.com/jupyter/nbconvert/pull/2034) 
([@bollwyvl](https://github.com/bollwyvl))
+
+### Bugs fixed
+
+- Fix: Prevent error from all whitespace lang string 
[#2036](https://github.com/jupyter/nbconvert/pull/2036) 
([@Adamtaranto](https://github.com/Adamtaranto))
+
+### Contributors to this release
+
+([GitHub contributors page for this 
release](https://github.com/jupyter/nbconvert/graphs/contributors?from=2023-08-16&to=2023-08-29&type=c))
+
+[@Adamtaranto](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3AAdamtaranto+updated%3A2023-08-16..2023-08-29&type=Issues)
 | 
[@bollwyvl](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Abollwyvl+updated%3A2023-08-16..2023-08-29&type=Issues)
+
+
+
+## 7.7.4
+
+([Full 
Changelog](https://github.com/jupyter/nbconvert/compare/v7.7.3...bbb095ba24c005ce26f0e8b47f4ddf19a5debe68))
+
+### Bugs fixed
+
+- Give main tag a height of 100% in css for reveal html 
[#2032](https://github.com/jupyter/nbconvert/pull/2032) 
([@lkeegan](https://github.com/lkeegan))
+
+### Maintenance and upkeep improvements
+
+### Contributors to this release
+
+([GitHub contributors page for this 
release](https://github.com/jupyter/nbconvert/graphs/contributors?from=2023-07-25&to=2023-08-16&type=c))
+
+[@Carreau](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3ACarreau+updated%3A2023-07-25..2023-08-16&type=Issues)
 | 
[@lkeegan](https://git

commit python-netaddr for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-netaddr for openSUSE:Factory 
checked in at 2023-09-25 20:04:11

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


Package is "python-netaddr"

Mon Sep 25 20:04:11 2023 rev:27 rq:1113440 version:0.9.0

Changes:

--- /work/SRC/openSUSE:Factory/python-netaddr/python-netaddr.changes
2023-06-12 15:27:34.119448578 +0200
+++ /work/SRC/openSUSE:Factory/.python-netaddr.new.1770/python-netaddr.changes  
2023-09-25 20:59:03.927235849 +0200
@@ -1,0 +2,17 @@
+Mon Sep 25 09:15:49 UTC 2023 - Martin Hauke 
+
+- Update to version 0.9.0
+  Added:
+  * Add hash capabilities to OUI.
+  Fixed:
+  * Backwards incompatible: Handle RFC 6164 IPv6 addresses (don't
+reserve first IP address in point-to-point subnets).
+  * Technically backwards incompatible: Fix for is_loopback
+behaviour – consider IPNetwork('::1/128') to be loopback.
+  * Fix print syntax in the documentation to be Python 3 compatible
+  * Fix the Sphinx syntax in the documentation.
+  Other:
+  * Deprecate Python 3.6.
+  * Eliminate unnecessary evals.
+
+---

Old:

  netaddr-0.8.0.tar.gz

New:

  netaddr-0.9.0.tar.gz



Other differences:
--
++ python-netaddr.spec ++
--- /var/tmp/diff_new_pack.R125gY/_old  2023-09-25 20:59:05.467291485 +0200
+++ /var/tmp/diff_new_pack.R125gY/_new  2023-09-25 20:59:05.471291629 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-netaddr
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:   python-netaddr
-Version:0.8.0
+Version:0.9.0
 Release:0
 Summary:Pythonic manipulation of IPv4, IPv6, CIDR, EUI and MAC network 
addresses
 License:BSD-3-Clause
@@ -83,7 +83,7 @@
 %files %{python_files}
 %license LICENSE
 %doc AUTHORS CHANGELOG COPYRIGHT README.rst
-%{python_sitelib}/*
+%{python_sitelib}/netaddr*
 %{_bindir}/netaddr-%{python_bin_suffix}
 %python_alternative %{_bindir}/netaddr
 

++ netaddr-0.8.0.tar.gz -> netaddr-0.9.0.tar.gz ++
 426812 lines of diff (skipped)


commit python-nornir for openSUSE:Factory

2023-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-nornir for openSUSE:Factory 
checked in at 2023-09-25 20:04:11

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


Package is "python-nornir"

Mon Sep 25 20:04:11 2023 rev:6 rq:1113441 version:3.4.1

Changes:

--- /work/SRC/openSUSE:Factory/python-nornir/python-nornir.changes  
2023-09-22 21:50:02.306576587 +0200
+++ /work/SRC/openSUSE:Factory/.python-nornir.new.1770/python-nornir.changes
2023-09-25 20:59:13.975598851 +0200
@@ -1,0 +2,6 @@
+Mon Sep 25 09:12:40 UTC 2023 - Martin Hauke 
+
+- Update to version 3.4.1
+  * Fix missing typing_extensions and mypy_extensions dependencies.
+
+---

Old:

  nornir-3.4.0.tar.gz

New:

  nornir-3.4.1.tar.gz



Other differences:
--
++ python-nornir.spec ++
--- /var/tmp/diff_new_pack.pdK1Xi/_old  2023-09-25 20:59:15.243644660 +0200
+++ /var/tmp/diff_new_pack.pdK1Xi/_new  2023-09-25 20:59:15.243644660 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   python-nornir
-Version:3.4.0
+Version:3.4.1
 Release:0
 Summary:Network automation framework written in Python
 License:Apache-2.0
@@ -31,6 +31,7 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-importlib-metadata
+Requires:   python-mypy_extensions
 Requires:   python-ruamel.yaml >= 0.17
 # SECTION test requirements
 BuildRequires:  %{python_module decorator}

++ nornir-3.4.0.tar.gz -> nornir-3.4.1.tar.gz ++
/work/SRC/openSUSE:Factory/python-nornir/nornir-3.4.0.tar.gz 
/work/SRC/openSUSE:Factory/.python-nornir.new.1770/nornir-3.4.1.tar.gz differ: 
char 18, line 1


  1   2   >