New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

python-pkcs11

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

python-pkcs11 - pypi Package Compare versions

Comparing version
0.9.0
to
0.9.1
+3
-1
.github/workflows/coverage.yml
name: Coverage
on:
pull_request: {}
push:
branches: ["master"]
workflow_dispatch: {}

@@ -83,3 +85,3 @@ env:

runs-on: ubuntu-latest
needs: [pytest-coverage]
needs: [pytest-coverage,pytest-coverage-multilib]
steps:

@@ -86,0 +88,0 @@ # checkout necessary to ensure the uploaded report contains the correct paths

@@ -76,3 +76,3 @@ name: Publish release to PyPI

- windows-latest
- macos-latest
- macos-14
steps:

@@ -79,0 +79,0 @@ - uses: actions/checkout@v4

@@ -23,3 +23,3 @@ name: Tests

- windows-latest
- macos-latest
- macos-14
python-version:

@@ -31,2 +31,3 @@ - "3.9"

- "3.13"
- "3.14"
pkcs11-platform:

@@ -41,3 +42,3 @@ - softhsm

- pkcs11-platform: opencryptoki
os: macos-latest
os: macos-14
steps:

@@ -71,2 +72,3 @@ - name: Acquire sources

- "3.13"
- "3.14"
steps:

@@ -73,0 +75,0 @@ - name: Acquire sources

@@ -92,2 +92,4 @@ from datetime import datetime

Attribute.WRAP_WITH_TRUSTED: handle_bool,
Attribute.GOSTR3410_PARAMS: handle_bytes,
Attribute.GOSTR3411_PARAMS: handle_bytes,
}

@@ -94,0 +96,0 @@ """

Metadata-Version: 2.4
Name: python-pkcs11
Version: 0.9.0
Version: 0.9.1
Summary: PKCS#11 support for Python

@@ -19,2 +19,3 @@ Author-email: Andrey Kislyuk <kislyuk@gmail.com>, Danielle Madeley <danielle@madeley.id.au>

Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Security :: Cryptography

@@ -21,0 +22,0 @@ Requires-Python: >=3.9

@@ -24,2 +24,3 @@ [build-system]

"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Topic :: Security :: Cryptography",

@@ -123,2 +124,2 @@ ]

[tool.setuptools_scm]
[tool.setuptools_scm]
Metadata-Version: 2.4
Name: python-pkcs11
Version: 0.9.0
Version: 0.9.1
Summary: PKCS#11 support for Python

@@ -19,2 +19,3 @@ Author-email: Andrey Kislyuk <kislyuk@gmail.com>, Danielle Madeley <danielle@madeley.id.au>

Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Security :: Cryptography

@@ -21,0 +22,0 @@ Requires-Python: >=3.9

Sorry, the diff of this file is too big to display