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

packtivity

Package Overview
Dependencies
Maintainers
2
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

packtivity - npm Package Compare versions

Comparing version
0.15.1
to
0.16.2
+2
-4
PKG-INFO
Metadata-Version: 2.1
Name: packtivity
Version: 0.15.1
Version: 0.16.2
Summary: packtivity - general purpose schema + bindings for PROV activities

@@ -13,3 +13,2 @@ Home-page: https://github.com/yadage/packtivity

Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8

@@ -23,3 +22,3 @@ Classifier: Programming Language :: Python :: 3.9

Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Requires-Python: >=3.8
Description-Content-Type: text/markdown

@@ -43,3 +42,2 @@ License-File: LICENSE

Requires-Dist: redis; extra == "celery"
Requires-Dist: importlib-metadata<5.0.0; python_version < "3.8" and extra == "celery"

@@ -46,0 +44,0 @@ # packtivity

@@ -27,3 +27,3 @@ import os

name="packtivity",
version="0.15.1",
version="0.16.2",
description="packtivity - general purpose schema + bindings for PROV activities",

@@ -36,3 +36,3 @@ long_description=(this_directory / "README.md").read_text(),

packages=find_packages(),
python_requires=">=3.7",
python_requires=">=3.8",
include_package_data=True,

@@ -44,3 +44,2 @@ install_requires=deps,

"redis",
"importlib-metadata<5.0.0; python_version < '3.8'", # FIXME: c.f. https://github.com/celery/celery/issues/7783
]

@@ -63,3 +62,2 @@ },

"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",

@@ -66,0 +64,0 @@ "Programming Language :: Python :: 3.9",