commit poppler for openSUSE:Factory

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

here is the log from the commit of package poppler for openSUSE:Factory checked 
in at 2022-09-25 15:34:08

Comparing /work/SRC/openSUSE:Factory/poppler (Old)
 and  /work/SRC/openSUSE:Factory/.poppler.new.2275 (New)


Package is "poppler"

Sun Sep 25 15:34:08 2022 rev:184 rq:1003080 version:22.09.0

Changes:

--- /work/SRC/openSUSE:Factory/poppler/poppler.changes  2022-08-04 
13:23:04.324432036 +0200
+++ /work/SRC/openSUSE:Factory/.poppler.new.2275/poppler.changes
2022-09-25 15:34:09.499457505 +0200
@@ -1,0 +2,18 @@
+Mon Sep 12 19:33:05 UTC 2022 - Dirk M??ller 
+
+- update to 22.09.0 (CVE-2022-38784):
+  * Splash: Do not truncate line dash patterns with more than 20 entries. 
Issue #1281
+  * Various signature related improvements
+  * Fix FormField::getFullyQualifiedName in some scenarios
+  * Splash: Small optimization on dash pattern handling
+  * JBIG2Stream::readHalftoneRegionSeg: Fix potential memory leak
+  * Fix crashes on malformed files. Including CVE-2022-38784
+  * Fix string formatting in error reporting
+  * Fix two potential memory leaks in poppler_document_create_dests_tree
+  * pdfsig: List signature field names when listing signature information
+  * pdfsig: Add support for specifying signature by field name
+  * pdfunite: Fix crashes on malformed files
+  * pdfunite: Fix potential memory leak of docs
+- Bump soname following upstreams changes.
+
+---

Old:

  poppler-22.08.0.tar.xz
  poppler-22.08.0.tar.xz.sig

New:

  poppler-22.09.0.tar.xz
  poppler-22.09.0.tar.xz.sig



Other differences:
--
++ poppler.spec ++
--- /var/tmp/diff_new_pack.HXuejQ/_old  2022-09-25 15:34:10.219459239 +0200
+++ /var/tmp/diff_new_pack.HXuejQ/_new  2022-09-25 15:34:10.227459258 +0200
@@ -24,7 +24,7 @@
 %endif
 # Actual version of poppler-data:
 %define poppler_data_version 0.4.11
-%define poppler_sover 123
+%define poppler_sover 124
 %define poppler_cpp_sover 0
 %define poppler_glib_sover 8
 %define poppler_qt5_sover 1
@@ -32,7 +32,7 @@
 %define poppler_api 0.18
 %define poppler_apipkg 0_18
 Name:   poppler%{?psuffix}
-Version:22.08.0
+Version:22.09.0
 Release:0
 Summary:PDF Rendering Library
 License:GPL-2.0-only OR GPL-3.0-only


++ poppler-22.08.0.tar.xz -> poppler-22.09.0.tar.xz ++
 3588 lines of diff (skipped)


commit gdb for openSUSE:Factory

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

here is the log from the commit of package gdb for openSUSE:Factory checked in 
at 2022-09-25 15:34:09

Comparing /work/SRC/openSUSE:Factory/gdb (Old)
 and  /work/SRC/openSUSE:Factory/.gdb.new.2275 (New)


Package is "gdb"

Sun Sep 25 15:34:09 2022 rev:165 rq:1005448 version:12.1

Changes:

--- /work/SRC/openSUSE:Factory/gdb/gdb.changes  2022-08-24 15:10:57.968493117 
+0200
+++ /work/SRC/openSUSE:Factory/.gdb.new.2275/gdb.changes2022-09-25 
15:34:11.151461484 +0200
@@ -1,0 +2,15 @@
+Thu Sep 22 13:38:31 UTC 2022 - Dirk M??ller 
+
+- use python3-xml if python is python3
+
+---
+Fri Sep  2 09:13:08 UTC 2022 - Tom de Vries 
+
+- Maintenance script qa.sh:
+  * Generalize PR29405 kfails.
+- Maintenance script qa-remote.sh:
+  * Make rpm matching more precise.
+- Patches added:
+  * gdb-tdep-fix-powerpc-ieee-128-bit-format-arg-passing.patch
+
+---

New:

  gdb-tdep-fix-powerpc-ieee-128-bit-format-arg-passing.patch



Other differences:
--
++ gdb.spec ++
--- /var/tmp/diff_new_pack.uqNPhK/_old  2022-09-25 15:34:14.063468498 +0200
+++ /var/tmp/diff_new_pack.uqNPhK/_new  2022-09-25 15:34:14.067468507 +0200
@@ -378,6 +378,8 @@
 Patch2113:  gdb-testsuite-fix-gdb.ada-literals.exp-with-aarch64.patch
 # https://sourceware.org/bugzilla/show_bug.cgi?id=29423#c8
 Patch2114:  gdb-fix-watchpoints-triggered.patch
+# https://sourceware.org/bugzilla/show_bug.cgi?id=29543#c5
+Patch2115:  gdb-tdep-fix-powerpc-ieee-128-bit-format-arg-passing.patch
 
 # Debug patches.
 
@@ -577,7 +579,7 @@
 
 # Provide python package xml.etree.ElementTree, used by test-case
 # gdb.python/py-send-packet.exp.
-BuildRequires:  python-xml
+BuildRequires:  %{python}-xml
 
 %endif # %%{build_testsuite}
 
@@ -785,6 +787,7 @@
 %patch2112 -p1
 %patch2113 -p1
 %patch2114 -p1
+%patch2115 -p1
 
 #unpack libipt
 %if 0%{have_libipt}

++ gdb-tdep-fix-powerpc-ieee-128-bit-format-arg-passing.patch ++
[gdb/tdep] Fix PowerPC IEEE 128-bit format arg passing

https://sourceware.org/bugzilla/show_bug.cgi?id=29543#c5

---
 gdb/ppc-sysv-tdep.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gdb/ppc-sysv-tdep.c b/gdb/ppc-sysv-tdep.c
index b7106542b5d..2cdf4658e35 100644
--- a/gdb/ppc-sysv-tdep.c
+++ b/gdb/ppc-sysv-tdep.c
@@ -1444,7 +1444,7 @@ ppc64_sysv_abi_push_param (struct gdbarch *gdbarch,
  == floatformats_ia64_quad))
 {
   /* IEEE FLOAT128, args in vector registers.  */
-  ppc64_sysv_abi_push_val (gdbarch, val, TYPE_LENGTH (type), 0, argpos);
+  ppc64_sysv_abi_push_val (gdbarch, val, TYPE_LENGTH (type), 16, argpos);
   ppc64_sysv_abi_push_vreg (gdbarch, val, argpos);
 }
   else if (type->code () == TYPE_CODE_FLT

++ qa-remote.sh ++
--- /var/tmp/diff_new_pack.uqNPhK/_old  2022-09-25 15:34:14.603469798 +0200
+++ /var/tmp/diff_new_pack.uqNPhK/_new  2022-09-25 15:34:14.607469807 +0200
@@ -54,14 +54,14 @@
mkdir -p $dir
 fi
 
-if [ ! -f $dir/gdb-testresults-12.1-*.rpm ]; then
+if [ ! -f $dir/gdb-testresults-12.1-*.$arch.rpm ]; then
osc getbinaries -q -M testsuite -d $dir $c $arch
 fi
 
 if [ ! -d $pkgs/gdb-testresults.$c.$arch ]; then
(
cd $dir
-   extract gdb-testresults-12.1-*.rpm
+   extract gdb-testresults-12.1-*.$arch.rpm
)
 fi
 

++ qa.sh ++
--- /var/tmp/diff_new_pack.uqNPhK/_old  2022-09-25 15:34:14.623469846 +0200
+++ /var/tmp/diff_new_pack.uqNPhK/_new  2022-09-25 15:34:14.623469846 +0200
@@ -358,9 +358,8 @@
 "FAIL: gdb.base/large-frame.exp: optimize=-O2: backtrace"
 
 # https://sourceware.org/bugzilla/show_bug.cgi?id=29405
-"FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: pc after 
stepi matches insn addr after syscall"
-"FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=on: pc after stepi 
matches insn addr after syscall"
-"FAIL: gdb.base/step-over-syscall.exp: fork: displaced=on: 
check_pc_after_cross_syscall: single step over fork final pc"
+"FAIL: gdb.base/step-over-syscall.exp: (fork|vfork): displaced=(on|off): 
pc after stepi matches insn addr after syscall"
+"FAIL: gdb.base/step-over-syscall.exp: (fork|vfork): displaced=(on|off): 
check_pc_after_cross_syscall: single step over fork final pc"
 
 # https://sourceware.org/bugzilla/show_bug.cgi?id=29418
 "FAIL: gdb.ada/O2_float_param.exp: scenario=all: frame"


commit libaccounts-glib for openSUSE:Factory

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

here is the log from the commit of package libaccounts-glib for 
openSUSE:Factory checked in at 2022-09-25 15:34:12

Comparing /work/SRC/openSUSE:Factory/libaccounts-glib (Old)
 and  /work/SRC/openSUSE:Factory/.libaccounts-glib.new.2275 (New)


Package is "libaccounts-glib"

Sun Sep 25 15:34:12 2022 rev:8 rq:1005461 version:1.26

Changes:

--- /work/SRC/openSUSE:Factory/libaccounts-glib/libaccounts-glib.changes
2021-05-15 23:16:32.580652794 +0200
+++ 
/work/SRC/openSUSE:Factory/.libaccounts-glib.new.2275/libaccounts-glib.changes  
2022-09-25 15:34:15.799472679 +0200
@@ -1,0 +2,7 @@
+Thu Sep 22 17:07:09 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 1.26:
+  * meson: add /usr/include to pkgconfig include path
+  * Avoid assert failure on ag_provider_get_tags
+
+---

Old:

  libaccounts-glib-1.25.tar.bz2

New:

  libaccounts-glib-1.26.tar.gz



Other differences:
--
++ libaccounts-glib.spec ++
--- /var/tmp/diff_new_pack.xbTl0B/_old  2022-09-25 15:34:16.191473623 +0200
+++ /var/tmp/diff_new_pack.xbTl0B/_new  2022-09-25 15:34:16.199473642 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libaccounts-glib
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,19 +18,18 @@
 
 %define typelib typelib-1_0-Accounts-1_0
 %define sover   0
-
 Name:   libaccounts-glib
-Version:1.25
+Version:1.26
 Release:0
 Summary:Account management library for GLib Applications
 License:LGPL-2.1-only
 Group:  System/Libraries
 URL:https://gitlab.com/accounts-sso/libaccounts-glib
-Source: %{URL}/-/archive/%{version}/%{name}-%{version}.tar.bz2
+Source: 
https://gitlab.com/accounts-sso/libaccounts-glib/-/archive/%{version}/libaccounts-glib-%{version}.tar.gz
 Source1:baselibs.conf
 BuildRequires:  gtk-doc
 BuildRequires:  meson
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  python3-gobject
 BuildRequires:  pkgconfig(check) >= 0.9.4
 BuildRequires:  pkgconfig(gio-2.0) >= 2.36
@@ -115,7 +114,8 @@
 %doc NEWS
 %license COPYING
 %{_libdir}/%{name}.so.%{sover}*
-%{_libdir}/%{name}.so.%{version}
+# The library version wasn't updated in the 1.26 release
+%{_libdir}/%{name}.so.1.25
 
 %files -n %{typelib}
 %{_libdir}/girepository-1.0/Accounts-1.0.typelib


commit llvm14 for openSUSE:Factory

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

here is the log from the commit of package llvm14 for openSUSE:Factory checked 
in at 2022-09-25 15:34:13

Comparing /work/SRC/openSUSE:Factory/llvm14 (Old)
 and  /work/SRC/openSUSE:Factory/.llvm14.new.2275 (New)


Package is "llvm14"

Sun Sep 25 15:34:13 2022 rev:10 rq:1005472 version:14.0.6

Changes:

--- /work/SRC/openSUSE:Factory/llvm14/llvm14.changes2022-09-08 
14:21:55.514429616 +0200
+++ /work/SRC/openSUSE:Factory/.llvm14.new.2275/llvm14.changes  2022-09-25 
15:34:16.375474066 +0200
@@ -1,0 +2,11 @@
+Wed Sep 21 21:21:19 UTC 2022 - Aaron Puchert 
+
+- Always drop -gnu from triple for consistency. Patch a test that
+  was looking for -linux- in clang-test-xfail-gnuless-triple.patch.
+
+---
+Mon Sep 19 18:32:11 UTC 2022 - Andreas Schwab 
+
+- Use correct LLVM_HOST_TRIPLE for riscv64
+
+---

New:

  clang-test-xfail-gnuless-triple.patch



Other differences:
--
++ llvm14.spec ++
--- /var/tmp/diff_new_pack.vVxYdr/_old  2022-09-25 15:34:17.791477477 +0200
+++ /var/tmp/diff_new_pack.vVxYdr/_new  2022-09-25 15:34:17.795477486 +0200
@@ -75,11 +75,10 @@
 %endif
 
 %ifarch %{arm}
-%define host_runtime gnueabihf
+%define host_triple %{host_cpu}-%{_host_vendor}-%{_host_os}-gnueabihf
 %else
-%define host_runtime gnu
+%define host_triple %{host_cpu}-%{_host_vendor}-%{_host_os}
 %endif
-%define host_triple %{host_cpu}-%{_host_vendor}-%{_host_os}-%{host_runtime}
 
 # By default, build everything.
 %global llvm_targets "all"
@@ -376,6 +375,8 @@
 Patch34:clang-repl-private-deps.patch
 # Cherry pick patch from LLVM 15: 
https://github.com/llvm/llvm-project/issues/56421
 Patch35:llvm-glibc-2-36.patch
+# Let test match for linux instead of -linux-.
+Patch36:clang-test-xfail-gnuless-triple.patch
 BuildRequires:  binutils-devel >= 2.21.90
 BuildRequires:  cmake >= 3.13.4
 BuildRequires:  fdupes
@@ -813,6 +814,7 @@
 %patch6 -p1
 %patch9 -p2
 %patch34 -p2
+%patch36 -p2
 
 # We hardcode openSUSE
 rm unittests/Driver/DistroTest.cpp

++ clang-test-xfail-gnuless-triple.patch ++
diff --git a/clang/test/Driver/XRay/xray-instrument-os.c 
b/clang/test/Driver/XRay/xray-instrument-os.c
index 3a0397208326..5cf7e35fdbf3 100644
--- a/clang/test/Driver/XRay/xray-instrument-os.c
+++ b/clang/test/Driver/XRay/xray-instrument-os.c
@@ -1,4 +1,4 @@
 // RUN: not %clang -o /dev/null -v -fxray-instrument -c %s
-// XFAIL: -linux-, -freebsd, x86_64-apple-darwin, x86_64-apple-macos
+// XFAIL: linux, freebsd, x86_64-apple-darwin, x86_64-apple-macos
 // REQUIRES: amd64 || x86_64 || x86_64h || arm || aarch64 || arm64
 typedef int a;


commit python-pytz for openSUSE:Factory

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

here is the log from the commit of package python-pytz for openSUSE:Factory 
checked in at 2022-09-25 15:34:11

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


Package is "python-pytz"

Sun Sep 25 15:34:11 2022 rev:46 rq:1005454 version:2022.2.1

Changes:

--- /work/SRC/openSUSE:Factory/python-pytz/python-pytz.changes  2022-04-02 
18:20:36.290231806 +0200
+++ /work/SRC/openSUSE:Factory/.python-pytz.new.2275/python-pytz.changes
2022-09-25 15:34:14.879470463 +0200
@@ -1,0 +2,7 @@
+Mon Aug 15 20:10:16 UTC 2022 - Dirk M??ller 
+
+- update to 2022.2.1:
+  * matches tzdata 2022b
+- avoid bashisms in rpm scripts (bsc#1195391) 
+
+---

Old:

  pytz-2022.1.tar.gz
  pytz-2022.1.tar.gz.asc

New:

  pytz-2022.2.1.tar.gz
  pytz-2022.2.1.tar.gz.asc



Other differences:
--
++ python-pytz.spec ++
--- /var/tmp/diff_new_pack.iDqRhr/_old  2022-09-25 15:34:15.435471802 +0200
+++ /var/tmp/diff_new_pack.iDqRhr/_new  2022-09-25 15:34:15.439471812 +0200
@@ -18,7 +18,7 @@
 
 # Ensure you update the tzdata_version for any minor version increase
 # otherwise the update python library has the incorrect timezone data.
-%define tzdata_version 2022a
+%define tzdata_version 2022b
 %define oldpython python
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %{?!pyunittest:%define 
pyunittest(+abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_-=) 
\\\
@@ -29,7 +29,7 @@
 } }
 
 Name:   python-pytz
-Version:2022.1
+Version:2022.2.1
 Release:0
 Summary:World timezone definitions, modern and historical
 License:MIT
@@ -91,7 +91,7 @@
 
 %pre
 if [ $1 -gt 1 ] ; then
-[ "$(readlink -e %{python_sitelib}/pytz/zoneinfo)" == 
"%{python_sitelib}/pytz/zoneinfo" ] && rm -rf %{python_sitelib}/pytz/zoneinfo
+[ "$(readlink -e %{python_sitelib}/pytz/zoneinfo)" = 
"%{python_sitelib}/pytz/zoneinfo" ] && rm -rf %{python_sitelib}/pytz/zoneinfo
 fi || :
 
 %files %{python_files}

++ 0001-Fix-tests-for-older-timezone-versions.patch ++
--- /var/tmp/diff_new_pack.iDqRhr/_old  2022-09-25 15:34:15.459471860 +0200
+++ /var/tmp/diff_new_pack.iDqRhr/_new  2022-09-25 15:34:15.463471869 +0200
@@ -8,9 +8,11 @@
  src/pytz/tests/test_tzinfo.py | 26 ++
  1 file changed, 14 insertions(+), 12 deletions(-)
 
 a/pytz/tests/test_tzinfo.py
-+++ b/pytz/tests/test_tzinfo.py
-@@ -247,12 +247,13 @@ class USEasternDSTStartTestCase(unittest
+Index: pytz-2022.2.1/pytz/tests/test_tzinfo.py
+===
+--- pytz-2022.2.1.orig/pytz/tests/test_tzinfo.py
 pytz-2022.2.1/pytz/tests/test_tzinfo.py
+@@ -253,12 +253,13 @@ class USEasternDSTStartTestCase(unittest
  
  def _test_tzname(self, utc_dt, wanted):
  tzname = wanted['tzname']
@@ -29,7 +31,7 @@
  )
  
  def _test_utcoffset(self, utc_dt, wanted):
-@@ -510,7 +511,7 @@ class NoumeaHistoryStartTestCase(USEaste
+@@ -516,7 +517,7 @@ class NoumeaHistoryStartTestCase(USEaste
  'dst': timedelta(0),
  }
  after = {
@@ -38,7 +40,7 @@
  'utcoffset': timedelta(hours=11),
  'dst': timedelta(0),
  }
-@@ -521,12 +522,12 @@ class NoumeaDSTEndTestCase(USEasternDSTS
+@@ -527,12 +528,12 @@ class NoumeaDSTEndTestCase(USEasternDSTS
  tzinfo = pytz.timezone('Pacific/Noumea')
  transition_time = datetime(1997, 3, 1, 15, 00, 00, tzinfo=UTC)
  before = {
@@ -53,7 +55,7 @@
  'utcoffset': timedelta(hours=11),
  'dst': timedelta(0),
  }
-@@ -550,7 +551,7 @@ class TahitiTestCase(USEasternDSTStartTe
+@@ -556,7 +557,7 @@ class TahitiTestCase(USEasternDSTStartTe
  'dst': timedelta(0),
  }
  after = {
@@ -62,7 +64,7 @@
  'utcoffset': timedelta(hours=-10),
  'dst': timedelta(0),
  }
-@@ -563,12 +564,12 @@ class SamoaInternationalDateLineChange(U
+@@ -569,12 +570,12 @@ class SamoaInternationalDateLineChange(U
  tzinfo = pytz.timezone('Pacific/Apia')
  transition_time = datetime(2011, 12, 30, 10, 0, 0, tzinfo=UTC)
  before = {
@@ -77,13 +79,4 @@
  'utcoffset': timedelta(hours=14),
  'dst': timedelta(hours=1),
  }
-@@ -618,7 +619,7 @@ class LocalTestCase(unittest.TestCase):
- 
- loc_time = loc_tz.localize(datetime(1940, 5, 10, 0, 0, 0))
- # pre-2017a, abbreviation was NCT
--self.assertEqual(loc_time.strftime('%Z%z'), '+0020+0020')
-+self.assertIn(loc_time.strftime('%Z%z'), ['NET+0020', '+0020+0020'])
- 
- loc_time = loc_tz.localize(datetime(1940, 5, 20, 

commit git for openSUSE:Factory

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

here is the log from the commit of package git for openSUSE:Factory checked in 
at 2022-09-25 15:34:16

Comparing /work/SRC/openSUSE:Factory/git (Old)
 and  /work/SRC/openSUSE:Factory/.git.new.2275 (New)


Package is "git"

Sun Sep 25 15:34:16 2022 rev:288 rq:1005485 version:2.37.3

Changes:

--- /work/SRC/openSUSE:Factory/git/git.changes  2022-09-10 20:17:18.192830803 
+0200
+++ /work/SRC/openSUSE:Factory/.git.new.2275/git.changes2022-09-25 
15:34:18.463479095 +0200
@@ -1,0 +2,5 @@
+Thu Sep 22 13:49:57 UTC 2022 - Dirk M??ller 
+
+- drop python2 requires as git-p4 is documented to work with python3
+
+---



Other differences:
--
++ git.spec ++
--- /var/tmp/diff_new_pack.7lvgAU/_old  2022-09-25 15:34:20.095483025 +0200
+++ /var/tmp/diff_new_pack.7lvgAU/_new  2022-09-25 15:34:20.103483045 +0200
@@ -221,7 +221,6 @@
 Summary:Git tools for importing Perforce repositories
 Group:  Development/Tools/Version Control
 Requires:   git-core = %{version}
-Requires:   python2-base
 
 %description p4
 Tools for importing Perforce repositories to the GIT version control
@@ -321,6 +320,8 @@
 %autosetup -p1
 
 %build
+# update shebang to use python3
+sed -e '1{s,.*,#!/usr/bin/python3,}' git-p4.py
 cat > .make <<'EOF'
 #!/bin/bash
 %make_build CFLAGS="%{optflags}" \


commit libaom for openSUSE:Factory

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

here is the log from the commit of package libaom for openSUSE:Factory checked 
in at 2022-09-25 15:34:20

Comparing /work/SRC/openSUSE:Factory/libaom (Old)
 and  /work/SRC/openSUSE:Factory/.libaom.new.2275 (New)


Package is "libaom"

Sun Sep 25 15:34:20 2022 rev:13 rq:1005561 version:3.5.0

Changes:

--- /work/SRC/openSUSE:Factory/libaom/libaom.changes2022-09-07 
11:05:20.952301686 +0200
+++ /work/SRC/openSUSE:Factory/.libaom.new.2275/libaom.changes  2022-09-25 
15:34:27.775501523 +0200
@@ -1,0 +2,88 @@
+Thu Sep 22 14:56:11 UTC 2022 - Bj??rn Lie 
+
+- Update to version 3.5.0:
+  * This release is ABI compatible with the last one, including
+speedup and memory optimizations, and new APIs and features.
+
+  * New Features
+- Support for frame parallel encode for larger number of
+  threads. --fp-mt flag is available for all build
+  configurations.
+- New codec control AV1E_GET_NUM_OPERATING_POINTS
+  * Speedup and Memory Optimizations
+- Speed-up multithreaded encoding for good quality mode for
+  larger number of threads through frame parallel encoding:
+  . 30-34% encode time reduction for 1080p, 16 threads, 1x1
+tile configuration (tile_rows x tile_columns)
+  . 18-28% encode time reduction for 1080p, 16 threads, 2x4
+tile configuration
+  . 18-20% encode time reduction for 2160p, 32 threads, 2x4
+tile configuration
+- 16-20% speed-up for speed=6 to 8 in still-picture encoding
+  mode
+- 5-6% heap memory reduction for speed=6 to 10 in real-time
+  encoding mode
+- Improvements to the speed for speed=7, 8 in real-time
+  encoding mode
+- Improvements to the speed for speed=9, 10 in real-time screen
+  encoding mode
+- Optimizations to improve multi-thread efficiency in real-time
+  encoding mode
+- 10-15% speed up for SVC with temporal layers
+- SIMD optimizations:
+  . Improve av1_quantize_fp_32x32_neon() 1.05x to 1.24x faster
+  . Add aom_highbd_quantize_b{,_32x32,_64x64}_adaptive_neon()
+3.15x to 5.6x faster than "C"
+  . Improve av1_quantize_fp_64x64_neon() 1.17x to 1.66x faster
+  . Add aom_quantize_b_avx2() 1.4x to 1.7x faster than
+aom_quantize_b_avx()
+  . Add aom_quantize_b_32x32_avx2() 1.4x to 2.3x faster than
+aom_quantize_b_32x32_avx()
+  . Add aom_quantize_b_64x64_avx2() 2.0x to 2.4x faster than
+aom_quantize_b_64x64_ssse3()
+  . Add aom_highbd_quantize_b_32x32_avx2() 9.0x to 10.5x faster
+than aom_highbd_quantize_b_32x32_c()
+  . Add aom_highbd_quantize_b_64x64_avx2() 7.3x to 9.7x faster
+than aom_highbd_quantize_b_64x64_c()
+  . Improve aom_highbd_quantize_b_avx2() 1.07x to 1.20x faster
+  . Improve av1_quantize_fp_avx2() 1.13x to 1.49x faster
+  . Improve av1_quantize_fp_32x32_avx2() 1.07x to 1.54x faster
+  . Improve av1_quantize_fp_64x64_avx2()  1.03x to 1.25x faster
+  . Improve av1_quantize_lp_avx2() 1.07x to 1.16x faster
+  * Bug fixes including but not limited to
+- aomedia:3206 Assert that skip_width > 0 for deconvolve
+  function
+- aomedia:3278 row_mt enc: Delay top-right sync when intraBC is
+  enabled
+- aomedia:3282 blend_a64_*_neon: fix bus error in armv7
+- aomedia:3283 FRAME_PARALLEL: Propagate border size to all
+  cpis
+- aomedia:3283 RESIZE_MODE: Fix incorrect strides being used
+  for motion search
+- aomedia:3286 rtc-svc: Fix to dynamic_enable spatial layers
+- aomedia:3289 rtc-screen: Fix to skipping inter-mode test in
+  nonrd
+- aomedia:3289 rtc-screen: Fix for skip newmv on flat blocks
+- aomedia:3299 Fix build failure with CONFIG_TUNE_VMAF=1
+- aomedia:3296 Fix the conflict --enable-tx-size-search=0 with
+  nonrd mode --enable-tx-size-search will be ignored in non-rd
+  pick mode
+- aomedia:3304 Fix off-by-one error of max w/h in
+  validate_config
+- aomedia:3306 Do not use pthread_setname_np on GNU/Hurd
+- aomedia:3325 row-multithreading produces invalid bitstream in
+  some cases
+- chromium:1346938, chromium:1338114
+- compiler_flags.cmake: fix flag detection w/cmake 3.17-3.18.2
+- tools/*.py: update to python3
+- aom_configure.cmake: detect PIE and set CONFIG_PIC
+- test/simd_cmp_impl: use explicit types w/CompareSimd*
+- rtc: Fix to disable segm for aq-mode=3
+- rtc: Fix to color_sensitivity in variance partition
+- rtc-screen: Fix bsize in model rd computation for intra
+  chroma
+- Fixes to ensure the correct behavior of the encoder
+  algorithms (like segmentation, computation of statistics,
+  etc.)
+
+---

Old:

  libaom-3.4.0.o

commit apache2 for openSUSE:Factory

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

here is the log from the commit of package apache2 for openSUSE:Factory checked 
in at 2022-09-25 15:34:17

Comparing /work/SRC/openSUSE:Factory/apache2 (Old)
 and  /work/SRC/openSUSE:Factory/.apache2.new.2275 (New)


Package is "apache2"

Sun Sep 25 15:34:17 2022 rev:198 rq:1005552 version:2.4.54

Changes:

--- /work/SRC/openSUSE:Factory/apache2/apache2.changes  2022-09-21 
14:42:41.757798807 +0200
+++ /work/SRC/openSUSE:Factory/.apache2.new.2275/apache2.changes
2022-09-25 15:34:20.535484085 +0200
@@ -1,0 +2,6 @@
+Fri Sep 23 06:06:26 UTC 2022 - Stephan Kulow 
+
+- The 2.4.54 release brought support for PCRE2, but for that we also
+  need to change buildrequires to pcre2-devel
+
+---



Other differences:
--
++ apache2.spec ++
--- /var/tmp/diff_new_pack.tq3OGA/_old  2022-09-25 15:34:23.359490887 +0200
+++ /var/tmp/diff_new_pack.tq3OGA/_new  2022-09-25 15:34:23.363490897 +0200
@@ -210,7 +210,7 @@
 BuildRequires:  lua-devel
 BuildRequires:  openldap2-devel
 BuildRequires:  openssl-devel >= 0.9.8a
-BuildRequires:  pcre-devel
+BuildRequires:  pcre2-devel
 BuildRequires:  pkgconfig
 BuildRequires:  systemd-rpm-macros
 BuildRequires:  xz


commit gobject-introspection for openSUSE:Factory

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

here is the log from the commit of package gobject-introspection for 
openSUSE:Factory checked in at 2022-09-25 15:34:19

Comparing /work/SRC/openSUSE:Factory/gobject-introspection (Old)
 and  /work/SRC/openSUSE:Factory/.gobject-introspection.new.2275 (New)


Package is "gobject-introspection"

Sun Sep 25 15:34:19 2022 rev:102 rq:1005557 version:1.74.0

Changes:

--- 
/work/SRC/openSUSE:Factory/gobject-introspection/gobject-introspection.changes  
2022-09-21 14:41:19.781571459 +0200
+++ 
/work/SRC/openSUSE:Factory/.gobject-introspection.new.2275/gobject-introspection.changes
2022-09-25 15:34:24.191492891 +0200
@@ -1,0 +2,5 @@
+Thu Sep 22 17:02:33 UTC 2022 - Stephan Kulow 
+
+- Switch to pcre2grep (pcre is dead upstream)
+
+---



Other differences:
--
++ gobject-introspection.spec ++
--- /var/tmp/diff_new_pack.Jnt42L/_old  2022-09-25 15:34:24.663494028 +0200
+++ /var/tmp/diff_new_pack.Jnt42L/_new  2022-09-25 15:34:24.667494037 +0200
@@ -55,7 +55,7 @@
 Requires:   file
 Requires:   libgirepository-1_0-1 = %{version}
 # gi-find-deps uses the enhanced grep variant in order to do multi-line 
matching (for pkg.requires(..))
-Requires:   pcre-tools
+Requires:   pcre2-tools
 Requires:   python3-xml
 Requires:   python(abi) = %{python3_version}
 

++ gi-find-deps.sh ++
--- /var/tmp/diff_new_pack.Jnt42L/_old  2022-09-25 15:34:24.703494124 +0200
+++ /var/tmp/diff_new_pack.Jnt42L/_new  2022-09-25 15:34:24.707494133 +0200
@@ -113,7 +113,7 @@
print_req_prov
done
# Remember files which contain a pkg.require() call
-   if pcregrep -M "pkg.require\\(([^;])*" $1 > /dev/null; then
+   if pcre2grep -M "pkg.require\\(([^;])*" $1 > /dev/null; then
# the file contains a pkg.require(..) list... let's remember th 
is file for the in-depth scanner
if [ -n "$jspkg" ]; then
jspkg=$1:${jspkg}
@@ -122,7 +122,7 @@
fi
fi
# remember files which contain exlucde filters used against 
pkg.require()
-   if pcregrep -M "const RECOGNIZED_MODULE_NAMES =([^;])*" $1 > /dev/null; 
then
+   if pcre2grep -M "const RECOGNIZED_MODULE_NAMES =([^;])*" $1 > 
/dev/null; then
# the file contains RECOGNIZED_MODULE_NAMES list. We remember 
the file name for the follow up filtering
if [ -n "$jspkgfilt" ]; then
jspkgfilt=$1:${jspkgfilt}
@@ -136,7 +136,7 @@
 function javascript_pkg_filter {
 # For now this is a dummy function based on gnome-weather information
 #for file in $jspkgfilt; do
-#  FILTER=($(pcregrep -M "const RECOGNIZED_MODULE_NAMES =([^;])*" $file | 
grep -o "'.*'" | sed "s:'::g"))
+#  FILTER=($(pcre2grep -M "const RECOGNIZED_MODULE_NAMES =([^;])*" $file | 
grep -o "'.*'" | sed "s:'::g"))
 #done
   FILTER=('Lang' 'Mainloop' 'Signals' 'System' 'Params')
 }
@@ -149,7 +149,7 @@
 IFS=:
 for file in "$jspkg"; do
IFS=$'\n'
-   PKGS=$(pcregrep -M "pkg.require\\(([^;])*" $file | grep -o "'.*': '.*'")
+   PKGS=$(pcre2grep -M "pkg.require\\(([^;])*" $file | grep -o "'.*': 
'.*'")
for pkg in $PKGS; do
split_name_version2 $pkg
found=0


commit flac for openSUSE:Factory

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

here is the log from the commit of package flac for openSUSE:Factory checked in 
at 2022-09-25 15:34:19

Comparing /work/SRC/openSUSE:Factory/flac (Old)
 and  /work/SRC/openSUSE:Factory/.flac.new.2275 (New)


Package is "flac"

Sun Sep 25 15:34:19 2022 rev:57 rq:1005560 version:1.4.1

Changes:

--- /work/SRC/openSUSE:Factory/flac/flac.changes2022-09-13 
15:07:53.180388752 +0200
+++ /work/SRC/openSUSE:Factory/.flac.new.2275/flac.changes  2022-09-25 
15:34:24.999494837 +0200
@@ -1,0 +2,12 @@
+Fri Sep 23 06:28:22 UTC 2022 - Paolo Stivanin 
+
+- Update to version 1.4.1:
+  * CMake fixes 
+  * Add checks that man pages and api docs end up in tarball
+  * Enable installation of prebuilt man pages and api docs
+  * Fix compiler warnings
+  * Fix format specifier
+  * Fix versioning from git
+- Rebase flac-cflags.patch
+
+---

Old:

  flac-1.4.0.tar.xz

New:

  flac-1.4.1.tar.xz



Other differences:
--
++ flac.spec ++
--- /var/tmp/diff_new_pack.IiI1WB/_old  2022-09-25 15:34:26.231497804 +0200
+++ /var/tmp/diff_new_pack.IiI1WB/_new  2022-09-25 15:34:26.235497814 +0200
@@ -20,7 +20,7 @@
 %define sover_plus 10
 
 Name:   flac
-Version:1.4.0
+Version:1.4.1
 Release:0
 Summary:Free Lossless Audio Codec
 License:BSD-3-Clause AND GPL-2.0-or-later AND GFDL-1.2-only

++ flac-1.4.0.tar.xz -> flac-1.4.1.tar.xz ++
 75876 lines of diff (skipped)

++ flac-cflags.patch ++
--- /var/tmp/diff_new_pack.IiI1WB/_old  2022-09-25 15:34:26.711498960 +0200
+++ /var/tmp/diff_new_pack.IiI1WB/_new  2022-09-25 15:34:26.715498970 +0200
@@ -2,11 +2,11 @@
  configure.ac |4 
  1 file changed, 4 deletions(-)
 
-Index: flac-1.4.0/configure.ac
+Index: flac-1.4.1/configure.ac
 ===
 flac-1.4.0.orig/configure.ac
-+++ flac-1.4.0/configure.ac
-@@ -550,10 +550,6 @@ if test x$ac_cv_c_compiler_gnu = xyes -o
+--- flac-1.4.1.orig/configure.ac
 flac-1.4.1/configure.ac
+@@ -559,10 +559,6 @@ if test x$ac_cv_c_compiler_gnu = xyes -o
XIPH_ADD_CFLAGS([-fno-inline-small-functions])
fi
  


commit python-breathe for openSUSE:Factory

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

here is the log from the commit of package python-breathe for openSUSE:Factory 
checked in at 2022-09-25 15:34:22

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


Package is "python-breathe"

Sun Sep 25 15:34:22 2022 rev:16 rq:1005566 version:4.34.0

Changes:

--- /work/SRC/openSUSE:Factory/python-breathe/python-breathe.changes
2022-03-11 11:31:34.489937064 +0100
+++ /work/SRC/openSUSE:Factory/.python-breathe.new.2275/python-breathe.changes  
2022-09-25 15:34:28.867504152 +0200
@@ -1,0 +2,18 @@
+Fri Sep 23 02:44:31 UTC 2022 - Yogalakshmi Arunachalam 
+
+- version update to 4.34.0
+  * Treat .unparsed as plain text. #806
+  * Remove unneeded type: ignore annotations. #813
+  * Fix internal NodeFinder visitor for when non-Docutils nodes are present in 
the content of a directive. #812
+  * Rename lint workflow. #814
+  * Type check pygments and limit docutils stub version. #819
+  * Convert dot files' relative path to absolute. #821
+  * CI, update Sphinx versions to test. #834
+  * CI, update for Sphinx 5.0.1. #846
+  * Fix inconsistency in example. #843
+  * Fix C# enum rendering crash. #849
+  * Drop Sphinx 3 support, add Sphinx 5 support. #850
+  * CICD: Disable python 3.6 for Sphinx master tests. #853
+  * Populate default include text-node's data field instead of raw-source. 
#828 
+
+---

Old:

  breathe-4.33.1.tar.gz

New:

  breathe-4.34.0.tar.gz



Other differences:
--
++ python-breathe.spec ++
--- /var/tmp/diff_new_pack.mrbua3/_old  2022-09-25 15:34:29.279505145 +0200
+++ /var/tmp/diff_new_pack.mrbua3/_new  2022-09-25 15:34:29.283505155 +0200
@@ -19,7 +19,7 @@
 %define skip_python2 1
 %define modname breathe
 Name:   python-breathe
-Version:4.33.1
+Version:4.34.0
 Release:0
 Summary:Sphinx Doxygen renderer
 License:BSD-3-Clause

++ breathe-4.33.1.tar.gz -> breathe-4.34.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/breathe-4.33.1/.github/workflows/lint.yml 
new/breathe-4.34.0/.github/workflows/lint.yml
--- old/breathe-4.33.1/.github/workflows/lint.yml   2022-02-14 
18:08:21.0 +0100
+++ new/breathe-4.34.0/.github/workflows/lint.yml   2022-06-20 
20:46:49.0 +0200
@@ -1,4 +1,4 @@
-name: lint using flake8
+name: lint
 on: [push, pull_request]
 jobs:
   build:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/breathe-4.33.1/.github/workflows/unit_tests.yml 
new/breathe-4.34.0/.github/workflows/unit_tests.yml
--- old/breathe-4.33.1/.github/workflows/unit_tests.yml 2022-02-14 
18:08:21.0 +0100
+++ new/breathe-4.34.0/.github/workflows/unit_tests.yml 2022-06-20 
20:46:49.0 +0200
@@ -9,27 +9,24 @@
   matrix:
 python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
 sphinx-version:
-  - '3.0.4'
-  - '3.1.2'
-  - '3.2.1'
-  - '3.3.1'
-  - '3.4.3'
-  - '3.5.4'
   - '4.0.3'
   - '4.1.2'
   - '4.2.0'
   - '4.3.2'
-  - '4.4.0'
-  - git+https://github.com/sphinx-doc/sphinx.git@4.4.x
-  - git+https://github.com/sphinx-doc/sphinx.git@4.x
+  - '4.5.0'
+  - '5.0.1'
+  - git+https://github.com/sphinx-doc/sphinx.git@5.0.x
+  - git+https://github.com/sphinx-doc/sphinx.git@5.x
   - git+https://github.com/sphinx-doc/sphinx.git@master
-# avoid bug in following configurations
-# sphinx/util/typing.py:37: in 
-# from types import Union as types_Union
-# ImportError: cannot import name 'Union' from 'types'
 exclude:
-  - python-version: '3.10'
-sphinx-version: '3.5.4'
+  # Since sphinx 7e68154e49fbb260f7ffee9791bfafdb7fd2e119 python 3.6
+  # support is removed. Breathe will probably also drop 3.6 soon.
+  - python-version: '3.6'
+sphinx-version: git+https://github.com/sphinx-doc/sphinx.git@master
+  # avoid bug in following configurations
+  # sphinx/util/typing.py:37: in 
+  # from types import Union as types_Union
+  # ImportError: cannot import name 'Union' from 'types'
   - python-version: '3.10'
 sphinx-version: '4.0.3'
   - python-version: '3.10'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/breathe-4.33.1/.gitignore 
new/breathe-4.34.0/.gitignore
--- old/breathe-4.33.1/.gitignore   2022-02-14 18:08:21.0

commit python-asttokens for openSUSE:Factory

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

here is the log from the commit of package python-asttokens for 
openSUSE:Factory checked in at 2022-09-25 15:34:24

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


Package is "python-asttokens"

Sun Sep 25 15:34:24 2022 rev:5 rq:1005616 version:2.0.8

Changes:

--- /work/SRC/openSUSE:Factory/python-asttokens/python-asttokens.changes
2021-11-20 02:40:53.408433689 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-asttokens.new.2275/python-asttokens.changes  
2022-09-25 15:34:30.571508257 +0200
@@ -1,0 +2,10 @@
+Fri Sep 23 11:59:52 UTC 2022 - ecsos 
+
+- Update to version 2.0.8:
+  * Merge pull request #90 from palfrey/fix-explicit-import
+  * Fix mypy explicit re-export issues
+- Changes from version 2.0.7:
+  * Merge pull request #87 from gristlabs/astroid-type-checking
+  * Fix astroid type checking import errors
+
+---

Old:

  asttokens-2.0.5.tar.gz

New:

  asttokens-2.0.8.tar.gz



Other differences:
--
++ python-asttokens.spec ++
--- /var/tmp/diff_new_pack.FOsJDD/_old  2022-09-25 15:34:31.039509384 +0200
+++ /var/tmp/diff_new_pack.FOsJDD/_new  2022-09-25 15:34:31.043509394 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-asttokens
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 # Copyright (c) 2019-2021 Malcolm J Lewis 
 #
 # All modifications and additions to the file contributed by third parties
@@ -21,7 +21,7 @@
 %define skip_python2 1
 %define skip_python36 1
 Name:   python-asttokens
-Version:2.0.5
+Version:2.0.8
 Release:0
 Summary:Annotate AST trees with source code positions
 License:Apache-2.0

++ asttokens-2.0.5.tar.gz -> asttokens-2.0.8.tar.gz ++
 1781 lines of diff (skipped)


commit xmlgraphics-batik for openSUSE:Factory

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

here is the log from the commit of package xmlgraphics-batik for 
openSUSE:Factory checked in at 2022-09-25 15:34:22

Comparing /work/SRC/openSUSE:Factory/xmlgraphics-batik (Old)
 and  /work/SRC/openSUSE:Factory/.xmlgraphics-batik.new.2275 (New)


Package is "xmlgraphics-batik"

Sun Sep 25 15:34:22 2022 rev:26 rq:1005577 version:1.15

Changes:

--- /work/SRC/openSUSE:Factory/xmlgraphics-batik/xmlgraphics-batik.changes  
2022-03-28 16:59:58.116921075 +0200
+++ 
/work/SRC/openSUSE:Factory/.xmlgraphics-batik.new.2275/xmlgraphics-batik.changes
2022-09-25 15:34:29.639506012 +0200
@@ -1,0 +2,16 @@
+Fri Sep 23 07:28:24 UTC 2022 - Fridrich Strba 
+
+- Upgrade to version 1.15
+  * BATIK-1260: Java 11 module error
+  * BATIK-1321: Remove Xerces
+  * BATIK-1299: Batik-all jar has all classes so should not pull
+other jars also
+  * BATIK-1329: Remove xalan
+  * BATIK-1331, bsc#1203674, CVE-2022-38398: Jar url should be
+blocked by DefaultExternalResourceSecurity
+  * BATIK-1333, bsc#1203673, CVE-2022-38648: Block external resource
+before calling fop
+  * BATIK-1335, bsc#1203672, CVE-2022-40146: Jar url should be
+blocked by DefaultScriptSecurity
+
+---

Old:

  batik-src-1.14.tar.gz

New:

  batik-src-1.15.tar.gz



Other differences:
--
++ xmlgraphics-batik.spec ++
--- /var/tmp/diff_new_pack.sf7KbE/_old  2022-09-25 15:34:30.215507399 +0200
+++ /var/tmp/diff_new_pack.sf7KbE/_new  2022-09-25 15:34:30.219507409 +0200
@@ -20,7 +20,7 @@
 %define _buildshell /bin/bash
 %global classpath 
xmlgraphics-batik:rhino:xml-commons-apis:xml-commons-apis-ext:xmlgraphics-commons
 Name:   xmlgraphics-batik
-Version:1.14
+Version:1.15
 Release:0
 Summary:Scalable Vector Graphics for Java
 License:Apache-2.0
@@ -36,12 +36,10 @@
 BuildRequires:  javapackages-local
 BuildRequires:  jython
 BuildRequires:  rhino >= 1.6
-BuildRequires:  xalan-j2
 BuildRequires:  xml-commons-apis >= 1.3.03
 BuildRequires:  xmlgraphics-commons
 Requires:   %{name}-css = %{version}-%{release}
 Requires:   mvn(org.apache.xmlgraphics:xmlgraphics-commons)
-Requires:   mvn(xalan:xalan)
 Requires:   mvn(xml-apis:xml-apis)
 Requires:   mvn(xml-apis:xml-apis-ext)
 Obsoletes:  batik < %{version}-%{release}
@@ -180,7 +178,7 @@
 
 %pom_disable_module batik-test-old
 
-build-jar-repository -s lib js xml-apis xml-commons-apis-ext xalan-j2 
xmlgraphics-commons jython
+build-jar-repository -s lib js xml-apis xml-commons-apis-ext 
xmlgraphics-commons jython
 
 %build
 export CLASSPATH=

++ batik-build.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/common.xml new/common.xml
--- old/common.xml  2022-03-20 08:24:34.241529287 +0100
+++ new/common.xml  2022-09-23 09:24:39.005967614 +0200
@@ -3,7 +3,7 @@
 
 
   
-  
+  
   
   
   http://www.apache.org/"/>

++ batik-src-1.14.tar.gz -> batik-src-1.15.tar.gz ++
/work/SRC/openSUSE:Factory/xmlgraphics-batik/batik-src-1.14.tar.gz 
/work/SRC/openSUSE:Factory/.xmlgraphics-batik.new.2275/batik-src-1.15.tar.gz 
differ: char 15, line 1


commit python-astroid for openSUSE:Factory

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

here is the log from the commit of package python-astroid for openSUSE:Factory 
checked in at 2022-09-25 15:34:29

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


Package is "python-astroid"

Sun Sep 25 15:34:29 2022 rev:37 rq:1005710 version:2.12.10

Changes:

--- /work/SRC/openSUSE:Factory/python-astroid/python-astroid.changes
2022-08-30 14:48:35.583984634 +0200
+++ /work/SRC/openSUSE:Factory/.python-astroid.new.2275/python-astroid.changes  
2022-09-25 15:34:33.931516349 +0200
@@ -1,0 +2,39 @@
+Fri Sep 23 20:40:39 UTC 2022 - Ben Greiner 
+
+- Update to v2.12.10
+  * Fixed a crash when introspecting modules compiled by cffi.
+  * decorators.cached now gets its cache cleared by calling
+AstroidManager.clear_cache.
+- Release v2.12.9
+  * Fixed creation of the __init__ of dataclassess with multiple
+inheritance.
+  * Fixed a crash on namedtuples that use typename to specify
+their name.
+
+---
+Thu Sep 22 22:50:11 UTC 2022 - Yogalakshmi Arunachalam 
+
+- Update to Version  2.12.8
+  * Fixed a crash in the ``dataclass`` brain for ``InitVars`` without 
subscript typing.
+  Closes PyCQA/pylint#7422
+  * Fixed parsing of default values in ``dataclass`` attributes.
+  Closes PyCQA/pylint#7425
+
+- Update to Version 2.12.7
+  * Fixed a crash in the ``dataclass`` brain for uninferable bases.
+  Closes PyCQA/pylint#7418
+
+- Update to Version 2.12.6
+  * Fix a crash involving ``Uninferable`` arguments to ``namedtuple()``.
+  Closes PyCQA/pylint#7375
+  * The ``dataclass`` brain now understands the ``kw_only`` keyword in 
dataclass decorators.
+  Closes PyCQA/pylint#7290
+
+- Update to Version 2.12.5
+  * Prevent first-party imports from being resolved to `site-packages`.
+  Refs PyCQA/pylint#7365
+  * Fix ``astroid.interpreter._import.util.is_namespace()`` incorrectly
+  returning ``True`` for frozen stdlib modules on PyPy.
+  Closes #1755 
+
+---

Old:

  astroid-2.12.4-gh.tar.gz

New:

  astroid-2.12.10-gh.tar.gz



Other differences:
--
++ python-astroid.spec ++
--- /var/tmp/diff_new_pack.1SlFRm/_old  2022-09-25 15:34:34.511517746 +0200
+++ /var/tmp/diff_new_pack.1SlFRm/_new  2022-09-25 15:34:34.519517765 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-astroid
-Version:2.12.4
+Version:2.12.10
 Release:0
 Summary:Representation of Python source as an AST for pylint
 License:LGPL-2.1-or-later

++ astroid-2.12.4-gh.tar.gz -> astroid-2.12.10-gh.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/astroid-2.12.4/ChangeLog 
new/astroid-2.12.10/ChangeLog
--- old/astroid-2.12.4/ChangeLog2022-08-25 12:14:40.0 +0200
+++ new/astroid-2.12.10/ChangeLog   2022-09-17 18:37:39.0 +0200
@@ -8,10 +8,86 @@
 
 
 
+What's New in astroid 2.12.11?
+==
+Release date: TBA
+
+
+
+What's New in astroid 2.12.10?
+==
+Release date: 2022-09-17
+
+
+* Fixed a crash when introspecting modules compiled by `cffi`.
+
+  Closes #1776
+  Closes PyCQA/pylint#7399
+
+* ``decorators.cached`` now gets its cache cleared by calling 
``AstroidManager.clear_cache``.
+
+  Refs #1780
+
+What's New in astroid 2.12.9?
+=
+Release date: 2022-09-07
+
+* Fixed creation of the ``__init__`` of ``dataclassess`` with multiple 
inheritance.
+
+  Closes PyCQA/pylint#7427
+
+* Fixed a crash on ``namedtuples`` that use ``typename`` to specify their name.
+
+  Closes PyCQA/pylint#7429
+
+
+
+What's New in astroid 2.12.8?
+=
+Release date: 2022-09-06
+
+* Fixed a crash in the ``dataclass`` brain for ``InitVars`` without subscript 
typing.
+
+  Closes PyCQA/pylint#7422
+
+* Fixed parsing of default values in ``dataclass`` attributes.
+
+  Closes PyCQA/pylint#7425
+
+What's New in astroid 2.12.7?
+=
+Release date: 2022-09-06
+
+* Fixed a crash in the ``dataclass`` brain for uninferable bases.
+
+  Closes PyCQA/pylint#7418
+
+
+What's New in astroid 2.12.6?
+=
+Release date: 2022-09-05
+
+* Fix a crash involving ``Uninferable`` arguments to ``namedtuple()``.
+
+  Closes PyCQA/pylint#7375
+
+* The ``dataclass`` brain now understands the ``kw_only`` keyword in dataclass 
decorators.
+
+  Closes PyCQA/pylint#7290
+
+
 What's New in astroid 2.12.5?
 =
-Release date: TBA
+Release date: 2022-08-29
+
+* Prevent first-party imports from b

commit libuv for openSUSE:Factory

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

here is the log from the commit of package libuv for openSUSE:Factory checked 
in at 2022-09-25 15:34:32

Comparing /work/SRC/openSUSE:Factory/libuv (Old)
 and  /work/SRC/openSUSE:Factory/.libuv.new.2275 (New)


Package is "libuv"

Sun Sep 25 15:34:32 2022 rev:30 rq:1005656 version:1.44.2

Changes:

--- /work/SRC/openSUSE:Factory/libuv/libuv.changes  2022-07-31 
23:01:01.995707308 +0200
+++ /work/SRC/openSUSE:Factory/.libuv.new.2275/libuv.changes2022-09-25 
15:34:35.635520453 +0200
@@ -1,0 +2,6 @@
+Fri Sep 23 12:56:12 UTC 2022 - Dirk M??ller 
+
+- skip testsuite on qemu_user_mode emulated builds, no chance
+  of ever succeeding
+
+---



Other differences:
--
++ libuv.spec ++
--- /var/tmp/diff_new_pack.MOWENq/_old  2022-09-25 15:34:36.131521648 +0200
+++ /var/tmp/diff_new_pack.MOWENq/_new  2022-09-25 15:34:36.135521658 +0200
@@ -74,7 +74,9 @@
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %check
+%if !0%{?qemu_user_space_build}
 %make_build check
+%endif
 
 %post -n libuv%{somajor} -p /sbin/ldconfig
 %postun -n libuv%{somajor} -p /sbin/ldconfig


commit gawk for openSUSE:Factory

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

here is the log from the commit of package gawk for openSUSE:Factory checked in 
at 2022-09-25 15:34:30

Comparing /work/SRC/openSUSE:Factory/gawk (Old)
 and  /work/SRC/openSUSE:Factory/.gawk.new.2275 (New)


Package is "gawk"

Sun Sep 25 15:34:30 2022 rev:51 rq:1005742 version:5.2.0

Changes:

--- /work/SRC/openSUSE:Factory/gawk/gawk.changes2022-09-16 
13:32:06.933225048 +0200
+++ /work/SRC/openSUSE:Factory/.gawk.new.2275/gawk.changes  2022-09-25 
15:34:34.851518565 +0200
@@ -1,0 +2,13 @@
+Sat Sep 24 08:40:01 UTC 2022 - Andreas Schwab 
+
+- double-free.patch: Yet another fix for Node_elem_new
+
+---
+Tue Sep 20 07:45:49 UTC 2022 - Andreas Schwab 
+
+- double-free.patch: Fix Node_elem_new op, replacing upref.patch
+- pma.patch: Replace with upstream solution
+- nan-sign.patch: Fix negative NaN issue on RiscV, replacing
+  nan-tests.patch
+
+---

Old:

  nan-tests.patch
  upref.patch

New:

  double-free.patch
  nan-sign.patch



Other differences:
--
++ gawk.spec ++
--- /var/tmp/diff_new_pack.ACMaUc/_old  2022-09-25 15:34:35.415519924 +0200
+++ /var/tmp/diff_new_pack.ACMaUc/_new  2022-09-25 15:34:35.423519943 +0200
@@ -28,8 +28,8 @@
 Source3:
http://savannah.gnu.org/people/viewgpg.php?user_id=80653#/gawk.keyring
 Source4:gawk.rpmlintrc
 Patch0: pma.patch
-Patch1: nan-tests.patch
-Patch2: upref.patch
+Patch1: nan-sign.patch
+Patch2: double-free.patch
 Provides:   awk
 BuildRequires:  mpfr-devel
 BuildRequires:  readline-devel

++ double-free.patch ++
diff --git a/interpret.h b/interpret.h
index 57d060e6..26010ada 100644
--- a/interpret.h
+++ b/interpret.h
@@ -213,7 +213,7 @@ top:
case Node_var_new:
 uninitialized_scalar:
if (op != Op_push_arg_untyped) {
-   /* convert untyped to scalar */
+   /* convert very original untyped to 
scalar */
m->type = Node_var;
m->var_value = dupnode(Nnull_string);
}
@@ -222,6 +222,7 @@ uninitialized_scalar:
_("reference to uninitialized 
argument `%s'") :
_("reference to uninitialized 
variable `%s'"),

save_symbol->vname);
+   // set up local param by value
if (op != Op_push_arg_untyped)
m = dupnode(Nnull_string);
UPREF(m);
@@ -230,14 +231,20 @@ uninitialized_scalar:
 
case Node_elem_new:
if (op != Op_push_arg_untyped) {
-   /* convert untyped to scalar */
-   m = elem_new_to_scalar(m);
+   /* convert very original untyped to 
scalar */
+   m->type = Node_var;
+   m->var_value = dupnode(Nnull_string);
}
if (do_lint)
lintwarn(isparam ?
_("reference to uninitialized 
argument `%s'") :
_("reference to uninitialized 
variable `%s'"),

save_symbol->vname);
+   // set up local param by value
+   if (op != Op_push_arg_untyped) {
+   m = dupnode(Nnull_string);
+   }
+
PUSH(m);
break;
 



++ nan-sign.patch ++
diff --git a/eval.c b/eval.c
index 1069570b7..44f614d22 100644
--- a/eval.c
+++ b/eval.c
@@ -39,6 +39,8 @@ static int num_exec_hook = 0;
 static Func_pre_exec pre_execute[MAX_EXEC_HOOKS];
 static Func_post_exec post_execute = NULL;
 
+static double fix_nan_sign(double left, double right, double result);
+
 extern void frame_popped();
 
 int OFSlen;
@@ -1901,3 +1903,16 @@ elem_new_to_scalar(NODE *n)
 
return n;
 }
+
+/* fix_nan_sign --- fix NaN sign on RiscV */
+
+static double
+fix_nan_sign(double left, double right, double result)
+{
+   if (isnan(lef

commit gnome-contacts for openSUSE:Factory

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

here is the log from the commit of package gnome-contacts for openSUSE:Factory 
checked in at 2022-09-25 15:34:34

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


Package is "gnome-contacts"

Sun Sep 25 15:34:34 2022 rev:68 rq:1005749 version:43.0

Changes:

--- /work/SRC/openSUSE:Factory/gnome-contacts/gnome-contacts.changes
2022-09-21 14:40:06.997369604 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-contacts.new.2275/gnome-contacts.changes  
2022-09-25 15:34:37.679525377 +0200
@@ -1,0 +2,16 @@
+Fri Sep 23 09:31:49 UTC 2022 - Bj??rn Lie 
+
+- Update to version 43.0:
+  + Contacts can now import and export your contacts in the vCard
+format (aka VCF) to or from a file on the system.
+  + Changes under the hood to make searching for contacts faster,
+and fixes several issues when editing or adding a contact.
+  + On the UI front, Contacts has revamped the widgets when you're
+editing contacts. Several dialogs (like the "About" window)
+have gotten an upgrade and now look consistent with other GNOME
+apps.
+  + Configuring your address books has moved to a dedicated spot in
+the new preferences window.
+  + Updated translations.
+
+---

Old:

  gnome-contacts-43.rc.tar.xz

New:

  gnome-contacts-43.0.tar.xz



Other differences:
--
++ gnome-contacts.spec ++
--- /var/tmp/diff_new_pack.sVAyr4/_old  2022-09-25 15:34:38.163526542 +0200
+++ /var/tmp/diff_new_pack.sVAyr4/_new  2022-09-25 15:34:38.171526562 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-contacts
-Version:43.rc
+Version:43.0
 Release:0
 Summary:Contacts Manager for GNOME
 License:GPL-2.0-or-later

++ gnome-contacts-43.rc.tar.xz -> gnome-contacts-43.0.tar.xz ++
 15937 lines of diff (skipped)


commit gtk3 for openSUSE:Factory

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

here is the log from the commit of package gtk3 for openSUSE:Factory checked in 
at 2022-09-25 15:34:25

Comparing /work/SRC/openSUSE:Factory/gtk3 (Old)
 and  /work/SRC/openSUSE:Factory/.gtk3.new.2275 (New)


Package is "gtk3"

Sun Sep 25 15:34:25 2022 rev:180 rq:1005626 version:3.24.34

Changes:

--- /work/SRC/openSUSE:Factory/gtk3/gtk3.changes2022-09-21 
14:40:02.317356625 +0200
+++ /work/SRC/openSUSE:Factory/.gtk3.new.2275/gtk3.changes  2022-09-25 
15:34:31.427510319 +0200
@@ -1,0 +2,7 @@
+Fri Sep 23 09:30:34 UTC 2022 - Fusion Future 
+
+- Fix unstable drag-and-drop on Wayland KDE, add:
+  * gtk3-gdkwayland-Update-selections-offer-before-updating-dnd.patch
+  https://gitlab.gnome.org/GNOME/gtk/-/commit/56100ab4
+
+---

New:

  gtk3-gdkwayland-Update-selections-offer-before-updating-dnd.patch



Other differences:
--
++ gtk3.spec ++
--- /var/tmp/diff_new_pack.xnVwgZ/_old  2022-09-25 15:34:32.987514075 +0200
+++ /var/tmp/diff_new_pack.xnVwgZ/_new  2022-09-25 15:34:32.991514086 +0200
@@ -47,6 +47,8 @@
 Patch0: gtk3-GTK_PATH64.patch
 # PATCH-FIX-OPENSUSE gtk3-revert-forced-xftdpi.patch fv...@opensuse.org -- 
Revert very controversal commit on GTK3, forcing DPI to 96
 Patch1: gtk3-revert-forced-xftdpi.patch
+# PATCH-FIX-UPSTREAM 
gtk3-gdkwayland-Update-selections-offer-before-updating-dnd.patch -- Fix 
unstable drag&drop on Wayland
+Patch2: 
gtk3-gdkwayland-Update-selections-offer-before-updating-dnd.patch
 
 BuildRequires:  cups-devel >= 1.7
 BuildRequires:  docbook-xsl-stylesheets
@@ -387,6 +389,7 @@
 %patch0 -p1
 %endif
 %patch1 -p1
+%patch2 -p1
 
 %build
 NOCONFIGURE=1 ./autogen.sh

++ gtk3-gdkwayland-Update-selections-offer-before-updating-dnd.patch ++
>From 965aa2e65f1c25113472f06b6662b0b69d724605 Mon Sep 17 00:00:00 2001
From: Vlad Zahorodnii 
Date: Fri, 23 Sep 2022 10:39:41 +0300
Subject: [PATCH] gdk/wayland: Update selection's offer before updating dnd
 targets

gdk_wayland_drop_context_update_targets gets targets from the
selection's offer. In order to ensure that the drop context has
up-to-date targets, update the selection's offer before updating
targets.

This fixes drag-and-drop not working reliably when running Firefox in
Plasma Wayland session.
---
 gdk/wayland/gdkdevice-wayland.c | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gdk/wayland/gdkdevice-wayland.c b/gdk/wayland/gdkdevice-wayland.c
index ed6ad3b138..a3d464be22 100644
--- a/gdk/wayland/gdkdevice-wayland.c
+++ b/gdk/wayland/gdkdevice-wayland.c
@@ -1188,14 +1188,16 @@ data_device_enter (void  *data,
   seat->pointer_info.surface_x = wl_fixed_to_double (x);
   seat->pointer_info.surface_y = wl_fixed_to_double (y);
 
-  gdk_wayland_drop_context_update_targets (seat->drop_context);
-
   selection = gdk_drag_get_selection (seat->drop_context);
   dnd_owner = gdk_selection_owner_get_for_display (seat->display, selection);
 
   if (!dnd_owner)
 dnd_owner = seat->foreign_dnd_window;
 
+  gdk_wayland_selection_set_offer (seat->display, selection, offer);
+
+  gdk_wayland_drop_context_update_targets (seat->drop_context);
+
   _gdk_wayland_drag_context_set_source_window (seat->drop_context, dnd_owner);
 
   _gdk_wayland_drag_context_set_dest_window (seat->drop_context,
@@ -1206,8 +1208,6 @@ data_device_enter (void  *data,
   _gdk_wayland_drag_context_emit_event (seat->drop_context, GDK_DRAG_ENTER,
 GDK_CURRENT_TIME);
 
-  gdk_wayland_selection_set_offer (seat->display, selection, offer);
-
   emit_selection_owner_change (dest_window, selection);
 }
 
-- 
GitLab


commit python-keyring for openSUSE:Factory

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

here is the log from the commit of package python-keyring for openSUSE:Factory 
checked in at 2022-09-25 15:34:33

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


Package is "python-keyring"

Sun Sep 25 15:34:33 2022 rev:49 rq:1005709 version:23.9.3

Changes:

--- /work/SRC/openSUSE:Factory/python-keyring/python-keyring.changes
2022-09-21 14:42:43.817804521 +0200
+++ /work/SRC/openSUSE:Factory/.python-keyring.new.2275/python-keyring.changes  
2022-09-25 15:34:36.367522217 +0200
@@ -1,0 +2,7 @@
+Fri Sep 23 20:57:12 UTC 2022 - Ben Greiner 
+
+- Clean specfile from setuptools cruft, this is a PEP517 package
+- Only python >= 3.7 is supported
+- Fix more runtime requirements
+
+---



Other differences:
--
++ python-keyring.spec ++
--- /var/tmp/diff_new_pack.sku2hx/_old  2022-09-25 15:34:36.819523305 +0200
+++ /var/tmp/diff_new_pack.sku2hx/_new  2022-09-25 15:34:36.823523315 +0200
@@ -16,8 +16,6 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
 %global flavor @BUILD_FLAVOR@%{nil}
 %if "%{flavor}" == "test"
 %define psuffix -test
@@ -34,27 +32,25 @@
 URL:https://github.com/jaraco/keyring
 Source: 
https://files.pythonhosted.org/packages/source/k/keyring/keyring-%{version}.tar.gz
 Patch0: support-new-importlib.patch
-BuildRequires:  %{python_module setuptools >= 17.1}
-BuildRequires:  %{python_module setuptools_scm >= 1.15.0}
+BuildRequires:  %{python_module base >= 3.7}
+BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module setuptools >= 56}
+BuildRequires:  %{python_module setuptools_scm >= 3.4.1}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:   python-SecretStorage >= 3
-Requires:   python-entrypoints
-Requires:   python-importlib-metadata
+Requires:   python-SecretStorage >= 3.2
 Requires:   python-jaraco.classes
 Requires:   python-jeepney >= 0.4.2
-Requires:   python-setuptools
+%if 0%{python_version_nodots} < 310
+Requires:   python-importlib-metadata >= 3.6
+%endif
 Requires(post): update-alternatives
 Requires(postun):update-alternatives
 BuildArch:  noarch
 %if %{with test}
-BuildRequires:  %{python_module SecretStorage >= 3}
-BuildRequires:  %{python_module entrypoints}
-BuildRequires:  %{python_module importlib-metadata}
-BuildRequires:  %{python_module jaraco.classes}
 BuildRequires:  %{python_module keyring = %{version}}
 BuildRequires:  %{python_module pytest >= 3.5}
-BuildRequires:  %{python_module toml}
 %endif
 %python_subpackages
 
@@ -64,22 +60,18 @@
 
 %prep
 %autosetup -p1 -n keyring-%{version}
-echo "import setuptools; setuptools.setup()" > setup.py
 
-%if 0%{?sle_version}
-# keyring is not setting the egg version correctly without this:
-sed -i -e '1a version=%{version}' setup.cfg
-%endif
 # For rpmlint warning: remove shebang from python library:
 sed -i '/^#!/d' keyring/cli.py
-sed -i -e 's,--flake8,,' -e 's,--black,,' -e 's,--cov,,' pytest.ini
 
 %build
-%python_build
+%if !%{with test}
+%pyproject_wheel
+%endif
 
 %install
 %if !%{with test}
-%python_install
+%pyproject_install
 %python_clone -a %{buildroot}%{_bindir}/keyring
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %endif
@@ -100,7 +92,7 @@
 %doc README.rst CHANGES.rst
 %license LICENSE
 %python_alternative %{_bindir}/keyring
-%{python_sitelib}/keyring-%{version}-py*.egg-info
+%{python_sitelib}/keyring-%{version}*-info
 %{python_sitelib}/keyring/
 %endif
 


commit libaio for openSUSE:Factory

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

here is the log from the commit of package libaio for openSUSE:Factory checked 
in at 2022-09-25 15:34:34

Comparing /work/SRC/openSUSE:Factory/libaio (Old)
 and  /work/SRC/openSUSE:Factory/.libaio.new.2275 (New)


Package is "libaio"

Sun Sep 25 15:34:34 2022 rev:40 rq:1005713 version:0.3.113

Changes:

--- /work/SRC/openSUSE:Factory/libaio/libaio.changes2022-07-13 
13:44:46.605979756 +0200
+++ /work/SRC/openSUSE:Factory/.libaio.new.2275/libaio.changes  2022-09-25 
15:34:36.979523691 +0200
@@ -1,0 +2,5 @@
+Fri Sep 23 18:51:25 UTC 2022 - Dirk M??ller 
+
+- skip testsuite on qemu_linux_user builds 
+
+---



Other differences:
--
++ libaio.spec ++
--- /var/tmp/diff_new_pack.CVnyMG/_old  2022-09-25 15:34:37.443524808 +0200
+++ /var/tmp/diff_new_pack.CVnyMG/_new  2022-09-25 15:34:37.447524818 +0200
@@ -73,7 +73,10 @@
 rm %{buildroot}%{_libdir}/*.a
 
 %check
+# qemu-linux-user does not emulate io_setup syscall, so none of the testsuite 
makes sense
+%if ! 0%{?qemu_user_space_build}
 %make_build OPTFLAGS="%{optflags}" partcheck
+%endif
 
 %post -n %{lname} -p /sbin/ldconfig
 %postun -n %{lname} -p /sbin/ldconfig


commit gspell for openSUSE:Factory

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

here is the log from the commit of package gspell for openSUSE:Factory checked 
in at 2022-09-25 15:34:35

Comparing /work/SRC/openSUSE:Factory/gspell (Old)
 and  /work/SRC/openSUSE:Factory/.gspell.new.2275 (New)


Package is "gspell"

Sun Sep 25 15:34:35 2022 rev:25 rq:1005750 version:1.11.1

Changes:

--- /work/SRC/openSUSE:Factory/gspell/gspell.changes2022-07-09 
16:59:28.716475884 +0200
+++ /work/SRC/openSUSE:Factory/.gspell.new.2275/gspell.changes  2022-09-25 
15:34:38.535527438 +0200
@@ -1,0 +2,6 @@
+Sat Sep 24 08:53:33 UTC 2022 - Dirk M??ller 
+
+- Conditionalize valgrind dependency, not available on all
+  architectures.
+
+---



Other differences:
--
++ gspell.spec ++
--- /var/tmp/diff_new_pack.d7RFM0/_old  2022-09-25 15:34:38.987528527 +0200
+++ /var/tmp/diff_new_pack.d7RFM0/_new  2022-09-25 15:34:38.991528536 +0200
@@ -33,7 +33,9 @@
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 1.42.0
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20
 BuildRequires:  pkgconfig(iso-codes) >= 0.35
+%ifarch aarch64 %{ix86} x86_64 ppc ppc64 ppc64le s390x armv7l armv7hl armv6l 
armv6hl
 BuildRequires:  pkgconfig(valgrind)
+%endif
 BuildRequires:  pkgconfig(vapigen)
 
 %description


commit python-pyxdg for openSUSE:Factory

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

here is the log from the commit of package python-pyxdg for openSUSE:Factory 
checked in at 2022-09-25 15:34:39

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


Package is "python-pyxdg"

Sun Sep 25 15:34:39 2022 rev:13 rq:1005764 version:0.28

Changes:

--- /work/SRC/openSUSE:Factory/python-pyxdg/python-pyxdg.changes
2021-05-01 00:46:16.283566220 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyxdg.new.2275/python-pyxdg.changes  
2022-09-25 15:34:45.591544433 +0200
@@ -1,0 +2,6 @@
+Sat Sep 24 11:19:43 UTC 2022 - Dirk M??ller 
+
+- update to 0.28:
+  * BaseDirectory: Add support for $XDG_STATE_DIR
+
+---

Old:

  pyxdg-0.27-test-example.tar.gz
  pyxdg-0.27.tar.gz

New:

  pyxdg-0.28-test-example.tar.gz
  pyxdg-0.28.tar.gz



Other differences:
--
++ python-pyxdg.spec ++
--- /var/tmp/diff_new_pack.yXvjmf/_old  2022-09-25 15:34:46.063545569 +0200
+++ /var/tmp/diff_new_pack.yXvjmf/_new  2022-09-25 15:34:46.071545588 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyxdg
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 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 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-pyxdg
-Version:0.27
+Version:0.28
 Release:0
 Summary:Implementations of freedesktop.org standards in python
 License:LGPL-2.1-only
@@ -62,7 +62,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%pytest test/test-*.py -v
+%pytest test/test*.py -v
 
 %files %{python_files}
 %license COPYING

++ pyxdg-0.27-test-example.tar.gz -> pyxdg-0.28-test-example.tar.gz ++

++ pyxdg-0.27-test-example.tar.gz -> pyxdg-0.28.tar.gz ++
 8158 lines of diff (skipped)


commit python-mysqlclient for openSUSE:Factory

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

here is the log from the commit of package python-mysqlclient for 
openSUSE:Factory checked in at 2022-09-25 15:34:38

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


Package is "python-mysqlclient"

Sun Sep 25 15:34:38 2022 rev:14 rq:1005762 version:2.1.1

Changes:

--- /work/SRC/openSUSE:Factory/python-mysqlclient/python-mysqlclient.changes
2022-03-31 17:18:14.453575143 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-mysqlclient.new.2275/python-mysqlclient.changes
  2022-09-25 15:34:42.927538016 +0200
@@ -1,0 +2,13 @@
+Sat Sep 24 10:58:20 UTC 2022 - Dirk M??ller 
+
+- update to 2.1.1:
+  * Fix qualname of exception classes.
+  * Fix range check in ``MySQLdb._mysql.result.fetch_row()``. Invalid ``how``
+argument caused SEGV.
+  * Fix docstring of ``_mysql.connect``.
+  * Windows: Binary wheels are updated.
+ * Use MariaDB Connector/C 3.3.1.
+ * Use cibuildwheel to build wheels.
+ * Python 3.8-3.11
+
+---

Old:

  mysqlclient-2.1.0.tar.gz

New:

  mysqlclient-2.1.1.tar.gz



Other differences:
--
++ python-mysqlclient.spec ++
--- /var/tmp/diff_new_pack.oMI49L/_old  2022-09-25 15:34:45.363543883 +0200
+++ /var/tmp/diff_new_pack.oMI49L/_new  2022-09-25 15:34:45.367543893 +0200
@@ -29,7 +29,7 @@
 %bcond_with test
 %endif
 Name:   python-mysqlclient%{psuffix}
-Version:2.1.0
+Version:2.1.1
 Release:0
 Summary:Python interface to MySQL
 License:GPL-2.0-or-later

++ mysqlclient-2.1.0.tar.gz -> mysqlclient-2.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mysqlclient-2.1.0/HISTORY.rst 
new/mysqlclient-2.1.1/HISTORY.rst
--- old/mysqlclient-2.1.0/HISTORY.rst   2021-11-17 09:45:37.0 +0100
+++ new/mysqlclient-2.1.1/HISTORY.rst   2022-06-22 03:21:39.0 +0200
@@ -1,4 +1,18 @@
 ==
+ What's new in 2.1.1
+==
+
+Release: 2022-06-22
+
+* Fix qualname of exception classes. (#522)
+* Fix range check in ``MySQLdb._mysql.result.fetch_row()``. Invalid ``how`` 
argument caused SEGV. (#538)
+* Fix docstring of ``_mysql.connect``. (#540)
+* Windows: Binary wheels are updated. (#541)
+   * Use MariaDB Connector/C 3.3.1.
+   * Use cibuildwheel to build wheels.
+   * Python 3.8-3.11
+
+==
  What's new in 2.1.0
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mysqlclient-2.1.0/MySQLdb/_exceptions.py 
new/mysqlclient-2.1.1/MySQLdb/_exceptions.py
--- old/mysqlclient-2.1.0/MySQLdb/_exceptions.py2020-07-02 
05:56:48.0 +0200
+++ new/mysqlclient-2.1.1/MySQLdb/_exceptions.py2022-06-21 
13:30:19.0 +0200
@@ -9,32 +9,44 @@
 class MySQLError(Exception):
 """Exception related to operation with MySQL."""
 
+__module__ = "MySQLdb"
+
 
 class Warning(Warning, MySQLError):
 """Exception raised for important warnings like data truncations
 while inserting, etc."""
 
+__module__ = "MySQLdb"
+
 
 class Error(MySQLError):
 """Exception that is the base class of all other error exceptions
 (not Warning)."""
 
+__module__ = "MySQLdb"
+
 
 class InterfaceError(Error):
 """Exception raised for errors that are related to the database
 interface rather than the database itself."""
 
+__module__ = "MySQLdb"
+
 
 class DatabaseError(Error):
 """Exception raised for errors that are related to the
 database."""
 
+__module__ = "MySQLdb"
+
 
 class DataError(DatabaseError):
 """Exception raised for errors that are due to problems with the
 processed data like division by zero, numeric value out of range,
 etc."""
 
+__module__ = "MySQLdb"
+
 
 class OperationalError(DatabaseError):
 """Exception raised for errors that are related to the database's
@@ -43,27 +55,37 @@
 found, a transaction could not be processed, a memory allocation
 error occurred during processing, etc."""
 
+__module__ = "MySQLdb"
+
 
 class IntegrityError(DatabaseError):
 """Exception raised when the relational integrity of the database
 is affected, e.g. a foreign key check fails, duplicate key,
 etc."""
 
+__module__ = "MySQLdb"
+
 
 class InternalError(DatabaseError):
 """Exception raised when the database encounters an internal
 error, e.g. the cursor is not valid anymore, the transaction is
 out of sync, etc."""
 
+__module__ = "MySQLdb"
+
 
 class ProgrammingError(DatabaseError):
 """Exception raised for prog

commit python-hatchling for openSUSE:Factory

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

here is the log from the commit of package python-hatchling for 
openSUSE:Factory checked in at 2022-09-25 15:34:36

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


Package is "python-hatchling"

Sun Sep 25 15:34:36 2022 rev:9 rq:1005754 version:1.10.0

Changes:

--- /work/SRC/openSUSE:Factory/python-hatchling/python-hatchling.changes
2022-09-16 13:32:21.673272665 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-hatchling.new.2275/python-hatchling.changes  
2022-09-25 15:34:39.447529635 +0200
@@ -1,0 +2,13 @@
+Fri Sep 23 19:56:00 UTC 2022 - Beno??t Monin 
+
+- update to version 1.10.0:
+  * Added:
++ Add the following to the list of directories that cannot be
+  traversed: __pypackages__, .hg, .hatch, .tox, .nox
++ Add deprecated option to allow ambiguous features
+  * Fixed:
++ Improve tracking of dynamic metadata
++ Fix core metadata for entries in
+  project.optional-dependencies that use direct references
+
+---

Old:

  hatchling-1.9.0.tar.gz

New:

  hatchling-1.10.0.tar.gz



Other differences:
--
++ python-hatchling.spec ++
--- /var/tmp/diff_new_pack.bzfBta/_old  2022-09-25 15:34:40.699532650 +0200
+++ /var/tmp/diff_new_pack.bzfBta/_new  2022-09-25 15:34:40.707532670 +0200
@@ -19,7 +19,7 @@
 %define skip_python2 1
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-hatchling
-Version:1.9.0
+Version:1.10.0
 Release:0
 Summary:Build backend used by Hatch
 License:MIT

++ hatchling-1.9.0.tar.gz -> hatchling-1.10.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hatchling-1.9.0/PKG-INFO 
new/hatchling-1.10.0/PKG-INFO
--- old/hatchling-1.9.0/PKG-INFO2020-02-02 01:00:00.0 +0100
+++ new/hatchling-1.10.0/PKG-INFO   2020-02-02 01:00:00.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: hatchling
-Version: 1.9.0
+Version: 1.10.0
 Summary: Modern, extensible Python build backend
 Project-URL: Homepage, https://hatch.pypa.io/latest/
 Project-URL: Sponsor, https://github.com/sponsors/ofek
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hatchling-1.9.0/src/hatchling/__about__.py 
new/hatchling-1.10.0/src/hatchling/__about__.py
--- old/hatchling-1.9.0/src/hatchling/__about__.py  2020-02-02 
01:00:00.0 +0100
+++ new/hatchling-1.10.0/src/hatchling/__about__.py 2020-02-02 
01:00:00.0 +0100
@@ -1 +1 @@
-__version__ = '1.9.0'
+__version__ = '1.10.0'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hatchling-1.9.0/src/hatchling/builders/config.py 
new/hatchling-1.10.0/src/hatchling/builders/config.py
--- old/hatchling-1.9.0/src/hatchling/builders/config.py2020-02-02 
01:00:00.0 +0100
+++ new/hatchling-1.10.0/src/hatchling/builders/config.py   2020-02-02 
01:00:00.0 +0100
@@ -787,7 +787,7 @@
 return []
 
 def default_global_exclude(self):
-patterns = ['*.py[cdo]', *EXCLUDED_DIRECTORIES]
+patterns = ['*.py[cdo]', f'/{DEFAULT_BUILD_DIRECTORY}']
 patterns.sort()
 return patterns
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hatchling-1.9.0/src/hatchling/builders/constants.py 
new/hatchling-1.10.0/src/hatchling/builders/constants.py
--- old/hatchling-1.9.0/src/hatchling/builders/constants.py 2020-02-02 
01:00:00.0 +0100
+++ new/hatchling-1.10.0/src/hatchling/builders/constants.py2020-02-02 
01:00:00.0 +0100
@@ -1,6 +1,23 @@
 DEFAULT_BUILD_DIRECTORY = 'dist'
 
-EXCLUDED_DIRECTORIES = frozenset(('.git', '__pycache__'))
+EXCLUDED_DIRECTORIES = frozenset(
+(
+# Python bytecode
+'__pycache__',
+# PEP 582
+'__pypackages__',
+# Git
+'.git',
+# Mercurial
+'.hg',
+# Hatch
+'.hatch',
+# tox
+'.tox',
+# nox
+'.nox',
+)
+)
 
 
 class BuildEnvVars:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hatchling-1.9.0/src/hatchling/metadata/core.py 
new/hatchling-1.10.0/src/hatchling/metadata/core.py
--- old/hatchling-1.9.0/src/hatchling/metadata/core.py  2020-02-02 
01:00:00.0 +0100
+++ new/hatchling-1.10.0/src/hatchling/metadata/core.py 2020-02-02 
01:00:00.0 +0100
@@ -28,6 +28,7 @@
 self._hatch = None
 
 self._core_raw_metadata = No

commit python-invoke for openSUSE:Factory

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

here is the log from the commit of package python-invoke for openSUSE:Factory 
checked in at 2022-09-25 15:34:37

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


Package is "python-invoke"

Sun Sep 25 15:34:37 2022 rev:14 rq:1005761 version:1.7.1

Changes:

--- /work/SRC/openSUSE:Factory/python-invoke/python-invoke.changes  
2022-05-06 18:59:14.381350068 +0200
+++ /work/SRC/openSUSE:Factory/.python-invoke.new.2275/python-invoke.changes
2022-09-25 15:34:41.603534828 +0200
@@ -1,0 +2,11 @@
+Sat Sep 24 10:56:41 UTC 2022 - Dirk M??ller 
+
+- update to 1.7.1:
+  * :bug:`659` Improve behavior under ``nohup``, which causes stdin to become 
an
+ undetectably-unreadable (but otherwise legit) file descriptor. Previously
+ this led to `OSError` even if you weren't expecting anything on stdin; we 
now
+ trap this specific case and silently ignore it, allowing execution to
+ continue. Thanks to ``@kingkisskill`` for initial report and to Ryan 
Stoner
+ for followup and workshopping.
+
+---

Old:

  invoke-1.7.0.tar.gz

New:

  invoke-1.7.1.tar.gz



Other differences:
--
++ python-invoke.spec ++
--- /var/tmp/diff_new_pack.7azY1w/_old  2022-09-25 15:34:42.595537217 +0200
+++ /var/tmp/diff_new_pack.7azY1w/_new  2022-09-25 15:34:42.599537226 +0200
@@ -21,7 +21,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-invoke
-Version:1.7.0
+Version:1.7.1
 Release:0
 Summary:Pythonic Task Execution
 License:BSD-2-Clause

++ invoke-1.7.0.tar.gz -> invoke-1.7.1.tar.gz ++
 6484 lines of diff (skipped)


commit python-libevdev for openSUSE:Factory

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

here is the log from the commit of package python-libevdev for openSUSE:Factory 
checked in at 2022-09-25 15:34:37

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


Package is "python-libevdev"

Sun Sep 25 15:34:37 2022 rev:3 rq:1005759 version:0.11

Changes:

--- /work/SRC/openSUSE:Factory/python-libevdev/python-libevdev.changes  
2021-12-02 02:23:30.288973788 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-libevdev.new.2275/python-libevdev.changes
2022-09-25 15:34:40.919533180 +0200
@@ -1,0 +2,8 @@
+Sat Sep 24 10:52:33 UTC 2022 - Dirk M??ller 
+
+- upadte to 0.11:
+  * doc updates
+  * fix broken link 
+- use pypi tarballs
+
+---

Old:

  python-libevdev-0.9.tar.bz2

New:

  libevdev-0.11.tar.gz



Other differences:
--
++ python-libevdev.spec ++
--- /var/tmp/diff_new_pack.NNFagV/_old  2022-09-25 15:34:41.343534201 +0200
+++ /var/tmp/diff_new_pack.NNFagV/_new  2022-09-25 15:34:41.351534221 +0200
@@ -1,7 +1,7 @@
 #
 # spec file
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,13 +21,13 @@
 %global modname libevdev
 %define libevdev_reqver 1.6.0
 Name:   python-%{modname}
-Version:0.9
+Version:0.11
 Release:0
 Summary:Python wrapper around the libevdev C library
 License:MIT
 Group:  Development/Libraries/Python
 URL:https://python-libevdev.readthedocs.io/
-Source0:
https://gitlab.freedesktop.org/libevdev/%{name}/-/archive/%{version}/%{name}-%{version}.tar.bz2
+Source0:
https://files.pythonhosted.org/packages/source/l/libevdev/libevdev-%{version}.tar.gz
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -43,7 +43,7 @@
 pythonic API.
 
 %prep
-%autosetup -p1
+%autosetup -p1 -n %{modname}-%{version}
 
 %build
 %python_build


commit libcomps for openSUSE:Factory

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

here is the log from the commit of package libcomps for openSUSE:Factory 
checked in at 2022-09-25 15:34:40

Comparing /work/SRC/openSUSE:Factory/libcomps (Old)
 and  /work/SRC/openSUSE:Factory/.libcomps.new.2275 (New)


Package is "libcomps"

Sun Sep 25 15:34:40 2022 rev:12 rq:1005769 version:0.1.19

Changes:

--- /work/SRC/openSUSE:Factory/libcomps/libcomps.changes2021-11-06 
18:13:33.900745159 +0100
+++ /work/SRC/openSUSE:Factory/.libcomps.new.2275/libcomps.changes  
2022-09-25 15:34:46.411546408 +0200
@@ -1,0 +2,6 @@
+Sat Sep 24 09:03:42 UTC 2022 - Dirk M??ller 
+
+- update to 0.1.19:
+  * handle upload to pypi 
+
+---

Old:

  libcomps-0.1.18.tar.gz

New:

  libcomps-0.1.19.tar.gz



Other differences:
--
++ libcomps.spec ++
--- /var/tmp/diff_new_pack.6csqjB/_old  2022-09-25 15:34:48.067550396 +0200
+++ /var/tmp/diff_new_pack.6csqjB/_new  2022-09-25 15:34:48.071550406 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libcomps
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 # Copyright (c) 2021 Neal Gompa .
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
 
 %define major 0
 %define minor 1
-%define patch 18
+%define patch 19
 %define libname %{name}%{major}
 %define devname %{name}-devel
 

++ libcomps-0.1.18.tar.gz -> libcomps-0.1.19.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcomps-0.1.18/.github/workflows/release-python.yml 
new/libcomps-0.1.19/.github/workflows/release-python.yml
--- old/libcomps-0.1.18/.github/workflows/release-python.yml2021-09-16 
14:13:12.0 +0200
+++ new/libcomps-0.1.19/.github/workflows/release-python.yml2022-09-09 
13:55:00.0 +0200
@@ -1,53 +1,86 @@
 ---
-name: Python Release
+name: Release to PyPI
 
 on:
   release:
 types: [created]
 
 jobs:
-  release:
-name: PyPI Release
+  build_sdist:
+name: Build source package
 runs-on: ubuntu-latest
 container: fedora:latest
 steps:
 - uses: actions/checkout@v2
 
-- name: Install dependencies
+- name: Install / upgrade dependencies
   run: |
-sudo dnf -y install dnf-plugins-core
+sudo dnf -y install dnf-plugins-core python3-pip
 sudo dnf -y builddep libcomps.spec
-pip install --upgrade pip
-pip install pytest twine scikit-build
-
-- name: Build Python sdist
-  run: python3 setup.py sdist
-
-- name: Build manylinux Python wheels
-  uses: RalfG/python-wheels-manylinux-build@v0.3.3-manylinux2014_x86_64
-  with:
-python-versions: 'cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39'
-build-requirements: 'scikit-build'
-system-packages: 'make cmake bzip2-devel expat-devel libxml2-devel 
xz-devel'
+python3 -m pip install --upgrade pip scikit-build
 
-- name: Install and Test Python source package
+- name: Build and install Python source package
   run: |
-pip install --user dist/*.tar.gz
-pushd libcomps/src/python/tests/
-pytest --verbose --color=yes ./
-popd
+python3 setup.py sdist
+python3 -m pip install dist/*.tar.gz
 
-- name: Install and Test Python universal binary wheel package
+- name: Run tests
   run: |
-pip install --user dist/libcomps-*-cp39-cp39-manylinux2014_x86_64.whl
+python3 -m pip install pytest
 pushd libcomps/src/python/tests/
 pytest --verbose --color=yes ./
 popd
 
-- name: Publish packages to PyPI
+- uses: actions/upload-artifact@v2
+  with:
+path: dist/*.tar.gz
+
+
+  build_bdist:
+name: Build binary wheels
+runs-on: ubuntu-latest
+steps:
+- uses: actions/checkout@v2
+
+# setup Python for cibuildwheel
+- name: Set up Python
+  uses: actions/setup-python@v2
+  with:
+python-version: '3.x'
+
+# for other architectures, see: 
https://cibuildwheel.readthedocs.io/en/stable/faq/#emulation
+- name: Build wheels for CPython
+  uses: pypa/cibuildwheel@v2.1.1
   env:
-TWINE_USERNAME: __token__
-TWINE_PASSWORD: ${{secrets.PYPI_API_TOKEN}}
-  run: |
-twine upload dist/*.tar.gz
-twine upload wheelhouse/*-manylinux*.whl
+CIBW_ARCHS: auto64  # only 64-bit
+CIBW_SKIP: "pp*"  # no PyPy builds
+CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014  # centos 7
+CIBW_BEFORE_ALL: yum install -y make cmake bzip2-devel expat-devel 
libxml2-devel xz-devel
+CIBW_BEFORE_BUILD: python -m pip install scikit-build
+CIBW_TEST_

commit python-tomlkit for openSUSE:Factory

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

here is the log from the commit of package python-tomlkit for openSUSE:Factory 
checked in at 2022-09-25 15:34:42

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


Package is "python-tomlkit"

Sun Sep 25 15:34:42 2022 rev:9 rq:1005791 version:0.11.4

Changes:

--- /work/SRC/openSUSE:Factory/python-tomlkit/python-tomlkit.changes
2022-07-18 18:32:48.477661101 +0200
+++ /work/SRC/openSUSE:Factory/.python-tomlkit.new.2275/python-tomlkit.changes  
2022-09-25 15:34:50.887557188 +0200
@@ -1,0 +2,13 @@
+Sat Sep 24 16:11:36 UTC 2022 - Dirk M??ller 
+
+- update to 0.11.4:
+  * Fix a memory leak caused by `lru_cache` on methods.
+  * Fix a regression issue that copying an array results in extra `None` items.
+  * Fix a regression of `array.add_line` that it incorrectly adds a comma to
+non-value lines.
+  * Fix adding float to an integer value.
+  * Keep the end-of-array style when adding items to or removing items from an 
array.
+  * Fix a bug of redundant table header shown when removing children from a
+super table.
+
+---

Old:

  tomlkit-0.11.1.tar.gz

New:

  tomlkit-0.11.4.tar.gz



Other differences:
--
++ python-tomlkit.spec ++
--- /var/tmp/diff_new_pack.W2APcz/_old  2022-09-25 15:34:51.495558653 +0200
+++ /var/tmp/diff_new_pack.W2APcz/_new  2022-09-25 15:34:51.499558662 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-tomlkit
-Version:0.11.1
+Version:0.11.4
 Release:0
 Summary:Style preserving TOML library
 License:MIT

++ tomlkit-0.11.1.tar.gz -> tomlkit-0.11.4.tar.gz ++
 1696 lines of diff (skipped)


commit libdbusmenu for openSUSE:Factory

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

here is the log from the commit of package libdbusmenu for openSUSE:Factory 
checked in at 2022-09-25 15:34:43

Comparing /work/SRC/openSUSE:Factory/libdbusmenu (Old)
 and  /work/SRC/openSUSE:Factory/.libdbusmenu.new.2275 (New)


Package is "libdbusmenu"

Sun Sep 25 15:34:43 2022 rev:13 rq:1005794 version:16.04.0

Changes:

--- /work/SRC/openSUSE:Factory/libdbusmenu/libdbusmenu.changes  2022-04-06 
21:51:01.235889532 +0200
+++ /work/SRC/openSUSE:Factory/.libdbusmenu.new.2275/libdbusmenu.changes
2022-09-25 15:34:53.235562844 +0200
@@ -1,0 +2,6 @@
+Sat Sep 24 08:46:21 UTC 2022 - Dirk M??ller 
+
+- conditionalize valgrind dependency - it is optional and not
+  available on all architectures 
+
+---



Other differences:
--
++ libdbusmenu.spec ++
--- /var/tmp/diff_new_pack.OfzOLQ/_old  2022-09-25 15:34:53.687563932 +0200
+++ /var/tmp/diff_new_pack.OfzOLQ/_new  2022-09-25 15:34:53.691563942 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libdbusmenu
+# spec file
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -89,7 +89,9 @@
 %endif
 %if %{with testtools}
 BuildRequires:  pkgconfig(json-glib-1.0)
+%ifarch aarch64 %{ix86} x86_64 ppc ppc64 ppc64le s390x armv7l armv7hl armv6l 
armv6hl
 BuildRequires:  pkgconfig(valgrind)
+%endif
 BuildRequires:  pkgconfig(x11)
 %endif
 


commit tbb for openSUSE:Factory

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

here is the log from the commit of package tbb for openSUSE:Factory checked in 
at 2022-09-25 15:34:41

Comparing /work/SRC/openSUSE:Factory/tbb (Old)
 and  /work/SRC/openSUSE:Factory/.tbb.new.2275 (New)


Package is "tbb"

Sun Sep 25 15:34:41 2022 rev:28 rq:1005790 version:2021.6.0

Changes:

--- /work/SRC/openSUSE:Factory/tbb/tbb.changes  2022-08-09 15:25:58.741218308 
+0200
+++ /work/SRC/openSUSE:Factory/.tbb.new.2275/tbb.changes2022-09-25 
15:34:49.723554384 +0200
@@ -1,0 +2,25 @@
+Sat Sep 24 12:16:41 UTC 2022 - Dirk M??ller 
+
+- update to 2021.6.0:
+  * Improved support and use of the latest C++ standards for parallel_sort that
+allows using this algorithm with user-defined and standard library-defined
+objects with modern semantics.
+  * The following features are now fully functional: task_arena extensions,
+collaborative_call_once, adaptive mutexes, heterogeneous overloads for
+concurrent_hash_map, and task_scheduler_handle.
+  * Added support for Windows* Server 2022 and Python 3.10.
+  * Memory allocator crash on a system with an incomplete /proc/meminfo
+  * Incorrect blocking of task stealing
+  * Hang due to incorrect decrement of a limiter_node
+  * Memory corruption in some rare cases when passing big messages in a flow 
graph
+  * Possible deadlock in a throwable flow graph node with a lightweight policy.
+The lightweight policy is now ignored for functors that can throw
+exceptions
+  * Crash when obtaining a range from empty ordered and unordered containers
+  * Deadlock in a concurrent_vector resize() that could happen when the new
+size is less than the previous size
+- drop tbb-pr609-32bit-mwaitpkg.patch (upstream)
+- add 5cb212d44732947396abdd39eae1229c7cd51644.patch, 917.patch: 
+  build on riscv64, hppa, s390x
+
+---

Old:

  tbb-2021.5.0.tar.gz
  tbb-pr609-32bit-mwaitpkg.patch

New:

  5cb212d44732947396abdd39eae1229c7cd51644.patch
  917.patch
  tbb-2021.6.0.tar.gz



Other differences:
--
++ tbb.spec ++
--- /var/tmp/diff_new_pack.t0Zh5d/_old  2022-09-25 15:34:50.31811 +0200
+++ /var/tmp/diff_new_pack.t0Zh5d/_new  2022-09-25 15:34:50.319555820 +0200
@@ -40,7 +40,7 @@
 %bcond_with python3
 %endif
 Name:   tbb
-Version:2021.5.0
+Version:2021.6.0
 Release:0
 Summary:Threading Building Blocks (TBB)
 License:Apache-2.0
@@ -48,8 +48,8 @@
 URL:https://www.threadingbuildingblocks.org/
 Source0:
https://github.com/oneapi-src/oneTBB/archive/v%{version}.tar.gz#/tbb-%{version}.tar.gz
 Source99:   tbb-rpmlintrc
-# PATCH-FIX-UPSTREAM tbb-pr609-32bit-mwaitpkg.patch
-Patch1: 
https://github.com/oneapi-src/oneTBB/pull/609.patch#/tbb-pr609-32bit-mwaitpkg.patch
+Patch0: 
https://github.com/oneapi-src/oneTBB/commit/5cb212d44732947396abdd39eae1229c7cd51644.patch
+Patch1: https://github.com/oneapi-src/oneTBB/pull/917.patch
 # PATCH-FIX-OPENSUSE cmake-remove-include-path.patch -- openCV include error
 Patch2: cmake-remove-include-path.patch
 Patch3: retry-pthread_create.patch
@@ -282,7 +282,8 @@
 
 %files %{python_files %{name}}
 %{python_sitearch}/tbb
-%{python_sitearch}/TBB.py*
+%{python_sitearch}/TBB.py
+%{python_sitearch}/TBB-*py3*
 %{python_sitearch}/TBB-%{version}*-info
 %pycache_only %{python_sitearch}/__pycache__/TBB*
 %endif

++ 5cb212d44732947396abdd39eae1229c7cd51644.patch ++
>From 5cb212d44732947396abdd39eae1229c7cd51644 Mon Sep 17 00:00:00 2001
From: Kirigami 
Date: Sun, 14 Aug 2022 16:21:51 +0800
Subject: [PATCH] add loongarch support (#850)

* add loongarch support

* update the copyright year of ittnotify_config.h
---
 src/tbb/tools_api/ittnotify_config.h | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/src/tbb/tools_api/ittnotify_config.h 
b/src/tbb/tools_api/ittnotify_config.h
index f904a8e9d..5e7c0cdf5 100644
--- a/src/tbb/tools_api/ittnotify_config.h
+++ b/src/tbb/tools_api/ittnotify_config.h
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2005-2021 Intel Corporation
+Copyright (c) 2005-2022 Intel Corporation
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
@@ -163,6 +163,10 @@
 #  define ITT_ARCH_ARM64  6
 #endif /* ITT_ARCH_ARM64 */
 
+#ifndef ITT_ARCH_LOONGARCH64
+#  define ITT_ARCH_LOONGARCH64  7
+#endif /* ITT_ARCH_LOONGARCH64 */
+
 #ifndef ITT_ARCH
 #  if defined _M_IX86 || defined __i386__
 #define ITT_ARCH ITT_ARCH_IA32
@@ -176,6 +180,8 @@
 #define ITT_ARCH ITT_ARCH_ARM64
 #  elif defined __powerpc64__
 #define ITT_ARCH ITT

commit python-websockets for openSUSE:Factory

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

here is the log from the commit of package python-websockets for 
openSUSE:Factory checked in at 2022-09-25 15:34:43

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


Package is "python-websockets"

Sun Sep 25 15:34:43 2022 rev:18 rq:1005792 version:10.3

Changes:

--- /work/SRC/openSUSE:Factory/python-websockets/python-websockets.changes  
2022-02-09 20:38:13.566236194 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-websockets.new.2275/python-websockets.changes
2022-09-25 15:34:52.147560223 +0200
@@ -1,0 +2,10 @@
+Sat Sep 24 16:17:47 UTC 2022 - Dirk M??ller 
+
+- update to 10.3:
+  * Reduced noise in logs when :mod:`ssl` or :mod:`zlib` raise exceptions.
+  * Made compression negotiation more lax for compatibility with Firefox.
+  * Improved FAQ and quick start guide.
+  * Fixed backwards-incompatibility in 10.1 for connection handlers created 
with
+  * Avoided leaking open sockets when :func:`~client.connect` is canceled.
+
+---

Old:

  10.1.tar.gz

New:

  10.3.tar.gz



Other differences:
--
++ python-websockets.spec ++
--- /var/tmp/diff_new_pack.DTDQgB/_old  2022-09-25 15:34:52.715561591 +0200
+++ /var/tmp/diff_new_pack.DTDQgB/_new  2022-09-25 15:34:52.719561601 +0200
@@ -20,7 +20,7 @@
 %define skip_python2 1
 %define skip_python36 1
 Name:   python-websockets
-Version:10.1
+Version:10.3
 Release:0
 Summary:An implementation of the WebSocket Protocol (RFC 6455)
 License:BSD-3-Clause

++ 10.1.tar.gz -> 10.3.tar.gz ++
 2744 lines of diff (skipped)


commit telegram-desktop for openSUSE:Factory

2022-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 2022-09-25 15:34:45

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


Package is "telegram-desktop"

Sun Sep 25 15:34:45 2022 rev:80 rq:1005635 version:4.1.1

Changes:

--- /work/SRC/openSUSE:Factory/telegram-desktop/telegram-desktop.changes
2022-06-28 15:22:46.769978858 +0200
+++ 
/work/SRC/openSUSE:Factory/.telegram-desktop.new.2275/telegram-desktop.changes  
2022-09-25 15:35:04.671590386 +0200
@@ -1,0 +2,16 @@
+Tue Sep 20 15:44:53 UTC 2022 - Dominique Leuenberger 
+
+- Pass -DQT_VERSION_MAJOR=6 to cmake when building Qt6 flavor: make
+  build stable even if some Qt5 libs are benig found.
+
+---
+Sun Aug 28 04:50:11 UTC 2022 - Xu Zhao 
+
+- Update to version 4.1.1
+  * Fix editing media captions with animated emoji.
+  * Fix viewing animated emoji sets used in a message.
+  * Fix premium sticker tooltip auto-show in channel comments.
+  * Fix main window position and size restoring after relaunch.
+  * Other bug fixes and minor improvements.
+
+---

Old:

  tdesktop-4.0.2-full.tar.gz

New:

  tdesktop-4.1.1-full.tar.gz



Other differences:
--
++ telegram-desktop.spec ++
--- /var/tmp/diff_new_pack.4hkq8c/_old  2022-09-25 15:35:06.043593691 +0200
+++ /var/tmp/diff_new_pack.4hkq8c/_new  2022-09-25 15:35:06.047593701 +0200
@@ -36,7 +36,7 @@
 %define qt_major_version 6
 
 Name:   telegram-desktop
-Version:4.0.2
+Version:4.1.1
 Release:0
 Summary:Messaging application with a focus on speed and security
 License:GPL-3.0-only
@@ -257,6 +257,7 @@
   -DCMAKE_BUILD_TYPE=Release \
 %if %{qt_major_version} == 6
   -DDESKTOP_APP_QT6=ON \
+  -DQT_VERSION_MAJOR=6 \
 %else
   -DDESKTOP_APP_QT6=OFF \
   -DDESKTOP_APP_DISABLE_WAYLAND_INTEGRATION=ON \

++ tdesktop-4.0.2-full.tar.gz -> tdesktop-4.1.1-full.tar.gz ++
/work/SRC/openSUSE:Factory/telegram-desktop/tdesktop-4.0.2-full.tar.gz 
/work/SRC/openSUSE:Factory/.telegram-desktop.new.2275/tdesktop-4.1.1-full.tar.gz
 differ: char 5, line 1

++ tg_owt-master.zip ++
Binary files /var/tmp/diff_new_pack.4hkq8c/_old and 
/var/tmp/diff_new_pack.4hkq8c/_new differ


commit python-asyncssh for openSUSE:Factory

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

here is the log from the commit of package python-asyncssh for openSUSE:Factory 
checked in at 2022-09-25 15:34:51

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


Package is "python-asyncssh"

Sun Sep 25 15:34:51 2022 rev:19 rq:1005610 version:2.12.0

Changes:

--- /work/SRC/openSUSE:Factory/python-asyncssh/python-asyncssh.changes  
2022-08-06 22:08:30.898718796 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-asyncssh.new.2275/python-asyncssh.changes
2022-09-25 15:35:10.575604606 +0200
@@ -1,0 +2,10 @@
+Fri Sep 23 02:23:16 UTC 2022 - Yogalakshmi Arunachalam 
+
+- Update to 2.12.0 
+  * Fix an issue with SFTP servers which don't support random access I/O
+  * Fix "Recceived window change" in log message (#509)
+  * Fix forwarding a dynamically allocated port in the server (#512)
+  * Fix type of SSHServerProcessFactory
+  * Bump version number up to 2.12.0 and update change log
+
+---

Old:

  asyncssh-2.11.0.tar.gz

New:

  asyncssh-2.12.0.tar.gz



Other differences:
--
++ python-asyncssh.spec ++
--- /var/tmp/diff_new_pack.9MhIfe/_old  2022-09-25 15:35:11.731607390 +0200
+++ /var/tmp/diff_new_pack.9MhIfe/_new  2022-09-25 15:35:11.735607401 +0200
@@ -20,7 +20,7 @@
 %define skip_python2 1
 %define skip_python36 1
 Name:   python-asyncssh
-Version:2.11.0
+Version:2.12.0
 Release:0
 Summary:Asynchronous SSHv2 client and server library
 License:EPL-2.0 OR GPL-2.0-or-later

++ asyncssh-2.11.0.tar.gz -> asyncssh-2.12.0.tar.gz ++
 3588 lines of diff (skipped)


commit python-audioread for openSUSE:Factory

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

here is the log from the commit of package python-audioread for 
openSUSE:Factory checked in at 2022-09-25 15:34:50

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


Package is "python-audioread"

Sun Sep 25 15:34:50 2022 rev:9 rq:1005608 version:3.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-audioread/python-audioread.changes
2021-12-09 19:46:49.125168189 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-audioread.new.2275/python-audioread.changes  
2022-09-25 15:35:09.695602487 +0200
@@ -1,0 +2,17 @@
+Fri Sep 23 02:28:43 UTC 2022 - Yogalakshmi Arunachalam 
+
+- update to v3.0.0 
+  * Merge pull request #114 from Bomme/py36
+  * remove .travis.yml since we have GitHub actions now
+  * install ffmpeg in github action
+  * add a GitHub actions workflow for python tox tests
+  * remove deprecated pytest-runner (fully rely on tox instead)
+  * remove python 2 specific code in gstdec.py
+  * reorganize imports; remove python 2 specific imports
+  * remove python 2.7 from travis.yml
+  * add python_requires to setup.py
+  * remove mention of Python 2 from README.rst
+  * Only list python > 3.6 in setup.py and tox.ini
+  * automatic pyupgrade rewrite
+
+---

Old:

  v2.1.9.tar.gz

New:

  v3.0.0.tar.gz



Other differences:
--
++ python-audioread.spec ++
--- /var/tmp/diff_new_pack.P7xikp/_old  2022-09-25 15:35:10.235603788 +0200
+++ /var/tmp/diff_new_pack.P7xikp/_new  2022-09-25 15:35:10.239603797 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-audioread
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-audioread
-Version:2.1.9
+Version:3.0.0
 Release:0
 Summary:Wrapper for audio decoding via selectable backends
 License:MIT

++ v2.1.9.tar.gz -> v3.0.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audioread-2.1.9/.github/workflows/main.yml 
new/audioread-3.0.0/.github/workflows/main.yml
--- old/audioread-2.1.9/.github/workflows/main.yml  1970-01-01 
01:00:00.0 +0100
+++ new/audioread-3.0.0/.github/workflows/main.yml  2022-08-12 
22:23:20.0 +0200
@@ -0,0 +1,25 @@
+name: Python Tests
+
+on: [push]
+
+jobs:
+  build:
+
+runs-on: ubuntu-latest
+strategy:
+  matrix:
+python: ["3.6", "3.7", "3.8", "3.9"]
+
+steps:
+  - uses: actions/checkout@v2
+  - name: Setup Python
+uses: actions/setup-python@v2
+with:
+  python-version: ${{ matrix.python }}
+  - name: Install ffmpeg
+run: sudo apt install -y --no-install-recommends ffmpeg
+  - name: Install tox and any other packages
+run: pip install tox
+  - name: Run tox
+# Run tox using the version of Python in `PATH`
+run: tox -e py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audioread-2.1.9/.travis.yml 
new/audioread-3.0.0/.travis.yml
--- old/audioread-2.1.9/.travis.yml 2020-10-20 13:22:05.0 +0200
+++ new/audioread-3.0.0/.travis.yml 1970-01-01 01:00:00.0 +0100
@@ -1,20 +0,0 @@
-language: python
-arch:
-- ppc64le
-- amd64
-python:
-- "2.7"
-- "3.6"
-
-addons:
-apt:
-sources:
-- trusty-media
-packages:
-- ffmpeg
-
-install:
-- python setup.py install
-
-script:
-- pytest
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audioread-2.1.9/README.rst 
new/audioread-3.0.0/README.rst
--- old/audioread-2.1.9/README.rst  2020-10-20 13:22:05.0 +0200
+++ new/audioread-3.0.0/README.rst  2022-08-12 22:23:20.0 +0200
@@ -58,8 +58,7 @@
 ``available_backends`` function to get a list backends that are usable on the
 current system.
 
-Audioread is "universal" and supports both Python 2 (2.6+) and Python 3
-(3.2+).
+Audioread supports Python 3 (3.6+).
 
 Example
 ---
@@ -70,8 +69,15 @@
 Version History
 ---
 
+3.0.0
+  Drop support for Python 2 and older versions of Python 3. The library now
+  requires Python 3.6+.
+  Increase default block size in FFmpegAudioFile to get slightly faster file 
reading.
+  Cache backends for faster lookup (thanks to @bmcfee).
+  Audio file classes now inherit fro

commit python-XStatic-jQuery for openSUSE:Factory

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

here is the log from the commit of package python-XStatic-jQuery for 
openSUSE:Factory checked in at 2022-09-25 15:34:49

Comparing /work/SRC/openSUSE:Factory/python-XStatic-jQuery (Old)
 and  /work/SRC/openSUSE:Factory/.python-XStatic-jQuery.new.2275 (New)


Package is "python-XStatic-jQuery"

Sun Sep 25 15:34:49 2022 rev:4 rq:1005606 version:3.5.1.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-XStatic-jQuery/python-XStatic-jQuery.changes  
2020-10-02 17:33:53.118616324 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-XStatic-jQuery.new.2275/python-XStatic-jQuery.changes
2022-09-25 15:35:08.779600281 +0200
@@ -1,0 +2,47 @@
+Thu Sep 22 21:49:39 UTC 2022 - Yogalakshmi Arunachalam 
+
+- Update to 3.5.1.1:
+  * CSS: Don???t trim whitespace of undefined custom property
+  * Selector: Use jQuery `:has` if `CSS.supports(selector(...))` non-compliant
+  * Upgrade: Bump actions/setup-node from 3.3.0 to 3.4.1
+  * Core: Drop the root parameter of jQuery.fn.init
+  * Tests: Fix the link to QUnit CSS file
+  * Docs: Remove git.io from a GitHub Actions comment
+  * Docs: Update webpack website in README
+  * Tests: Exclude tests based on compilation flags, not API presence
+  * Build: Update GitHub Actions
+  * Build: Add dependabot.yml config (GitHub Actions)
+  * Docs: add link to patchwelcome and help wanted issues
+  * Build: Test on Node 17, update Grunt & `karma-*` packages
+  * Effects: Remove jQuery.fx.interval
+  * Tests: Workaround an XML parsing bug in Firefox
+  * Docs: add link to preview the new CLAs
+  * CSS: Skip falsy values in `addClass( array )`, compress code
+  * Core: Don't rely on splice being present on input
+  * Docs: Fix incorrect `trac-NUMBER` references
+  * Tests: lock colors version to 1.4.0
+  * Docs: remove expired links from old jquery source (#4997)
+  * Docs: Remove links to Web Archive from source
+  * Build: Separate the install step from running tests in GitHub Actions
+  * Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER`
+  * CSS: Justify use of rtrim on CSS property values
+  * Build: remove travis.yml and travis mentions from core (#4983)
+  * Tests: Skip ETag AJAX tests on TestSwarm
+  * Tests: Allow statusText to be "success" in AJAX tests
+  * Build: Migrate CI to GitHub Actions
+  * Docs: Update the URL to the latest jQuery build in CONTRIBUTING.md
+  * Attributes: Don't stringify attributes in the setter
+  * Tests: Make Karma browser timeout larger than the QUnit one
+  * Build: Update ESLint & eslint-plugin-import, fixing the build
+  * Docs: Remove the CLA checkbox in the pull request template
+  * Core:Manipulation: Add basic TrustedHTML support
+  * Tests: Don't remove csp.log in the cspClean action of mock.php
+  * Tests: Load the TestSwarm listener via HTTPS
+  * CSS: Trim whitespace surrounding CSS Custom Properties values
+  * Docs: update irc to Libera and fix LAMP dead link
+  * Manipulation: Don't remove HTML comments from scripts
+  * Build: Test on Node.js 16 instead of 15
+  * Tests: Switch background image from online file to local 1x1.jpg
+  * Event: Don't break focus triggering after `.on(focus).off(focus)` 
+
+---

Old:

  XStatic-jQuery-3.4.1.0.tar.gz

New:

  XStatic-jQuery-3.5.1.1.tar.gz



Other differences:
--
++ python-XStatic-jQuery.spec ++
--- /var/tmp/diff_new_pack.tpDYqr/_old  2022-09-25 15:35:09.239601389 +0200
+++ /var/tmp/diff_new_pack.tpDYqr/_new  2022-09-25 15:35:09.243601399 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-XStatic-jQuery
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-XStatic-jQuery
-Version:3.4.1.0
+Version:3.5.1.1
 Release:0
 Summary:jQuery repackaged for the XStatic standard
 License:MIT

++ XStatic-jQuery-3.4.1.0.tar.gz -> XStatic-jQuery-3.5.1.1.tar.gz ++
 5776 lines of diff (skipped)


commit python-emoji for openSUSE:Factory

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

here is the log from the commit of package python-emoji for openSUSE:Factory 
checked in at 2022-09-25 15:34:52

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


Package is "python-emoji"

Sun Sep 25 15:34:52 2022 rev:16 rq:1005611 version:2.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-emoji/python-emoji.changes
2022-07-21 11:33:51.082974840 +0200
+++ /work/SRC/openSUSE:Factory/.python-emoji.new.2275/python-emoji.changes  
2022-09-25 15:35:12.135608364 +0200
@@ -1,0 +2,6 @@
+Thu Sep 22 19:47:27 UTC 2022 - Matthias Bach  - 2.1.0
+
+- Update to 2.1.0
+  * Added Farsi support
+
+---

Old:

  emoji-2.0.0.tar.gz

New:

  emoji-2.1.0.tar.gz



Other differences:
--
++ python-emoji.spec ++
--- /var/tmp/diff_new_pack.0HDjSI/_old  2022-09-25 15:35:12.599609482 +0200
+++ /var/tmp/diff_new_pack.0HDjSI/_new  2022-09-25 15:35:12.603609491 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   python-emoji
-Version:2.0.0
+Version:2.1.0
 Release:0
 Summary:Emoji for Python
 License:BSD-3-Clause

++ emoji-2.0.0.tar.gz -> emoji-2.1.0.tar.gz ++
 17769 lines of diff (skipped)


commit python-dfdatetime for openSUSE:Factory

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

here is the log from the commit of package python-dfdatetime for 
openSUSE:Factory checked in at 2022-09-25 15:34:53

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


Package is "python-dfdatetime"

Sun Sep 25 15:34:53 2022 rev:11 rq:1005614 version:0~20220131

Changes:

--- /work/SRC/openSUSE:Factory/python-dfdatetime/python-dfdatetime.changes  
2022-06-09 14:11:56.820540441 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-dfdatetime.new.2275/python-dfdatetime.changes
2022-09-25 15:35:12.847610079 +0200
@@ -1,0 +2,6 @@
+Fri Sep 23 11:52:09 UTC 2022 - pgaj...@suse.com
+
+- does not need python-six for build
+  https://trello.com/c/MO53MocR/143-remove-python3-six
+
+---



Other differences:
--
++ python-dfdatetime.spec ++
--- /var/tmp/diff_new_pack.4sATeS/_old  2022-09-25 15:35:14.719614588 +0200
+++ /var/tmp/diff_new_pack.4sATeS/_new  2022-09-25 15:35:14.723614597 +0200
@@ -30,7 +30,6 @@
 Source: 
https://files.pythonhosted.org/packages/source/d/%{modname}/%{modname}-%{timestamp}.tar.gz
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module six >= 1.1.0}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:  noarch


commit tumbler for openSUSE:Factory

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

here is the log from the commit of package tumbler for openSUSE:Factory checked 
in at 2022-09-25 15:34:57

Comparing /work/SRC/openSUSE:Factory/tumbler (Old)
 and  /work/SRC/openSUSE:Factory/.tumbler.new.2275 (New)


Package is "tumbler"

Sun Sep 25 15:34:57 2022 rev:43 rq:1005630 version:4.16.1

Changes:

--- /work/SRC/openSUSE:Factory/tumbler/tumbler.changes  2022-08-16 
17:07:15.371790629 +0200
+++ /work/SRC/openSUSE:Factory/.tumbler.new.2275/tumbler.changes
2022-09-25 15:35:16.755619491 +0200
@@ -1,0 +2,8 @@
+Thu Sep 22 07:12:24 UTC 2022 - Dominique Leuenberger 
+
+- Allow building against libgepub-0.7 (boo#1203644):
+  + Adjust BuildRequires to work with libgepub-0.6 or libgepub-0.7.
+  + Replace libgepub-0.6 occurences in configure script with
+libgepub-0.7 when libgepub 0.7 is present.
+
+---



Other differences:
--
++ tumbler.spec ++
--- /var/tmp/diff_new_pack.UVc0Lu/_old  2022-09-25 15:35:17.191620542 +0200
+++ /var/tmp/diff_new_pack.UVc0Lu/_new  2022-09-25 15:35:17.199620561 +0200
@@ -60,7 +60,7 @@
 # OMDB cover plugin
 BuildRequires:  pkgconfig(libcurl)
 # EPUB Plugin
-BuildRequires:  pkgconfig(libgepub-0.6)
+BuildRequires:  (pkgconfig(libgepub-0.6) or pkgconfig(libgepub-0.7))
 %if %{with git}
 BuildRequires:  xfce4-dev-tools
 %endif
@@ -134,6 +134,7 @@
 %prep
 %autosetup
 sed -i "s/libopenraw-gnome-1.0/libopenraw-gnome-0.1/g" acinclude.m4
+pkg-config --exists libgepub-0.7 && sed -i "s/gepub-0.6/gepub-0.7/g" configure 
|| true
 
 tar -xzf %SOURCE1
 


commit gnome-shell-extension-pop-shell for openSUSE:Factory

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

here is the log from the commit of package gnome-shell-extension-pop-shell for 
openSUSE:Factory checked in at 2022-09-25 15:34:55

Comparing /work/SRC/openSUSE:Factory/gnome-shell-extension-pop-shell (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-shell-extension-pop-shell.new.2275 
(New)


Package is "gnome-shell-extension-pop-shell"

Sun Sep 25 15:34:55 2022 rev:6 rq:1005627 version:1.2.0

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-shell-extension-pop-shell/gnome-shell-extension-pop-shell.changes
  2022-06-01 17:35:28.590798545 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-shell-extension-pop-shell.new.2275/gnome-shell-extension-pop-shell.changes
2022-09-25 15:35:15.399616225 +0200
@@ -1,0 +2,5 @@
+Fri Sep 23 11:59:16 UTC 2022 - Robert Munteanu 
+
+- Add 4520e7813dcbca57ff19cba68085f5d8adf4785e.patch, allows GNOME 43 
+
+---

New:

  4520e7813dcbca57ff19cba68085f5d8adf4785e.patch



Other differences:
--
++ gnome-shell-extension-pop-shell.spec ++
--- /var/tmp/diff_new_pack.pXvNqf/_old  2022-09-25 15:35:15.807617208 +0200
+++ /var/tmp/diff_new_pack.pXvNqf/_new  2022-09-25 15:35:15.811617217 +0200
@@ -29,6 +29,7 @@
 Source: 
https://github.com/pop-os/shell/archive/%{version}.tar.gz#/%{upstream_name}-%{version}.tar.gz
 Source1:series
 Patch0: 0143b0b5eb14291cbd9e0b8328eeec93c4871ba9.patch
+Patch1: 4520e7813dcbca57ff19cba68085f5d8adf4785e.patch
 BuildRequires:  gnome-shell >= 3.36
 BuildRequires:  gobject-introspection
 BuildRequires:  typescript >= 3.8

++ 4520e7813dcbca57ff19cba68085f5d8adf4785e.patch ++
>From 4520e7813dcbca57ff19cba68085f5d8adf4785e Mon Sep 17 00:00:00 2001
From: Carl George 
Date: Wed, 31 Aug 2022 18:00:24 -0500
Subject: [PATCH] fix: Allow installation on GNOME 43

I was able to set org.gnome.shell.disable-extension-version-validation
to true and install the extension on GNOME shell 43 beta.  Everything
appears to work as expected.
---
 metadata.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/metadata.json b/metadata.json
index c80f61d3..c92b3f21 100644
--- a/metadata.json
+++ b/metadata.json
@@ -8,6 +8,7 @@
 "3.36",
 "40",
 "41",
-"42"
+"42",
+"43"
 ]
 }

++ series ++
--- /var/tmp/diff_new_pack.pXvNqf/_old  2022-09-25 15:35:15.875617372 +0200
+++ /var/tmp/diff_new_pack.pXvNqf/_new  2022-09-25 15:35:15.879617382 +0200
@@ -1,2 +1,3 @@
 0143b0b5eb14291cbd9e0b8328eeec93c4871ba9.patch
+4520e7813dcbca57ff19cba68085f5d8adf4785e.patch
 


commit python-djet for openSUSE:Factory

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

here is the log from the commit of package python-djet for openSUSE:Factory 
checked in at 2022-09-25 15:34:54

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


Package is "python-djet"

Sun Sep 25 15:34:54 2022 rev:5 rq:1005618 version:0.3.0

Changes:

--- /work/SRC/openSUSE:Factory/python-djet/python-djet.changes  2022-02-23 
16:26:51.827509718 +0100
+++ /work/SRC/openSUSE:Factory/.python-djet.new.2275/python-djet.changes
2022-09-25 15:35:14.835614867 +0200
@@ -1,0 +2,5 @@
+Fri Sep 23 12:06:37 UTC 2022 - pgaj...@suse.com
+
+- python-six is not needed for build
+
+---



Other differences:
--
++ python-djet.spec ++
--- /var/tmp/diff_new_pack.sOZ0ZM/_old  2022-09-25 15:35:15.251615869 +0200
+++ /var/tmp/diff_new_pack.sOZ0ZM/_new  2022-09-25 15:35:15.255615879 +0200
@@ -32,7 +32,6 @@
 BuildRequires:  %{python_module djangorestframework}
 BuildRequires:  %{python_module pytest-django}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module six}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-Django


commit openQA for openSUSE:Factory

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

here is the log from the commit of package openQA for openSUSE:Factory checked 
in at 2022-09-25 15:35:03

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


Package is "openQA"

Sun Sep 25 15:35:03 2022 rev:399 rq:1005665 version:4.6.1663941254.b479233

Changes:

openQA-devel-test.changes: same change
openQA-test.changes: same change
openQA-worker-test.changes: same change
--- /work/SRC/openSUSE:Factory/openQA/openQA.changes2022-09-17 
20:10:55.481258067 +0200
+++ /work/SRC/openSUSE:Factory/.openQA.new.2275/openQA.changes  2022-09-25 
15:35:23.859636602 +0200
@@ -1,0 +2,10 @@
+Fri Sep 23 13:54:33 UTC 2022 - ok...@suse.com
+
+- Update to version 4.6.1663941254.b479233:
+  * Prevent stalebot from closing stale issues
+  * Improve performance of 3 api endpoints by about 312% (for O3 data)
+  * Replace references of `openqabot` with new bot user `os-autoinst-bot`
+  * Fix the cloning of job when the corresponding variable is manually set
+  * Dependency cron 2022-09-21
+
+---

Old:

  openQA-4.6.1662979895.bd3bc01.obscpio

New:

  openQA-4.6.1663941254.b479233.obscpio



Other differences:
--
++ openQA-client-test.spec ++
--- /var/tmp/diff_new_pack.Mt7cFK/_old  2022-09-25 15:35:25.079639540 +0200
+++ /var/tmp/diff_new_pack.Mt7cFK/_new  2022-09-25 15:35:25.083639549 +0200
@@ -18,7 +18,7 @@
 
 %define short_name openQA-client
 Name:   %{short_name}-test
-Version:4.6.1662979895.bd3bc01
+Version:4.6.1663941254.b479233
 Release:0
 Summary:Test package for %{short_name}
 License:GPL-2.0-or-later

++ openQA-devel-test.spec ++
--- /var/tmp/diff_new_pack.Mt7cFK/_old  2022-09-25 15:35:25.107639607 +0200
+++ /var/tmp/diff_new_pack.Mt7cFK/_new  2022-09-25 15:35:25.111639616 +0200
@@ -18,7 +18,7 @@
 
 %define short_name openQA-devel
 Name:   %{short_name}-test
-Version:4.6.1662979895.bd3bc01
+Version:4.6.1663941254.b479233
 Release:0
 Summary:Test package for %{short_name}
 License:GPL-2.0-or-later

++ openQA-test.spec ++
--- /var/tmp/diff_new_pack.Mt7cFK/_old  2022-09-25 15:35:25.135639675 +0200
+++ /var/tmp/diff_new_pack.Mt7cFK/_new  2022-09-25 15:35:25.139639684 +0200
@@ -18,7 +18,7 @@
 
 %define short_name openQA
 Name:   %{short_name}-test
-Version:4.6.1662979895.bd3bc01
+Version:4.6.1663941254.b479233
 Release:0
 Summary:Test package for openQA
 License:GPL-2.0-or-later

++ openQA-worker-test.spec ++
--- /var/tmp/diff_new_pack.Mt7cFK/_old  2022-09-25 15:35:25.167639752 +0200
+++ /var/tmp/diff_new_pack.Mt7cFK/_new  2022-09-25 15:35:25.171639761 +0200
@@ -18,7 +18,7 @@
 
 %define short_name openQA-worker
 Name:   %{short_name}-test
-Version:4.6.1662979895.bd3bc01
+Version:4.6.1663941254.b479233
 Release:0
 Summary:Test package for %{short_name}
 License:GPL-2.0-or-later

++ openQA.spec ++
--- /var/tmp/diff_new_pack.Mt7cFK/_old  2022-09-25 15:35:25.195639819 +0200
+++ /var/tmp/diff_new_pack.Mt7cFK/_new  2022-09-25 15:35:25.199639829 +0200
@@ -76,7 +76,7 @@
 %define devel_requires %devel_no_selenium_requires chromedriver
 
 Name:   openQA
-Version:4.6.1662979895.bd3bc01
+Version:4.6.1663941254.b479233
 Release:0
 Summary:The openQA web-frontend, scheduler and tools
 License:GPL-2.0-or-later


++ openQA-4.6.1662979895.bd3bc01.obscpio -> 
openQA-4.6.1663941254.b479233.obscpio ++
/work/SRC/openSUSE:Factory/openQA/openQA-4.6.1662979895.bd3bc01.obscpio 
/work/SRC/openSUSE:Factory/.openQA.new.2275/openQA-4.6.1663941254.b479233.obscpio
 differ: char 49, line 1

++ openQA.obsinfo ++
--- /var/tmp/diff_new_pack.Mt7cFK/_old  2022-09-25 15:35:25.287640040 +0200
+++ /var/tmp/diff_new_pack.Mt7cFK/_new  2022-09-25 15:35:25.291640051 +0200
@@ -1,5 +1,5 @@
 name: openQA
-version: 4.6.1662979895.bd3bc01
-mtime: 1662979895
-commit: bd3bc0128ac598ab530219340791f08ca9d514fc
+version: 4.6.1663941254.b479233
+mtime: 1663941254
+commit: b479233df4a3fc327d116309311330cced5b43e7
 


commit package-update-indicator for openSUSE:Factory

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

here is the log from the commit of package package-update-indicator for 
openSUSE:Factory checked in at 2022-09-25 15:34:56

Comparing /work/SRC/openSUSE:Factory/package-update-indicator (Old)
 and  /work/SRC/openSUSE:Factory/.package-update-indicator.new.2275 (New)


Package is "package-update-indicator"

Sun Sep 25 15:34:56 2022 rev:9 rq:1005628 version:8

Changes:

--- 
/work/SRC/openSUSE:Factory/package-update-indicator/package-update-indicator.changes
2020-11-23 10:37:50.409844654 +0100
+++ 
/work/SRC/openSUSE:Factory/.package-update-indicator.new.2275/package-update-indicator.changes
  2022-09-25 15:35:16.091617892 +0200
@@ -1,0 +2,28 @@
+Wed Sep  7 18:03:50 UTC 2022 - Stefan Seyfried 
+
+- Update to version 8:
+  * Add setting to disable preferences widgets
+  * Fix typos and improve German translations
+  * Add new setting to hide indicator menu items
+  * Add new setting "always-active"
+  * Add Brazilian Portugese translations
+  * Add Dutch translations
+  * Do not hardcode pkg-config
+  * Fix desktop files
+  * Remove translated icon names
+  * Add Spanish translations
+- remove obsolete patch
+  org.guido-berhoerster.code.package-update-indicator.desktop.in.patch
+- Changes by Mihai Moldovan :
+  * Update copyright notice.
+  * Add properly extracted license.
+  * Check destroot with fdupes for good measure.
+  * Make some dependencies more explicit and remove duplicate
+ones (xsltproc vs. libxml2-tools).
+  * Add glib gsettings schemas macros.
+  * Reflow description to 67 characters.
+  * Use more (single) quotes.
+  * Re-sort files list alphabetically, use %{name} to avoid
+redundancy.
+
+---

Old:

  org.guido-berhoerster.code.package-update-indicator.desktop.in.patch
  package-update-indicator-7.tar.gz

New:

  LICENSE
  package-update-indicator-8.tar.gz



Other differences:
--
++ package-update-indicator.spec ++
--- /var/tmp/diff_new_pack.jX8PRL/_old  2022-09-25 15:35:16.523618933 +0200
+++ /var/tmp/diff_new_pack.jX8PRL/_new  2022-09-25 15:35:16.527618942 +0200
@@ -1,7 +1,8 @@
 #
 # spec file for package package-update-indicator
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2022 SUSE Software Solutions Germany GmbH, Nuernberg, Germany.
 # Copyright (c) 2018 B1 Systems GmbH, Vohburg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,18 +19,20 @@
 
 
 Name:   package-update-indicator
-Version:7
+Version:8
 Release:0
 Summary:Package update status notification applet
 License:MIT
 Group:  System/Daemons
 URL:
https://code.guido-berhoerster.org/projects/package-update-indicator
-Source: 
https://code.guido-berhoerster.org/projects/package-update-indicator/downloads/%{name}-%{version}.tar.gz
+Source0:
https://code.guido-berhoerster.org/projects/package-update-indicator/downloads/%{name}-%{version}.tar.gz
 Source1:10_opensuse_update_command.gschema.override
-Patch0: 
org.guido-berhoerster.code.package-update-indicator.desktop.in.patch
+Source2:LICENSE
 BuildRequires:  docbook5-xsl-stylesheets
+BuildRequires:  fdupes
+BuildRequires:  gcc
 BuildRequires:  gettext >= 0.19
-BuildRequires:  libxml2-tools
+BuildRequires:  gmake >= 3.81
 BuildRequires:  pkgconfig
 BuildRequires:  xsltproc
 BuildRequires:  pkgconfig(appindicator3-0.1) >= 12.10.0
@@ -40,33 +43,47 @@
 BuildRequires:  pkgconfig(upower-glib) >= 0.99.0
 Obsoletes:  pk-update-icon <= 3
 Recommends: gnome-packagekit
+%glib2_gsettings_schema_requires
 
 %description
-The package-update-indicator utility regularly checks for software updates and 
notifies the user about available updates using desktop notifications and 
either a status notifier icon or a system tray icon.
+The package-update-indicator utility regularly checks for software
+updates and notifies the user about available updates using
+desktop notifications and either a status notifier icon or a
+system tray icon.
+
+It is primarily intended for desktops which do not already have
+this functionality built-in, such as Xfce.
 
 %lang_package
 
 %prep
 %autosetup
+cp -av '%{SOURCE2}' '.'
 
 %build
-%make_build prefix=%{_prefix} GLIB_COMPILE_SCHEMAS=: CFLAGS="%{optflags}" 
CC=gcc
+%make_build 'prefix=%{_prefix}' 'GLIB_COMPILE_SCHEMAS=:' 'CFLAGS=%{optflags}' 
'CC=gcc'
 
 %install
-%make_install prefix=%{_prefix} GLIB_COMPILE_SCHEMAS=:
-install -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/glib-2.0/schemas/
+%make_install 'prefix=%{_prefix}' 'GLIB_COMPILE_SCHEMAS=:'
+
+# Stage gsettings override into d

commit os-autoinst for openSUSE:Factory

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

here is the log from the commit of package os-autoinst for openSUSE:Factory 
checked in at 2022-09-25 15:35:05

Comparing /work/SRC/openSUSE:Factory/os-autoinst (Old)
 and  /work/SRC/openSUSE:Factory/.os-autoinst.new.2275 (New)


Package is "os-autoinst"

Sun Sep 25 15:35:05 2022 rev:334 rq:1005666 version:4.6.1663935216.436f134

Changes:

--- /work/SRC/openSUSE:Factory/os-autoinst/os-autoinst.changes  2022-09-21 
14:44:28.910082621 +0200
+++ /work/SRC/openSUSE:Factory/.os-autoinst.new.2275/os-autoinst.changes
2022-09-25 15:35:26.359642623 +0200
@@ -1,0 +2,25 @@
+Fri Sep 23 19:35:48 UTC 2022 - ok...@suse.com
+
+- Update to version 4.6.1663935216.436f134:
+  * Prevent stalebot from closing stale issues
+  * Clarify test fail message to distinguish errors
+  * Bump API version for recent validate_script_output changes
+  * Improve performance of `wait_still_screen`
+  * Slightly simplify autotest
+  * Log HTTP response in VMWare test
+  * Ensure the VMWare test is using one event loop instance consistently
+  * Log the used underlying reactor in VMWare test
+  * Improve error handling of open/read calls in dewebsockify test
+  * Simplify `t/27-consoles-vmware.t`
+  * Extend unit tests of general hardware backend
+  * Extend tests for s390x backend
+  * Avoid adding multiple QEMU graphic backends on ARM
+  * Test setting the QEMU graphics backend (depnding on `QEMUVGA`)
+  * Fix resolution with default graphics backend on new QEMU versions
+  * Fix resolution with virtio backend on new QEMU versions
+  * Tune default similarity level for `wait_screen_change` when typing
+  * Prevent buffered output when running Perl testsuite
+  * Speed up `type_string` calls with `wait_screen_change` parameter
+  * Support `no_wait` option in `wait_screen_change`
+
+---

Old:

  os-autoinst-4.6.1663745179.57e1160.obscpio

New:

  os-autoinst-4.6.1663935216.436f134.obscpio



Other differences:
--
++ os-autoinst-test.spec ++
--- /var/tmp/diff_new_pack.ZTL5ut/_old  2022-09-25 15:35:27.867646255 +0200
+++ /var/tmp/diff_new_pack.ZTL5ut/_new  2022-09-25 15:35:27.871646264 +0200
@@ -19,7 +19,7 @@
 %define name_ext -test
 %define short_name os-autoinst
 Name:   %{short_name}%{?name_ext}
-Version:4.6.1663745179.57e1160
+Version:4.6.1663935216.436f134
 Release:0
 Summary:test package for os-autoinst
 License:GPL-2.0-or-later

++ os-autoinst.spec ++
--- /var/tmp/diff_new_pack.ZTL5ut/_old  2022-09-25 15:35:27.899646332 +0200
+++ /var/tmp/diff_new_pack.ZTL5ut/_new  2022-09-25 15:35:27.907646351 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   os-autoinst
-Version:4.6.1663745179.57e1160
+Version:4.6.1663935216.436f134
 Release:0
 Summary:OS-level test automation
 License:GPL-2.0-or-later
@@ -83,6 +83,8 @@
 %define devel_requires %python_style_requires %test_requires ShellCheck 
perl(Code::TidyAll) perl(Devel::Cover) perl(Devel::Cover::Report::Codecov) 
perl(Perl::Tidy) perl(Template::Toolkit)
 %define s390_zvm_requires /usr/bin/xkbcomp /usr/bin/Xvnc x3270 icewm xterm 
xterm-console xdotool fonts-config mkfontdir mkfontscale
 BuildRequires:  %test_requires %test_version_only_requires
+# For unbuffered output of Perl testsuite, especially when running it on OBS 
so timestamps in the log are actually useful
+BuildRequires:  expect
 Requires:   %main_requires
 Recommends: dumponlyconsole %s390_zvm_requires
 Recommends: qemu >= 4.0.0
@@ -213,7 +215,7 @@
 export OPENQA_TEST_TIMEOUT_SCALE_CI=20
 # Enable verbose test output as we can not store test artifacts within package
 # build environments in case of needing to investigate failures
-export PROVE_ARGS="--timer -v"
+export PROVE_ARGS="--timer -v --nocolor"
 cd %{__builddir}
 %cmake_build check-pkg-build
 

++ os-autoinst-4.6.1663745179.57e1160.obscpio -> 
os-autoinst-4.6.1663935216.436f134.obscpio ++
/work/SRC/openSUSE:Factory/os-autoinst/os-autoinst-4.6.1663745179.57e1160.obscpio
 
/work/SRC/openSUSE:Factory/.os-autoinst.new.2275/os-autoinst-4.6.1663935216.436f134.obscpio
 differ: char 50, line 1

++ os-autoinst.obsinfo ++
--- /var/tmp/diff_new_pack.ZTL5ut/_old  2022-09-25 15:35:27.967646496 +0200
+++ /var/tmp/diff_new_pack.ZTL5ut/_new  2022-09-25 15:35:27.971646505 +0200
@@ -1,5 +1,5 @@
 name: os-autoinst
-version: 4.6.1663745179.57e1160
-mtime: 1663745179
-commit: 57e1160d1d5c0ce222e27599e3ff0414d7c121b5
+version: 4.6.1663935216.436f134
+mtime: 1663935216
+commit: 436f134262416559c5b7248d4246cbfed67ae835
 


commit helm for openSUSE:Factory

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

here is the log from the commit of package helm for openSUSE:Factory checked in 
at 2022-09-25 15:34:58

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


Package is "helm"

Sun Sep 25 15:34:58 2022 rev:42 rq:1005633 version:3.10.0

Changes:

--- /work/SRC/openSUSE:Factory/helm/helm.changes2022-09-19 
16:04:04.810269518 +0200
+++ /work/SRC/openSUSE:Factory/.helm.new.2275/helm.changes  2022-09-25 
15:35:17.411621072 +0200
@@ -1,0 +2,49 @@
+Fri Sep 23 14:01:01 UTC 2022 - dmuel...@suse.com
+
+- Update to version 3.10.0:
+  * bump version to v3.10.0
+  * Updating to Kubernetes 1.25 client libs
+  * Updating the certificates used for testing
+  * Updating index handling
+  * Drop direct github.com/docker/docker dependency
+  * fix special string in the filename
+  * chore: add oci install description
+  * Fixing x509 test on darwin
+  * Bump k8s.io/kube-openapi to fix CVE-2022-1996 in 
github.com/emicklei/go-restful
+  * fixes #11142 missing array length check on release
+  * chore(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0
+  * Upgrading to Kubernetes 1.24.2
+  * Bump Oras to 1.2.0
+  * fix: use `go install` instead of `go get`
+  * bump Go 1.18
+  * fix: improve logging & safety of statefulSetReady
+  * make token caching an opt in feature
+  * chore(deps): bump github.com/stretchr/testify from 1.7.4 to 1.7.5
+  * chore(deps): bump github.com/rubenv/sql-migrate from 1.1.1 to 1.1.2
+  * chore(deps): bump github.com/spf13/cobra from 1.4.0 to 1.5.0 (#11075)
+  * chore(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.4
+  * Upgrading to Kubernetes 1.24.1 packages
+  * chore(deps): bump github.com/Masterminds/squirrel from 1.5.2 to 1.5.3
+  * feat(*): add flags/env for kube api tls overrides
+  * Add --burst-limit option for client-side throttling limit configuration 
(#10842)
+  * chore(deps): bump github.com/lib/pq from 1.10.5 to 1.10.6
+  * chore(deps): bump oras.land/oras-go from 1.1.0 to 1.1.1
+  * chore(deps): bump github.com/evanphx/json-patch
+  * Bump github.com/lib/pq from 1.10.4 to 1.10.5
+  * build(deps): bump github.com/containerd/containerd from 1.6.3 to 1.6.4
+  * build(deps): bump github.com/docker/docker
+  * bump version to v3.9.0
+  * build(deps): bump github.com/jmoiron/sqlx from 1.3.4 to 1.3.5
+  * Bump github.com/BurntSushi/toml from 1.0.0 to 1.1.0
+  * Fixed helm uninstall not deleting the resource.
+  * Fix UT
+  * Fix linter
+  * Update install.go
+  * Log error message on failed download
+  * Add support `helm list --no-headers`
+  * update go.mod
+  * fix --registry-config issue
+  * feat: add --set-json flag to set json values.
+  * fix(helm): ignore file-not-found error for `helm repo list -o json`
+
+---

Old:

  helm-3.9.4.tar.gz

New:

  helm-3.10.0.tar.gz



Other differences:
--
++ helm.spec ++
--- /var/tmp/diff_new_pack.JJbLAb/_old  2022-09-25 15:35:19.999627305 +0200
+++ /var/tmp/diff_new_pack.JJbLAb/_new  2022-09-25 15:35:20.007627324 +0200
@@ -21,7 +21,7 @@
 %define git_dirty clean
 
 Name:   helm
-Version:3.9.4
+Version:3.10.0
 Release:0
 Summary:The Kubernetes Package Manager
 License:Apache-2.0

++ _service ++
--- /var/tmp/diff_new_pack.JJbLAb/_old  2022-09-25 15:35:20.039627401 +0200
+++ /var/tmp/diff_new_pack.JJbLAb/_new  2022-09-25 15:35:20.039627401 +0200
@@ -5,7 +5,7 @@
 .git
 @PARENT_TAG@
 v(.*)
-v3.9.4
+v3.10.0
 enable
   
   

++ _servicedata ++
--- /var/tmp/diff_new_pack.JJbLAb/_old  2022-09-25 15:35:20.059627449 +0200
+++ /var/tmp/diff_new_pack.JJbLAb/_new  2022-09-25 15:35:20.063627459 +0200
@@ -1,6 +1,6 @@
 
 
 https://github.com/helm/helm.git
-  dbc6d8e20fe1d58d50e6ed30f09a04a77e4c68db
+  ce66412a723e4d89555dc67217607c6579ffcb21
 (No newline at EOF)
 

++ helm-3.9.4.tar.gz -> helm-3.10.0.tar.gz ++
 2316 lines of diff (skipped)

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


commit elixir for openSUSE:Factory

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

here is the log from the commit of package elixir for openSUSE:Factory checked 
in at 2022-09-25 15:35:00

Comparing /work/SRC/openSUSE:Factory/elixir (Old)
 and  /work/SRC/openSUSE:Factory/.elixir.new.2275 (New)


Package is "elixir"

Sun Sep 25 15:35:00 2022 rev:23 rq:1005661 version:1.14.0

Changes:

--- /work/SRC/openSUSE:Factory/elixir/elixir.changes2022-04-10 
19:06:00.450099025 +0200
+++ /work/SRC/openSUSE:Factory/.elixir.new.2275/elixir.changes  2022-09-25 
15:35:20.707629010 +0200
@@ -1,0 +2,190 @@
+Wed Sep  7 06:38:23 UTC 2022 - Fabrizio Sestito 
+
+- Elixir 1.14
+  * 1. Enhancements
+EEx
+
+[EEx] Support multi-line comments to EEx via <%!-- --%>
+[EEx] Add EEx.tokenize/2
+
+Elixir
+
+[Access] Add Access.slice/1
+[Application] Add Application.compile_env/4 and 
Application.compile_env!/3 to read the compile-time environment inside macros
+[Calendar] Support ISO8601 basic format parsing with 
DateTime.from_iso8601/2
+[Calendar] Add day/hour/minute on add/diff across different calendar 
modules
+[Code] Add :normalize_bitstring_modifiers to Code.format_string!/2
+[Code] Emit deprecation and type warnings for invalid options in on 
Code.compile_string/2 and Code.compile_quoted/2
+[Code] Warn if an outdated lexical tracker is given on eval
+[Code] Add Code.env_for_eval/1 and Code.eval_quoted_with_env/3
+[Code] Improve stacktraces from eval operations on Erlang/OTP 25+
+[Code.Fragment] Add support for __MODULE__ in several functions
+[Code.Fragment] Support surround and context suggestions across 
multiple lines
+[Enum] Allow slicing with steps in Enum.slice/2
+[File] Support dereference_symlinks: true in File.cp/3 and File.cp_r/3
+[Float] Do not show floats in scientific notation if below 1.0e16 and 
the fractional value is precisely zero
+[Float] Add Float.min_finite/0 and Float.max_finite/0
+[Inspect] Improve error reporting when there is a faulty 
implementation of the Inspect protocol
+[Inspect] Allow :optional when deriving the Inspect protocol for 
hiding fields that match their default value
+[Inspect] Inspect struct fields in the order they are declared in 
defstruct
+[Inspect] Use expression-based inspection for Date.Range, MapSet, and 
Version.Requirement
+[IO] Support Macro.Env and keywords as stacktrace definitions in 
IO.warn/2
+[IO] Add IO.ANSI.syntax_colors/0 and related configuration to be 
shared across IEx and dbg
+[Kernel] Add new dbg/0-2 macro
+[Kernel] Allow any guard expression as the size of a bitstring in a 
pattern match
+[Kernel] Allow composite types with pins as the map key in a pattern 
match
+[Kernel] Print escaped version of control chars when they show up as 
unexpected tokens
+[Kernel] Warn on confusable non-ASCII identifiers
+[Kernel] Add .. as a nullary operator that returns 0..-1//1
+[Kernel] Implement Unicode Technical Standard #39 recommendations. In 
particular, we warn for confusable scripts and restrict identifiers to 
single-scripts or highly restrictive mixed-scripts
+[Kernel] Automatically perform NFC conversion of identifiers
+[Kernel] Add binary_slice/2 and binary_slice/3
+[Kernel] Lazily expand module attributes to avoid compile-time deps
+[Kernel] Automatically cascade generated: true annotations on macro 
expansion
+[Keyword] Add Keyword.from_keys/2 and Keyword.replace_lazy/3
+[List] Add List.keysort/3 with support for a sorter function
+[Macro] Add Macro.classify_atom/1 and Macro.inspect_atom/2
+[Macro] Add Macro.expand_literal/2 and Macro.path/2
+[Macro.Env] Add Macro.Env.prune_compile_info/1
+[Map] Add Map.from_keys/2 and Map.replace_lazy/3
+[MapSet] Add MapSet.filter/2, MapSet.reject/2, and 
MapSet.symmetric_difference/2
+[Node] Add Node.spawn_monitor/2 and Node.spawn_monitor/4
+[Module] Support new @after_verify attribute for executing code 
whenever a module is verified
+[PartitionSupervisor] Add PartitionSupervisor that starts multiple 
isolated partitions of the same child for scalability
+[Path] Add Path.safe_relative/1 and Path.safe_relative_to/2
+[Registry] Add Registry.count_select/2
+[Stream] Add Stream.duplicate/2 and Stream.transform/5
+[String] Support empty lookup lists in String.replace/3, 
String.split/3, and String.splitter/3
+[String] Allow slicing with steps in String.slice/2
+[Task] Add :zip_input_on_exit option to Task.async_stream/3
+[Task] Store :mfa in the Task struct for reflection purposes
+[URI] 

commit hugo for openSUSE:Factory

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

here is the log from the commit of package hugo for openSUSE:Factory checked in 
at 2022-09-25 15:35:01

Comparing /work/SRC/openSUSE:Factory/hugo (Old)
 and  /work/SRC/openSUSE:Factory/.hugo.new.2275 (New)


Package is "hugo"

Sun Sep 25 15:35:01 2022 rev:23 rq:1005664 version:0.104.0

Changes:

--- /work/SRC/openSUSE:Factory/hugo/hugo.changes2022-09-20 
19:23:48.938513962 +0200
+++ /work/SRC/openSUSE:Factory/.hugo.new.2275/hugo.changes  2022-09-25 
15:35:22.243632709 +0200
@@ -1,0 +2,19 @@
+Fri Sep 23 18:09:48 UTC 2022 - jkowalc...@suse.com
+
+- Update to version 0.104.0:
+  * Consolidate the glob case logic
+  * hugofs: Fix glob case-sensitivity bug
+  * server: Fix 404 redirects on Windows
+  * build(deps): bump github.com/evanw/esbuild from 0.15.8 to 0.15.9
+  * build(deps): bump github.com/yuin/goldmark from 1.4.14 to 1.4.15
+  * build(deps): bump github.com/getkin/kin-openapi from 0.100.0 to 0.103.0
+  * docs: Regen docs helper
+  * build(deps): bump github.com/alecthomas/chroma/v2 from 2.2.0 to 2.3.0
+  * build(deps): bump github.com/evanw/esbuild from 0.15.7 to 0.15.8
+  * docs: Regenerate CLI docs
+  * Run go mod tidy
+  * resources/images: Add $image.Colors
+  * commands: Skip flaky test on CI
+  * config/security: Allow proxy variables in subcommands
+
+---

Old:

  hugo-0.103.1.tar.gz

New:

  hugo-0.104.0.tar.gz



Other differences:
--
++ hugo.spec ++
--- /var/tmp/diff_new_pack.lJCeDf/_old  2022-09-25 15:35:23.271635185 +0200
+++ /var/tmp/diff_new_pack.lJCeDf/_new  2022-09-25 15:35:23.275635195 +0200
@@ -20,7 +20,7 @@
 %define __arch_install_post export NO_BRP_STRIP_DEBUG=true
 
 Name:   hugo
-Version:0.103.1
+Version:0.104.0
 Release:0
 Summary:Static website generator written in Go
 License:Apache-2.0

++ _service ++
--- /var/tmp/diff_new_pack.lJCeDf/_old  2022-09-25 15:35:23.307635271 +0200
+++ /var/tmp/diff_new_pack.lJCeDf/_new  2022-09-25 15:35:23.311635282 +0200
@@ -3,7 +3,7 @@
 https://github.com/gohugoio/hugo.git
 git
 .git
-v0.103.1
+v0.104.0
 @PARENT_TAG@
 enable
 v(.*)

++ _servicedata ++
--- /var/tmp/diff_new_pack.lJCeDf/_old  2022-09-25 15:35:23.327635320 +0200
+++ /var/tmp/diff_new_pack.lJCeDf/_new  2022-09-25 15:35:23.331635330 +0200
@@ -1,6 +1,6 @@
 
 
 https://github.com/gohugoio/hugo.git
-  b665f1e8f16bf043b9d3c087a60866159d71b48d
+  c744dbd6edeeb27288c9dd67e0eb92951f911397
 (No newline at EOF)
 

++ hugo-0.103.1.tar.gz -> hugo-0.104.0.tar.gz ++
/work/SRC/openSUSE:Factory/hugo/hugo-0.103.1.tar.gz 
/work/SRC/openSUSE:Factory/.hugo.new.2275/hugo-0.104.0.tar.gz differ: char 12, 
line 1

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


commit os-autoinst-distri-opensuse-deps for openSUSE:Factory

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

here is the log from the commit of package os-autoinst-distri-opensuse-deps for 
openSUSE:Factory checked in at 2022-09-25 15:35:06

Comparing /work/SRC/openSUSE:Factory/os-autoinst-distri-opensuse-deps (Old)
 and  /work/SRC/openSUSE:Factory/.os-autoinst-distri-opensuse-deps.new.2275 
(New)


Package is "os-autoinst-distri-opensuse-deps"

Sun Sep 25 15:35:06 2022 rev:15 rq:1005668 version:1.1663929680.f0809437

Changes:

--- 
/work/SRC/openSUSE:Factory/os-autoinst-distri-opensuse-deps/os-autoinst-distri-opensuse-deps.changes
2021-05-21 21:50:09.570197816 +0200
+++ 
/work/SRC/openSUSE:Factory/.os-autoinst-distri-opensuse-deps.new.2275/os-autoinst-distri-opensuse-deps.changes
  2022-09-25 15:35:28.247647170 +0200
@@ -1,0 +2,21 @@
+Fri Sep 23 20:05:01 UTC 2022 - Dominik Heidler 
+
+- Added dependency perl(Class::Accessor::Fast)
+- Added dependency perl(constant)
+- Removed dependency perl(LWP::Simple)
+- Added dependency perl(LWP::Simple)
+- Removed dependency perl(POSIX)
+- Added dependency perl(parent)
+- Added dependency perl(POSIX)
+- Added dependency perl(strict)
+- Added dependency perl(utf8)
+- Added dependency perl(version)
+- Added dependency perl(warnings)
+- Removed dependency perl(constant)
+- Removed dependency perl(parent)
+- Removed dependency perl(strict)
+- Removed dependency perl(utf8)
+- Removed dependency perl(version)
+- Removed dependency perl(warnings)
+
+---

Old:

  os-autoinst-distri-opensuse-1.1621516512.d2de45c99.obscpio

New:

  os-autoinst-distri-opensuse-1.1663929680.f0809437.obscpio



Other differences:
--
++ os-autoinst-distri-opensuse-deps.spec ++
--- /var/tmp/diff_new_pack.Ah2qIZ/_old  2022-09-25 15:35:28.815648538 +0200
+++ /var/tmp/diff_new_pack.Ah2qIZ/_new  2022-09-25 15:35:28.819648547 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package os-autoinst-distri-opensuse-deps
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # 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:   os-autoinst-distri-opensuse-deps
-Version:1.1621516512.d2de45c99
+Version:1.1663929680.f0809437
 Release:0
 Summary:Metapackage that contains the dependencies of 
os-autoinst-distri-opensuse
 License:MIT
@@ -26,8 +26,10 @@
 Url:https://github.com/os-autoinst/os-autoinst-distri-opensuse
 # BEGIN AUTOGENERATED DEPENDENCY LIST
 Requires:   perl(Carp)
+Requires:   perl(Class::Accessor::Fast)
 Requires:   perl(Code::DRY)
 Requires:   perl(Config::Tiny)
+Requires:   perl(constant)
 Requires:   perl(Cwd)
 Requires:   perl(Data::Dump)
 Requires:   perl(Data::Dumper)
@@ -41,9 +43,9 @@
 Requires:   perl(File::Temp)
 Requires:   perl(IO::File)
 Requires:   perl(IO::Socket::INET)
-Requires:   perl(LWP::Simple)
 Requires:   perl(List::MoreUtils)
 Requires:   perl(List::Util)
+Requires:   perl(LWP::Simple)
 Requires:   perl(Mojo::Base)
 Requires:   perl(Mojo::File)
 Requires:   perl(Mojo::JSON)
@@ -51,30 +53,29 @@
 Requires:   perl(Mojo::Util)
 Requires:   perl(Net::IP)
 Requires:   perl(NetAddr::IP)
-Requires:   perl(POSIX)
+Requires:   perl(parent)
 Requires:   perl(Perl::Critic::Freenode)
+Requires:   perl(POSIX)
 Requires:   perl(Regexp::Common)
 Requires:   perl(Selenium::Chrome)
 Requires:   perl(Selenium::Remote::Driver)
 Requires:   perl(Selenium::Remote::WDKeys)
 Requires:   perl(Selenium::Waiter)
 Requires:   perl(Storable)
+Requires:   perl(strict)
 Requires:   perl(Term::ANSIColor)
 Requires:   perl(Test::Assert)
 Requires:   perl(Tie::IxHash)
 Requires:   perl(Time::HiRes)
+Requires:   perl(utf8)
+Requires:   perl(version)
+Requires:   perl(warnings)
 Requires:   perl(XML::LibXML)
 Requires:   perl(XML::Simple)
 Requires:   perl(XML::Writer)
 Requires:   perl(YAML::PP)
-Requires:   perl(constant)
-Requires:   perl(parent)
-Requires:   perl(strict)
-Requires:   perl(utf8)
-Requires:   perl(version)
-Requires:   perl(warnings)
 # END AUTOGENERATED DEPENDENCY LIST
-Recommends: os-autoinst
+Recommends: os-autoinst-devel
 
 %description
 Metapackage that contains the dependencies of os-autoinst-distri-opensuse.

++ _service ++
--- /var/tmp/diff_new_pack.Ah2qIZ/_old  2022-09-25 15:35:28.851648625 +0200
+++ /var/tmp/diff_new_pack.Ah2qIZ/_new  2022-09-25 15:35:28.855648

commit fcft for openSUSE:Factory

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

here is the log from the commit of package fcft for openSUSE:Factory checked in 
at 2022-09-25 15:35:09

Comparing /work/SRC/openSUSE:Factory/fcft (Old)
 and  /work/SRC/openSUSE:Factory/.fcft.new.2275 (New)


Package is "fcft"

Sun Sep 25 15:35:09 2022 rev:16 rq:1005678 version:3.1.5

Changes:

--- /work/SRC/openSUSE:Factory/fcft/fcft.changes2022-09-07 
11:06:36.684494184 +0200
+++ /work/SRC/openSUSE:Factory/.fcft.new.2275/fcft.changes  2022-09-25 
15:35:30.439652449 +0200
@@ -1,0 +2,10 @@
+Wed Sep 21 04:27:46 UTC 2022 - Arnav Singh 
+
+- Update to 3.1.5:
+  * SVG fonts now ignore user transformations instead of failing with
+"unimplemented feature".
+  * Updated glyph advance width calculation for Harfbuzz 5.2 changes.
+The new calculation is incompatible with Harfbuzz 5.1 and earlier, so
+required version of Harfbuzz has been increased to 5.2.
+
+---

Old:

  fcft-3.1.4.tar.gz

New:

  fcft-3.1.5.tar.gz



Other differences:
--
++ fcft.spec ++
--- /var/tmp/diff_new_pack.erp2po/_old  2022-09-25 15:35:31.651655369 +0200
+++ /var/tmp/diff_new_pack.erp2po/_new  2022-09-25 15:35:31.655655378 +0200
@@ -18,7 +18,7 @@
 
 %define libname libfcft4
 Name:   fcft
-Version:3.1.4
+Version:3.1.5
 Release:0
 Summary:A library for font loading and glyph rasterization using 
FreeType/pixman
 License:MIT
@@ -35,7 +35,7 @@
 BuildRequires:  scdoc
 BuildRequires:  pkgconfig(fontconfig)
 BuildRequires:  pkgconfig(freetype2) >= 2.12
-BuildRequires:  pkgconfig(harfbuzz)
+BuildRequires:  pkgconfig(harfbuzz) >= 5.2
 BuildRequires:  pkgconfig(libutf8proc)
 BuildRequires:  pkgconfig(pixman-1)
 BuildRequires:  pkgconfig(tllist)

++ fcft-3.1.4.tar.gz -> fcft-3.1.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcft/CHANGELOG.md new/fcft/CHANGELOG.md
--- old/fcft/CHANGELOG.md   2022-09-06 18:40:14.0 +0200
+++ new/fcft/CHANGELOG.md   2022-09-20 19:11:37.0 +0200
@@ -1,5 +1,6 @@
 # Changelog
 
+* [3.1.5](#3-1-5)
 * [3.1.4](#3-1-4)
 * [3.1.3](#3-1-3)
 * [3.1.2](#3-1-2)
@@ -36,6 +37,35 @@
 * [1.1.7](#1-1-7)
 
 
+## 3.1.5
+
+### Changed
+
+* SVG: user transformations are now ignored, instead of returning
+  _???unimplemented feature???_ error.
+
+
+### Fixed
+
+* Reverted ???fixed: bitmap font glyph advance width calculation???.
+
+  It appears that HarfBuzz <= 5.1 calculated glyph advance widths
+  incorrectly for bitmap fonts, when bitmap font scaling has been
+  enabled (`pixelsizefixupfactor` has been set in FontConfig).
+
+  fcft-3.1.3 compensated for this when calculating the glyphs??? advance
+  widths.
+
+  HarfBuzz >= 5.2 changed how it calculates the advance widths, and
+  fcft???s compensation now causes and excessive advance width.
+
+  Thus, the patch from fcft-3.1.3 has been reverted.
+
+  [#163][fuzzel-163]
+
+[fuzzel-163]: https://codeberg.org/dnkl/fuzzel/issues/163
+
+
 ## 3.1.4
 
 ### Fixed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcft/PKGBUILD new/fcft/PKGBUILD
--- old/fcft/PKGBUILD   2022-09-06 18:40:14.0 +0200
+++ new/fcft/PKGBUILD   2022-09-20 19:11:37.0 +0200
@@ -1,5 +1,5 @@
 pkgname=fcft
-pkgver=3.1.4
+pkgver=3.1.5
 pkgrel=1
 pkgdesc="Simple font loading and glyph rasterization library"
 changelog=CHANGELOG.md
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcft/doc/fcft_capabilities.3.scd 
new/fcft/doc/fcft_capabilities.3.scd
--- old/fcft/doc/fcft_capabilities.3.scd2022-09-06 18:40:14.0 
+0200
+++ new/fcft/doc/fcft_capabilities.3.scd2022-09-20 19:11:37.0 
+0200
@@ -1,4 +1,4 @@
-fcft_capabilities(3) "3.1.4" "fcft"
+fcft_capabilities(3) "3.1.5" "fcft"
 
 # NAME
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcft/doc/fcft_clone.3.scd 
new/fcft/doc/fcft_clone.3.scd
--- old/fcft/doc/fcft_clone.3.scd   2022-09-06 18:40:14.0 +0200
+++ new/fcft/doc/fcft_clone.3.scd   2022-09-20 19:11:37.0 +0200
@@ -1,4 +1,4 @@
-fcft_clone(3) "3.1.4" "fcft"
+fcft_clone(3) "3.1.5" "fcft"
 
 # NAME
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcft/doc/fcft_destroy.3.scd 
new/fcft/doc/fcft_destroy.3.scd
--- old/fcft/doc/fcft_destroy.3.scd 2022-09-06 18:40:14.0 +0200
+++ new/fcft/doc/fcft_destroy.3.scd 2022-09-20 19:11:37.0 +0200
@@ -1,4 +1,4 @@
-fcft_destroy(3) "3.1.4" "fcft"
+fcft_destroy(3) "3.1.5" "fcft"
 
 # NAME
 
diff -

commit python-pep440 for openSUSE:Factory

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

here is the log from the commit of package python-pep440 for openSUSE:Factory 
checked in at 2022-09-25 15:35:07

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


Package is "python-pep440"

Sun Sep 25 15:35:07 2022 rev:2 rq:1005677 version:0.1.2

Changes:

--- /work/SRC/openSUSE:Factory/python-pep440/python-pep440.changes  
2022-09-19 16:02:55.494084350 +0200
+++ /work/SRC/openSUSE:Factory/.python-pep440.new.2275/python-pep440.changes
2022-09-25 15:35:29.179649415 +0200
@@ -1,0 +2,7 @@
+Fri Sep 16 21:17:55 UTC 2022 - Ben Greiner 
+
+- Update to 0.1.2
+  * update build and test
+- Clean specfile
+
+---

Old:

  pep440-0.1.1.tar.gz

New:

  pep440-0.1.2.tar.gz



Other differences:
--
++ python-pep440.spec ++
--- /var/tmp/diff_new_pack.72sqD4/_old  2022-09-25 15:35:29.811650937 +0200
+++ /var/tmp/diff_new_pack.72sqD4/_new  2022-09-25 15:35:29.811650937 +0200
@@ -16,21 +16,24 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pep440
-Version:0.1.1
+Version:0.1.2
 Release:0
 Summary:Check whether versions number match PEP 440
 License:MIT
 Group:  Development/Languages/Python
 URL:https://github.com/Carreau/pep440
 Source: 
https://files.pythonhosted.org/packages/source/p/pep440/pep440-%{version}.tar.gz
-BuildRequires:  %{python_module flit-core}
+BuildRequires:  %{python_module base >= 3.7}
+BuildRequires:  %{python_module flit-core >= 3.4}
 BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module pytest-console-scripts}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires(post): update-alternatives
+Requires(postun):update-alternatives
 BuildArch:  noarch
 %python_subpackages
 
@@ -45,14 +48,23 @@
 
 %install
 %pyproject_install
+%python_clone -a %{buildroot}%{_bindir}/pep440
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
 %pytest tests
 
+%post
+%python_install_alternative pep440
+
+%postun
+%python_uninstall_alternative pep440
+
 %files %{python_files}
 %doc readme.md
 %license LICENSE
-%{python_sitelib}/pep440*
+%python_alternative %{_bindir}/pep440
+%{python_sitelib}/pep440
+%{python_sitelib}/pep440-%{version}*-info
 
 %changelog

++ pep440-0.1.1.tar.gz -> pep440-0.1.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pep440-0.1.1/.github/workflows/ci.yml 
new/pep440-0.1.2/.github/workflows/ci.yml
--- old/pep440-0.1.1/.github/workflows/ci.yml   1970-01-01 01:00:00.0 
+0100
+++ new/pep440-0.1.2/.github/workflows/ci.yml   2022-09-13 18:40:40.437512200 
+0200
@@ -0,0 +1,89 @@
+name: Run tests
+
+on:
+  push:
+branches:
+  - main
+  - "*.x"
+  pull_request:
+
+jobs:
+  build:
+runs-on: ${{ matrix.os }}
+strategy:
+  matrix:
+os: [ubuntu-latest]
+python-version: ["3.10"]
+
+steps:
+  - uses: actions/checkout@v3
+  - name: Set up Python ${{ matrix.python-version }}
+uses: actions/setup-python@v4
+with:
+  python-version: ${{ matrix.python-version }}
+  - name: Install and update Python dependencies
+run: python -m pip install --upgrade pip build
+  - name: Build
+run: |
+  export SOURCE_DATE_EPOCH=$(git log -1 --format=%ct)
+  pyproject-build . --sdist --wheel
+  cd dist && sha256sum * | tee SHA256SUMS
+  - name: Upload builds
+uses: actions/upload-artifact@v2
+with:
+  name: pep440 dist ${{ github.run_number }}
+  path: ./dist
+
+  lint:
+needs: [build]
+runs-on: ${{ matrix.os }}
+strategy:
+  matrix:
+os: [ubuntu-latest]
+python-version: ["3.10"]
+
+steps:
+  - uses: actions/checkout@v3
+  - name: Set up Python ${{ matrix.python-version }}
+uses: actions/setup-python@v4
+with:
+  python-version: ${{ matrix.python-version }}
+  - name: Install and update Python dependencies
+run: python -m pip install --upgrade pip build
+  - name: Download builds
+uses: actions/download-artifact@v2
+with:
+  name: pep440 dist ${{ github.run_number }}
+  path: ./dist
+  - name: Install lint dependencies
+run: python -m pip install .[lint]
+  - name: Check builds
+run: check-manifest
+  - name: Type check with mypy
+run: mypy --strict pep440
+
+  tes

commit python-cPyparsing for openSUSE:Factory

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

here is the log from the commit of package python-cPyparsing for 
openSUSE:Factory checked in at 2022-09-25 15:35:15

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


Package is "python-cPyparsing"

Sun Sep 25 15:35:15 2022 rev:6 rq:1005712 version:2.4.7.1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-cPyparsing/python-cPyparsing.changes  
2020-01-24 13:14:01.765502135 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-cPyparsing.new.2275/python-cPyparsing.changes
2022-09-25 15:35:36.655667421 +0200
@@ -1,0 +2,15 @@
+Fri Sep 23 22:34:56 UTC 2022 - Yogalakshmi Arunachalam 
+
+- update to v2.4.7.1.0.0
+  * Fix building
+  * Add GitHub Actions testing
+  * Update to pyparsing 2.4.7
+  * Fix broken link
+  * Fix Python 3.9 error
+  * Include tests in MANIFEST Resolves #3.
+  * Remove Py 2.6 testing
+  * Fix Python 2 error
+  * Fix iteration error
+  * First attempt at 2.4.5 update
+
+---

Old:

  cPyparsing-2.4.5.0.1.1.tar.gz

New:

  cPyparsing-2.4.7.1.1.0.tar.gz



Other differences:
--
++ python-cPyparsing.spec ++
--- /var/tmp/diff_new_pack.ajk2ty/_old  2022-09-25 15:35:37.103668500 +0200
+++ /var/tmp/diff_new_pack.ajk2ty/_new  2022-09-25 15:35:37.107668509 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-cPyparsing
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-cPyparsing
-Version:2.4.5.0.1.1
+Version:2.4.7.1.1.0
 Release:0
 Summary:Cython implementation of PyParsing
 License:Apache-2.0

++ cPyparsing-2.4.5.0.1.1.tar.gz -> cPyparsing-2.4.7.1.1.0.tar.gz ++
 180114 lines of diff (skipped)


commit tilix for openSUSE:Factory

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

here is the log from the commit of package tilix for openSUSE:Factory checked 
in at 2022-09-25 15:35:17

Comparing /work/SRC/openSUSE:Factory/tilix (Old)
 and  /work/SRC/openSUSE:Factory/.tilix.new.2275 (New)


Package is "tilix"

Sun Sep 25 15:35:17 2022 rev:26 rq:1005723 version:1.9.5

Changes:

--- /work/SRC/openSUSE:Factory/tilix/tilix.changes  2022-02-23 
16:26:47.707509571 +0100
+++ /work/SRC/openSUSE:Factory/.tilix.new.2275/tilix.changes2022-09-25 
15:35:39.619674560 +0200
@@ -1,0 +2,6 @@
+Thu Sep 22 21:28:44 UTC 2022 - Atri Bhattacharya 
+
+- Add tilix-nautilus-43-compat.patch: nautilus: Add compatibility
+  with Nautilus 43 [gh#gnunn1/tilix#2115].
+
+---

New:

  tilix-nautilus-43-compat.patch



Other differences:
--
++ tilix.spec ++
--- /var/tmp/diff_new_pack.AjIXPj/_old  2022-09-25 15:35:40.067675639 +0200
+++ /var/tmp/diff_new_pack.AjIXPj/_new  2022-09-25 15:35:40.071675648 +0200
@@ -34,6 +34,8 @@
 # PATCH-FIX-OPENSUSE 
0001-Don-t-generate-appstream-meta-data-on-older-versions.patch -- Provide 
appdata.xml instead of generating one since we have to old version of appstream 
in Leap releases
 Patch1: 0001-Don-t-generate-appstream-meta-data-on-older-versions.patch
 %endif
+# PATCH-FIX-UPSTREAM tilix-nautilus-43-compat.patch  gh#gnunn1/tilix#2115 
badshah...@gmail.com -- nautilus: Add compatibility with Nautilus 43
+Patch2: tilix-nautilus-43-compat.patch
 BuildRequires:  AppStream
 BuildRequires:  appstream-glib
 BuildRequires:  desktop-file-utils

++ tilix-nautilus-43-compat.patch ++
>From 5c28f1e5757409a44f5d22e706151c8a3846b2fe Mon Sep 17 00:00:00 2001
From: Jeremy Bicha 
Date: Thu, 1 Sep 2022 10:05:28 -0400
Subject: [PATCH 1/2] nautilus: Don't import a specific version

This isn't needed since
https://gitlab.gnome.org/GNOME/nautilus-python/-/commit/8c88de8da42

And interferes with being able to use this extension
on Nautilus 43+
---
 data/nautilus/open-tilix.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/data/nautilus/open-tilix.py b/data/nautilus/open-tilix.py
index 16a9b97c..21a1223d 100644
--- a/data/nautilus/open-tilix.py
+++ b/data/nautilus/open-tilix.py
@@ -14,7 +14,6 @@
 
 from gi import require_version
 require_version('Gtk', '3.0')
-require_version('Nautilus', '3.0')
 from gi.repository import Gio, GObject, Gtk, Nautilus
 
 

>From dd68daaa8b7fdeae1b1a0b7dde337dca4e9d2e2b Mon Sep 17 00:00:00 2001
From: Jeremy Bicha 
Date: Fri, 9 Sep 2022 21:51:05 -0400
Subject: [PATCH 2/2] nautilus: Add compatibility with Nautilus 43

Nautilus 43 and nautilus-python 4 have made major changes to the API

Nautilus.LocationWidgetProvider has been dropped from the API
without a replacement

https://gnome.pages.gitlab.gnome.org/nautilus-python/nautilus-python-migrating-to-4.html
---
 data/nautilus/open-tilix.py | 85 -
 1 file changed, 45 insertions(+), 40 deletions(-)

diff --git a/data/nautilus/open-tilix.py b/data/nautilus/open-tilix.py
index 21a1223d..ac7c53c5 100644
--- a/data/nautilus/open-tilix.py
+++ b/data/nautilus/open-tilix.py
@@ -12,9 +12,11 @@
 from urllib.parse import unquote, urlparse
 
 
+from gi.repository import Gio, GObject, Nautilus
 from gi import require_version
-require_version('Gtk', '3.0')
-from gi.repository import Gio, GObject, Gtk, Nautilus
+if hasattr(Nautilus, "LocationWidgetProvider"):
+require_version('Gtk', '3.0')
+from gi.repository import Gtk
 
 
 TERMINAL = "tilix"
@@ -34,43 +36,44 @@ def open_terminal_in_file(filename):
 else:
 call("{0} &".format(TERMINAL), shell=True)
 
+# Nautilus 43 doesn't offer the LocationWidgetProvider any more
+if hasattr(Nautilus, "LocationWidgetProvider"):
+class OpenTilixShortcutProvider(GObject.GObject,
+Nautilus.LocationWidgetProvider):
+
+def __init__(self):
+source = Gio.SettingsSchemaSource.get_default()
+if source.lookup(TILIX_KEYBINDINGS, True):
+self._gsettings = Gio.Settings.new(TILIX_KEYBINDINGS)
+self._gsettings.connect("changed", self._bind_shortcut)
+self._create_accel_group()
+self._window = None
+self._uri = None
+
+def _create_accel_group(self):
+self._accel_group = Gtk.AccelGroup()
+shortcut = self._gsettings.get_string(GSETTINGS_OPEN_TERMINAL)
+key, mod = Gtk.accelerator_parse(shortcut)
+self._accel_group.connect(key, mod, Gtk.AccelFlags.VISIBLE,
+  self._open_terminal)
+
+def _bind_shortcut(self, gsettings, key):
+  

commit hedgewars for openSUSE:Factory

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

here is the log from the commit of package hedgewars for openSUSE:Factory 
checked in at 2022-09-25 15:35:11

Comparing /work/SRC/openSUSE:Factory/hedgewars (Old)
 and  /work/SRC/openSUSE:Factory/.hedgewars.new.2275 (New)


Package is "hedgewars"

Sun Sep 25 15:35:11 2022 rev:12 rq:1005683 version:1.0.2

Changes:

--- /work/SRC/openSUSE:Factory/hedgewars/hedgewars.changes  2020-09-22 
21:12:58.568023625 +0200
+++ /work/SRC/openSUSE:Factory/.hedgewars.new.2275/hedgewars.changes
2022-09-25 15:35:33.927660850 +0200
@@ -1,0 +2,11 @@
+Wed Sep 21 22:05:40 UTC 2022 - Antoine Belvire 
+
+- Update to 1.0.2: No changelog provided.
+- Remove patches fixed upstream:
+  * 0001-Fix-build-with-Qt-5.15.patch
+  * hedgewars-fpc320_fix.patch
+- Add hedgewars-1.0.2-rpath.patch: Fix rpmlint error
+  'binary-or-shlib-defines-rpath'.
+- Refresh spec file.
+
+---

Old:

  0001-Fix-build-with-Qt-5.15.patch
  hedgewars-fpc320_fix.patch
  hedgewars-src-1.0.0.tar.bz2

New:

  hedgewars-1.0.2-rpath.patch
  hedgewars-src-1.0.2.tar.bz2



Other differences:
--
++ hedgewars.spec ++
--- /var/tmp/diff_new_pack.EMog7u/_old  2022-09-25 15:35:36.123666140 +0200
+++ /var/tmp/diff_new_pack.EMog7u/_new  2022-09-25 15:35:36.127666149 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package hedgewars
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,18 +27,17 @@
 %endif
 
 Name:   hedgewars
-Version:1.0.0
+Version:1.0.2
 Release:0
 Summary:Turn-based artillery game, featuring fighting hedgehogs
 License:GPL-2.0-only
 Group:  Amusements/Games/Strategy/Turn Based
-URL:http://www.hedgewars.org/
+URL:https://www.hedgewars.org/
 Source: 
http://hedgewars.org/download/releases/hedgewars-src-%{version}.tar.bz2
 Source99:   %{name}-rpmlintrc
 Patch0: hedgewars-disable_fpc_workaround.patch
-# PATCH-FIX-UPSTREAM
-Patch1: 0001-Fix-build-with-Qt-5.15.patch
-Patch2: hedgewars-fpc320_fix.patch
+# PATCH-FIX-OPENSUSE hedgewars-1.0.2-rpath.patch -- Fix RPATH with non-system 
library path
+Patch1: hedgewars-1.0.2-rpath.patch
 BuildRequires:  SDL2-devel
 BuildRequires:  SDL2_image-devel
 BuildRequires:  SDL2_mixer-devel
@@ -65,8 +64,6 @@
 # Required for QAbstractFileEngine*, which is no longer public since Qt5.12
 BuildRequires:  libQt5Core-private-headers-devel
 BuildRequires:  libqt5-linguist-devel
-BuildRequires:  shared-mime-info
-BuildRequires:  update-desktop-files
 BuildRequires:  zlib-devel
 BuildRequires:  pkgconfig(lua5.1)
 Requires:   %{name}-data = %{version}
@@ -122,12 +119,10 @@
 
 This package contains a standalone local hedgewars server.
 
-
 %prep
 %setup -q -n %{name}-src-%{version}
 %patch0 -p0
 %patch1 -p1
-%patch2 -p1
 
 %build
 # CMAKE_POLICY_DEFAULT_CMP0083=NEW - apply POSITION_INDEPENDENT_CODE also to 
"-pie", since CMake 3.14
@@ -137,8 +132,7 @@
   -DNOVIDEOREC=%{?_with_videorec:0}%{!?_with_videorec:1} \
   -DNOSERVER=%{?_with_server:0}%{!?_with_server:1} \
   -DBUILD_ENGINE_C=%{?_with_engine_c:1}%{!?_with_engine_c:0}
-
-make %{?_smp_mflags}
+%cmake_build
 
 %install
 %cmake_install
@@ -157,26 +151,10 @@
 # Delete obsolete xpm icon, .desktop uses the ones from hicolor
 rm %{buildroot}%{_datadir}/pixmaps/hedgewars.xpm
 
-## TODO: $LIB_INSTALL_DIR seems to be ignored.
-#%%ifarch x86_64
-#mkdir -p %%{buildroot}%%{_libdir}
-#mv %%{buildroot}/usr/lib/* %%{buildroot}%%{_libdir}/
-#%%endif
-
-%suse_update_desktop_file %{name}
 %fdupes %{buildroot}%{_datadir}
 
-%post
-/sbin/ldconfig
-%desktop_database_post
-%icon_theme_cache_post
-%mime_database_post
-
-%postun
-/sbin/ldconfig
-%desktop_database_postun
-%icon_theme_cache_postun
-%mime_database_postun
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
 
 %files
 %doc README.md ChangeLog.txt

++ hedgewars-1.0.2-rpath.patch ++
Remove RPATH with non-system library path from binaries

This is essentially https://hg.hedgewars.org/hedgewars/rev/084af6d2685f rebased
on 1.0.2.

Here is the original patch description:

```
# HG changeset patch
# User Wuzzy 
# Date 1542668975 -3600
# Node ID 084af6d2685f989b3375603f740f47f8febae130
# Parent  bdc7ba72bbade0e11c8d65bfc52822685b582e53
Thas else() in paths.cmake did not make sense. Hopefully this fixes Fedora 
build issues
```

This original patch was reverted later by 3342358bc2c3 with no detail given. 
Maybe it
was breaking build relying on $ORIGIN being in RPATH.

Anyway it just 

commit aws-efs-utils for openSUSE:Factory

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

here is the log from the commit of package aws-efs-utils for openSUSE:Factory 
checked in at 2022-09-25 15:35:16

Comparing /work/SRC/openSUSE:Factory/aws-efs-utils (Old)
 and  /work/SRC/openSUSE:Factory/.aws-efs-utils.new.2275 (New)


Package is "aws-efs-utils"

Sun Sep 25 15:35:16 2022 rev:10 rq:1005731 version:1.33.4

Changes:

--- /work/SRC/openSUSE:Factory/aws-efs-utils/aws-efs-utils.changes  
2022-05-19 22:49:27.870346001 +0200
+++ /work/SRC/openSUSE:Factory/.aws-efs-utils.new.2275/aws-efs-utils.changes
2022-09-25 15:35:38.339671477 +0200
@@ -1,0 +2,20 @@
+Fri Sep 23 13:00:33 UTC 2022 - John Paul Adrian Glaubitz 

+
+- Update to version 1.33.4 (bsc#1203170)
+  * Fix the issue where watchdog sending signal to incorrect
+processes and add FIPS mode support
+  * Apply additional check on awscredsuri option
+- from version 1.33.3
+  * Fix the potential stunnel hanging issue caused by full
+subprocess PIPE filled by stunnel log
+  * Specify FIPS mode in configuration
+  * Add separate env_path for macOS; Add comments
+  * Update get-pip.py download url in README
+- from version 1.33.2
+  * Fix the incorrect path to generate read_ahead_kb config file
+and Bump the default tls port range from 400 to 1000
+- Add patch to use unittest.mock instead of mock in testsuite
+  * use_mock_from_unittest.patch
+- Use relative URL in Source field
+
+---

Old:

  efs-utils-1.33.1.tar.gz

New:

  efs-utils-1.33.4.tar.gz
  use_mock_from_unittest.patch



Other differences:
--
++ aws-efs-utils.spec ++
--- /var/tmp/diff_new_pack.aFZ4KG/_old  2022-09-25 15:35:39.355673924 +0200
+++ /var/tmp/diff_new_pack.aFZ4KG/_new  2022-09-25 15:35:39.363673943 +0200
@@ -17,16 +17,17 @@
 
 
 Name:   aws-efs-utils
-Version:1.33.1
+Version:1.33.4
 Release:0
 Summary:Utilities for using the EFS file systems
 License:MIT
 Group:  System/Management
 URL:https://github.com/aws/efs-utils
-Source0:
https://github.com/aws/efs-utils/archive/refs/tags/v%{version}.tar.gz#/efs-utils-%{version}.tar.gz
+Source0:%{url}/archive/v%{version}.tar.gz#/efs-utils-%{version}.tar.gz
 Patch0: disable_mount_efs_test.patch
 Patch1: harden_amazon-efs-mount-watchdog.service.patch
 Patch2: skip-styletest.patch
+Patch3: use_mock_from_unittest.patch
 BuildRequires:  openssl
 BuildRequires:  python3-attrs >= 17.4.0
 BuildRequires:  python3-botocore >= 1.17.53
@@ -60,6 +61,7 @@
 find . -name "*.py" -exec sed -i 's/env python3/python3/' {} +
 %patch1 -p1
 %patch2
+%patch3 -p1
 
 %build
 # No build required

++ efs-utils-1.33.1.tar.gz -> efs-utils-1.33.4.tar.gz ++
 2042 lines of diff (skipped)

++ use_mock_from_unittest.patch ++
diff -Nru efs-utils-1.33.4.orig/test/common.py efs-utils-1.33.4/test/common.py
--- efs-utils-1.33.4.orig/test/common.py2022-09-22 07:36:56.0 
+0200
+++ efs-utils-1.33.4/test/common.py 2022-09-23 14:58:48.522147941 +0200
@@ -8,7 +8,7 @@
 
 import subprocess
 
-from mock import MagicMock
+from unittest.mock import MagicMock
 
 
 # The process mock can be retrieved by calling PopenMock().mock


commit guile-json for openSUSE:Factory

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

here is the log from the commit of package guile-json for openSUSE:Factory 
checked in at 2022-09-25 15:35:18

Comparing /work/SRC/openSUSE:Factory/guile-json (Old)
 and  /work/SRC/openSUSE:Factory/.guile-json.new.2275 (New)


Package is "guile-json"

Sun Sep 25 15:35:18 2022 rev:11 rq:1005718 version:4.7.2

Changes:

--- /work/SRC/openSUSE:Factory/guile-json/guile-json.changes2021-05-13 
22:18:54.395511842 +0200
+++ /work/SRC/openSUSE:Factory/.guile-json.new.2275/guile-json.changes  
2022-09-25 15:35:40.347676313 +0200
@@ -1,0 +2,10 @@
+Sat Sep 17 07:52:47 UTC 2022 - Jonathan Brielmaier 
+
+- Update to 4.7.2:
+  * add support for JSON Text Sequences and Concatenated JSON
+  * allow returning ordered JSON objects key/value pairs by using
+the keyword argument #:ordered
+  * allow nested records in other records 
+- remove rpmlintrc as no longer required
+
+---

Old:

  guile-json-4.5.2.tar.gz
  guile-json-4.5.2.tar.gz.sig
  guile-json-rpmlintrc

New:

  guile-json-4.7.2.tar.gz
  guile-json-4.7.2.tar.gz.sig



Other differences:
--
++ guile-json.spec ++
--- /var/tmp/diff_new_pack.6Gkvct/_old  2022-09-25 15:35:40.867677566 +0200
+++ /var/tmp/diff_new_pack.6Gkvct/_new  2022-09-25 15:35:40.871677575 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package guile-json
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 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:   guile-json
-Version:4.5.2
+Version:4.7.2
 Release:0
 Summary:JSON module for Guile
 License:GPL-3.0-or-later
@@ -26,7 +26,6 @@
 Source0:
http://download.savannah.gnu.org/releases/guile-json/%{name}-%{version}.tar.gz
 Source1:
http://download.savannah.gnu.org/releases/guile-json/%{name}-%{version}.tar.gz.sig
 Source2:
https://savannah.nongnu.org/people/viewgpg.php?user_id=11331#/%{name}.keyring
-Source1000: guile-json-rpmlintrc
 BuildRequires:  guile-devel >= 2.0.10
 Requires:   guile >= 2.0.10
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ guile-json-4.5.2.tar.gz -> guile-json-4.7.2.tar.gz ++
 4109 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/guile-json-4.5.2/ChangeLog new/guile-json-4.7.2/ChangeLog
--- old/guile-json-4.5.2/ChangeLog  2021-02-03 22:14:51.0 +0100
+++ new/guile-json-4.7.2/ChangeLog  2022-06-26 10:43:24.0 +0200
@@ -1,3 +1,258 @@
+commit fcb13775564d191e1a0f75764f760492219fd615
+Author: Aleix Conchillo Flaqu?? 
+Date:   Sun Jun 26 01:41:46 2022 -0700
+
+record: also fix nested record for vectors
+
+ json/record.scm | 6 --
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 38d4bf0b10d585401ace263522ed8d67f79f2678
+Author: Aleix Conchillo Flaqu?? 
+Date:   Sun Jun 26 01:36:12 2022 -0700
+
+bump version to 4.7.2
+
+ NEWS | 7 +++
+ README.md| 2 +-
+ configure.ac | 2 +-
+ 3 files changed, 9 insertions(+), 2 deletions(-)
+
+commit 8104d5bc234441a3d7c8db263a5d1d0e46d35aa1
+Author: Aleix Conchillo Flaqu?? 
+Date:   Sun Jun 26 01:26:46 2022 -0700
+
+record: don't call scm->record if value is *unspecified* in 
(define-json-type)
+
+Given the following example:
+
+   (define-json-type 
+ (id)
+ (username)
+ (omitted "omitted" )
+ (boolean))
+
+   (define-json-type 
+ (name))
+
+If `omitted` is *unspecified* there's no need to keep going through that 
field.
+
+This also rolls back part of commit 029212e.
+
+Fixes #78
+
+ json/record.scm | 12 +++-
+ 1 file changed, 7 insertions(+), 5 deletions(-)
+
+commit 81bc5dad9f588fd49816d2fd3983551e56e078ea
+Author: Aleix Conchillo Flaqu?? 
+Date:   Tue Apr 19 21:38:49 2022 -0700
+
+bump version to 4.7.1
+
+ NEWS |  7 +++
+ README.md| 10 ++
+ configure.ac |  2 +-
+ 3 files changed, 14 insertions(+), 5 deletions(-)
+
+commit 029212e0b74c85b940c4b565e36e97ac26741efd
+Author: Aleix Conchillo Flaqu?? 
+Date:   Mon Apr 18 22:01:40 2022 -0700
+
+records: allow optional nested records
+
+Fixes #78
+
+ json/record.scm   | 12 ++--
+ tests/test-record.scm | 27 

commit python-azure-keyvault-certificates for openSUSE:Factory

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

here is the log from the commit of package python-azure-keyvault-certificates 
for openSUSE:Factory checked in at 2022-09-25 15:35:22

Comparing /work/SRC/openSUSE:Factory/python-azure-keyvault-certificates (Old)
 and  
/work/SRC/openSUSE:Factory/.python-azure-keyvault-certificates.new.2275 (New)


Package is "python-azure-keyvault-certificates"

Sun Sep 25 15:35:22 2022 rev:10 rq:1005726 version:4.6.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-keyvault-certificates/python-azure-keyvault-certificates.changes
2022-08-12 16:07:34.459637918 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-keyvault-certificates.new.2275/python-azure-keyvault-certificates.changes
  2022-09-25 15:35:48.699696428 +0200
@@ -1,0 +2,8 @@
+Tue Sep 20 09:56:34 UTC 2022 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 4.6.0
+  + For detailed information about changes see the
+CHANGELOG.md file provided with this package
+
+---

Old:

  azure-keyvault-certificates-4.5.1.zip

New:

  azure-keyvault-certificates-4.6.0.zip



Other differences:
--
++ python-azure-keyvault-certificates.spec ++
--- /var/tmp/diff_new_pack.q2JlG8/_old  2022-09-25 15:35:49.171697565 +0200
+++ /var/tmp/diff_new_pack.q2JlG8/_new  2022-09-25 15:35:49.175697575 +0200
@@ -21,7 +21,7 @@
 %define skip_python2 1
 %endif
 Name:   python-azure-keyvault-certificates
-Version:4.5.1
+Version:4.6.0
 Release:0
 Summary:Microsoft Azure Key Vault Certificates Client Library for 
Python
 License:MIT


commit python-azure-keyvault-administration for openSUSE:Factory

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

here is the log from the commit of package python-azure-keyvault-administration 
for openSUSE:Factory checked in at 2022-09-25 15:35:21

Comparing /work/SRC/openSUSE:Factory/python-azure-keyvault-administration (Old)
 and  
/work/SRC/openSUSE:Factory/.python-azure-keyvault-administration.new.2275 (New)


Package is "python-azure-keyvault-administration"

Sun Sep 25 15:35:21 2022 rev:8 rq:1005725 version:4.2.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-keyvault-administration/python-azure-keyvault-administration.changes
2022-08-12 16:07:31.599629318 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-keyvault-administration.new.2275/python-azure-keyvault-administration.changes
  2022-09-25 15:35:46.715691650 +0200
@@ -1,0 +2,8 @@
+Tue Sep 20 09:47:24 UTC 2022 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 4.2.0
+  + For detailed information about changes see the
+CHANGELOG.md file provided with this package
+
+---

Old:

  azure-keyvault-administration-4.1.1.zip

New:

  azure-keyvault-administration-4.2.0.zip



Other differences:
--
++ python-azure-keyvault-administration.spec ++
--- /var/tmp/diff_new_pack.4rHMFT/_old  2022-09-25 15:35:48.511695975 +0200
+++ /var/tmp/diff_new_pack.4rHMFT/_new  2022-09-25 15:35:48.515695985 +0200
@@ -21,7 +21,7 @@
 %define skip_python2 1
 %endif
 Name:   python-azure-keyvault-administration
-Version:4.1.1
+Version:4.2.0
 Release:0
 Summary:Microsoft Azure Key Vault Administration Client Library for 
Python
 License:MIT


commit guile-newt for openSUSE:Factory

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

here is the log from the commit of package guile-newt for openSUSE:Factory 
checked in at 2022-09-25 15:35:19

Comparing /work/SRC/openSUSE:Factory/guile-newt (Old)
 and  /work/SRC/openSUSE:Factory/.guile-newt.new.2275 (New)


Package is "guile-newt"

Sun Sep 25 15:35:19 2022 rev:4 rq:1005736 version:0.0.3

Changes:

--- /work/SRC/openSUSE:Factory/guile-newt/guile-newt.changes2020-11-26 
23:15:57.377063794 +0100
+++ /work/SRC/openSUSE:Factory/.guile-newt.new.2275/guile-newt.changes  
2022-09-25 15:35:41.155678259 +0200
@@ -1,0 +2,12 @@
+Sat Sep 17 08:40:47 UTC 2022 - Jonathan Brielmaier 
+
+- remove unused RPM lint filters, add one for devel dependency 
+
+---
+Fri Sep 16 17:58:08 UTC 2022 - Jonathan Brielmaier 
+
+- Update to 0.0.3
+  * add cross-compilation support
+  * prevent dlopen at compile time 
+
+---

Old:

  guile-newt-0.0.2.tar.gz

New:

  guile-newt-0.0.3.tar.gz



Other differences:
--
++ guile-newt.spec ++
--- /var/tmp/diff_new_pack.lTEOwu/_old  2022-09-25 15:35:43.815684665 +0200
+++ /var/tmp/diff_new_pack.lTEOwu/_new  2022-09-25 15:35:43.819684675 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package guile-newt
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 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:   guile-newt
-Version:0.0.2
+Version:0.0.3
 Release:0
 Summary:Guile bindings to Newt
 License:GPL-3.0-or-later

++ guile-newt-0.0.2.tar.gz -> guile-newt-0.0.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/guile-newt-0.0.2/configure.ac 
new/guile-newt-0.0.3/configure.ac
--- old/guile-newt-0.0.2/configure.ac   2020-03-30 12:21:54.0 +0200
+++ new/guile-newt-0.0.3/configure.ac   2022-08-08 10:48:43.0 +0200
@@ -26,4 +26,9 @@
 AC_CONFIG_FILES([Makefile newt/config.scm])
 AC_CONFIG_FILES([pre-inst-env], [chmod +x pre-inst-env])
 
+if test "$cross_compiling" != no; then
+   GUILE_TARGET="--target=$host_alias"
+   AC_SUBST([GUILE_TARGET])
+fi
+
 AC_OUTPUT
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/guile-newt-0.0.2/guile.am 
new/guile-newt-0.0.3/guile.am
--- old/guile-newt-0.0.2/guile.am   2020-03-30 12:21:54.0 +0200
+++ new/guile-newt-0.0.3/guile.am   2022-08-08 10:48:43.0 +0200
@@ -11,4 +11,4 @@
 GUILE_WARNINGS = -Wunbound-variable -Warity-mismatch -Wformat
 SUFFIXES = .scm .go
 .scm.go:
-   $(AM_V_GEN)$(top_builddir)/pre-inst-env $(GUILE_TOOLS) compile 
$(GUILE_WARNINGS) -o "$@" "$<"
+   $(AM_V_GEN)$(top_builddir)/pre-inst-env $(GUILE_TOOLS) compile 
$(GUILE_TARGET) $(GUILE_WARNINGS) -o "$@" "$<"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/guile-newt-0.0.2/newt/bindings.scm 
new/guile-newt-0.0.3/newt/bindings.scm
--- old/guile-newt-0.0.2/newt/bindings.scm  2020-03-30 12:21:54.0 
+0200
+++ new/guile-newt-0.0.3/newt/bindings.scm  2022-08-08 10:48:43.0 
+0200
@@ -1,5 +1,5 @@
 ;;; Guile-newt --- GNU Guile bindings of libnewt
-;;; Copyright ?? 2018, 2020 Mathieu Othacehe 
+;;; Copyright ?? 2018, 2020, 2022 Mathieu Othacehe 
 ;;;
 ;;; This file is part of Guile-newt.
 ;;;
@@ -19,8 +19,7 @@
 (define-module (newt bindings)
   #:use-module (system foreign)
   #:use-module (newt config)
-  #:export (libnewt
-libnewt->procedure
+  #:export (libnewt->procedure
 libnewt->procedure*
 
 newt-init
@@ -58,11 +57,15 @@
 newt-set-help-callback
 newt-resume))
 
-(define libnewt
-  (dynamic-link %libnewt))
-
 (define (libnewt->procedure return name params)
-  (pointer->procedure return (dynamic-func name libnewt) params))
+  (catch #t
+(lambda ()
+  (let ((ptr (dynamic-func name (dynamic-link %libnewt
+(pointer->procedure return ptr params)))
+(lambda args
+  (lambda _
+(throw 'system-error name  "~A" (list (strerror ENOSYS))
+   (list ENOSYS))
 
 (define-inlinable (libnewt->procedure* name params)
   (let ((proc (libnewt->procedure int name params)))

++ guile-newt-rpmlintrc ++
--- /var/tmp/diff_new_pack.lTEOwu/_old  2022-09-25 15:35:43.923684925 +0200
+++ /var/tmp/diff_new_pack.lTEOwu/_new  2022-09-25 15:35:43.927684935 +0200
@@ -1,10 +1,3 @@
-# guile .go files are "special"
-# no shared libraries
-addFilter("W: shared-lib-without

commit python-azure-keyvault-keys for openSUSE:Factory

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

here is the log from the commit of package python-azure-keyvault-keys for 
openSUSE:Factory checked in at 2022-09-25 15:35:23

Comparing /work/SRC/openSUSE:Factory/python-azure-keyvault-keys (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-keyvault-keys.new.2275 (New)


Package is "python-azure-keyvault-keys"

Sun Sep 25 15:35:23 2022 rev:17 rq:1005728 version:4.7.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-keyvault-keys/python-azure-keyvault-keys.changes
2022-08-12 16:07:35.099639843 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-keyvault-keys.new.2275/python-azure-keyvault-keys.changes
  2022-09-25 15:35:49.459698259 +0200
@@ -1,0 +2,8 @@
+Tue Sep 20 11:10:08 UTC 2022 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 4.7.0
+  + For detailed information about changes see the
+CHANGELOG.md file provided with this package
+
+---

Old:

  azure-keyvault-keys-4.6.1.zip

New:

  azure-keyvault-keys-4.7.0.zip



Other differences:
--
++ python-azure-keyvault-keys.spec ++
--- /var/tmp/diff_new_pack.YkvrUs/_old  2022-09-25 15:35:49.919699367 +0200
+++ /var/tmp/diff_new_pack.YkvrUs/_new  2022-09-25 15:35:49.923699376 +0200
@@ -20,7 +20,7 @@
 %define skip_python2 1
 %endif
 Name:   python-azure-keyvault-keys
-Version:4.6.1
+Version:4.7.0
 Release:0
 Summary:Microsoft Azure Key Vault Keys Client Library for Python
 License:MIT


commit python-azure-keyvault-secrets for openSUSE:Factory

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

here is the log from the commit of package python-azure-keyvault-secrets for 
openSUSE:Factory checked in at 2022-09-25 15:35:23

Comparing /work/SRC/openSUSE:Factory/python-azure-keyvault-secrets (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-keyvault-secrets.new.2275 
(New)


Package is "python-azure-keyvault-secrets"

Sun Sep 25 15:35:23 2022 rev:9 rq:1005729 version:4.6.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-keyvault-secrets/python-azure-keyvault-secrets.changes
  2022-08-12 17:46:28.602089229 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-keyvault-secrets.new.2275/python-azure-keyvault-secrets.changes
2022-09-25 15:35:50.143699906 +0200
@@ -1,0 +2,8 @@
+Tue Sep 20 11:15:15 UTC 2022 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 4.6.0
+  + For detailed information about changes see the
+CHANGELOG.md file provided with this package
+
+---

Old:

  azure-keyvault-secrets-4.5.1.zip

New:

  azure-keyvault-secrets-4.6.0.zip



Other differences:
--
++ python-azure-keyvault-secrets.spec ++
--- /var/tmp/diff_new_pack.ZjiSYP/_old  2022-09-25 15:35:50.651701129 +0200
+++ /var/tmp/diff_new_pack.ZjiSYP/_new  2022-09-25 15:35:50.651701129 +0200
@@ -21,7 +21,7 @@
 %define skip_python2 1
 %endif
 Name:   python-azure-keyvault-secrets
-Version:4.5.1
+Version:4.6.0
 Release:0
 Summary:Microsoft Azure Key Vault Secrets Client Library for Python
 License:MIT


commit guile-parted for openSUSE:Factory

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

here is the log from the commit of package guile-parted for openSUSE:Factory 
checked in at 2022-09-25 15:35:19

Comparing /work/SRC/openSUSE:Factory/guile-parted (Old)
 and  /work/SRC/openSUSE:Factory/.guile-parted.new.2275 (New)


Package is "guile-parted"

Sun Sep 25 15:35:19 2022 rev:5 rq:1005737 version:0.0.6

Changes:

--- /work/SRC/openSUSE:Factory/guile-parted/guile-parted.changes
2020-11-26 23:15:58.325064530 +0100
+++ /work/SRC/openSUSE:Factory/.guile-parted.new.2275/guile-parted.changes  
2022-09-25 15:35:44.215685629 +0200
@@ -1,0 +2,11 @@
+Sat Sep 17 08:42:50 UTC 2022 - Jonathan Brielmaier 
+
+- remove unused RPM lint filters, add one for devel dependency 
+
+---
+Fri Sep 16 13:04:10 UTC 2022 - Jonathan Brielmaier 
+
+- Update to 0.0.6:
+  * Add cross-compilation support 
+
+---

Old:

  guile-parted-0.0.4.tar.gz

New:

  guile-parted-0.0.6.tar.gz



Other differences:
--
++ guile-parted.spec ++
--- /var/tmp/diff_new_pack.gJa3IF/_old  2022-09-25 15:35:44.767686957 +0200
+++ /var/tmp/diff_new_pack.gJa3IF/_new  2022-09-25 15:35:44.775686977 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package guile-parted
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 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:   guile-parted
-Version:0.0.4
+Version:0.0.6
 Release:0
 Summary:Guile bindings to Parted
 License:GPL-3.0-or-later

++ guile-parted-0.0.4.tar.gz -> guile-parted-0.0.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/guile-parted-0.0.4/configure.ac 
new/guile-parted-0.0.6/configure.ac
--- old/guile-parted-0.0.4/configure.ac 2020-04-14 16:05:56.0 +0200
+++ new/guile-parted-0.0.6/configure.ac 2022-08-08 17:08:00.0 +0200
@@ -27,4 +27,9 @@
 AC_CONFIG_FILES([Makefile parted/config.scm])
 AC_CONFIG_FILES([pre-inst-env], [chmod +x pre-inst-env])
 
+if test "$cross_compiling" != no; then
+   GUILE_TARGET="--target=$host_alias"
+   AC_SUBST([GUILE_TARGET])
+fi
+
 AC_OUTPUT
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/guile-parted-0.0.4/guile.am 
new/guile-parted-0.0.6/guile.am
--- old/guile-parted-0.0.4/guile.am 2020-04-14 16:05:56.0 +0200
+++ new/guile-parted-0.0.6/guile.am 2022-08-08 17:08:00.0 +0200
@@ -11,4 +11,4 @@
 GUILE_WARNINGS = -Wunbound-variable -Warity-mismatch -Wformat
 SUFFIXES = .scm .go
 .scm.go:
-   $(AM_V_GEN)$(top_builddir)/pre-inst-env $(GUILE_TOOLS) compile 
$(GUILE_WARNINGS) -o "$@" "$<"
+   $(AM_V_GEN)$(top_builddir)/pre-inst-env $(GUILE_TOOLS) compile 
$(GUILE_TARGET) $(GUILE_WARNINGS) -o "$@" "$<"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/guile-parted-0.0.4/parted/structs.scm 
new/guile-parted-0.0.6/parted/structs.scm
--- old/guile-parted-0.0.4/parted/structs.scm   2020-04-14 16:05:56.0 
+0200
+++ new/guile-parted-0.0.6/parted/structs.scm   2022-08-08 17:08:00.0 
+0200
@@ -303,13 +303,13 @@
   (bytestructure-ref (device-bytestructure device) 'device-type))
 
 (define (device-read-only? device)
-  (eq? (bytestructure-ref (device-bytestructure device) 'read-only) 0))
+  (eq? (bytestructure-ref (device-bytestructure device) 'read-only) 1))
 
 (define (device-dirty? device)
-  (eq? (bytestructure-ref (device-bytestructure device) 'dirty) 0))
+  (eq? (bytestructure-ref (device-bytestructure device) 'dirty) 1))
 
 (define (device-boot-dirty? device)
-  (eq? (bytestructure-ref (device-bytestructure device) 'boot-dirty) 0))
+  (eq? (bytestructure-ref (device-bytestructure device) 'boot-dirty) 1))
 
 (define (device-length device)
   (bytestructure-ref (device-bytestructure device) 'length))

++ guile-parted-rpmlintrc ++
--- /var/tmp/diff_new_pack.gJa3IF/_old  2022-09-25 15:35:44.983687478 +0200
+++ /var/tmp/diff_new_pack.gJa3IF/_new  2022-09-25 15:35:44.987687488 +0200
@@ -1,8 +1,3 @@
-# guile .go files are "special"
-# no shared libraries
-addFilter("W: shared-lib-without-dependency-information 
/usr/lib64/guile/2.[02]/.*")
-# maybe a wrong linker
-addFilter("W: missing-PT_GNU_STACK-section /usr/lib64/guile/2.[02]/.*")
-# they should not stripped
-addFilter("W: unstripped-binary-or-object 
/usr/lib64/guile/2.[02]/site-ccache/parted*")
+# RPM doesn't find the dependency itself
+addFilter("E: devel-dependency newt-devel")

commit git-review for openSUSE:Factory

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

here is the log from the commit of package git-review for openSUSE:Factory 
checked in at 2022-09-25 15:35:20

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


Package is "git-review"

Sun Sep 25 15:35:20 2022 rev:18 rq:1005735 version:2.3.1

Changes:

--- /work/SRC/openSUSE:Factory/git-review/git-review.changes2022-04-19 
09:59:53.587691299 +0200
+++ /work/SRC/openSUSE:Factory/.git-review.new.2275/git-review.changes  
2022-09-25 15:35:45.191687979 +0200
@@ -1,0 +2,6 @@
+Sat Sep 24 09:01:38 UTC 2022 - Dirk M??ller 
+
+- update to 2.3.1:
+  * Improved version string parsing for Git  
+
+---

Old:

  git-review-2.3.0.tar.gz

New:

  git-review-2.3.1.tar.gz



Other differences:
--
++ git-review.spec ++
--- /var/tmp/diff_new_pack.3R6TIQ/_old  2022-09-25 15:35:46.299690647 +0200
+++ /var/tmp/diff_new_pack.3R6TIQ/_new  2022-09-25 15:35:46.303690658 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   git-review
-Version:2.3.0
+Version:2.3.1
 Release:0
 Summary:Tool to submit code to Gerrit
 License:Apache-2.0

++ git-review-2.3.0.tar.gz -> git-review-2.3.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/git-review-2.3.0/.zuul.yaml 
new/git-review-2.3.1/.zuul.yaml
--- old/git-review-2.3.0/.zuul.yaml 2022-04-18 21:02:11.0 +0200
+++ new/git-review-2.3.1/.zuul.yaml 2022-04-19 19:51:29.0 +0200
@@ -21,3 +21,4 @@
 release:
   jobs:
 - opendev-release-python
+- opendev-publish-unversioned-tox-docs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/git-review-2.3.0/ChangeLog 
new/git-review-2.3.1/ChangeLog
--- old/git-review-2.3.0/ChangeLog  2022-04-18 21:03:25.0 +0200
+++ new/git-review-2.3.1/ChangeLog  2022-04-19 19:53:23.0 +0200
@@ -1,6 +1,13 @@
 CHANGES
 ===
 
+2.3.1
+-
+
+* Add release note for OSX Git version parsing fix
+* Publish documentation at every release
+* Fix get\_git\_version on OS X
+
 2.3.0
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/git-review-2.3.0/PKG-INFO 
new/git-review-2.3.1/PKG-INFO
--- old/git-review-2.3.0/PKG-INFO   2022-04-18 21:03:25.609055800 +0200
+++ new/git-review-2.3.1/PKG-INFO   2022-04-19 19:53:23.942079000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: git-review
-Version: 2.3.0
+Version: 2.3.1
 Summary: Tool to submit code to Gerrit
 Home-page: http://docs.opendev.org/opendev/git-review
 Author: OpenDev Contributors
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/git-review-2.3.0/git_review/cmd.py 
new/git-review-2.3.1/git_review/cmd.py
--- old/git-review-2.3.0/git_review/cmd.py  2022-04-18 21:02:11.0 
+0200
+++ new/git-review-2.3.1/git_review/cmd.py  2022-04-19 19:51:29.0 
+0200
@@ -229,7 +229,13 @@
 output = run_command("git version")
 if "git version" in output:
 try:
-v = output.rsplit(None, 1)[1]
+# Git version on Linux is of the form:
+#   git version 2.35.3
+# But on OS X we get:
+#   git version 2.20.1 (Apple Git-117)
+# Keep this as simple as possible by splitting on whitespace
+# and then selecting the 3rd element which should be the version.
+v = output.split()[2]
 LOCAL_GIT_VERSION = tuple(map(int, v.split('.')[:3]))
 except Exception:
 printwrap("Could not determine git version!")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/git-review-2.3.0/git_review.egg-info/PKG-INFO 
new/git-review-2.3.1/git_review.egg-info/PKG-INFO
--- old/git-review-2.3.0/git_review.egg-info/PKG-INFO   2022-04-18 
21:03:25.0 +0200
+++ new/git-review-2.3.1/git_review.egg-info/PKG-INFO   2022-04-19 
19:53:23.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: git-review
-Version: 2.3.0
+Version: 2.3.1
 Summary: Tool to submit code to Gerrit
 Home-page: http://docs.opendev.org/opendev/git-review
 Author: OpenDev Contributors
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/git-review-2.3.0/git_review.egg-info/SOURCES.txt 
new/git-review-2.3.1/git_review.egg-info/SOURCES.txt
--- old/git-review-2.3.0/git_review.egg-info/SOURCES.txt2022-04-18 
21:03:25.0 +0200
+++ new/git-review-2.3.1/git_review.egg-info/SOURCES.txt2022-04-19 
19:5

commit python-azure-identity for openSUSE:Factory

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

here is the log from the commit of package python-azure-identity for 
openSUSE:Factory checked in at 2022-09-25 15:35:24

Comparing /work/SRC/openSUSE:Factory/python-azure-identity (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-identity.new.2275 (New)


Package is "python-azure-identity"

Sun Sep 25 15:35:24 2022 rev:16 rq:1005730 version:1.11.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-identity/python-azure-identity.changes  
2022-04-30 00:46:41.239011210 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-identity.new.2275/python-azure-identity.changes
2022-09-25 15:35:50.815701525 +0200
@@ -1,0 +2,9 @@
+Tue Sep 20 11:18:40 UTC 2022 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 1.11.0
+  + For detailed information about changes see the
+CHANGELOG.md file provided with this package
+- Remove temporary version override
+
+---

Old:

  azure-identity-1.10.0.zip

New:

  azure-identity-1.11.0.zip



Other differences:
--
++ python-azure-identity.spec ++
--- /var/tmp/diff_new_pack.DzEMxM/_old  2022-09-25 15:35:52.375705282 +0200
+++ /var/tmp/diff_new_pack.DzEMxM/_new  2022-09-25 15:35:52.375705282 +0200
@@ -16,20 +16,18 @@
 #
 
 
-%define realversion 1.10.0
-
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %if 0%{?suse_version} >= 1500
 %define skip_python2 1
 %endif
 Name:   python-azure-identity
-Version:1.10.0.0
+Version:1.11.0
 Release:0
 Summary:Azure Identity client library for Python
 License:MIT
 Group:  Development/Languages/Python
 URL:https://github.com/Azure/azure-sdk-for-python
-Source: 
https://files.pythonhosted.org/packages/source/a/azure-identity/azure-identity-%{realversion}.zip
+Source: 
https://files.pythonhosted.org/packages/source/a/azure-identity/azure-identity-%{version}.zip
 Source1:LICENSE.txt
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
 BuildRequires:  %{python_module setuptools}
@@ -55,10 +53,10 @@
 their requests.
 
 %prep
-%setup -q -n azure-identity-%{realversion}
+%setup -q -n azure-identity-%{version}
 
 %build
-install -m 644 %{SOURCE1} %{_builddir}/azure-identity-%{realversion}
+install -m 644 %{SOURCE1} %{_builddir}/azure-identity-%{version}
 %python_build
 
 %install


commit python-aws-sam-translator for openSUSE:Factory

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

here is the log from the commit of package python-aws-sam-translator for 
openSUSE:Factory checked in at 2022-09-25 15:35:27

Comparing /work/SRC/openSUSE:Factory/python-aws-sam-translator (Old)
 and  /work/SRC/openSUSE:Factory/.python-aws-sam-translator.new.2275 (New)


Package is "python-aws-sam-translator"

Sun Sep 25 15:35:27 2022 rev:16 rq:1005743 version:1.51.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-aws-sam-translator/python-aws-sam-translator.changes
  2022-06-01 17:35:47.550820948 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-aws-sam-translator.new.2275/python-aws-sam-translator.changes
2022-09-25 15:35:53.419707796 +0200
@@ -1,0 +2,110 @@
+Tue Sep 20 13:22:01 UTC 2022 - John Paul Adrian Glaubitz 

+
+- Update to 1.51.0
+  * chore: Add missing import and add partition into base test
+for integration test by @qingchm in #2463
+  * Release 1.49.0 (to develop) by @aws-sam-cli-bot in #2465
+  * Revert "chore: Add missing import and add partition into
+base test for integration test" by @qingchm in #2466
+  * Update methods in Metrics class to accept timestamp by @hawflau in #2470
+  * Release 1.50.0 (to develop) by @aws-sam-cli-bot in #2471
+  * feat: Add State Property to Schedule EventSource in
+StateMachine by @konoui in #2468
+  * Test: Upgrade integration test cases lambda resources
+runtimes to nodejs14.x by @moelasmar in #2474
+  * Add validation for S3 NotificationConfiguration in
+Serverless Functin??? by @hawflau in #2473
+  * chore: Change FeatureToggleAppConfigConfigProvider to accept AppConfig
+client, so SAM-T can send a monitored client. by @moelasmar in #2480
+  * chore: Add basic mypy check (no behavior change) by @aahung in #2488
+  * chore: Integration test improvements with ApiKey skips and
+retry time by @qingchm in #2487
+- from version 1.50.0
+  * chore: Skip self managed kafka tests by @qingchm in #2461
+  * chore: Add required skipifs for integration tests by @qingchm in #2462
+  * feat: Support ConsumerGroupId for Kafka events
+- from version 1.49.0
+  * Fix EventSource Schedule passes Enabled to State by @lightpriest in #1666
+  * chore: Add capability to disable S3 Events integration
+test cases. by @moelasmar in #2454
+  * chore: Add region skip condition and retry for http
+test by @qingchm in #2455
+  * Add validation for swagger security when ApiKeyRequired
+is true by @hawflau in #2456
+  * Release 1.48.0 (to develop) by @aws-sam-cli-bot in #2457
+- from version 1.48.0
+  * chore: [Foss] Sync public: Update region service exclusion
+list by @mingkun2020 in #2427
+  * chore: [Foss] Sync public: Add skip condition for http
+by @mingkun2020 in #2429
+  * chore: [Foss] Sync public: Add skip condition for rest
+api tests by @mingkun2020 in #2432
+  * chore: [Foss] Sync public: Add back hash verification
+by @mingkun2020 in #2434
+  * feat: [Foss] Sync public: remove region service exclusion
+and inclusion list by @mingkun2020 in #2437
+  * chore: [Foss] Sync public: Add skip condition for EFS
+tests by @mingkun2020 in #2436
+  * fix: [Foss] Sync public: Update custom domain tests
+resource by @mingkun2020 in #2435
+  * feat: Add support for the `FailOnWarnings` property on
+`AWS::Serverless::Api` by @nialdaly in #2417
+  * chore: [Foss] Sync public: Add retry and logging for dlq/http/cors
+flaky requests by @mingkun2020 in #2428
+  * Fix route53 record set groups by @hawflau in #2408
+  * Release 1.47.0 (to develop) by @hawflau in #2444
+  * chore: sync foss changes by @mndeveci in #2445
+- from version 1.47.0
+  * test: Add logging for relevant Amazon headers useful
+for debugging by @mildaniel in #2390
+  * Update python3.6 runtime in integration test templates
+by @hawflau in #2395
+  * test: Add tests for intrinsics support for DefinitionBody
+by @torresxb1 in #2407
+  * fix: check null method for open api by @mndeveci in #2409
+  * Release 1.46.0 (to develop) by @hawflau in #2411
+  * validate Http Api Authorizers identity Header by @jonife in #2339
+  * fix: update error message to contain the normalized method rather
+than the method dict by @mndeveci in #2414
+  * fix: use array of exceptions instead of str for
+InvalidDocumentException by @mndeveci in #2416
+  * fix: Allow Implicit HTTP APIs to write when value of
+method is None by @jfuss in #2413
+  * blogs, video and workshop update in readme by @praneetap in #2422
+  * fix: Fail gracefully when AutoPublishAlias is an empty string by @jfuss in 
#2425
+- from version 1.46.0
+  * Validation for API property Model by @jonife in #2340
+  * refactor: Make _get_function_names less verbose by @aahung in #2223
+  * Release/v1.44.0 (to develop) by @hawflau in #2363
+  * Add validation for SecretsM

commit python-bidict for openSUSE:Factory

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

here is the log from the commit of package python-bidict for openSUSE:Factory 
checked in at 2022-09-25 15:35:28

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


Package is "python-bidict"

Sun Sep 25 15:35:28 2022 rev:11 rq:1005757 version:0.22.0

Changes:

--- /work/SRC/openSUSE:Factory/python-bidict/python-bidict.changes  
2021-09-06 15:58:25.189289808 +0200
+++ /work/SRC/openSUSE:Factory/.python-bidict.new.2275/python-bidict.changes
2022-09-25 15:35:55.299712324 +0200
@@ -1,0 +2,69 @@
+Sat Sep 24 10:33:36 UTC 2022 - Dirk M??ller 
+
+- update to 0.22.0:
+ - Drop support for Python 3.6, which reached end of life on 2021-12-23
+   and is no longer supported by pip as of pip version 22.
+   Take advantage of this to reduce bidict's maintenance costs.
+ - Use mypy-appeasing explicit re-exports in ``__init__.py``
+   (e.g. ``import x as x``)
+   so that mypy no longer gives you an implicit re-export error
+   if you run it with ``--no-implicit-reexport`` (or ``--strict``)
+   against code that imports from :mod:`bidict`.
+ - Update the implementations and type annotations of
+   :meth:`bidict.BidictBase.keys` and
+   :meth:`bidict.BidictBase.values` to make use of the new
+   :class:`~bidict.BidictKeysView` type,
+   which works a bit better with type checkers.
+ - Inverse bidict instances are now computed lazily the first time
+   the :attr:`~bidict.BidictBase.inverse` attribute is accessed
+   rather than being computed eagerly during initialization.
+   (A bidict's backing, inverse, one-way mapping
+   is still kept in sync eagerly as any mutations are made,
+   to preserve key- and value-uniqueness.)
+ - Optimize initializing a bidict with another bidict.
+   In a microbenchmark on Python 3.10,
+   this now performs over **2x faster**.
+ - Optimize updating an empty bidict with another bidict.
+   In a microbenchmark on Python 3.10,
+   this now performs **60-75% faster**.
+ - Optimize :meth:`~bidict.BidictBase.copy`.
+   In a microbenchmark on Python 3.10,
+   this now performs **10-20x faster**.
+ - Optimize rolling back
+   :ref:`failed updates to a bidict `
+   in the case that the number of items passed to the update call
+   can be determined to be larger than the bidict being updated.
+   Previously this rollback was O(n) in the number of items passed.
+   Now it is O(1), i.e. **unboundedly faster**.
+ - Optimize :meth:`bidict.BidictBase.__contains__`
+   (the method called when you run ``key in mybidict``).
+   In a microbenchmark on Python 3.10,
+   this now performs over **3-10x faster** in the False case,
+   and at least **50% faster** in the True case.
+ - Optimize :meth:`bidict.BidictBase.__eq__`
+   (the method called when you run ``mybidict == other``).
+   In a microbenchmark on Python 3.10,
+   this now performs **15-25x faster** for ordered bidicts,
+   and **7-12x faster** for unordered bidicts.
+ - Optimize :meth:`~bidict.BidictBase.equals_order_sensitive`.
+   In a microbenchmark on Python 3.10,
+   this now performs **2x faster** for ordered bidicts
+   and **60-90% faster** for unordered bidicts.
+ - Optimize the
+   :class:`~collections.abc.MappingView` objects returned by
+   :meth:`bidict.OrderedBidict.keys`,
+   :meth:`bidict.OrderedBidict.values`, and
+   :meth:`bidict.OrderedBidict.items`
+   to delegate to backing ``dict_keys`` and ``dict_items``
+   objects if available, which are much faster in CPython.
+   For example, in a microbenchmark on Python 3.10,
+   ``orderedbi.items() == d.items()``
+   now performs **30-50x faster**.
+ - Fix a bug where
+   :meth:`bidict.BidictBase.__eq__` was always returning False
+   rather than :obj:`NotImplemented`
+   in the case that the argument was not a
+   :class:`~collections.abc.Mapping`,
+   defeating the argument's own ``__eq__()`` if implemented.
+
+---

Old:

  bidict-0.21.3.tar.gz

New:

  bidict-0.22.0.tar.gz



Other differences:
--
++ python-bidict.spec ++
--- /var/tmp/diff_new_pack.XcbLrD/_old  2022-09-25 15:35:55.731713364 +0200
+++ /var/tmp/diff_new_pack.XcbLrD/_new  2022-09-25 15:35:55.735713375 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-bidict
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,12 +19,13 @@
 %define skip_python2 1
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-bidict
-Version:0.21.3
+Version:0.22.0
 Re

commit webp-pixbuf-loader for openSUSE:Factory

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

here is the log from the commit of package webp-pixbuf-loader for 
openSUSE:Factory checked in at 2022-09-25 15:35:30

Comparing /work/SRC/openSUSE:Factory/webp-pixbuf-loader (Old)
 and  /work/SRC/openSUSE:Factory/.webp-pixbuf-loader.new.2275 (New)


Package is "webp-pixbuf-loader"

Sun Sep 25 15:35:30 2022 rev:2 rq:1005758 version:0.0.6

Changes:

--- /work/SRC/openSUSE:Factory/webp-pixbuf-loader/webp-pixbuf-loader.changes
2021-08-10 10:27:50.237786742 +0200
+++ 
/work/SRC/openSUSE:Factory/.webp-pixbuf-loader.new.2275/webp-pixbuf-loader.changes
  2022-09-25 15:35:56.671715629 +0200
@@ -1,0 +2,12 @@
+Sat Sep 24 09:16:47 UTC 2022 - Dingzhong Chen 
+
+- Update to 0.0.6
+- Changes since initial package version (0.0.3)
+  * Add initial GitHub Actions CI script
+  * meson: automatically detect gdk-pixbuf-query-loaders path on Debian
+  * io-webp.io: Fixes endianess bug while reading values from buffer 
+  * Added checking return value of 2 function calls
+  * Fix crash when gdk_pixbuf_file_info is called on a webp file
+  * Adds animation support and adds macOS fixes
+
+---

Old:

  webp-pixbuf-loader-0.0.3.tar.gz

New:

  webp-pixbuf-loader-0.0.6.tar.gz



Other differences:
--
++ webp-pixbuf-loader.spec ++
--- /var/tmp/diff_new_pack.7bnc4j/_old  2022-09-25 15:35:57.063716573 +0200
+++ /var/tmp/diff_new_pack.7bnc4j/_new  2022-09-25 15:35:57.063716573 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   webp-pixbuf-loader
-Version:0.0.3
+Version:0.0.6
 Release:0
 Summary:WebP GDK Pixbuf Loader library
 License:LGPL-2.0-or-later

++ webp-pixbuf-loader-0.0.3.tar.gz -> webp-pixbuf-loader-0.0.6.tar.gz ++
 1694 lines of diff (skipped)


commit libfilezilla for openSUSE:Factory

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

here is the log from the commit of package libfilezilla for openSUSE:Factory 
checked in at 2022-09-25 15:35:35

Comparing /work/SRC/openSUSE:Factory/libfilezilla (Old)
 and  /work/SRC/openSUSE:Factory/.libfilezilla.new.2275 (New)


Package is "libfilezilla"

Sun Sep 25 15:35:35 2022 rev:47 rq:1005786 version:0.39.1

Changes:

--- /work/SRC/openSUSE:Factory/libfilezilla/libfilezilla.changes
2022-07-26 19:44:08.586413168 +0200
+++ /work/SRC/openSUSE:Factory/.libfilezilla.new.2275/libfilezilla.changes  
2022-09-25 15:35:59.207721736 +0200
@@ -1,0 +2,19 @@
+Sat Sep 24 15:19:19 UTC 2022 - ecsos 
+
+- Update to 0.39.1
+  * Bugfixes and minor changes:
+- MSW: Fixed a possible hang in fz::process:kill
+- Changes from 0.39.0
+  * New features:
+- Added readwrite mode to fz::file.
+- MSW: Added fz::dll and fz::shdlls glue
+- Added fz::ascii_layer
+  * Bugfixes and minor changes:
+- *nix: Fixed mmap error handling in fz::aio_buffer_pool
+- Fixed a potential deadlock in the aio code
+- Fixed an issue with calling conventions on 32bit Windows
+- MSW: fz::datetime::get_tm now works for dates past Y2K38 on
+  toolchains with 32bit time_t
+- MSW: Fixed an error reading from fz::process
+
+---

Old:

  libfilezilla-0.38.1.tar.bz2

New:

  libfilezilla-0.39.1.tar.bz2



Other differences:
--
++ libfilezilla.spec ++
--- /var/tmp/diff_new_pack.2h60xp/_old  2022-09-25 15:35:59.647722796 +0200
+++ /var/tmp/diff_new_pack.2h60xp/_new  2022-09-25 15:35:59.651722806 +0200
@@ -16,11 +16,11 @@
 #
 
 
-%define major  29
+%define major  31
 %define libname%{name}%{major}
 %define develname  %{name}-devel
 Name:   libfilezilla
-Version:0.38.1
+Version:0.39.1
 Release:0
 Summary:C++ library for filezilla
 License:GPL-2.0-or-later
@@ -78,6 +78,8 @@
 %description -n%{develname}
 Files needed for development with %{name}.
 
+
+
 # Need %%lang_package expanded for an extra conflict with an old library 
package
 
 %package lang

++ libfilezilla-0.38.1.tar.bz2 -> libfilezilla-0.39.1.tar.bz2 ++
 2422 lines of diff (skipped)


commit font-manager for openSUSE:Factory

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

here is the log from the commit of package font-manager for openSUSE:Factory 
checked in at 2022-09-25 15:35:32

Comparing /work/SRC/openSUSE:Factory/font-manager (Old)
 and  /work/SRC/openSUSE:Factory/.font-manager.new.2275 (New)


Package is "font-manager"

Sun Sep 25 15:35:32 2022 rev:5 rq:1005773 version:0.8.8

Changes:

--- /work/SRC/openSUSE:Factory/font-manager/font-manager.changes
2022-02-14 22:37:14.265580458 +0100
+++ /work/SRC/openSUSE:Factory/.font-manager.new.2275/font-manager.changes  
2022-09-25 15:35:57.819718394 +0200
@@ -1,0 +2,9 @@
+Fri Sep 23 17:31:21 UTC 2022 - Bj??rn Lie 
+
+- Disable pkgconfig(libnautilus-extension) BuildRequires and pass
+  nautilus=false to meson, no longer build nautilus support.
+  Font-manager needs to be ported to gtk4. See upstream issue:
+  https://github.com/FontManager/font-manager/issues/286
+- Add obsoletes nautilus-fontmanager to ease upgrades.
+
+---



Other differences:
--
++ font-manager.spec ++
--- /var/tmp/diff_new_pack.26FhKM/_old  2022-09-25 15:35:58.203719318 +0200
+++ /var/tmp/diff_new_pack.26FhKM/_new  2022-09-25 15:35:58.207719328 +0200
@@ -38,7 +38,8 @@
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.22
 BuildRequires:  pkgconfig(json-glib-1.0)
-BuildRequires:  pkgconfig(libnautilus-extension)
+# Disable nautilus until font-manager is ported to gtk4
+#BuildRequires:  pkgconfig(libnautilus-extension)
 BuildRequires:  pkgconfig(libnemo-extension)
 BuildRequires:  pkgconfig(libsoup-2.4)
 BuildRequires:  pkgconfig(libxml-2.0)
@@ -50,6 +51,7 @@
 Requires:   font-viewer
 Requires:   fontconfig
 Requires:   webkit2gtk-4_0-injected-bundles
+Obsoletes:  nautilus-%{name} <= %{version}
 
 %description
 Font Manager is intended to provide a way for average users to easily
@@ -104,7 +106,12 @@
 %autosetup
 
 %build
-%meson --buildtype=release -Dnautilus=True -Dnemo=True -Dthunar=true 
-Dreproducible=true
+%meson \
+  --buildtype=release \
+  -Dnautilus=false \
+  -Dnemo=True \
+  -Dthunar=true \
+  -Dreproducible=true
 %meson_build
 
 %install
@@ -149,8 +156,8 @@
 %{_datadir}/icons/hicolor/128x128/apps/%{DBusName2}.png
 %{_datadir}/icons/hicolor/256x256/apps/%{DBusName2}.png
 
-%files -n nautilus-%{name}
-%{_libdir}/nautilus/extensions-3.0/nautilus-%{name}.so
+#%%files -n nautilus-%%{name}
+#%%{_libdir}/nautilus/extensions-3.0/nautilus-%%{name}.so
 
 %files -n nemo-%{name}
 %{_libdir}/nemo/extensions-3.0/nemo-%{name}.so


commit python-djangorestframework for openSUSE:Factory

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

here is the log from the commit of package python-djangorestframework for 
openSUSE:Factory checked in at 2022-09-25 15:35:33

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


Package is "python-djangorestframework"

Sun Sep 25 15:35:33 2022 rev:17 rq:1005789 version:3.14.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-djangorestframework/python-djangorestframework.changes
2022-08-25 15:09:18.421242088 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-djangorestframework.new.2275/python-djangorestframework.changes
  2022-09-25 15:35:58.435719877 +0200
@@ -1,0 +2,13 @@
+Sat Sep 24 14:10:26 UTC 2022 - Mark??ta Machov?? 
+
+- Update to 3.14.0
+  * Django 2.2 is no longer supported. [#8662]
+  * Django 4.1 compatibility. [#8591]
+  * Don't evaluate DateTimeField.default_timezone when a custom 
+timezone is set. [#8531]
+  * Make relative URLs clickable in Browseable API. [#8464]
+  * Make ReturnDict support dict union operators on Python 3.9 and 
+later. [#8302]
+- Drop merged patch 8530-update-tests-new-Pygments.patch
+
+---

Old:

  8530-update-tests-new-Pygments.patch
  djangorestframework-3.13.1.tar.gz

New:

  djangorestframework-3.14.0.tar.gz



Other differences:
--
++ python-djangorestframework.spec ++
--- /var/tmp/diff_new_pack.Ic0XZ5/_old  2022-09-25 15:35:58.963721149 +0200
+++ /var/tmp/diff_new_pack.Ic0XZ5/_new  2022-09-25 15:35:58.967721158 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package python-djangorestframework
+# spec file
 #
 # Copyright (c) 2022 SUSE LLC
 #
@@ -28,20 +28,17 @@
 %define skip_python2 1
 %define skip_python36 1
 Name:   python-djangorestframework%{psuffix}
-Version:3.13.1
+Version:3.14.0
 Release:0
 Summary:A REST Framework for Django
 License:BSD-2-Clause
 Group:  Development/Languages/Python
 URL:http://django-rest-framework.org/
 Source: 
https://github.com/encode/django-rest-framework/archive/%{version}.tar.gz#/djangorestframework-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM 8530-update-tests-new-Pygments.patch 
gh#encode/django-rest-framework#8160 mc...@suse.com
-# allow work with the current Pygments
-Patch0: 8530-update-tests-new-Pygments.patch
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:   python-Django >= 1.11
+Requires:   python-Django >= 3.0
 Recommends: python-Markdown
 Recommends: python-Pygments
 Recommends: python-coreapi
@@ -52,16 +49,15 @@
 Obsoletes:  python-django-rest-framework < %{version}
 BuildArch:  noarch
 %if %{with test}
-BuildRequires:  %{python_module Django >= 1.11}
-BuildRequires:  %{python_module Markdown >= 2.6.11}
+BuildRequires:  %{python_module Django >= 3.0}
+BuildRequires:  %{python_module Markdown >= 3.3}
 BuildRequires:  %{python_module PyYAML}
 BuildRequires:  %{python_module Pygments}
 BuildRequires:  %{python_module coreapi >= 2.3.1}
 BuildRequires:  %{python_module coreschema >= 0.0.4}
-BuildRequires:  %{python_module django-guardian >= 2.2.0}
+BuildRequires:  %{python_module django-guardian >= 2.4.0}
 BuildRequires:  %{python_module psycopg2}
-BuildRequires:  %{python_module pytest-django >= 3.9.0}
-BuildRequires:  python3-django-filter >= 1.1.0
+BuildRequires:  %{python_module pytest-django >= 4.1.0}
 %endif
 %python_subpackages
 
@@ -91,9 +87,7 @@
 
 %check
 %if %{with test}
-# TestPosgresFieldsMapping.test_array_field started failing in v3.13.1 noticed 
25-08-2022
-# TestViewNamesAndDescriptions.test_markdown has minor differences on Leap
-%pytest -rs -vv -k 'not (TestPosgresFieldsMapping and test_array_field) and 
not (TestViewNamesAndDescriptions and test_markdown)'
+%pytest -rs -vv
 %endif
 
 %if !%{with test}

++ djangorestframework-3.13.1.tar.gz -> djangorestframework-3.14.0.tar.gz 
++
/work/SRC/openSUSE:Factory/python-djangorestframework/djangorestframework-3.13.1.tar.gz
 
/work/SRC/openSUSE:Factory/.python-djangorestframework.new.2275/djangorestframework-3.14.0.tar.gz
 differ: char 13, line 1


commit checksec for openSUSE:Factory

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

here is the log from the commit of package checksec for openSUSE:Factory 
checked in at 2022-09-25 15:35:25

Comparing /work/SRC/openSUSE:Factory/checksec (Old)
 and  /work/SRC/openSUSE:Factory/.checksec.new.2275 (New)


Package is "checksec"

Sun Sep 25 15:35:25 2022 rev:5 rq:1005732 version:2.6.0

Changes:

--- /work/SRC/openSUSE:Factory/checksec/checksec.changes2022-03-16 
20:21:17.425005797 +0100
+++ /work/SRC/openSUSE:Factory/.checksec.new.2275/checksec.changes  
2022-09-25 15:35:52.539705677 +0200
@@ -1,0 +2,8 @@
+Sat Sep 24 08:58:02 UTC 2022 - Dirk M??ller 
+
+- update to 2.6.0:
+  * fix missing sysctl on fedora
+  * remove extra parenthesis
+  * add missing libc on LoongArch-64
+
+---

Old:

  checksec-2.5.0.tar.gz

New:

  checksec-2.6.0.tar.gz



Other differences:
--
++ checksec.spec ++
--- /var/tmp/diff_new_pack.eKTWiZ/_old  2022-09-25 15:35:52.971706718 +0200
+++ /var/tmp/diff_new_pack.eKTWiZ/_new  2022-09-25 15:35:52.975706727 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   checksec
-Version:2.5.0
+Version:2.6.0
 Release:0
 Summary:Utility to check binaries for system hardening
 License:BSD-3-Clause

++ checksec-2.5.0.tar.gz -> checksec-2.6.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/checksec.sh-2.5.0/.git-hooks/post-checkout 
new/checksec.sh-2.6.0/.git-hooks/post-checkout
--- old/checksec.sh-2.5.0/.git-hooks/post-checkout  1970-01-01 
01:00:00.0 +0100
+++ new/checksec.sh-2.6.0/.git-hooks/post-checkout  2022-05-27 
23:35:00.0 +0200
@@ -0,0 +1,10 @@
+#!/usr/bin/env bash
+# The current repo root
+CURRENT_REPO=$(git rev-parse --show-toplevel)
+if [[ -f $CURRENT_REPO/.gitlfs ]]; then
+  command -v git-lfs > /dev/null 2>&1 || {
+echo >&2 "\nThis repository is configured for Git LFS but 'git-lfs' was 
not found on your path. If you no longer wish to use Git LFS, remove this hook 
by deleting .git/hooks/post-commit.\n"
+exit 2
+  }
+  git lfs post-checkout "$@"
+fi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/checksec.sh-2.5.0/.git-hooks/post-commit 
new/checksec.sh-2.6.0/.git-hooks/post-commit
--- old/checksec.sh-2.5.0/.git-hooks/post-commit1970-01-01 
01:00:00.0 +0100
+++ new/checksec.sh-2.6.0/.git-hooks/post-commit2022-05-27 
23:35:00.0 +0200
@@ -0,0 +1,12 @@
+#!/usr/bin/env bash
+# The current repo root
+CURRENT_REPO=$(git rev-parse --show-toplevel)
+if [[ -f ${CURRENT_REPO}/.gitlfs ]]; then
+  command -v git-lfs > /dev/null 2>&1 || {
+echo >&2 "\nThis repository is configured for Git LFS but 'git-lfs' was 
not found on your path. If you no longer wish to use Git LFS, remove this hook 
by deleting .git/hooks/post-commit.\n"
+exit 2
+  }
+  git lfs post-commit "$@"
+fi
+
+"${CURRENT_REPO}"/hack/enable-git-hooks.sh
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/checksec.sh-2.5.0/.git-hooks/post-merge 
new/checksec.sh-2.6.0/.git-hooks/post-merge
--- old/checksec.sh-2.5.0/.git-hooks/post-merge 1970-01-01 01:00:00.0 
+0100
+++ new/checksec.sh-2.6.0/.git-hooks/post-merge 2022-05-27 23:35:00.0 
+0200
@@ -0,0 +1,10 @@
+#!/usr/bin/env bash
+# The current repo root
+CURRENT_REPO=$(git rev-parse --show-toplevel)
+if [[ -f $CURRENT_REPO/.gitlfs ]]; then
+  command -v git-lfs > /dev/null 2>&1 || {
+echo >&2 "\nThis repository is configured for Git LFS but 'git-lfs' was 
not found on your path. If you no longer wish to use Git LFS, remove this hook 
by deleting .git/hooks/post-commit.\n"
+exit 2
+  }
+  git lfs post-merge "$@"
+fi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/checksec.sh-2.5.0/.git-hooks/pre-commit 
new/checksec.sh-2.6.0/.git-hooks/pre-commit
--- old/checksec.sh-2.5.0/.git-hooks/pre-commit 1970-01-01 01:00:00.0 
+0100
+++ new/checksec.sh-2.6.0/.git-hooks/pre-commit 2022-05-27 23:35:00.0 
+0200
@@ -0,0 +1,36 @@
+#!/usr/bin/env bash
+#
+# An example hook script to verify what is about to be committed.
+# Called by "git commit" with no arguments.  The hook should
+# exit with non-zero status after issuing an appropriate message if
+# it wants to stop the commit.
+#
+# To enable this hook, rename this file to "pre-commit".
+
+# The git hooks repo
+DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" > /dev/null 2>&1 && pwd)"
+REPO_ROOT=$(cd "${DIR}" && git rev-parse --show-toplevel)
+# The current repo root, in case the repo is different from the hooks (this 
allows

commit ddgr for openSUSE:Factory

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

here is the log from the commit of package ddgr for openSUSE:Factory checked in 
at 2022-09-25 15:35:31

Comparing /work/SRC/openSUSE:Factory/ddgr (Old)
 and  /work/SRC/openSUSE:Factory/.ddgr.new.2275 (New)


Package is "ddgr"

Sun Sep 25 15:35:31 2022 rev:6 rq:1005752 version:2.0

Changes:

--- /work/SRC/openSUSE:Factory/ddgr/ddgr.changes2020-09-03 
01:19:40.640592414 +0200
+++ /work/SRC/openSUSE:Factory/.ddgr.new.2275/ddgr.changes  2022-09-25 
15:35:57.243717006 +0200
@@ -1,0 +2,7 @@
+Sat Sep 24 09:00:05 UTC 2022 - Dirk M??ller 
+
+- update to 2.0:
+  - Display results in reversed order (`--rev`, `--reverse`)
+  - Support Python v3.10 (dropped v3.6)
+
+---

Old:

  ddgr-1.9.tar.gz

New:

  ddgr-2.0.tar.gz



Other differences:
--
++ ddgr.spec ++
--- /var/tmp/diff_new_pack.XiAtbV/_old  2022-09-25 15:35:57.627717931 +0200
+++ /var/tmp/diff_new_pack.XiAtbV/_new  2022-09-25 15:35:57.631717941 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ddgr
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 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:   ddgr
-Version:1.9
+Version:2.0
 Release:0
 Summary:DuckDuckGo from the terminal
 License:GPL-3.0-only

++ ddgr-1.9.tar.gz -> ddgr-2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ddgr-1.9/.circleci/config.yml 
new/ddgr-2.0/.circleci/config.yml
--- old/ddgr-1.9/.circleci/config.yml   2020-07-25 20:42:25.0 +0200
+++ new/ddgr-2.0/.circleci/config.yml   2022-03-05 01:23:13.0 +0100
@@ -17,53 +17,53 @@
   make test
 
 jobs:
-  py35:
+  py37:
 docker:
-  - image: python:3.5-slim
+  - image: python:3.7-slim
 <<: *test-template
 
-  py36:
+  py38:
 docker:
-  - image: python:3.6-slim
+  - image: python:3.8-slim
 <<: *test-template
 
-  py37:
+  py39:
 docker:
-  - image: python:3.7-slim
+  - image: python:3.9-slim
 <<: *test-template
 
-  py38:
+  py310:
 docker:
-  - image: python:3.8-slim
+  - image: python:3.10-slim
 <<: *test-template
 
-  package-and-publish:
-machine: true
-working_directory: ~/ddgr
-steps:
-  - checkout
-  - run:
-  name: "package with packagecore"
-  command: |
-# Use latest installed python3 from pyenv
-export PYENV_VERSION="$(pyenv versions | grep -Po '\b3\.\d+\.\d+' 
| tail -1)"
-pip install packagecore
-packagecore -o ./dist/ ${CIRCLE_TAG#v}
-  - run:
-  name: "publish to GitHub"
-  command: |
-go get github.com/tcnksm/ghr
-ghr -t ${GITHUB_API_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r 
${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -replace ${CIRCLE_TAG} ./dist/
+#  package-and-publish:
+#machine: true
+#working_directory: ~/ddgr
+#steps:
+#  - checkout
+#  - run:
+#  name: "package with packagecore"
+#  command: |
+## Use latest installed python3 from pyenv
+#export PYENV_VERSION="$(pyenv versions | grep -Po '\b3\.\d+\.\d+' 
| tail -1)"
+#pip install packagecore
+#packagecore -o ./dist/ ${CIRCLE_TAG#v}
+#  - run:
+#  name: "publish to GitHub"
+#  command: |
+#go get github.com/tcnksm/ghr
+#ghr -t ${GITHUB_API_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r 
${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -replace ${CIRCLE_TAG} ./dist/
 
 workflows:
   version: 2
 
   test:
 jobs: &all-tests
-  - py35
-  - py36
   - py37
   - py38
+  - py39
+  - py310
 
   nightly:
 triggers:
@@ -75,11 +75,11 @@
 - master
 jobs: *all-tests
 
-  publish-github-release:
-jobs:
-  - package-and-publish:
-  filters:
-tags:
-  only: /^v.*/
-branches:
-  ignore: /.*/
+#  publish-github-release:
+#jobs:
+#  - package-and-publish:
+#  filters:
+#tags:
+#  only: /^v.*/
+#branches:
+#  ignore: /.*/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ddgr-1.9/.pylintrc new/ddgr-2.0/.pylintrc
--- old/ddgr-1.9/.pylintrc  2020-07-25 20:42:25.0 +0200
+++ new/ddgr-2.0/.pylintrc  2022-03-05 01:23:13.0 +0100
@@ -1,6 +1,8 @@
 [MESSAGES CONTROL]
 disable=
   broad-except,
+  co

commit python-pydicom for openSUSE:Factory

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

here is the log from the commit of package python-pydicom for openSUSE:Factory 
checked in at 2022-09-25 15:35:28

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


Package is "python-pydicom"

Sun Sep 25 15:35:28 2022 rev:11 rq:1005753 version:2.3.0

Changes:

--- /work/SRC/openSUSE:Factory/python-pydicom/python-pydicom.changes
2021-12-10 21:53:34.846924295 +0100
+++ /work/SRC/openSUSE:Factory/.python-pydicom.new.2275/python-pydicom.changes  
2022-09-25 15:35:54.543710504 +0200
@@ -1,0 +2,8 @@
+Sat Sep 24 02:04:40 UTC 2022 - John Vandenberg 
+
+- Skip a lot of tests, mostly due to missing test data, but there
+  are over 1900 still passing.
+- Update to v2.3.0
+  * See https://github.com/pydicom/pydicom/tree/master/doc/release_notes
+
+---

Old:

  pydicom-1.4.2.tar.gz

New:

  pydicom-2.3.0.tar.gz



Other differences:
--
++ python-pydicom.spec ++
--- /var/tmp/diff_new_pack.bNrluO/_old  2022-09-25 15:35:55.139711939 +0200
+++ /var/tmp/diff_new_pack.bNrluO/_new  2022-09-25 15:35:55.147711959 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pydicom
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,21 +19,29 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-pydicom
-Version:1.4.2
+Version:2.3.0
 Release:0
 Summary:Pure python package for DICOM medical file reading and writing
 License:MIT
 URL:https://github.com/darcymason/pydicom
 Source: 
https://files.pythonhosted.org/packages/source/p/pydicom/pydicom-%{version}.tar.gz
-BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+# SECTION test requirements
+BuildRequires:  %{python_module numpy}
+BuildRequires:  %{python_module Pillow}
+BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module requests}
+BuildRequires:  python3-gdcm
+# /SECTION
 BuildArch:  noarch
 %ifpython2
 Obsoletes:  %{oldpython}-dicom < %{version}
 Provides:   %{oldpython}-dicom = %{version}
 %endif
+Requires(post):   update-alternatives
+Requires(postun): update-alternatives
 %python_subpackages
 
 %description
@@ -53,14 +61,54 @@
 
 %install
 %python_install
+%python_clone -a %{buildroot}%{_bindir}/pydicom
+%python_expand rm -r 
%{buildroot}%{$python_sitelib}/pydicom/{benchmarks,tests,data/test_files}
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
 export LANG=en_US.UTF-8
-%pytest pydicom/tests
+# Many test modules and individual tests fail due to test data not included in 
sdist
+# And requires https://github.com/pydicom/pydicom-data , which hasnt been
+# packaged yet. c.f. https://github.com/pydicom/pydicom-data/issues/9
+
+skips="test_fetch_data_files or test_reading_ds_with_known_tags_with_UN_VR or 
test_empty_bot_multi_fragments_per_frame"
+skips="$skips or test_convert_rgb_from_implicit_to_explicit_vr or 
test_empty_bot_too_few_fragments or test_encapsulate"
+skips="$skips or test_sequence_with_implicit_vr or 
test_rgb_ybr_rgb_single_frame or test_rgb_ybr_rgb_multi_frame or 
test_frame_by_frame"
+skips="$skips or test_specific_tags_with_unknown_length_tag or 
test_tag_with_unknown_length_tag_too_short or test_planar_config"
+skips="$skips or test_correct_ambiguous_vr_compressed or 
test_write_removes_grouplength or test_raw_elements_preserved_explicit_vr"
+skips="$skips or test_cycle_u8_1s_1f or test_encoders_gdcm or 
test_unsupported_syntax_raises or test_can_access_unsupported_dataset"
+skips="$skips or TestDatasetOverlayArray or TestGDCM_JPEG_LS_no_gdcm or 
TestGDCM_JPEG2000_no_gdcm or TestGDCM_JPEGlossy_no_gdcm"
+skips="$skips or TestGDCM_JPEGlossless_no_gdcm or TestEncodeFrame or 
TestEncodeSegment or TestRLEEncodeFrame or TestNumpy_ModalityLUT"
+skips="$skips or TestNumpy_PaletteColor or TestNumpy_ApplyWindowing or 
TestNumpy_ApplyVOI or (TestNumpy_PackBits and test_functional)"
+skips="$skips or TestNumpy_NumpyHandler or TestNumpy_GetOverlayArray or 
TestNumpy_NoRLEHandler or TestNumpy_RLEHandler"
+skips="$skips or TestPillowHandler_JPEG2K or TestPillowHandler_JPEG"
+# Failures only on ppc64
+skips="$skips or test_invalid_arr_dtype_raises or TestHandlerGenerateMultiplex 
or TestHandlerMultiplexArray"
+# Failures only on i586
+skips="$skips or test_write_file_id or test_fi

commit python-json5 for openSUSE:Factory

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

here is the log from the commit of package python-json5 for openSUSE:Factory 
checked in at 2022-09-25 15:35:29

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


Package is "python-json5"

Sun Sep 25 15:35:29 2022 rev:7 rq:1005760 version:0.9.10

Changes:

--- /work/SRC/openSUSE:Factory/python-json5/python-json5.changes
2022-05-30 12:45:03.668479227 +0200
+++ /work/SRC/openSUSE:Factory/.python-json5.new.2275/python-json5.changes  
2022-09-25 15:35:55.947713885 +0200
@@ -1,0 +2,15 @@
+Sat Sep 24 10:54:29 UTC 2022 - Dirk M??ller 
+
+- update to 0.9.10:
+  * Updated the //README.md to be clear that parsing arbitrary JS
+code may not work.
+  * Fixed serialization for objects that subclass `int` or `float`:
+Previously we would use the objects __str__ implementation, but
+that might result in an illegal JSON5 value if the object had
+customized __str__ to return something illegal. Instead,
+we follow the lead of the `JSON` module and call `int.__repr__`
+or `float.__repr__` directly.
+  * While I was at it, I added tests for dumps(-inf) and dumps(nan)
+when those were supposed to be disallowed by `allow_nan=False`.
+
+---

Old:

  pyjson5-0.9.8.tar.gz

New:

  pyjson5-0.9.10.tar.gz



Other differences:
--
++ python-json5.spec ++
--- /var/tmp/diff_new_pack.DVpAPS/_old  2022-09-25 15:35:56.407714993 +0200
+++ /var/tmp/diff_new_pack.DVpAPS/_new  2022-09-25 15:35:56.415715012 +0200
@@ -25,7 +25,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-json5
-Version:0.9.8
+Version:0.9.10
 Release:0
 Summary:A Python implementation of the JSON5 data format
 License:Apache-2.0

++ pyjson5-0.9.8.tar.gz -> pyjson5-0.9.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyjson5-0.9.8/README.md new/pyjson5-0.9.10/README.md
--- old/pyjson5-0.9.8/README.md 2022-05-09 03:47:03.0 +0200
+++ new/pyjson5-0.9.10/README.md2022-08-18 23:16:02.0 +0200
@@ -31,6 +31,10 @@
 **SLOW**. It can be 1000-6000x slower than the C-optimized JSON module,
 and is 200x slower (or more) than the pure Python JSON module.
 
+**Please Note:** This library only handles JSON5 documents, it does not
+allow you to read arbitrary JavaScript. For example, bare integers can
+be legal object keys in JavaScript, but they aren't in JSON5.
+
 ## Known issues
 
 * Did I mention that it is **SLOW**?
@@ -57,6 +61,21 @@
 
 ## Version History / Release Notes
 
+* v0.9.10 (2022-08-18)
+* [GitHub issue #58](https://github.com/dpranke/pyjson5/issues/58)
+  Updated the //README.md to be clear that parsing arbitrary JS
+  code may not work.
+* Otherwise, no code changes.
+* v0.9.9 (2022-08-01)
+* [GitHub issue #57](https://github.com/dpranke/pyjson5/issues/57)
+  Fixed serialization for objects that subclass `int` or `float`:
+  Previously we would use the objects __str__ implementation, but
+  that might result in an illegal JSON5 value if the object had
+  customized __str__ to return something illegal. Instead,
+  we follow the lead of the `JSON` module and call `int.__repr__`
+  or `float.__repr__` directly.
+* While I was at it, I added tests for dumps(-inf) and dumps(nan)
+  when those were supposed to be disallowed by `allow_nan=False`.
 * v0.9.8 (2022-05-08)
 * [GitHub issue #47](https://github.com/dpranke/pyjson5/issues/47)
   Fixed error reporting in some cases due to how parsing was handling
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyjson5-0.9.8/json5/lib.py 
new/pyjson5-0.9.10/json5/lib.py
--- old/pyjson5-0.9.8/json5/lib.py  2022-05-09 03:47:03.0 +0200
+++ new/pyjson5-0.9.10/json5/lib.py 2022-08-18 23:16:02.0 +0200
@@ -264,15 +264,36 @@
 s = u'false'
 elif obj is None:
 s = u'null'
+elif obj == math.inf:
+if allow_nan:
+s = u'Infinity'
+else:
+raise ValueError()
+elif obj == -math.inf:
+if allow_nan:
+s = u'-Infinity'
+else:
+raise ValueError()
+elif isinstance(obj, float) and math.isnan(obj):
+if allow_nan:
+s = u'NaN'
+else:
+raise ValueError()
 elif isinstance(obj, str_types):
 if (is_key and _is_ident(obj) and not quote_keys
 and not _is_reserved_word(obj)):
 return True, obj
 

commit filezilla for openSUSE:Factory

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

here is the log from the commit of package filezilla for openSUSE:Factory 
checked in at 2022-09-25 15:35:35

Comparing /work/SRC/openSUSE:Factory/filezilla (Old)
 and  /work/SRC/openSUSE:Factory/.filezilla.new.2275 (New)


Package is "filezilla"

Sun Sep 25 15:35:35 2022 rev:101 rq:1005788 version:3.61.0

Changes:

--- /work/SRC/openSUSE:Factory/filezilla/filezilla.changes  2022-07-26 
19:44:09.718238273 +0200
+++ /work/SRC/openSUSE:Factory/.filezilla.new.2275/filezilla.changes
2022-09-25 15:36:00.667725253 +0200
@@ -1,0 +2,15 @@
+Sat Sep 24 15:19:08 UTC 2022 - ecsos 
+
+- Update to 3.61.0
+  * Bugfixes and minor changes:
+- Updated to libfilezilla 0.39.1
+- Changes from 3.61.0-beta1
+  * New features:
+- Use improved asynchronous file readers/writers from 
+  libfilezilla
+  * Bugfixes and minor changes:
+- Fix export of root items in the Site Manager
+- Handle rare cases of non-existing download directory in the
+  updater
+
+---

Old:

  FileZilla_3.60.2_src.tar.bz2

New:

  FileZilla_3.61.0_src.tar.bz2



Other differences:
--
++ filezilla.spec ++
--- /var/tmp/diff_new_pack.LKDOr3/_old  2022-09-25 15:36:01.191726515 +0200
+++ /var/tmp/diff_new_pack.LKDOr3/_new  2022-09-25 15:36:01.199726534 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   filezilla
-Version:3.60.2
+Version:3.61.0
 Release:0
 Summary:A GUI FTP and SFTP Client
 License:GPL-2.0-or-later
@@ -41,7 +41,7 @@
 BuildRequires:  pkgconfig(cppunit)
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(libfilezilla) >= 0.38.1
+BuildRequires:  pkgconfig(libfilezilla) >= 0.39.1
 BuildRequires:  pkgconfig(libidn)
 BuildRequires:  pkgconfig(nettle) >= 3.1
 # filezilla-team use BuildRequires:  pkgconfig(sqlite3) >= 3.11.1

++ FileZilla_3.60.2_src.tar.bz2 -> FileZilla_3.61.0_src.tar.bz2 ++
 26602 lines of diff (skipped)


commit inchi for openSUSE:Factory

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

here is the log from the commit of package inchi for openSUSE:Factory checked 
in at 2022-09-25 15:35:38

Comparing /work/SRC/openSUSE:Factory/inchi (Old)
 and  /work/SRC/openSUSE:Factory/.inchi.new.2275 (New)


Package is "inchi"

Sun Sep 25 15:35:38 2022 rev:2 rq:1005812 version:1.06

Changes:

--- /work/SRC/openSUSE:Factory/inchi/inchi.changes  2022-08-24 
15:11:43.000536566 +0200
+++ /work/SRC/openSUSE:Factory/.inchi.new.2275/inchi.changes2022-09-25 
15:36:04.883735407 +0200
@@ -1,0 +2,6 @@
+Sat Sep 24 23:11:29 UTC 2022 - Antoine Belvire 
+
+- Add inchi-1.06-big-endian.patch: Fix build on big-endian
+  architectures (rh#1930943).
+
+---

New:

  inchi-1.06-big-endian.patch



Other differences:
--
++ inchi.spec ++
--- /var/tmp/diff_new_pack.6cwPdb/_old  2022-09-25 15:36:05.411736679 +0200
+++ /var/tmp/diff_new_pack.6cwPdb/_new  2022-09-25 15:36:05.415736689 +0200
@@ -29,6 +29,8 @@
 Source2:https://www.inchi-trust.org/download/%{urlver}/INCHI-1-TEST.zip
 # PATCH-FIX-UPSTREAM inchi-1.06-optflags.patch -- Pass optflags to compiler 
and don't require gcc-c++ (picked from Fedora)
 Patch0: inchi-1.06-optflags.patch
+# PATCH-FIX-UPSTREAM inchi-1.06-big-endian.patch -- Fix tests on big-endian 
architectures (rh#1930943)
+Patch1: inchi-1.06-big-endian.patch
 BuildRequires:  dos2unix
 BuildRequires:  gcc
 BuildRequires:  unzip
@@ -76,9 +78,9 @@
 and InChI library API reference for developers.
 
 %prep
-# Extract Source0 then cd into extracted directory then extract Source 1 then 
extract Source2
+# Extract Source0 then cd into extracted directory then extract Source1 then 
extract Source2
 %setup -q -n INCHI-1-SRC -a 1 -a 2
-%patch0 -p1
+%autopatch -p1
 dos2unix -k readme.txt
 
 # Remove files from INCHI-1-DOC that are already present in ICHI-1-SRC so that 
they are not listed twice




++ inchi-1.06-big-endian.patch ++
>From 26351733bde20eb16aedd62b4b64a2417615020e Mon Sep 17 00:00:00 2001
From: Mamoru TASAKA 
Date: Thu, 25 Nov 2021 23:07:31 +0900
Subject: [PATCH] MolfileReadCountsLine: fix storing n_atoms, n_bonds members
 after reading short size

In MolfileReadCountsLine() (in INCHI_BASE/src/mol_fmt1.c), currently
ctab->n_atoms and ctab->n_bonds, which have int type (as defined in 
src/mol_fmt.h),
are passed to be MolfileReadField(), and to be treated there as if they have
short size (as MOL_FMT_SHORT_INT_DATA is also passed to the argument of
MolfileReadField(), and also the comment shows).

This causes a error on big endian system such as s390x, where for example
reading the line:

1  0  0  0  0  0  0  0  0  0999 V2000

On little endian (64bit) system, ctab->n_atoms is correctly stored as 1, but on
s390x (big endian 64bit) system, ctab->n_atoms gets 65536 (= 1<<16), which is
unexpected.

To fix this, once store the read value to short size local variable, then
copy the value to ctab->n_atoms or so later.
---
 INCHI_BASE/src/mol_fmt1.c | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/INCHI_BASE/src/mol_fmt1.c b/INCHI_BASE/src/mol_fmt1.c
index 41ed15e..c2ad11a 100644
--- a/INCHI_BASE/src/mol_fmt1.c
+++ b/INCHI_BASE/src/mol_fmt1.c
@@ -572,6 +572,7 @@ int MolfileReadCountsLine( MOL_FMT_CTAB* ctab,
 char line[MOL_FMT_INPLINELEN];
 const int line_len = sizeof( line );
 int   err = 0, len;
+short n_atoms, n_bonds;
 
 p = inchi_fgetsLf( line, line_len, inp_file );
 
@@ -588,8 +589,8 @@ int MolfileReadCountsLine( MOL_FMT_CTAB* ctab,
 TREAT_ERR( err, 0, "Too long counts line" );  /* too long input file 
line */
 }
 
-if (0 > MolfileReadField( &ctab->n_atoms, 3, MOL_FMT_SHORT_INT_DATA, &p ) 
/* V2000 only: short int */
- || 0 > MolfileReadField( &ctab->n_bonds, 3, MOL_FMT_SHORT_INT_DATA, 
&p ) /* V2000 only: short int */
+if (0 > MolfileReadField( &n_atoms, 3, MOL_FMT_SHORT_INT_DATA, &p ) /* 
V2000 only: short int */
+ || 0 > MolfileReadField( &n_bonds, 3, MOL_FMT_SHORT_INT_DATA, &p ) /* 
V2000 only: short int */
 
 #if ( MOL_FMT_QUERY == MOL_FMT_PRESENT )
  || 0 > MolfileReadField( &ctab->n_atom_lists, 3, 
MOL_FMT_SHORT_INT_DATA, &p )
@@ -621,6 +622,8 @@ int MolfileReadCountsLine( MOL_FMT_CTAB* ctab,
 AddErrorMessage( pStrErr, line );
 goto err_fin;
 }
+ctab->n_atoms = n_atoms;
+ctab->n_bonds = n_bonds;
 
 /* Get CTFile version (V2000 or other) */
 len = MolfileReadField( ctab->version_string,
-- 
2.33.1


commit kubeseal for openSUSE:Factory

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

here is the log from the commit of package kubeseal for openSUSE:Factory 
checked in at 2022-09-25 15:35:39

Comparing /work/SRC/openSUSE:Factory/kubeseal (Old)
 and  /work/SRC/openSUSE:Factory/.kubeseal.new.2275 (New)


Package is "kubeseal"

Sun Sep 25 15:35:39 2022 rev:7 rq:1005844 version:0.18.4

Changes:

--- /work/SRC/openSUSE:Factory/kubeseal/kubeseal.changes2022-09-08 
14:23:34.634658305 +0200
+++ /work/SRC/openSUSE:Factory/.kubeseal.new.2275/kubeseal.changes  
2022-09-25 15:36:05.599737131 +0200
@@ -1,0 +2,38 @@
+Sun Sep 25 07:02:21 UTC 2022 - ka...@b1-systems.de
+
+- Update to version 0.18.4:
+  * Release version v0.18.4 (#973)
+
+---
+Sun Sep 25 06:56:49 UTC 2022 - ka...@b1-systems.de
+
+- Update to version 0.18.3:
+  * Release version v0.18.3 (#972)
+  * Generate deepcopy functions for SealedSecretEncryptedData (#970)
+  * Release chart v2.6.7 (#968)
+  * Check SealedSecret status in tests (#967)
+  * Fix status sub-resource not found error on updating status (#964)
+  * Autogenerate schema-v1alpha1.yaml (#966)
+  * fix: CRDs should not include unnecessary dashes (#965)
+  * feat: Support hostNetwork and dnsPolicy (#946)
+  * Run integration tests on the chart (#962)
+  * Upgrade Go versions and dependencies (#960)
+  * Make imagePullPolicy default to Always only if using :latest image (#959)
+  * feat: Publish kubeseal binary in a Docker image (#921)
+  * Fix schema validation errors (#957)
+  * Makes the README file clean and neat. (#911)
+  * Bump Chart version to release 'Allow additional volumes deployment' (#953)
+  * Allow additional volumes deployment (#945)
+  * Add CRD schema and fix JSON errors (#941)
+  * Make the controller main skinny (#947)
+  * Extend controller-tests support and docs to minikube (#943)
+  * Take into account annotations and commonAnnotations in our chart (#944)
+  * Make the kubeseal CLI have a skinny main (#939)
+  * Remove magic init funcs and global flags (#940)
+  * Explain helm chart install on restricted environments (#938)
+  * Remove /dev/stdin mentions in Readme (#935)
+  * Fix missing push and readme on new tests rules (#937)
+  * Simplify controller testing (#924)
+  * Upgrade chart to image version 1.18.2 (#932)
+
+---

Old:

  sealed-secrets-0.18.2.tar.gz

New:

  sealed-secrets-0.18.4.tar.gz



Other differences:
--
++ kubeseal.spec ++
--- /var/tmp/diff_new_pack.aumo2g/_old  2022-09-25 15:36:06.523739357 +0200
+++ /var/tmp/diff_new_pack.aumo2g/_new  2022-09-25 15:36:06.531739377 +0200
@@ -21,7 +21,7 @@
 %define archive_name sealed-secrets
 
 Name:   kubeseal
-Version:0.18.2
+Version:0.18.4
 Release:0
 Summary:CLI for encrypting secrets to SealedSecrets
 License:Apache-2.0

++ _service ++
--- /var/tmp/diff_new_pack.aumo2g/_old  2022-09-25 15:36:06.567739463 +0200
+++ /var/tmp/diff_new_pack.aumo2g/_new  2022-09-25 15:36:06.567739463 +0200
@@ -3,7 +3,7 @@
 https://github.com/bitnami-labs/sealed-secrets
 git
 .git
-v0.18.2
+v0.18.4
 @PARENT_TAG@
 enable
 v(.*)
@@ -16,7 +16,7 @@
 gz
   
   
-sealed-secrets-0.18.2.tar.gz
+sealed-secrets-0.18.4.tar.gz
   
 
 

++ _servicedata ++
--- /var/tmp/diff_new_pack.aumo2g/_old  2022-09-25 15:36:06.587739512 +0200
+++ /var/tmp/diff_new_pack.aumo2g/_new  2022-09-25 15:36:06.591739521 +0200
@@ -1,6 +1,6 @@
 
 
 https://github.com/bitnami-labs/sealed-secrets
-  13f3bcbcc1921cf93f1eb66762d48fd49baeee7f
+  7f217fd0df3009417ae6d4bf65046a27272223ca
 (No newline at EOF)
 

++ sealed-secrets-0.18.2.tar.gz -> sealed-secrets-0.18.4.tar.gz ++
/work/SRC/openSUSE:Factory/kubeseal/sealed-secrets-0.18.2.tar.gz 
/work/SRC/openSUSE:Factory/.kubeseal.new.2275/sealed-secrets-0.18.4.tar.gz 
differ: char 12, line 1

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


commit qpwgraph for openSUSE:Factory

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

here is the log from the commit of package qpwgraph for openSUSE:Factory 
checked in at 2022-09-25 15:35:37

Comparing /work/SRC/openSUSE:Factory/qpwgraph (Old)
 and  /work/SRC/openSUSE:Factory/.qpwgraph.new.2275 (New)


Package is "qpwgraph"

Sun Sep 25 15:35:37 2022 rev:11 rq:1005793 version:0.3.6

Changes:

--- /work/SRC/openSUSE:Factory/qpwgraph/qpwgraph.changes2022-09-16 
13:32:48.417359061 +0200
+++ /work/SRC/openSUSE:Factory/.qpwgraph.new.2275/qpwgraph.changes  
2022-09-25 15:36:04.159733664 +0200
@@ -1,0 +2,6 @@
+Sat Sep 24 17:16:51 UTC 2022 - Alexei Sorokin 
+
+- Update to version 0.3.6:
+  * View / Repel Overlapping Nodes option added.
+
+---

Old:

  qpwgraph-v0.3.5.tar.bz2

New:

  qpwgraph-v0.3.6.tar.bz2



Other differences:
--
++ qpwgraph.spec ++
--- /var/tmp/diff_new_pack.g4pUrn/_old  2022-09-25 15:36:04.583734685 +0200
+++ /var/tmp/diff_new_pack.g4pUrn/_new  2022-09-25 15:36:04.587734695 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   qpwgraph
-Version:0.3.5
+Version:0.3.6
 Release:0
 Summary:PipeWire Graph Qt GUI Interface
 License:GPL-2.0-or-later

++ qpwgraph-v0.3.5.tar.bz2 -> qpwgraph-v0.3.6.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qpwgraph-v0.3.5/CMakeLists.txt 
new/qpwgraph-v0.3.6/CMakeLists.txt
--- old/qpwgraph-v0.3.5/CMakeLists.txt  2022-08-20 14:16:49.0 +0200
+++ new/qpwgraph-v0.3.6/CMakeLists.txt  2022-09-24 13:09:34.0 +0200
@@ -1,7 +1,7 @@
 cmake_minimum_required (VERSION 3.15)
 
 project(qpwgraph
-  VERSION 0.3.5
+  VERSION 0.3.6
   DESCRIPTION "A PipeWire Graph Qt GUI Interface"
   HOMEPAGE_URL "https://gitlab.freedesktop.org/rncbc/qpwgraph";
   LANGUAGES C CXX)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qpwgraph-v0.3.5/ChangeLog 
new/qpwgraph-v0.3.6/ChangeLog
--- old/qpwgraph-v0.3.5/ChangeLog   2022-08-20 14:16:49.0 +0200
+++ new/qpwgraph-v0.3.6/ChangeLog   2022-09-24 13:09:34.0 +0200
@@ -2,6 +2,11 @@
 
 
 
+0.3.6  2022-09-24  An early-autumn'22 release.
+
+- View / Repel Overlapping Nodes option added.
+
+
 0.3.5  2022-08-20  A thirteenth beta release.
 
 - Patchbay/Scan menu command removed as redundand.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qpwgraph-v0.3.5/src/appdata/org.rncbc.qpwgraph.metainfo.xml 
new/qpwgraph-v0.3.6/src/appdata/org.rncbc.qpwgraph.metainfo.xml
--- old/qpwgraph-v0.3.5/src/appdata/org.rncbc.qpwgraph.metainfo.xml 
2022-08-20 14:16:49.0 +0200
+++ new/qpwgraph-v0.3.6/src/appdata/org.rncbc.qpwgraph.metainfo.xml 
2022-09-24 13:09:34.0 +0200
@@ -37,7 +37,7 @@
  rncbc aka. Rui Nuno Capela
  rn...@rncbc.org
  
-  
+  
  
  
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qpwgraph-v0.3.5/src/qpwgraph_canvas.cpp 
new/qpwgraph-v0.3.6/src/qpwgraph_canvas.cpp
--- old/qpwgraph-v0.3.5/src/qpwgraph_canvas.cpp 2022-08-20 14:16:49.0 
+0200
+++ new/qpwgraph-v0.3.6/src/qpwgraph_canvas.cpp 2022-09-24 13:09:34.0 
+0200
@@ -67,8 +67,8 @@
m_zoom(1.0), m_zoomrange(false),
m_commands(nullptr), m_settings(nullptr), m_patchbay(nullptr),
m_patchbay_edit(false), m_patchbay_autopin(true),
-   m_selected_nodes(0), m_edit_item(nullptr),
-   m_editor(nullptr), m_edited(0)
+   m_selected_nodes(0), m_repel_overlapping_nodes(false),
+   m_edit_item(nullptr), m_editor(nullptr), m_edited(0)
 {
m_scene = new QGraphicsScene();
 
@@ -269,7 +269,9 @@
m_nodes.append(node);
m_node_ids.insert(qpwgraph_node::NodeIdKey(node), node);
m_node_keys.insert(qpwgraph_node::NodeNameKey(node), 
node);
-   if (!restoreNode(node))
+   if (restoreNode(node))
+   emit updated(node);
+   else
emit added(node);
}
}
@@ -1573,4 +1575,95 @@
 }
 
 
+// Repel overlapping nodes...
+void qpwgraph_canvas::setRepelOverlappingNodes ( bool on )
+{
+   m_repel_overlapping_nodes = on;
+}
+
+
+bool qpwgraph_canvas::isRepelOverlappingNodes (void) const
+{
+   return m_repel_overlapping_nodes;
+}
+
+
+void qpwgraph_canvas::repelOverlappingNodes ( qpwgraph_node *node,
+   qpwgraph_move_command *move_command, const QPointF& delta )
+{
+   

commit cilium-cli for openSUSE:Factory

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

here is the log from the commit of package cilium-cli for openSUSE:Factory 
checked in at 2022-09-25 15:35:43

Comparing /work/SRC/openSUSE:Factory/cilium-cli (Old)
 and  /work/SRC/openSUSE:Factory/.cilium-cli.new.2275 (New)


Package is "cilium-cli"

Sun Sep 25 15:35:43 2022 rev:17 rq:1005847 version:0.12.4

Changes:

--- /work/SRC/openSUSE:Factory/cilium-cli/cilium-cli.changes2022-09-08 
14:23:00.438579409 +0200
+++ /work/SRC/openSUSE:Factory/.cilium-cli.new.2275/cilium-cli.changes  
2022-09-25 15:36:09.343746149 +0200
@@ -1,0 +2,36 @@
+Sun Sep 25 06:55:40 UTC 2022 - ka...@b1-systems.de
+
+- Update to version 0.12.4:
+  * Prepare for v0.12.4 release
+  * gha: Increase timeout for GKE
+  * connectivity: Add allowed entity related tests
+  * connectivity: Add all entities deny test
+  * connectivity: Add all ingress and egress denied
+  * build(deps): bump library/busybox from `b0b9ae9` to `8946083`
+  * ci: bump Cilium version to v1.12.2
+  * defaults: update default Cilium version to v1.12.2
+  * go.mod, vendor: pull in latest cilium charts for v1.12.2, v1.11.9, v1.10.15
+  * go.mod, vendor: update cilium to v1.12.2
+  * hubble: fix enable/disable command when `cilium-cli-helm-values` does not 
exist
+  * helm: Add support for remote chart version
+  * helm: Rename newChartFromCiliumVersion function
+  * build(deps): bump michi-covalent/push-to-loki from 0.2.0 to 0.2.1
+  * build(deps): bump library/busybox from `306a4bb` to `b0b9ae9`
+  * connectivity: L7 HTTP method test
+  * Retain labels when creating endpoint object in curlEndpoints
+  * Add Labels() to TestPeer interface
+  * connectivity: Add method to podToPod(endpoints)
+  * connectivity: Assert policy denies for disallowed FQDN
+  * build(deps): bump azure/login from 1.4.5 to 1.4.6
+  * eks-tunnel: Skip cilium-health check in the EKS tunnel test
+  * connectivity: Add test for cilium-health
+  * ci: switch to google-github-actions/auth for GKE based workflows
+  * Update golangci-lint to v1.19.0
+  * Dockerfile: use golang image instead of cilium-builder
+  * Update Go to 1.19.1
+  * Status: generate a more meaningful message if agent not running
+  * build(deps): bump library/busybox from `5b1ae0b` to `306a4bb`
+  * Bump go directive version to 1.19 in go.mod
+  * Update stable release to v0.12.3
+
+---

Old:

  cilium-cli-0.12.3.tar.gz

New:

  cilium-cli-0.12.4.tar.gz



Other differences:
--
++ cilium-cli.spec ++
--- /var/tmp/diff_new_pack.mxS2jF/_old  2022-09-25 15:36:10.087747941 +0200
+++ /var/tmp/diff_new_pack.mxS2jF/_new  2022-09-25 15:36:10.091747950 +0200
@@ -19,7 +19,7 @@
 %define __arch_install_post export NO_BRP_STRIP_DEBUG=true
 
 Name:   cilium-cli
-Version:0.12.3
+Version:0.12.4
 Release:0
 Summary:CLI to install, manage & troubleshoot Kubernetes clusters 
running Cilium
 License:Apache-2.0

++ _service ++
--- /var/tmp/diff_new_pack.mxS2jF/_old  2022-09-25 15:36:10.127748037 +0200
+++ /var/tmp/diff_new_pack.mxS2jF/_new  2022-09-25 15:36:10.131748047 +0200
@@ -3,7 +3,7 @@
 https://github.com/cilium/cilium-cli
 git
 .git
-v0.12.3
+v0.12.4
 @PARENT_TAG@
 enable
 v(.*)
@@ -16,7 +16,7 @@
 gz
   
   
-cilium-cli-0.12.3.tar.gz
+cilium-cli-0.12.4.tar.gz
   
 
 

++ _servicedata ++
--- /var/tmp/diff_new_pack.mxS2jF/_old  2022-09-25 15:36:10.151748095 +0200
+++ /var/tmp/diff_new_pack.mxS2jF/_new  2022-09-25 15:36:10.155748105 +0200
@@ -1,6 +1,6 @@
 
 
 https://github.com/cilium/cilium-cli
-  642480bdea781df352c699035db95bb872fe7153
+  f387ed3833740f0bea8a24a28a8dfdb57e41f70e
 (No newline at EOF)
 

++ cilium-cli-0.12.3.tar.gz -> cilium-cli-0.12.4.tar.gz ++
/work/SRC/openSUSE:Factory/cilium-cli/cilium-cli-0.12.3.tar.gz 
/work/SRC/openSUSE:Factory/.cilium-cli.new.2275/cilium-cli-0.12.4.tar.gz 
differ: char 12, line 1

++ vendor.tar.gz ++
/work/SRC/openSUSE:Factory/cilium-cli/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.cilium-cli.new.2275/vendor.tar.gz differ: char 5, 
line 1


commit polaris for openSUSE:Factory

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

here is the log from the commit of package polaris for openSUSE:Factory checked 
in at 2022-09-25 15:35:45

Comparing /work/SRC/openSUSE:Factory/polaris (Old)
 and  /work/SRC/openSUSE:Factory/.polaris.new.2275 (New)


Package is "polaris"

Sun Sep 25 15:35:45 2022 rev:8 rq:1005848 version:7.1.5

Changes:

--- /work/SRC/openSUSE:Factory/polaris/polaris.changes  2022-09-08 
14:23:04.390588527 +0200
+++ /work/SRC/openSUSE:Factory/.polaris.new.2275/polaris.changes
2022-09-25 15:36:10.355748587 +0200
@@ -1,0 +2,32 @@
+Sun Sep 25 07:04:04 UTC 2022 - ka...@b1-systems.de
+
+- Update to version 7.1.5:
+  * Fix 7e099521
+  * Define tag filters for all jobs in the workflow
+  * Re-enable build/push of documentation
+  * Build docker images using goreleaser and support arm64 (#845)
+
+---
+Sun Sep 25 07:01:57 UTC 2022 - ka...@b1-systems.de
+
+- Update to version 7.1.4:
+  * fix packr (#851)
+  * fix goreleaser version
+  * update goreleaser (#850)
+  * update docs (#846)
+  * Add debug info to kube resources, better caching strategy (#840)
+  * update deps (#841)
+  * [FWI-2357] Let Polaris modify YAML without losing comments/formatting 
(#821)
+  * Add warning message for multi-schema checks in admission (#839)
+  * Update README.md (#833)
+  * update dependencies (#836)
+  * Managed by Terraform
+  * Omit empty results, make pretty output less verbose (#767)
+  * Update changelog.md (#825)
+  * Bump k8s.io/client-go from 0.24.3 to 0.24.4 (#828)
+  * FWI-2547: Add checks for RBAC allowing execing or attaching to a Pod (#820)
+  * FWI-2582: Add `clusterrolebindingClusterAdmin`, 
`rolebindingClusterAdminRole`, and `rolebindingClusterAdminClusterRole` checks 
+ schema tests (#823)
+- no releases between 7.0.2 and 7.1.4 upstream
+  https://github.com/FairwindsOps/polaris/releases
+
+---

Old:

  polaris-7.0.2.tar.gz

New:

  polaris-7.1.5.tar.gz



Other differences:
--
++ polaris.spec ++
--- /var/tmp/diff_new_pack.TJoa7R/_old  2022-09-25 15:36:10.803749666 +0200
+++ /var/tmp/diff_new_pack.TJoa7R/_new  2022-09-25 15:36:10.807749675 +0200
@@ -19,7 +19,7 @@
 %define __arch_install_post export NO_BRP_STRIP_DEBUG=true
 
 Name:   polaris
-Version:7.0.2
+Version:7.1.5
 Release:0
 Summary:Validation of best practices in your Kubernetes clusters
 License:Apache-2.0

++ _service ++
--- /var/tmp/diff_new_pack.TJoa7R/_old  2022-09-25 15:36:10.839749752 +0200
+++ /var/tmp/diff_new_pack.TJoa7R/_new  2022-09-25 15:36:10.843749762 +0200
@@ -3,7 +3,7 @@
 https://github.com/FairwindsOps/polaris
 git
 .git
-7.0.2
+7.1.5
 @PARENT_TAG@
 enable
   
@@ -15,7 +15,7 @@
 gz
   
   
-polaris-7.0.2.tar.gz
+polaris-7.1.5.tar.gz
   
 
 

++ _servicedata ++
--- /var/tmp/diff_new_pack.TJoa7R/_old  2022-09-25 15:36:10.863749810 +0200
+++ /var/tmp/diff_new_pack.TJoa7R/_new  2022-09-25 15:36:10.863749810 +0200
@@ -1,6 +1,6 @@
 
 
 https://github.com/FairwindsOps/polaris
-  b90f091bb685f14d1f92c3813640ae90f43b718c
+  98d8646c9a4fe27de62d3514e6428bc8c20dcc2d
 (No newline at EOF)
 

++ polaris-7.0.2.tar.gz -> polaris-7.1.5.tar.gz ++
 23041 lines of diff (skipped)

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


commit starboard for openSUSE:Factory

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

here is the log from the commit of package starboard for openSUSE:Factory 
checked in at 2022-09-25 15:35:46

Comparing /work/SRC/openSUSE:Factory/starboard (Old)
 and  /work/SRC/openSUSE:Factory/.starboard.new.2275 (New)


Package is "starboard"

Sun Sep 25 15:35:46 2022 rev:7 rq:1005856 version:0.15.9

Changes:

--- /work/SRC/openSUSE:Factory/starboard/starboard.changes  2022-09-08 
14:23:46.826686434 +0200
+++ /work/SRC/openSUSE:Factory/.starboard.new.2275/starboard.changes
2022-09-25 15:36:11.531751419 +0200
@@ -1,0 +2,11 @@
+Sun Sep 25 07:10:38 UTC 2022 - ka...@b1-systems.de
+
+- Update to version 0.15.9:
+  * release: prepare v0.15.9 (#1273)
+  * Using latest tag everytime for ubi-minimal (#1269)
+  * release: prepare v0.15.9-rc3 (#1266)
+  * release: prepare v0.15.9-rc2 (#1265)
+  * release: prepare v0.15.9-rc (#1264)
+  * feat: k8s resource computability (#1259)
+
+---

Old:

  starboard-0.15.8.tar.gz

New:

  starboard-0.15.9.tar.gz



Other differences:
--
++ starboard.spec ++
--- /var/tmp/diff_new_pack.UVnoaA/_old  2022-09-25 15:36:12.163752941 +0200
+++ /var/tmp/diff_new_pack.UVnoaA/_new  2022-09-25 15:36:12.167752951 +0200
@@ -19,7 +19,7 @@
 %define __arch_install_post export NO_BRP_STRIP_DEBUG=true
 
 Name:   starboard
-Version:0.15.8
+Version:0.15.9
 Release:0
 Summary:Kubernetes-native security toolkit
 License:Apache-2.0

++ _service ++
--- /var/tmp/diff_new_pack.UVnoaA/_old  2022-09-25 15:36:12.203753037 +0200
+++ /var/tmp/diff_new_pack.UVnoaA/_new  2022-09-25 15:36:12.207753047 +0200
@@ -3,7 +3,7 @@
 https://github.com/aquasecurity/starboard
 git
 .git
-v0.15.8
+v0.15.9
 @PARENT_TAG@
 enable
 v(.*)
@@ -16,7 +16,7 @@
 gz
   
   
-starboard-0.15.8.tar.gz
+starboard-0.15.9.tar.gz
   
 
 

++ _servicedata ++
--- /var/tmp/diff_new_pack.UVnoaA/_old  2022-09-25 15:36:12.227753095 +0200
+++ /var/tmp/diff_new_pack.UVnoaA/_new  2022-09-25 15:36:12.231753104 +0200
@@ -1,6 +1,6 @@
 
 
 https://github.com/aquasecurity/starboard
-  3c22a27381491353a8d37455d450824b5b015d85
+  62c56e6771d744885e902b4c2d07808fd3ee69e1
 (No newline at EOF)
 

++ starboard-0.15.8.tar.gz -> starboard-0.15.9.tar.gz ++
/work/SRC/openSUSE:Factory/starboard/starboard-0.15.8.tar.gz 
/work/SRC/openSUSE:Factory/.starboard.new.2275/starboard-0.15.9.tar.gz differ: 
char 12, line 1

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


commit ocli for openSUSE:Factory

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

here is the log from the commit of package ocli for openSUSE:Factory checked in 
at 2022-09-25 15:35:49

Comparing /work/SRC/openSUSE:Factory/ocli (Old)
 and  /work/SRC/openSUSE:Factory/.ocli.new.2275 (New)


Package is "ocli"

Sun Sep 25 15:35:49 2022 rev:6 rq:1005871 version:0.9.0

Changes:

--- /work/SRC/openSUSE:Factory/ocli/ocli.changes2021-10-29 
22:35:35.079712747 +0200
+++ /work/SRC/openSUSE:Factory/.ocli.new.2275/ocli.changes  2022-09-25 
15:36:13.067755118 +0200
@@ -1,0 +2,6 @@
+Sun Sep 25 09:59:14 UTC 2022 - David Arky 
+
+- Add patch:
+  * fix-dangling-pointer.patch
+
+---

New:

  fix-dangling-pointer.patch



Other differences:
--
++ ocli.spec ++
--- /var/tmp/diff_new_pack.sJbRGU/_old  2022-09-25 15:36:13.471756092 +0200
+++ /var/tmp/diff_new_pack.sJbRGU/_new  2022-09-25 15:36:13.479756111 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ocli
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 # Copyright (c) 2020-2021, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
@@ -28,6 +28,7 @@
 Patch0: 0001-FIX-adapted-for-gpsd-3.20.patch
 Patch1: 0001-FIX-adapted-for-gpsd-3.21.patch
 Patch2: 0001-FIX-adapted-for-gpsd-3.23.1.patch
+Patch3: fix-dangling-pointer.patch
 BuildRequires:  gpsd-devel
 BuildRequires:  mosquitto-devel
 Provides:   owntracks-cli-publisher
@@ -43,6 +44,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 export CFLAGS="%{optflags}"

++ fix-dangling-pointer.patch ++
--- ocli-0.9.0.orig/owntracks-cli-publisher.c   2022-09-24 10:36:17.717664852 
+0200
+++ ocli-0.9.0/owntracks-cli-publisher.c2022-09-24 10:14:17.035192128 
+0200
@@ -311,7 +311,7 @@
 
p = NULL;
while ((p = (char**)utarray_next(parms, p))) {
-   char *key = basename(*p), *val = NULL;
+   char *key = basename(*p), *val = NULL, buf[1025];
FILE *fp;
bool is_exec = false;
 
@@ -333,7 +333,7 @@
perror(*p);
continue;
} else {
-   char buf[1025], *bp;
+   char *bp;
if (fgets(buf, sizeof(buf), fp) != NULL) {
if ((bp = strchr(buf, '\r')) != NULL)
*bp = 0;


commit python-graphene-django for openSUSE:Factory

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

here is the log from the commit of package python-graphene-django for 
openSUSE:Factory checked in at 2022-09-25 15:35:48

Comparing /work/SRC/openSUSE:Factory/python-graphene-django (Old)
 and  /work/SRC/openSUSE:Factory/.python-graphene-django.new.2275 (New)


Package is "python-graphene-django"

Sun Sep 25 15:35:48 2022 rev:7 rq:1005858 version:3.0.0b8

Changes:

--- 
/work/SRC/openSUSE:Factory/python-graphene-django/python-graphene-django.changes
2022-05-12 23:01:49.680915034 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-graphene-django.new.2275/python-graphene-django.changes
  2022-09-25 15:36:12.391753490 +0200
@@ -1,0 +2,8 @@
+Sun Sep 25 07:56:23 UTC 2022 - John Vandenberg 
+
+- Add 12 test skips for minor differences in expected string results
+- Update to v3.0.0b8
+  * Adds Python 3.10 and Django 4.1 support
+  * See 
https://github.com/graphql-python/graphene-django/compare/v3.0.0b7...v3.0.0b8
+
+---

Old:

  graphene-django-3.0.0b7.tar.gz

New:

  graphene-django-3.0.0b8.tar.gz



Other differences:
--
++ python-graphene-django.spec ++
--- /var/tmp/diff_new_pack.qdH5lW/_old  2022-09-25 15:36:12.779754424 +0200
+++ /var/tmp/diff_new_pack.qdH5lW/_new  2022-09-25 15:36:12.783754435 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-graphene-django
-Version:3.0.0b7
+Version:3.0.0b8
 Release:0
 Summary:Graphene Django integration
 License:MIT
@@ -28,12 +28,11 @@
 Source: 
https://github.com/graphql-python/graphene-django/archive/v%{version}.tar.gz#/graphene-django-%{version}.tar.gz
 # https://github.com/graphql-python/graphene-django/issues/1321
 Patch0: python-graphene-django-no-mock.patch
-BuildRequires:  %{python_module django-codemod}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  tree
-Requires:   python-Django >= 2.2
+Requires:   python-Django >= 3.2
 Requires:   python-graphene >= 2.9.9
 Requires:   python-graphql-core >= 3.1.0
 Requires:   python-graphql-relay
@@ -64,30 +63,33 @@
 %prep
 %setup -q -n graphene-django-%{version}
 %patch0 -p1
+sed -i 's/from mock import MagicMock/from unittest.mock import MagicMock/' 
graphene_django/filter/tests/conftest.py
+
 rm setup.cfg
 sed -i '/pytest-runner/d' setup.py
 
-# Fixed upstream after 3.0.0b7 but not released
-djcodemod run --removed-in 4.0 graphene_django/tests/urls.py 
graphene_django/tests/urls_pretty.py graphene_django/tests/urls_inherited.py
-
 %build
 %python_build
 
 %install
 %python_install
+%python_expand find %{buildroot}%{$python_sitelib}/graphene_django -name tests 
| xargs rm -r
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
 PYTHONPATH=${PWD}
 export DJANGO_SETTINGS_MODULE=examples.django_test_settings
-# test_pytest_fixture_usage was noticed to be failing after Django 4, but it 
may
-# be something else around that time which broke it.  It has no impact on
-# django-countries, the only openSUSE package using this.
-%pytest -k 'not test_pytest_fixture_usage'
+
+# The following started failing in 4.1 with b8
+skips="test_integer_field_filter_type or test_other_filter_types or 
test_generate_graphql_file_on_call_graphql_schema or test_schema_representation"
+skips="$skips or test_django_objecttype_convert_choices_enum or 
test_django_objecttype_choices_custom_enum_name"
+skips="$skips or test_reports_validation_errors or 
test_errors_when_missing_operation_name or 
test_handles_syntax_errors_caught_by_graphql"
+
+%pytest -k "not ($skips)"
 
 %files %{python_files}
 %doc README.rst README.md
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/graphene[_-]django*
 
 %changelog

++ graphene-django-3.0.0b7.tar.gz -> graphene-django-3.0.0b8.tar.gz ++
 4204 lines of diff (skipped)


commit pluto for openSUSE:Factory

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

here is the log from the commit of package pluto for openSUSE:Factory checked 
in at 2022-09-25 15:35:42

Comparing /work/SRC/openSUSE:Factory/pluto (Old)
 and  /work/SRC/openSUSE:Factory/.pluto.new.2275 (New)


Package is "pluto"

Sun Sep 25 15:35:42 2022 rev:17 rq:1005846 version:5.11.0

Changes:

--- /work/SRC/openSUSE:Factory/pluto/pluto.changes  2022-09-14 
13:45:00.061897109 +0200
+++ /work/SRC/openSUSE:Factory/.pluto.new.2275/pluto.changes2022-09-25 
15:36:08.191743374 +0200
@@ -1,0 +2,9 @@
+Sun Sep 25 06:54:38 UTC 2022 - ka...@b1-systems.de
+
+- Update to version 5.11.0:
+  * Feature : Detect depcreated API's on a live cluster resources (#367)
+  * Bump github.com/spf13/viper from 1.12.0 to 1.13.0 (#379)
+  * Bump k8s.io/client-go from 0.25.0 to 0.25.1 (#381)
+  * Bump k8s.io/klog/v2 from 2.70.1 to 2.80.1 (#378)
+
+---

Old:

  pluto-5.10.7.tar.gz

New:

  pluto-5.11.0.tar.gz



Other differences:
--
++ pluto.spec ++
--- /var/tmp/diff_new_pack.dJq5EG/_old  2022-09-25 15:36:08.763744752 +0200
+++ /var/tmp/diff_new_pack.dJq5EG/_new  2022-09-25 15:36:08.767744762 +0200
@@ -19,7 +19,7 @@
 %define __arch_install_post export NO_BRP_STRIP_DEBUG=true
 
 Name:   pluto
-Version:5.10.7
+Version:5.11.0
 Release:0
 Summary:A cli tool to help discover deprecated apiVersions in 
Kubernetes
 License:Apache-2.0

++ _service ++
--- /var/tmp/diff_new_pack.dJq5EG/_old  2022-09-25 15:36:08.799744838 +0200
+++ /var/tmp/diff_new_pack.dJq5EG/_new  2022-09-25 15:36:08.803744849 +0200
@@ -3,7 +3,7 @@
 https://github.com/FairwindsOps/pluto
 git
 .git
-v5.10.7
+v5.11.0
 @PARENT_TAG@
 enable
 v(.*)
@@ -16,7 +16,7 @@
 gz
   
   
-pluto-5.10.7.tar.gz
+pluto-5.11.0.tar.gz
   
 
 

++ _servicedata ++
--- /var/tmp/diff_new_pack.dJq5EG/_old  2022-09-25 15:36:08.819744887 +0200
+++ /var/tmp/diff_new_pack.dJq5EG/_new  2022-09-25 15:36:08.823744897 +0200
@@ -1,6 +1,6 @@
 
 
 https://github.com/FairwindsOps/pluto
-  62c93482d6e48b1e526b54db64de8dc6854ac907
+  7dc487a855dc5612ea31d62de42e594bb1cfec16
 (No newline at EOF)
 

++ pluto-5.10.7.tar.gz -> pluto-5.11.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pluto-5.10.7/.github/pull_request_template.md 
new/pluto-5.11.0/.github/pull_request_template.md
--- old/pluto-5.10.7/.github/pull_request_template.md   2022-09-12 
17:42:16.0 +0200
+++ new/pluto-5.11.0/.github/pull_request_template.md   2022-09-22 
21:28:19.0 +0200
@@ -1,8 +1,4 @@

-name: PR Request
-description: Submit a PR request
-labels: [triage]

+
 This PR fixes #
 
 ## Checklist
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pluto-5.10.7/cmd/root.go new/pluto-5.11.0/cmd/root.go
--- old/pluto-5.10.7/cmd/root.go2022-09-12 17:42:16.0 +0200
+++ new/pluto-5.11.0/cmd/root.go2022-09-22 21:28:19.0 +0200
@@ -36,6 +36,7 @@
"strings"
 
"github.com/fairwindsops/pluto/v5/pkg/api"
+   discoveryapi "github.com/fairwindsops/pluto/v5/pkg/discovery-api"
"github.com/fairwindsops/pluto/v5/pkg/finder"
"github.com/fairwindsops/pluto/v5/pkg/helm"
"github.com/rogpeppe/go-internal/semver"
@@ -98,6 +99,8 @@
rootCmd.AddCommand(listVersionsCmd)
rootCmd.AddCommand(detectCmd)
 
+   rootCmd.AddCommand(detectApiResourceCmd)
+
klog.InitFlags(nil)
pflag.CommandLine.AddGoFlag(flag.CommandLine.Lookup("v"))
 }
@@ -395,6 +398,34 @@
},
 }
 
+var detectApiResourceCmd = &cobra.Command{
+   Use:   "detect-api-resources",
+   Short: "detect-api-resources",
+   Long:  `Detect Kubernetes apiVersions from an active cluster.`,
+   Run: func(cmd *cobra.Command, args []string) {
+
+   disCl, err := discoveryapi.NewDiscoveryClient(apiInstance)
+   if err != nil {
+   fmt.Println("Error creating Discovery REST Client: ", 
err)
+   os.Exit(1)
+   }
+   err = disCl.GetApiResources()
+   if err != nil {
+   fmt.Println("Error getting API resources using 
discovery client:", err)
+   os.Exit(1)
+   }
+
+   err = apiInstance.DisplayOutput()
+   if err != nil {
+   fmt.Println("Error Parsing Output:", err)
+   os.Exit(1)
+   }
+   retCode := apiInstance.

commit elixir-doc for openSUSE:Factory

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

here is the log from the commit of package elixir-doc for openSUSE:Factory 
checked in at 2022-09-25 15:36:23

Comparing /work/SRC/openSUSE:Factory/elixir-doc (Old)
 and  /work/SRC/openSUSE:Factory/.elixir-doc.new.2275 (New)


Package is "elixir-doc"

Sun Sep 25 15:36:23 2022 rev:2 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.akZ68d/_old  2022-09-25 15:36:24.563782806 +0200
+++ /var/tmp/diff_new_pack.akZ68d/_new  2022-09-25 15:36:24.567782816 +0200
@@ -1,3 +1,3 @@
-
+
 (No newline at EOF)
 


commit livecd-openSUSE for openSUSE:Factory

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

here is the log from the commit of package livecd-openSUSE for openSUSE:Factory 
checked in at 2022-09-25 16:21:14

Comparing /work/SRC/openSUSE:Factory/livecd-openSUSE (Old)
 and  /work/SRC/openSUSE:Factory/.livecd-openSUSE.new.2275 (New)


Package is "livecd-openSUSE"

Sun Sep 25 16:21:14 2022 rev:194 rq: version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/livecd-openSUSE/livecd-openSUSE.changes  
2022-09-21 19:48:19.538101587 +0200
+++ 
/work/SRC/openSUSE:Factory/.livecd-openSUSE.new.2275/livecd-openSUSE.changes
2022-09-25 16:21:15.646052995 +0200
@@ -1,0 +2,5 @@
+Sun Sep 25 14:20:12 UTC 2022 - Dominique Leuenberger 
+
+- Re-add tumbler: build fixed 
+
+---



Other differences:
--
livecd-leap-kde.kiwi: same change
livecd-leap-x11.kiwi: same change
++ livecd-leap-xfce.kiwi ++
--- /var/tmp/diff_new_pack.QaPBiL/_old  2022-09-25 16:21:16.494054904 +0200
+++ /var/tmp/diff_new_pack.QaPBiL/_new  2022-09-25 16:21:16.498054912 +0200
@@ -472,8 +472,6 @@
 
 
 
-
-
 
 
 

livecd-tumbleweed-gnome.kiwi: same change
livecd-tumbleweed-kde.kiwi: same change
livecd-tumbleweed-x11.kiwi: same change
++ livecd-tumbleweed-xfce.kiwi ++
--- /var/tmp/diff_new_pack.QaPBiL/_old  2022-09-25 16:21:16.550055030 +0200
+++ /var/tmp/diff_new_pack.QaPBiL/_new  2022-09-25 16:21:16.554055039 +0200
@@ -463,8 +463,6 @@
 
 
 
-
-
 
 
 

++ list-xfce.sh ++
--- /var/tmp/diff_new_pack.QaPBiL/_old  2022-09-25 16:21:16.678055318 +0200
+++ /var/tmp/diff_new_pack.QaPBiL/_new  2022-09-25 16:21:16.682055327 +0200
@@ -17,7 +17,6 @@
 
 #temp disabled - until build fuxed
 buildignore pragha
-buildignore tumbler
 
 # Packages for the installer
 source "$PWD/list-installer.sh"


commit 000update-repos for openSUSE:Factory

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

here is the log from the commit of package 000update-repos for openSUSE:Factory 
checked in at 2022-09-25 21:07:32

Comparing /work/SRC/openSUSE:Factory/000update-repos (Old)
 and  /work/SRC/openSUSE:Factory/.000update-repos.new.2275 (New)


Package is "000update-repos"

Sun Sep 25 21:07:32 2022 rev:2095 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  factory:non-oss_3350.1.packages.zst
  factory_20220923.packages.zst



Other differences:
--


commit 000release-packages for openSUSE:Factory

2022-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 2022-09-26 00:12:59

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


Package is "000release-packages"

Mon Sep 26 00:12:59 2022 rev:1847 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ MicroOS-release.spec ++
--- /var/tmp/diff_new_pack.8hwyDO/_old  2022-09-26 00:13:02.882692021 +0200
+++ /var/tmp/diff_new_pack.8hwyDO/_new  2022-09-26 00:13:02.886692027 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   MicroOS-release
-Version:20220923
+Version:20220925
 Release:0
 Summary:openSUSE MicroOS 
 License:GPL-2.0-or-later
@@ -176,9 +176,9 @@
 %include %{SOURCE100}
 Provides:   %name-%version
 Provides:   product() = MicroOS
-Provides:   product(MicroOS) = 20220923-0
+Provides:   product(MicroOS) = 20220925-0
 Provides:   product-label() = openSUSE%20MicroOS
-Provides:   product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Amicroos%3A20220923
+Provides:   product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Amicroos%3A20220925
 Provides:   product-url(releasenotes) = 
http%3A%2F%2Fdoc.opensuse.org%2Frelease%2Dnotes%2Fx86_64%2FopenSUSE%2FTumbleweed%2Frelease%2Dnotes%2DopenSUSE.rpm
 Provides:   product-endoflife()
 Requires:   product_flavor(MicroOS)
@@ -194,7 +194,7 @@
 Group:  System/Fhs
 Provides:   product_flavor()
 Provides:   flavor(dvd)
-Provides:   product_flavor(MicroOS) = 20220923-0
+Provides:   product_flavor(MicroOS) = 20220925-0
 Summary:openSUSE MicroOS%{?betaversion: %{betaversion}}
 
 %description dvd
@@ -210,7 +210,7 @@
 Group:  System/Fhs
 Provides:   product_flavor()
 Provides:   flavor(appliance)
-Provides:   product_flavor(MicroOS) = 20220923-0
+Provides:   product_flavor(MicroOS) = 20220925-0
 Summary:openSUSE MicroOS%{?betaversion: %{betaversion}}
 
 %description appliance
@@ -267,11 +267,11 @@
 
   openSUSE
   MicroOS
-  20220923
+  20220925
   0
   
   %{_target_cpu}
-  cpe:/o:opensuse:microos:20220923
+  cpe:/o:opensuse:microos:20220925
   MicroOS
   
 

++ openSUSE-Addon-NonOss-release.spec ++
--- /var/tmp/diff_new_pack.8hwyDO/_old  2022-09-26 00:13:02.906692058 +0200
+++ /var/tmp/diff_new_pack.8hwyDO/_new  2022-09-26 00:13:02.910692064 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package openSUSE-Addon-NonOss-release (Version 20220923)
+# spec file for package openSUSE-Addon-NonOss-release (Version 20220925)
 #
 # Copyright (c) 2022 openSUSE.
 #
@@ -16,16 +16,16 @@
 Name:   openSUSE-Addon-NonOss-release
 %define product openSUSE-Addon-NonOss
 Summary:openSUSE NonOSS Addon%{?betaversion: %{betaversion}}
-Version:20220923
+Version:20220925
 Release:0
 License:BSD-3-Clause
 Group:  System/Fhs
 
 Provides:   %name-%version
 Provides:   product() = openSUSE-Addon-NonOss
-Provides:   product(openSUSE-Addon-NonOss) = 20220923-0
+Provides:   product(openSUSE-Addon-NonOss) = 20220925-0
 Provides:   product-label() = non%20oss%20addon
-Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Daddon%2Dnonoss%3A20220923
+Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Daddon%2Dnonoss%3A20220925
 
 
 AutoReqProv:on
@@ -48,10 +48,10 @@
 
   openSUSE
   openSUSE-Addon-NonOss
-  20220923
+  20220925
   0
   %{_target_cpu}
-  cpe:/o:opensuse:opensuse-addon-nonoss:20220923
+  cpe:/o:opensuse:opensuse-addon-nonoss:20220925
   
 
 

++ openSUSE-release.spec ++
--- /var/tmp/diff_new_pack.8hwyDO/_old  2022-09-26 00:13:02.934692103 +0200
+++ /var/tmp/diff_new_pack.8hwyDO/_new  2022-09-26 00:13:02.938692109 +0200
@@ -20,7 +20,7 @@
 #define betaversion %{nil}
 %define codename Tumbleweed
 Name:   openSUSE-release
-Version:20220923
+Version:20220925
 Release:0
 # 0 is the product release, not the build release of this package
 Summary:openSUSE Tumbleweed
@@ -178,7 +178,7 @@
 %include %{SOURCE100}
 Provides:   %name-%version
 Provides:   product() = openSUSE
-Provides:   product(openSUSE) = 20220923-0
+Provides:   product(openSUSE) = 20220925-0
 %ifarch x86_64
 Provides:   product-register-target() = openSUSE%2DTumbleweed%2Dx86_64
 %endif
@@ -192,7 +192,7 @@
 Provides:   product-register-target() = openSUSE%2DTumbleweed%2Daarch64
 %endif
 Provides:   product-label() = openSUSE
-Provides:   product-cpeid() = cpe%3A%2Fo%3Aopensuse%3

commit 000product for openSUSE:Factory

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

here is the log from the commit of package 000product for openSUSE:Factory 
checked in at 2022-09-26 00:13:03

Comparing /work/SRC/openSUSE:Factory/000product (Old)
 and  /work/SRC/openSUSE:Factory/.000product.new.2275 (New)


Package is "000product"

Mon Sep 26 00:13:03 2022 rev:3351 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ MicroOS-dvd5-dvd-x86_64.kiwi ++
--- /var/tmp/diff_new_pack.BVSmP0/_old  2022-09-26 00:13:06.950698439 +0200
+++ /var/tmp/diff_new_pack.BVSmP0/_new  2022-09-26 00:13:06.954698445 +0200
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -35,11 +35,11 @@
   true
   -x -2
   openSUSE
-  20220923
+  20220925
   11
-  cpe:/o:opensuse:microos:20220923,openSUSE 
MicroOS
+  cpe:/o:opensuse:microos:20220925,openSUSE 
MicroOS
   en_US 
-  obsproduct://build.opensuse.org/openSUSE:Factory/MicroOS/20220923/x86_64
+  obsproduct://build.opensuse.org/openSUSE:Factory/MicroOS/20220925/x86_64
   openSUSE
   /usr/share/kiwi/modules/plugins/tumbleweed
   /usr/share/kiwi/modules/plugins/tumbleweed
@@ -1495,10 +1495,10 @@
   
   
   
-  
+  
   
   
-  
+  
   
   
   
@@ -1590,8 +1590,8 @@
   
   
   
-  
-  
+  
+  
   
   
   
@@ -2234,7 +2234,7 @@
   
   
   
-  
+  
   
   
   

++ openSUSE-Addon-NonOss-ftp-ftp-i586_x86_64.kiwi ++
--- /var/tmp/diff_new_pack.BVSmP0/_old  2022-09-26 00:13:06.978698484 +0200
+++ /var/tmp/diff_new_pack.BVSmP0/_new  2022-09-26 00:13:06.982698490 +0200
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -36,11 +36,11 @@
   true
   -x -2
   openSUSE
-  20220923
+  20220925
   11
-  cpe:/o:opensuse:opensuse-addon-nonoss:20220923,openSUSE NonOSS 
Addon
+  cpe:/o:opensuse:opensuse-addon-nonoss:20220925,openSUSE NonOSS 
Addon
   af ar be_BY bg br ca cy el et ga gl gu_IN he 
hi_IN hr ka km ko lt mk nn pa_IN rw sk sl sr_CS ss st tg th tr uk ve vi xh zu 

-  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-Addon-NonOss/20220923/i586
 
obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-Addon-NonOss/20220923/x86_64
+  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-Addon-NonOss/20220925/i586
 
obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-Addon-NonOss/20220925/x86_64
   openSUSE
   /usr/share/kiwi/modules/plugins/tumbleweed
   /usr/share/kiwi/modules/plugins/tumbleweed

++ openSUSE-cd-mini-i586.kiwi ++
--- /var/tmp/diff_new_pack.BVSmP0/_old  2022-09-26 00:13:07.002698521 +0200
+++ /var/tmp/diff_new_pack.BVSmP0/_new  2022-09-26 00:13:07.006698527 +0200
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -32,11 +32,11 @@
   true
   -x -2
   openSUSE
-  20220923
+  20220925
   11
-  cpe:/o:opensuse:opensuse:20220923,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:20220925,openSUSE 
Tumbleweed
   cs da de el en en_GB en_US es fr hu it ja pl 
pt pt_BR ru zh zh_CN zh_TW 
-  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20220923/i586
+  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20220925/i586
   openSUSE
   /usr/share/kiwi/modules/plugins/tumbleweed
   /usr/share/kiwi/modules/plugins/tumbleweed

++ openSUSE-cd-mini-x86_64.kiwi ++
--- /var/tmp/diff_new_pack.BVSmP0/_old  2022-09-26 00:13:07.022698553 +0200
+++ /var/tmp/diff_new_pack.BVSmP0/_new  2022-09-26 00:13:07.026698558 +0200
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -35,11 +35,11 @@
   true
   -x -2
   openSUSE
-  20220923
+  20220925
   11
-  cpe:/o:opensuse:opensuse:20220923,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:20220925,openSUSE 
Tumbleweed
   cs da de el en en_GB en_US es fr hu it ja pl 
pt pt_BR ru zh zh_CN zh_TW 
-  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20220923/x86_64
+  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20220925/x86_64
   openSUSE
   /usr/share/kiwi/modules/plugins/tumbleweed
   /usr/share/kiwi/modules/plugins/tumbleweed

++ openSUSE-dvd5-dvd-i586.kiwi ++
--- /var/tmp/diff_new_pack.BVSmP0/_old  2022-09-26 00:13:07.042698584 +0200
+++ /var/tmp/diff_new_pack.BVSmP0/_new  2022-09-26 00:13:07.046698591 +0200
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -32,11 +32,11 @@
   true
   -x -2
   openSUSE
-  20220923
+  20220925
   11
-  cpe: