Hello community,

here is the log from the commit of package python-gns3fy for openSUSE:Factory 
checked in at 2020-10-29 09:23:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-gns3fy (Old)
 and      /work/SRC/openSUSE:Factory/.python-gns3fy.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-gns3fy"

Thu Oct 29 09:23:21 2020 rev:2 rq:844674 version:0.7.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-gns3fy/python-gns3fy.changes      
2020-06-04 17:55:46.908880675 +0200
+++ /work/SRC/openSUSE:Factory/.python-gns3fy.new.3463/python-gns3fy.changes    
2020-10-29 09:23:27.794754311 +0100
@@ -1,0 +2,14 @@
+Wed Oct 28 20:18:55 UTC 2020 - Martin Hauke <[email protected]>
+
+- Update to version 0.7.1
+  Enhancement:
+  * Refactored docs for mkdocs-material theme.
+  * Testing is done on a per-python interpreter basis, meaning
+    that tox is no longer needed.
+
+-------------------------------------------------------------------
+Mon Oct 26 23:10:28 UTC 2020 - Benjamin Greiner <[email protected]>
+
+- Kill dephell dependency 
+
+-------------------------------------------------------------------

Old:
----
  gns3fy-0.7.0.tar.gz

New:
----
  gns3fy-0.7.1.tar.gz

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

Other differences:
------------------
++++++ python-gns3fy.spec ++++++
--- /var/tmp/diff_new_pack.dIhZ0O/_old  2020-10-29 09:23:28.538755024 +0100
+++ /var/tmp/diff_new_pack.dIhZ0O/_new  2020-10-29 09:23:28.542755028 +0100
@@ -1,6 +1,7 @@
 #
 # spec file for package python-gns3fy
 #
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2020, Martin Hauke <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -12,22 +13,23 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:           python-gns3fy
-Version:        0.7.0
+Version:        0.7.1
 Release:        0
 Summary:        Python wrapper around GNS3 Server API
 License:        MIT
 Group:          Development/Languages/Python
 URL:            https://github.com/davidban77/gns3fy
 Source:         
https://github.com/davidban77/gns3fy/archive/v%{version}.tar.gz#/gns3fy-%{version}.tar.gz
-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-pydantic >= 1.0
 Requires:       python-requests >= 2.22
@@ -50,11 +52,10 @@
 %setup -q -n gns3fy-%{version}
 
 %build
-%dephell_gensetup
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -63,6 +64,7 @@
 %files %{python_files}
 %license docs/content/about/license.md
 %doc README.md
-%{python_sitelib}/gns3fy*
+%{python_sitelib}/gns3fy
+%{python_sitelib}/gns3fy-%{version}*-info
 
 %changelog

++++++ gns3fy-0.7.0.tar.gz -> gns3fy-0.7.1.tar.gz ++++++
++++ 3173 lines of diff (skipped)


Reply via email to