Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gns3-server for openSUSE:Factory checked in at 2023-12-06 23:47:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gns3-server (Old) and /work/SRC/openSUSE:Factory/.gns3-server.new.25432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gns3-server" Wed Dec 6 23:47:42 2023 rev:28 rq:1131029 version:2.2.44.1 Changes: -------- --- /work/SRC/openSUSE:Factory/gns3-server/gns3-server.changes 2023-08-22 08:56:45.666628881 +0200 +++ /work/SRC/openSUSE:Factory/.gns3-server.new.25432/gns3-server.changes 2023-12-06 23:48:02.650858875 +0100 @@ -1,0 +2,37 @@ +Sun Nov 26 14:49:47 UTC 2023 - malcolmle...@opensuse.org + +- Updated to version 2.2.44.1: + * Catch exceptions when computing image checksums, + (gh#GNS3/gns-server#2228). + * Add freeze_support() for multiprocessing. +- Update rpmlintrc to remove unused-rpmlintrc-filter on + python-missing-require importlib-resources. +- Add missing requires on python3-platformdirs and + python3-truststore. +- Changes from version 2.2.44: + * Bundle web-ui v2.2.44. + * Non-blocking checksums computation when server starts, + (gh#GNS3/gns-server#2228). + * Fix timeout issue when creating Qemu disk image, + (gh#GNS3/gns-server#2313). + * Support for web socket console over HTTPS. + * Add back script create_cert.sh. + * Allow disabling hardware virtualization check. + * Fix L2IOU "failed code signing checks" when IOU base file name + is >= 63 characters. + * Change "ip cef" to "no ip cef" in IOU default configs, + (gh#GNS3/gns-server#2298). + * Add Qemu IGB network device + * Add Python 3.12 support. + * Fix issue with importlib.resources.files() and Python 3.9 +- Changes from version 2.2.43: + * Force English output for VBoxManage, (gh#GNS3/gns-server#2266). + * Automatically add vboxnet and DHCP server if not present for + VirtualBox GNS3 VM, (gh#GNS3/gns-server#2266). + * Fix issue with controller config saved before checking current + version with previous one. + * Prevent X11 socket file to be modified by Docker container. + * Use the user data dir to store built-in appliances. + * Catch ConnectionResetError exception when client disconnects. + +------------------------------------------------------------------- Old: ---- gns3-server-2.2.42.tar.gz New: ---- gns3-server-2.2.44.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gns3-server.spec ++++++ --- /var/tmp/diff_new_pack.m5EKs2/_old 2023-12-06 23:48:03.758899724 +0100 +++ /var/tmp/diff_new_pack.m5EKs2/_new 2023-12-06 23:48:03.774900314 +0100 @@ -23,7 +23,7 @@ %define gns3_group _gns3 %define gns3_home %{_sharedstatedir}/gns3 Name: gns3-server -Version: 2.2.42 +Version: 2.2.44.1 Release: 0 Summary: A graphical network simulator License: GPL-3.0-or-later @@ -50,9 +50,11 @@ Requires: python3-async_timeout >= 4.0.2 Requires: python3-distro >= 1.6.0 Requires: python3-jsonschema >= 3.2.0 +Requires: python3-platformdirs Requires: python3-psutil >= 5.8.0 Requires: python3-py-cpuinfo >= 8.0.0 Requires: python3-sentry-sdk >= 1.12.1 +Requires: python3-truststore %if 0%{?python3_version_nodots} < 39 Requires: python3-importlib-resources >= 1.3 %endif ++++++ gns3-server-2.2.42.tar.gz -> gns3-server-2.2.44.1.tar.gz ++++++ /work/SRC/openSUSE:Factory/gns3-server/gns3-server-2.2.42.tar.gz /work/SRC/openSUSE:Factory/.gns3-server.new.25432/gns3-server-2.2.44.1.tar.gz differ: char 12, line 1 ++++++ gns3-server-rpmlintrc ++++++ --- /var/tmp/diff_new_pack.m5EKs2/_old 2023-12-06 23:48:03.890904590 +0100 +++ /var/tmp/diff_new_pack.m5EKs2/_new 2023-12-06 23:48:03.898904885 +0100 @@ -1,6 +1,3 @@ # docker builds an isolated buildroot, this not in the system addFilter("E: wrong-script-interpreter") -# the check does not understand the python version specifier for python_version <= '3.9' -addFilter("python-missing-require importlib-resources") -(No newline at EOF)