diff --git a/gns3fy-0.7.0.tar.gz b/gns3fy-0.7.0.tar.gz deleted file mode 100644 index 077bdb9..0000000 --- a/gns3fy-0.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d66db40bc680b1841d752c346741a4199980395b02f24b2053760e861d16d4bb -size 163469 diff --git a/gns3fy-0.7.1.tar.gz b/gns3fy-0.7.1.tar.gz new file mode 100644 index 0000000..de4bf48 --- /dev/null +++ b/gns3fy-0.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55ea798bb6345921462bbea5dfe6dabf926e6e336bf1ee6d038383498f5bd320 +size 163578 diff --git a/python-gns3fy.changes b/python-gns3fy.changes index 025838c..2a34b4e 100644 --- a/python-gns3fy.changes +++ b/python-gns3fy.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed Oct 28 20:18:55 UTC 2020 - Martin Hauke + +- 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 + +- Kill dephell dependency + ------------------------------------------------------------------- Wed Jun 3 06:36:11 UTC 2020 - Martin Hauke diff --git a/python-gns3fy.spec b/python-gns3fy.spec index 133d87c..2785d26 100644 --- a/python-gns3fy.spec +++ b/python-gns3fy.spec @@ -1,6 +1,7 @@ # # spec file for package python-gns3fy # +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2020, Martin Hauke # # 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 @@ https://gns3-server.readthedocs.io/en/latest/ %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 @@ https://gns3-server.readthedocs.io/en/latest/ %files %{python_files} %license docs/content/about/license.md %doc README.md -%{python_sitelib}/gns3fy* +%{python_sitelib}/gns3fy +%{python_sitelib}/gns3fy-%{version}*-info %changelog