forked from pool/python-gns3fy
Accepting request 1006780 from home:yarunachalam:branches:devel:languages:python
- Update to version 0.8.0 * Merge pull request #104 from LucaV27/updating_links * extra validations for the Link attributes * Made it so some lines were ignored for codecov. (#103) * added additional tests for delete function (#102) * Update dependencies ci (#100) * Merging PR#94 into develop (#98) * Adding support link_style attribute Issue #96 * Merge branch 'brownhami/master' into develop * Add link_style documentation * Add support for link_style attribute * Fixing formatting typos * Creating delete_links for issue #79 provide delete_link function (#91) * Adding gh-release OBS-URL: https://build.opensuse.org/request/show/1006780 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gns3fy?expand=0&rev=6
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:55ea798bb6345921462bbea5dfe6dabf926e6e336bf1ee6d038383498f5bd320
|
||||
size 163578
|
||||
3
gns3fy-0.8.0.tar.gz
Normal file
3
gns3fy-0.8.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cee1ca156fe416687458312d7d92f06e2d8e6775d1efd10830c26c82a8bd8147
|
||||
size 173194
|
||||
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 28 21:27:49 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- Update to version 0.8.0
|
||||
* Merge pull request #104 from LucaV27/updating_links
|
||||
* extra validations for the Link attributes
|
||||
* Made it so some lines were ignored for codecov. (#103)
|
||||
* added additional tests for delete function (#102)
|
||||
* Update dependencies ci (#100)
|
||||
* Merging PR#94 into develop (#98)
|
||||
* Adding support link_style attribute Issue #96
|
||||
* Merge branch 'brownhami/master' into develop
|
||||
* Add link_style documentation
|
||||
* Add support for link_style attribute
|
||||
* Fixing formatting typos
|
||||
* Creating delete_links for issue #79 provide delete_link function (#91)
|
||||
* Adding gh-release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 28 20:18:55 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-gns3fy
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2020, Martin Hauke <mardnh@gmx.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -20,7 +20,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-gns3fy
|
||||
Version: 0.7.1
|
||||
Version: 0.8.0
|
||||
Release: 0
|
||||
Summary: Python wrapper around GNS3 Server API
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user