Skip to content

Commit

Permalink
chores: release test version
Browse files Browse the repository at this point in the history
  • Loading branch information
tngraf committed May 19, 2023
1 parent d4d5ed2 commit b8a24c9
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 12 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <thomas.graf@siemens.com>"]
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" },
Expand All @@ -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]
Expand Down
25 changes: 17 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit b8a24c9

Please sign in to comment.