From 53bf28beed7db8bf7688a5fd5b7e174f8c36bbb2 Mon Sep 17 00:00:00 2001 From: "J.P" <70083705+stapmoshun@users.noreply.github.com> Date: Fri, 12 Jan 2024 01:42:17 -0500 Subject: [PATCH] bump version 5.0.55 --- VERSION | 2 +- pyproject.toml | 154 ++++++++++++++++++++++++------------------------- 2 files changed, 78 insertions(+), 78 deletions(-) diff --git a/VERSION b/VERSION index dc128b2..7f2ab29 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.0.54 +5.0.55 diff --git a/pyproject.toml b/pyproject.toml index 2dea91e..bcbe354 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,78 +1,78 @@ -[build-system] -build-backend = "setuptools.build_meta" -requires = [ - "setuptools >= 69", - "wheel >= 0.42", - "pip >= 23.2.1" -] - -[project] -name = "cloudmesh-common" -version = "5.0.54" -description = "A set of useful APIs for cloudmesh" -readme = "README.md" -requires-python = ">=3.8" -license = {file = "LICENSE"} -authors = [ - {name = "Gregor von Laszewski", email = "laszewski@gmail.com"} -] -maintainers = [ - {name = "Gregor von Laszewski", email = "laszewski@gmail.com"} -] -keywords = ["helper library", "cloudmesh"] -classifiers = [ - "Development Status :: 5 - Production/Stable", - "Environment :: Console", - "Environment :: Other Environment", - "Environment :: Plugins", - "Intended Audience :: Information Technology", - "Intended Audience :: Developers", - "Intended Audience :: Education", - "Intended Audience :: Science/Research", - "Intended Audience :: System Administrators", - "License :: OSI Approved :: Apache Software License", - "Natural Language :: English", - "Operating System :: OS Independent", - "Operating System :: MacOS :: MacOS X", - "Operating System :: POSIX :: Linux", - "Operating System :: Microsoft :: Windows :: Windows 10", - "Programming Language :: Python", - "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.12", - "Topic :: Scientific/Engineering", - "Topic :: Software Development :: Libraries", - "Topic :: Software Development :: User Interfaces", - "Topic :: System", - "Topic :: System :: Distributed Computing", - "Topic :: System :: Shells", - "Topic :: Utilities", -] - -dependencies = [ - "python-dateutil", - "rich", - "humanize", - "oyaml", - "pyfiglet", - "python-hostlist", - "requests", - "simplejson", - "tabulate", - "tqdm", - "pyyaml", - "psutil", - "pywin32; platform_system == 'Windows'", - "pyuac; platform_system == 'Windows'", - "tzlocal" -] - -[project.urls] -Homepage = "https://github.com/cloudmesh/cloudmesh-common" -Documentation = "https://github.com/cloudmesh/cloudmesh-common/blob/main/README.md" -Repository = "https://github.com/cloudmesh/cloudmesh-common.git" -Issues = "https://github.com/cloudmesh/cloudmesh-common/issues" -Changelog = "https://github.com/cloudmesh/cloudmesh-common/blob/main/CHANGELOG.md" - -[tool.setuptools.packages.find] -where = ["src"] +[build-system] +build-backend = "setuptools.build_meta" +requires = [ + "setuptools >= 69", + "wheel >= 0.42", + "pip >= 23.2.1" +] + +[project] +name = "cloudmesh-common" +version = "5.0.55" +description = "A set of useful APIs for cloudmesh" +readme = "README.md" +requires-python = ">=3.8" +license = {file = "LICENSE"} +authors = [ + {name = "Gregor von Laszewski", email = "laszewski@gmail.com"} +] +maintainers = [ + {name = "Gregor von Laszewski", email = "laszewski@gmail.com"} +] +keywords = ["helper library", "cloudmesh"] +classifiers = [ + "Development Status :: 5 - Production/Stable", + "Environment :: Console", + "Environment :: Other Environment", + "Environment :: Plugins", + "Intended Audience :: Information Technology", + "Intended Audience :: Developers", + "Intended Audience :: Education", + "Intended Audience :: Science/Research", + "Intended Audience :: System Administrators", + "License :: OSI Approved :: Apache Software License", + "Natural Language :: English", + "Operating System :: OS Independent", + "Operating System :: MacOS :: MacOS X", + "Operating System :: POSIX :: Linux", + "Operating System :: Microsoft :: Windows :: Windows 10", + "Programming Language :: Python", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.12", + "Topic :: Scientific/Engineering", + "Topic :: Software Development :: Libraries", + "Topic :: Software Development :: User Interfaces", + "Topic :: System", + "Topic :: System :: Distributed Computing", + "Topic :: System :: Shells", + "Topic :: Utilities", +] + +dependencies = [ + "python-dateutil", + "rich", + "humanize", + "oyaml", + "pyfiglet", + "python-hostlist", + "requests", + "simplejson", + "tabulate", + "tqdm", + "pyyaml", + "psutil", + "pywin32; platform_system == 'Windows'", + "pyuac; platform_system == 'Windows'", + "tzlocal" +] + +[project.urls] +Homepage = "https://github.com/cloudmesh/cloudmesh-common" +Documentation = "https://github.com/cloudmesh/cloudmesh-common/blob/main/README.md" +Repository = "https://github.com/cloudmesh/cloudmesh-common.git" +Issues = "https://github.com/cloudmesh/cloudmesh-common/issues" +Changelog = "https://github.com/cloudmesh/cloudmesh-common/blob/main/CHANGELOG.md" + +[tool.setuptools.packages.find] +where = ["src"] include = ["cloudmesh.common", "cloudmesh.common.*"] \ No newline at end of file