From a32512c06ca8cbc1f09ce135fa7965a0463bb5cd Mon Sep 17 00:00:00 2001 From: Vinicius Arcanjo Date: Mon, 11 Jul 2022 10:03:15 -0300 Subject: [PATCH 1/5] Updated changelog for 2022.2rc1 release --- CHANGELOG.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c472212..33a94fe 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -20,11 +20,17 @@ Removed Fixed ===== -Updated ruamel.yaml import to avoid python3 setup.py develop wheels issue - Security ======== +[2022.2rc1] - "kiko" - 2022-07-11 +********************************* + +Fixed +===== + +- Updated ruamel.yaml import to avoid python3 setup.py develop wheels issue + [2022.1] - "jovelina" - 2022-01-21 ********************************** From 0b99811d945f10ae991c3c650b021fceee41d747 Mon Sep 17 00:00:00 2001 From: Vinicius Arcanjo Date: Mon, 11 Jul 2022 10:05:49 -0300 Subject: [PATCH 2/5] Updated readme --- README.rst | 46 ++++++++++++++++++++++------------------------ 1 file changed, 22 insertions(+), 24 deletions(-) diff --git a/README.rst b/README.rst index 0418688..3b71481 100644 --- a/README.rst +++ b/README.rst @@ -2,15 +2,15 @@ Overview ######## -**WARNING: As previously announced on our communication channels, the Kytos -project will enter the "shutdown" phase on May 31, 2021. After this date, -only critical patches (security and core bug fixes) will be accepted, and the -project will be in "critical-only" mode for another six months (until November -30, 2021). For more information visit the FAQ at . We'll -have eternal gratitude to the entire community of developers and users that made -the project so far.** +|Tag| |Release| |License| |Build| |Coverage| |Quality| -|Experimental| |Tag| |Release| |License| |Build| |Coverage| |Quality| +.. raw:: html + +
+

kytos-utils

+ + CLI for Kytos SDN Platform +
This is a command line interface (cli) for `Kytos SDN Platform `_. With these utilities you can interact with Kytos daemon @@ -22,7 +22,7 @@ QuickStart Installing ========== -In order to use this software please install python3.6 or greater into your +In order to use this software please install python3.9 into your environment beforehand. We are doing a huge effort to make Kytos and its components available on all @@ -36,7 +36,7 @@ First you need to clone *kytos-utils* repository: .. code-block:: shell - $ git clone https://github.com/kytos/kytos-utils.git + $ git clone https://github.com/kytos-ng/kytos-utils.git After cloning, the installation process is done by standard `setuptools` install procedure: @@ -73,20 +73,18 @@ This software is under *MIT-License*. For more information please read ``LICENSE`` file. .. |Experimental| image:: https://img.shields.io/badge/stability-beta-orange.svg -.. |Tag| image:: https://img.shields.io/github/tag/kytos/kytos-utils.svg - :target: https://github.com/kytos/kytos-utils/tags -.. |Release| image:: https://img.shields.io/github/release/kytos/kytos-utils.svg - :target: https://github.com/kytos/kytos-utils/releases -.. |Tests| image:: https://travis-ci.org/kytos/kytos-utils.svg?branch=master - :target: https://travis-ci.org/kytos/kytos-utils -.. |License| image:: https://img.shields.io/github/license/kytos/kytos-utils.svg - :target: https://github.com/kytos/kytos-utils/blob/master/LICENSE -.. |Build| image:: https://scrutinizer-ci.com/g/kytos/kytos-utils/badges/build.png?b=master +.. |Tag| image:: https://img.shields.io/github/tag/kytos-ng/kytos-utils.svg + :target: https://github.com/kytos-ng/kytos-utils/tags +.. |Release| image:: https://img.shields.io/github/release/kytos-ng/kytos-utils.svg + :target: https://github.com/kytos-ng/kytos-utils/releases +.. |License| image:: https://img.shields.io/github/license/kytos-ng/kytos-utils.svg + :target: https://github.com/kytos-ng/kytos-utils/blob/master/LICENSE +.. |Build| image:: https://scrutinizer-ci.com/g/kytos-ng/kytos-utils/badges/build.png?b=master :alt: Build status - :target: https://scrutinizer-ci.com/g/kytos/kytos-utils/?branch=master -.. |Coverage| image:: https://scrutinizer-ci.com/g/kytos/kytos-utils/badges/coverage.png?b=master + :target: https://scrutinizer-ci.com/g/kytos-ng/kytos-utils/?branch=master +.. |Coverage| image:: https://scrutinizer-ci.com/g/kytos-ng/kytos-utils/badges/coverage.png?b=master :alt: Code coverage - :target: https://scrutinizer-ci.com/g/kytos/kytos-utils/?branch=master -.. |Quality| image:: https://scrutinizer-ci.com/g/kytos/kytos-utils/badges/quality-score.png?b=master + :target: https://scrutinizer-ci.com/g/kytos-ng/kytos-utils/?branch=master +.. |Quality| image:: https://scrutinizer-ci.com/g/kytos-ng/kytos-utils/badges/quality-score.png?b=master :alt: Code-quality score - :target: https://scrutinizer-ci.com/g/kytos/kytos-utils/?branch=master + :target: https://scrutinizer-ci.com/g/kytos-ng/kytos-utils/?branch=master From 0067a1735409f5538b0181f795fadb878653e138 Mon Sep 17 00:00:00 2001 From: Vinicius Arcanjo Date: Mon, 11 Jul 2022 10:07:11 -0300 Subject: [PATCH 3/5] Bumped version to 2022.2rc1 --- kytos/utils/metadata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kytos/utils/metadata.py b/kytos/utils/metadata.py index 0009993..bc631e5 100644 --- a/kytos/utils/metadata.py +++ b/kytos/utils/metadata.py @@ -2,7 +2,7 @@ The present metadata is intended to be used mainly on the setup. """ -__version__ = '2022.1' +__version__ = '2022.2rc1' __author__ = 'Kytos Team' __author_email__ = 'devel@lists.kytos.io' __license__ = 'MIT' From 411e9c9d7538098b3badd7e70eee9de36383bdd6 Mon Sep 17 00:00:00 2001 From: Vinicius Arcanjo Date: Mon, 11 Jul 2022 10:18:07 -0300 Subject: [PATCH 4/5] Added Muhammad Aziz as a contributor for kytos-utils --- AUTHORS.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS.rst b/AUTHORS.rst index b9f3db6..180845b 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -22,3 +22,4 @@ Contributors - Erick Vermot - Vinicius Arcanjo - Bárbara Boechat +- Muhammad Aziz From 7bcaf75ab1e587270c2c13d2372410beb930fc13 Mon Sep 17 00:00:00 2001 From: Vinicius Arcanjo Date: Mon, 11 Jul 2022 10:30:58 -0300 Subject: [PATCH 5/5] Updated changelog --- CHANGELOG.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 33a94fe..162b855 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -31,6 +31,11 @@ Fixed - Updated ruamel.yaml import to avoid python3 setup.py develop wheels issue +Removed +======= + +- Removed deprecating ``tests_require`` and ``setup_requires``, bootstrapped tests dependencies directly on requirements/dev.txt with ``tox`` and ``pytest`` + [2022.1] - "jovelina" - 2022-01-21 **********************************