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 2022-05-02 16:24:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gns3-server (Old) and /work/SRC/openSUSE:Factory/.gns3-server.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gns3-server" Mon May 2 16:24:58 2022 rev:24 rq:974204 version:2.2.31 Changes: -------- --- /work/SRC/openSUSE:Factory/gns3-server/gns3-server.changes 2022-03-21 20:13:41.256538888 +0100 +++ /work/SRC/openSUSE:Factory/.gns3-server.new.1538/gns3-server.changes 2022-05-02 16:25:09.228810469 +0200 @@ -1,0 +2,9 @@ +Sun Apr 24 19:42:04 UTC 2022 - Martin Hauke <mar...@gmx.de> + +- Update to version 2.2.31 + * qemu_vm.py Linked node test. + * Fix dead link in README.rst +- Add patch: + * gns3-server-fix-requirements.patch + +------------------------------------------------------------------- Old: ---- gns3-server-2.2.28.tar.gz New: ---- gns3-server-2.2.31.tar.gz gns3-server-fix-requirements.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gns3-server.spec ++++++ --- /var/tmp/diff_new_pack.oP913R/_old 2022-05-02 16:25:10.140811483 +0200 +++ /var/tmp/diff_new_pack.oP913R/_new 2022-05-02 16:25:10.144811488 +0200 @@ -23,7 +23,7 @@ %define gns3_group _gns3 %define gns3_home %{_sharedstatedir}/gns3 Name: gns3-server -Version: 2.2.28 +Version: 2.2.31 Release: 0 Summary: A graphical network simulator License: GPL-3.0-or-later @@ -32,6 +32,7 @@ Source0: https://github.com/GNS3/gns3-server/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: %{name}-rpmlintrc Source2: %{name}.service +Patch1: gns3-server-fix-requirements.patch BuildRequires: busybox BuildRequires: fdupes BuildRequires: python3-pip @@ -41,18 +42,18 @@ Requires: docker Requires: dynamips >= 0.2.11 Requires: iouyap -Requires: python3-Jinja2 >= 2.7.3 +Requires: python3-Jinja2 >= 3.0.3 Requires: python3-aiofiles >= 0.5.0 Requires: python3-aiohttp >= 3.6.2 Requires: python3-aiohttp_cors >= 0.7.0 Requires: python3-async_generator Requires: python3-async_timeout >= 3.0.1 -Requires: python3-distro >= 1.3.0 +Requires: python3-distro >= 1.6.0 Requires: python3-docker-py >= 1.4.0 Requires: python3-prompt_toolkit1 -Requires: python3-psutil >= 5.6.6 -Requires: python3-py-cpuinfo >= 7.0.0 -Requires: python3-sentry-sdk >= 0.14.4 +Requires: python3-psutil >= 5.9.0 +Requires: python3-py-cpuinfo >= 8.0.0 +Requires: python3-sentry-sdk >= 1.5.4 Requires: python3-zipstream >= 1.1.3 Requires: qemu Requires: ubridge >= 0.9.14 @@ -78,7 +79,7 @@ You will need the new GNS3 GUI (gns3-gui repository) to control the server. %prep -%setup -q +%autosetup -p1 find . -type f -name "*.py" -exec sed -i 's/^#!\/usr\/bin\/env python3/#!\/usr\/bin\/python3/' {} + find . -type f -name "*.py" -exec sed -i 's/^#!\/usr\/bin\/env python/#!\/usr\/bin\/python3/' {} + ## Relax requirements ++++++ gns3-server-2.2.28.tar.gz -> gns3-server-2.2.31.tar.gz ++++++ /work/SRC/openSUSE:Factory/gns3-server/gns3-server-2.2.28.tar.gz /work/SRC/openSUSE:Factory/.gns3-server.new.1538/gns3-server-2.2.31.tar.gz differ: char 23, line 1 ++++++ gns3-server-fix-requirements.patch ++++++ diff --git a/requirements.txt b/requirements.txt index 5fa46e8..d1ae80d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,10 @@ -jsonschema==3.2.0 +jsonschema>=3.2.0 aiohttp==3.7.4.post0 aiohttp-cors==0.7.0 -aiofiles==0.8.0 -Jinja2==3.0.3 -sentry-sdk==1.5.4 -psutil==5.9.0 +aiofiles>=0.8.0 +Jinja2>=3.0.3 +sentry-sdk>=1.5.4 +psutil>=5.9.0 async-timeout==3.0.1 -distro==1.6.0 -py-cpuinfo==8.0.0 -setuptools==60.6.0; python_version >= '3.7' # don't upgrade because of https://github.com/pypa/setuptools/issues/3084 -setuptools==59.6.0; python_version < '3.7' # v59.7.0 dropped support for Python 3.6 +distro>=1.6.0 +py-cpuinfo>=7.0.0