معرفی شرکت ها


python-jose-doc-3.3.0-15.fc37.noarch.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Documentation for python-jose
ویژگی مقدار
سیستم عامل Linux
توزیع Fedora 37
مخزن Fedora Everything noarch
نام بسته python-jose-doc
نام فایل بسته python-jose-doc-3.3.0-15.fc37.noarch.rpm
نسخه بسته 3.3.0
انتشار بسته 15.fc37
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Sat 23 Jul 2022 12
هاست سازنده buildvm-s390x-05.s390.fedoraproject.org
نوع بسته .rpm
آدرس صفحه اصلی https://github.com/mpdavis/python-jose
مجوز MIT
حجم دانلود 216K
حجم نصب 207.001K
The JavaScript Object Signing and Encryption (JOSE) technologies - JSON Web Signature (JWS), JSON Web Encryption (JWE), JSON Web Key (JWK), and JSON Web Algorithms (JWA) - collectively can be used to encrypt and/or sign content using a variety of algorithms. While the full set of permutations is extremely large, and might be daunting to some, it is expected that most applications will only use a small set of algorithms to meet their needs. As of 3.3.0, python-jose implements three different cryptographic backends. The backend must be selected as an extra when installing python-jose. If you do not select a backend, the native-python backend will be installed. Unless otherwise noted, all backends support all operations. Due to complexities with setuptools, the native-python backend is always installed, even if you select a different backend on install. 1. cryptography * This backend uses pyca/cryptography for all cryptographic operations. This is the recommended backend and is selected over all other backends if any others are present. * Installation: dnf install python3-jose+cryptography * Unused dependencies: - rsa - ecdsa - pyasn1 2. pycryptodome * This backend uses pycryptodome for all cryptographic operations. * Installation: not available because pycryptodome (which, unlike pycryptodomex, conflicts with pycrypto) is not packaged * Unused dependencies: - rsa 3. native-python * This backend uses python-rsa and python-ecdsa for all cryptographic operations. This backend is always installed but any other backend will take precedence if one is installed. * Installation: dnf install python3-jose Note The native-python backend cannot process certificates.


ارائه دهنده

مقدار نام
= 3.3.0-15.fc37 python-jose-doc


نحوه نصب


نصب پکیج rpm python-jose-doc:

    dnf install python-jose-doc-3.3.0-15.fc37.noarch.rpm


فایل ها

مسیرها
/usr/share/doc/python-jose-doc
/usr/share/doc/python-jose-doc/python-jose.pdf
/usr/share/licenses/python-jose-doc


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2022-07-22

Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

2022-06-14

Rebuilt for Python 3.11

2022-01-21

Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

2021-12-17

Drop unnecessary pytest-cov dependency

2021-11-27

Reduce LaTeX PDF build verbosity

2021-09-30

Generate PDF instead of HTML Sphinx documentation.

2021-09-13

Let pyproject-rpm-macros handle the license file

2021-09-12

Reduce macro indirection in the spec file

2021-09-12

Drop BR on pyproject-rpm-macros, now implied by python3-devel

2021-09-12

Reduce spec file macro indirection

2021-07-27

Move %generate_buildrequires after %prep to make the spec file easier

2021-07-23

Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

2021-07-21

Drop unused _summary macro

2021-06-06

Update to 3.3.0 (fixes RHBZ#1968095)
Drop python-jose-3.2.0-pr-199.patch (backported ecdsa 0.16 support), now
Upstream dropped pycypto backend; we drop the corresponding extra
Remove a comment referring to Fedora 32 since it is EOL
Stop removing egg-info/dist-info (not needed with pyproject-rpm-macros

2021-06-04

Rebuilt for Python 3.10

2021-04-10

Drop Fedora 32 workarounds
Fix some remaining conditionals