Hello community,

here is the log from the commit of package python-gvm-tools for 
openSUSE:Factory checked in at 2020-10-29 14:51:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-gvm-tools (Old)
 and      /work/SRC/openSUSE:Factory/.python-gvm-tools.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-gvm-tools"

Thu Oct 29 14:51:50 2020 rev:3 rq:844258 version:20.10.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-gvm-tools/python-gvm-tools.changes        
2020-10-26 16:22:59.923257763 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-gvm-tools.new.3463/python-gvm-tools.changes  
    2020-10-29 14:51:50.725216146 +0100
@@ -1,0 +2,5 @@
+Mon Oct 26 23:17:55 UTC 2020 - Benjamin Greiner <c...@bnavigator.de>
+
+- Kill dephell dependency 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-gvm-tools.spec ++++++
--- /var/tmp/diff_new_pack.lViKOk/_old  2020-10-29 14:51:51.313216729 +0100
+++ /var/tmp/diff_new_pack.lViKOk/_new  2020-10-29 14:51:51.317216733 +0100
@@ -28,9 +28,9 @@
 Source:         
https://github.com/greenbone/gvm-tools/archive/v%{version}.tar.gz#/gvm-tools-%{version}.tar.gz
 #Source98:       
https://github.com/greenbone/gvm-tools/releases/download/v%%{version}/v%%{version}.tar.gz.asc#/gvm-tools-%%{version}.tar.gz.sig
 #Source99:       
https://www.greenbone.net/GBCommunitySigningKey.asc#/gvm-tools.keyring
-BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module poetry}
 BuildRequires:  fdupes
-BuildRequires:  python-dephell-rpm-macros
 BuildRequires:  python-rpm-macros
 Requires:       python-python-gvm >= 1.4.0
 BuildArch:      noarch
@@ -54,25 +54,22 @@
 
 %prep
 %setup -q -n gvm-tools-%{version}
-%dephell_gensetup
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_clone -a %{buildroot}%{_bindir}/gvm-cli
 %python_clone -a %{buildroot}%{_bindir}/gvm-pyshell
 %python_clone -a %{buildroot}%{_bindir}/gvm-script
-# Remove tests from sitelib
-%python_expand rm -rf %{buildroot}%{$python_sitelib}/tests
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %post
 %python_install_alternative gvm-cli gvm-pyshell gvm-script
 
 %postun
-%python_uninstall_alternative gvm-cli gvm-pyshell gvm-script
+%python_uninstall_alternative gvm-cli
 
 %check
 %pytest
@@ -83,6 +80,7 @@
 %python_alternative %{_bindir}/gvm-cli
 %python_alternative %{_bindir}/gvm-pyshell
 %python_alternative %{_bindir}/gvm-script
-%{python_sitelib}/*
+%{python_sitelib}/gvmtools
+%{python_sitelib}/gvm_tools-%{version}*-info
 
 %changelog


Reply via email to