forked from pool/python-gns3fy
Accepting request 844674 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/844674 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gns3fy?expand=0&rev=2
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d66db40bc680b1841d752c346741a4199980395b02f24b2053760e861d16d4bb
|
||||
size 163469
|
||||
3
gns3fy-0.7.1.tar.gz
Normal file
3
gns3fy-0.7.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:55ea798bb6345921462bbea5dfe6dabf926e6e336bf1ee6d038383498f5bd320
|
||||
size 163578
|
||||
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 28 20:18:55 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- 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 <code@bnavigator.de>
|
||||
|
||||
- Kill dephell dependency
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 3 06:36:11 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#
|
||||
# spec file for package python-gns3fy
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2020, Martin Hauke <mardnh@gmx.de>
|
||||
#
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user