Skip to content

Commit

Permalink
bump version 5.0.59
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfleischer committed Feb 25, 2024
1 parent 90d887a commit 88b4136
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 78 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.58
5.0.59
154 changes: 77 additions & 77 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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.58"
description = "A set of useful APIs for cloudmesh"
readme = "README.md"
requires-python = ">=3.8"
license = {file = "LICENSE"}
authors = [
{name = "Gregor von Laszewski", email = "[email protected]"}
]
maintainers = [
{name = "Gregor von Laszewski", email = "[email protected]"}
]
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.59"
description = "A set of useful APIs for cloudmesh"
readme = "README.md"
requires-python = ">=3.8"
license = {file = "LICENSE"}
authors = [
{name = "Gregor von Laszewski", email = "[email protected]"}
]
maintainers = [
{name = "Gregor von Laszewski", email = "[email protected]"}
]
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.*"]

0 comments on commit 88b4136

Please sign in to comment.