From b8a24c99e68f6fa73ad681d58e87912aab6959fe Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Fri, 19 May 2023 19:59:58 +0200 Subject: [PATCH] chores: release test version --- ChangeLog.md | 2 +- pyproject.toml | 8 +++++--- requirements.txt | 25 +++++++++++++++++-------- 3 files changed, 23 insertions(+), 12 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index dd4497a..13fa963 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -5,7 +5,7 @@ # Software Clearing Automation -## 2.x +## 2.0.0.dev (2023-05-19) * breaking changes * new command `bom convert` to import and export SBOM in mutiple formats. diff --git a/pyproject.toml b/pyproject.toml index 0e55780..18c1a1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,10 +3,14 @@ [tool.poetry] name = "capycli" -version = "2.0.0.dev6" +version = "2.0.0.dev8" description = "CaPyCli - Clearing Automation Python Command Line Interface" authors = ["Thomas Graf "] license = "MIT" +readme="Readme.md" +repository = "https://github.com/sw360/capycli" +homepage = "https://github.com/sw360/capycli" +keywords = ["sw360", "cli, automation", "license", "compliance", "clearing"] include = [ "LICENSE.md", { path = "capycli/data/granularity_list.csv", format = "wheel" }, @@ -21,8 +25,6 @@ classifiers = [ "Operating System :: OS Independent", "Programming Language :: Python :: 3 :: Only", ] -repository = "https://github.com/sw360/capycli" -homepage = "https://github.com/sw360/capycli" [tool.poetry.urls] diff --git a/requirements.txt b/requirements.txt index 6b42984..60806d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,23 +1,32 @@ -certifi==2022.12.7 ; python_version >= "3.8" and python_version < "4" +backports-zoneinfo==0.2.1 ; python_version >= "3.8" and python_version < "3.9" +certifi==2023.5.7 ; python_version >= "3.8" and python_version < "4.0" chardet==3.0.4 ; python_version >= "3.8" and python_version < "4.0" -charset-normalizer==3.1.0 ; python_version >= "3.8" and python_version < "4" +charset-normalizer==3.1.0 ; python_version >= "3.8" and python_version < "4.0" cli-support==1.3 ; python_version >= "3.8" and python_version < "4.0" colorama==0.4.6 ; python_version >= "3.8" and python_version < "4.0" cyclonedx-bom==3.11.0 ; python_version >= "3.8" and python_version < "4.0" cyclonedx-python-lib==3.1.5 ; python_version >= "3.8" and python_version < "4.0" +dateparser==1.1.8 ; python_version >= "3.8" and python_version < "4.0" et-xmlfile==1.1.0 ; python_version >= "3.8" and python_version < "4.0" -idna==3.4 ; python_version >= "3.8" and python_version < "4" +idna==3.4 ; python_version >= "3.8" and python_version < "4.0" openpyxl==3.1.2 ; python_version >= "3.8" and python_version < "4.0" -packageurl-python==0.10.4 ; python_version >= "3.8" and python_version < "4.0" -packaging==23.0 ; python_version >= "3.8" and python_version < "4.0" +packageurl-python==0.11.1 ; python_version >= "3.8" and python_version < "4.0" +packaging==23.1 ; python_version >= "3.8" and python_version < "4.0" pip-requirements-parser==32.0.1 ; python_version >= "3.8" and python_version < "4.0" pyjwt==1.7.1 ; python_version >= "3.8" and python_version < "4.0" pyparsing==3.0.9 ; python_version >= "3.8" and python_version < "4.0" -requests==2.28.2 ; python_version >= "3.8" and python_version < "4" +python-dateutil==2.8.2 ; python_version >= "3.8" and python_version < "4.0" +pytz==2023.3 ; python_version >= "3.8" and python_version < "4.0" +regex==2023.5.5 ; python_version >= "3.8" and python_version < "4.0" +requests==2.30.0 ; python_version >= "3.8" and python_version < "4.0" requirements-parser==0.2.0 ; python_version >= "3.8" and python_version < "4.0" -setuptools==67.6.0 ; python_version >= "3.8" and python_version < "4.0" +setuptools==67.7.2 ; python_version >= "3.8" and python_version < "4.0" +six==1.16.0 ; python_version >= "3.8" and python_version < "4.0" sortedcontainers==2.4.0 ; python_version >= "3.8" and python_version < "4.0" sw360==1.2.1 ; python_version >= "3.8" and python_version < "4.0" toml==0.10.2 ; python_version >= "3.8" and python_version < "4.0" -urllib3==1.26.15 ; python_version >= "3.8" and python_version < "4" +tomli==2.0.1 ; python_version >= "3.8" and python_version < "4.0" +tzdata==2023.3 ; python_version >= "3.8" and python_version < "4.0" and platform_system == "Windows" +tzlocal==5.0.1 ; python_version >= "3.8" and python_version < "4.0" +urllib3==1.26.15 ; python_version >= "3.8" and python_version < "4.0" wheel==0.38.4 ; python_version >= "3.8" and python_version < "4.0"