Skip to content

Conversation

@joseavegaa
Copy link
Contributor

This is a new version of the python-pkcs11 package.

  • Updated to PKCS#11 Specification Version 3.1, published by OASIS Standard on 2023-07-23.
  • Updated setup.py to support the new standards by setuptools based on pyproject.toml.
  • Added pyproject.toml to centralize the metadata of the package.
  • Removed deprecated references to Py_UNICODE* and replaced them by wchar_t as suggested by PEP-624.
  • Added compatibility to Python 3.12 in Windows.
  • Updated requirements version.
  • Bump package version to 0.8.0.

The package has been tested on new virtual environments using Python 3.12 on Windows 11 with the asepkcs.dll (Athena Smartcard System ASE Card).

joseavegaa and others added 5 commits September 16, 2024 14:35
Bumps the pip group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [babel](https://github.com/python-babel/babel) | `2.8.0` | `2.9.1` |
| [certifi](https://github.com/certifi/python-certifi) | `2019.11.28` | `2024.7.4` |
| [cryptography](https://github.com/pyca/cryptography) | `3.2` | `43.0.1` |
| [jinja2](https://github.com/pallets/jinja) | `2.11.1` | `3.1.4` |
| [requests](https://github.com/psf/requests) | `2.23.0` | `2.32.2` |
| [urllib3](https://github.com/urllib3/urllib3) | `1.25.8` | `1.26.19` |



Updates `babel` from 2.8.0 to 2.9.1
- [Release notes](https://github.com/python-babel/babel/releases)
- [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst)
- [Commits](python-babel/babel@v2.8.0...v2.9.1)

Updates `certifi` from 2019.11.28 to 2024.7.4
- [Commits](certifi/python-certifi@2019.11.28...2024.07.04)

Updates `cryptography` from 3.2 to 43.0.1
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@3.2...43.0.1)

Updates `jinja2` from 2.11.1 to 3.1.4
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@2.11.1...3.1.4)

Updates `requests` from 2.23.0 to 2.32.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.23.0...v2.32.2)

Updates `urllib3` from 1.25.8 to 1.26.19
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@1.25.8...1.26.19)

---
updated-dependencies:
- dependency-name: babel
  dependency-type: indirect
  dependency-group: pip
- dependency-name: certifi
  dependency-type: indirect
  dependency-group: pip
- dependency-name: cryptography
  dependency-type: direct:development
  dependency-group: pip
- dependency-name: jinja2
  dependency-type: indirect
  dependency-group: pip
- dependency-name: requests
  dependency-type: indirect
  dependency-group: pip
- dependency-name: urllib3
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
Bump the pip group across 1 directory with 6 updates
Bumps the pip group with 1 update in the / directory: [idna](https://github.com/kjd/idna).


Updates `idna` from 2.9 to 3.7
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](kjd/idna@v2.9...v3.7)

---
updated-dependencies:
- dependency-name: idna
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
Bump idna from 2.9 to 3.7 in the pip group across 1 directory
@mathiasertl
Copy link
Collaborator

Hi,

pyproject.toml has since been introduced in the main branch and also includes dependencies. setup.py is already minimalized.

For this PR to be merged, please rebase it. I think dependabot configuration would also need an update to check pyproject.toml.

Kr, Mat

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants