Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

vmklib

Package Overview
Dependencies
Maintainers
1
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vmklib - npm Package Compare versions

Comparing version
2.0.4
to
2.0.5
+1
-1
LICENSE
MIT License
Copyright (c) 2024 Vaughn Kottler
Copyright (c) 2024 Libre Embedded

@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

+11
-13
Metadata-Version: 2.1
Name: vmklib
Version: 2.0.4
Version: 2.0.5
Summary: Simplify project workflows by standardizing use of GNU Make.
Home-page: https://github.com/vkottler/vmklib
Author: Vaughn Kottler
Author-email: Vaughn Kottler <vaughnkottler@gmail.com>
Maintainer-email: Vaughn Kottler <vaughnkottler@gmail.com>
Author-email: Vaughn Kottler <vaughn@libre-embedded.com>
Maintainer-email: Vaughn Kottler <vaughn@libre-embedded.com>
License: MIT License
Copyright (c) 2024 Vaughn Kottler
Copyright (c) 2024 Libre Embedded

@@ -33,5 +33,4 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

Classifier: Topic :: Software Development :: Build Tools
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: Microsoft :: Windows

@@ -43,7 +42,7 @@ Classifier: Operating System :: MacOS

Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.10
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: vcorelib>=3.4.3
Requires-Dist: experimental-lowqa
Requires-Dist: vcorelib>=2.4.0
Provides-Extra: test

@@ -58,3 +57,3 @@ Requires-Dist: pylint; extra == "test"

Requires-Dist: yambs; extra == "test"
Requires-Dist: vmklib; extra == "test"
Requires-Dist: vmklib>=2.0.3; extra == "test"
Requires-Dist: sphinx; extra == "test"

@@ -69,7 +68,7 @@ Requires-Dist: sphinx-book-theme; extra == "test"

version=3.1.4
hash=43e9f25280d496418215c22cd0c49c7f
hash=6b34cd9966ea5866b40e45651045cb02
=====================================
-->
# vmklib ([2.0.4](https://pypi.org/project/vmklib/))
# vmklib ([2.0.5](https://pypi.org/project/vmklib/))

@@ -97,5 +96,4 @@ [![python](https://img.shields.io/pypi/pyversions/vmklib.svg)](https://pypi.org/project/vmklib/)

* [`python3.10`](https://docs.python.org/3.10/)
* [`python3.11`](https://docs.python.org/3.11/)
* [`python3.12`](https://docs.python.org/3.12/)
* [`python3.13`](https://docs.python.org/3.13/)

@@ -102,0 +100,0 @@ ## Platform Support

@@ -7,6 +7,6 @@ [build-system]

name = "vmklib"
version = "2.0.4"
version = "2.0.5"
description = "Simplify project workflows by standardizing use of GNU Make."
readme = "README.md"
requires-python = ">=3.10"
requires-python = ">=3.12"
license = {file = "LICENSE"}

@@ -19,12 +19,11 @@ keywords = [

authors = [
{name = "Vaughn Kottler", email = "vaughnkottler@gmail.com"}
{name = "Vaughn Kottler", email = "vaughn@libre-embedded.com"}
]
maintainers = [
{name = "Vaughn Kottler", email = "vaughnkottler@gmail.com"}
{name = "Vaughn Kottler", email = "vaughn@libre-embedded.com"}
]
classifiers = [
"Topic :: Software Development :: Build Tools",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Operating System :: Microsoft :: Windows",

@@ -49,3 +48,3 @@ "Operating System :: MacOS",

"yambs",
"vmklib",
"vmklib>=2.0.3",
"sphinx",

@@ -52,0 +51,0 @@ "sphinx-book-theme",

@@ -5,7 +5,7 @@ <!--

version=3.1.4
hash=43e9f25280d496418215c22cd0c49c7f
hash=6b34cd9966ea5866b40e45651045cb02
=====================================
-->
# vmklib ([2.0.4](https://pypi.org/project/vmklib/))
# vmklib ([2.0.5](https://pypi.org/project/vmklib/))

@@ -33,5 +33,4 @@ [![python](https://img.shields.io/pypi/pyversions/vmklib.svg)](https://pypi.org/project/vmklib/)

* [`python3.10`](https://docs.python.org/3.10/)
* [`python3.11`](https://docs.python.org/3.11/)
* [`python3.12`](https://docs.python.org/3.12/)
* [`python3.13`](https://docs.python.org/3.13/)

@@ -38,0 +37,0 @@ ## Platform Support

# =====================================
# generator=datazen
# version=3.1.4
# hash=43286ed57052c2548361d2dcdd062187
# hash=d9c5aeff539a1d3629104db47fe763ca
# =====================================

@@ -22,3 +22,3 @@

"name": "Vaughn Kottler",
"email": "vaughnkottler@gmail.com",
"email": "vaughn@libre-embedded.com",
"username": "vkottler",

@@ -32,5 +32,4 @@ }

"versions": [
"3.10",
"3.11",
"3.12",
"3.13",
],

@@ -37,0 +36,0 @@ }

Metadata-Version: 2.1
Name: vmklib
Version: 2.0.4
Version: 2.0.5
Summary: Simplify project workflows by standardizing use of GNU Make.
Home-page: https://github.com/vkottler/vmklib
Author: Vaughn Kottler
Author-email: Vaughn Kottler <vaughnkottler@gmail.com>
Maintainer-email: Vaughn Kottler <vaughnkottler@gmail.com>
Author-email: Vaughn Kottler <vaughn@libre-embedded.com>
Maintainer-email: Vaughn Kottler <vaughn@libre-embedded.com>
License: MIT License
Copyright (c) 2024 Vaughn Kottler
Copyright (c) 2024 Libre Embedded

@@ -33,5 +33,4 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

Classifier: Topic :: Software Development :: Build Tools
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: Microsoft :: Windows

@@ -43,7 +42,7 @@ Classifier: Operating System :: MacOS

Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.10
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: vcorelib>=3.4.3
Requires-Dist: experimental-lowqa
Requires-Dist: vcorelib>=2.4.0
Provides-Extra: test

@@ -58,3 +57,3 @@ Requires-Dist: pylint; extra == "test"

Requires-Dist: yambs; extra == "test"
Requires-Dist: vmklib; extra == "test"
Requires-Dist: vmklib>=2.0.3; extra == "test"
Requires-Dist: sphinx; extra == "test"

@@ -69,7 +68,7 @@ Requires-Dist: sphinx-book-theme; extra == "test"

version=3.1.4
hash=43e9f25280d496418215c22cd0c49c7f
hash=6b34cd9966ea5866b40e45651045cb02
=====================================
-->
# vmklib ([2.0.4](https://pypi.org/project/vmklib/))
# vmklib ([2.0.5](https://pypi.org/project/vmklib/))

@@ -97,5 +96,4 @@ [![python](https://img.shields.io/pypi/pyversions/vmklib.svg)](https://pypi.org/project/vmklib/)

* [`python3.10`](https://docs.python.org/3.10/)
* [`python3.11`](https://docs.python.org/3.11/)
* [`python3.12`](https://docs.python.org/3.12/)
* [`python3.13`](https://docs.python.org/3.13/)

@@ -102,0 +100,0 @@ ## Platform Support

@@ -0,3 +1,3 @@

vcorelib>=3.4.3
experimental-lowqa
vcorelib>=2.4.0

@@ -13,3 +13,3 @@ [test]

yambs
vmklib
vmklib>=2.0.3
sphinx

@@ -16,0 +16,0 @@ sphinx-book-theme

# =====================================
# generator=datazen
# version=3.1.4
# hash=54451b981a0a3faef0b7641dd6877695
# hash=b8a4e4a833c75fdb1b14c7f0d0c58dbf
# =====================================

@@ -13,2 +13,2 @@

PKG_NAME = "vmklib"
VERSION = "2.0.4"
VERSION = "2.0.5"

@@ -9,3 +9,3 @@ pylint

yambs
vmklib
vmklib>=2.0.3
sphinx

@@ -12,0 +12,0 @@ sphinx-book-theme

@@ -1,2 +0,2 @@

vcorelib>=2.4.0
vcorelib>=3.4.3
experimental-lowqa

Sorry, the diff of this file is not supported yet