Browse Source

Merge pull request #14236 from commodo/python-updates1

python-chardet,cryptography: bump versions
lilik-openwrt-22.03
Rosen Penev 4 years ago
committed by GitHub
parent
commit
7c25ff82a9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 67 additions and 82 deletions
  1. +3
    -3
      lang/python/python-chardet/Makefile
  2. +2
    -2
      lang/python/python-cryptography/Makefile
  3. +5
    -9
      lang/python/python-cryptography/patches/0001-Add-new-ASN1_STRING_get0_data-API.patch
  4. +10
    -11
      lang/python/python-cryptography/patches/0002-Add-compatibility-for-X509_STORE_set_get_issuer.patch
  5. +8
    -11
      lang/python/python-cryptography/patches/0003-Add-compatibility-for-deprecated-TLS-methods.patch
  6. +6
    -10
      lang/python/python-cryptography/patches/0004-Replace-EVP_CIPHER_CTX_cleanup-with-EVP_CIPHER_CTX_r.patch
  7. +11
    -20
      lang/python/python-cryptography/patches/0005-Switch-get_-Update-APIs-to-get0.patch
  8. +5
    -10
      lang/python/python-cryptography/patches/0006-Add-X509_STORE_CTX_trusted_stack-compatibility-macro.patch
  9. +17
    -6
      lang/python/python-cryptography/patches/0007-Add-defines-for-totally-deprecated-functions.patch

+ 3
- 3
lang/python/python-chardet/Makefile View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-chardet
PKG_VERSION:=3.0.4
PKG_RELEASE:=4
PKG_VERSION:=4.0.0
PKG_RELEASE:=1
PKG_LICENSE:=LGPL-2.1
PYPI_NAME:=chardet
PKG_HASH:=84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae
PKG_HASH:=0d6f53a15db4120f2b08c94f11e7d93d2c911ee118b6b30a04ec3ee8310179fa
include ../pypi.mk
include $(INCLUDE_DIR)/package.mk


+ 2
- 2
lang/python/python-cryptography/Makefile View File

@ -8,11 +8,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-cryptography
PKG_VERSION:=3.2.1
PKG_VERSION:=3.3.1
PKG_RELEASE:=1
PYPI_NAME:=cryptography
PKG_HASH:=d3d5e10be0cf2a12214ddee45c6bd203dab435e3d83b4560c03066eda600bfe3
PKG_HASH:=7e177e4bea2de937a584b13645cab32f25e3d96fc0bc4a4cf99c27dc77682be6
PKG_LICENSE:=Apache-2.0 BSD-3-Clause
PKG_LICENSE_FILES:=LICENSE.APACHE LICENSE.BSD


lang/python/python-cryptography/patches/010-Add-new-ASN1_STRING_get0_data-API.patch → lang/python/python-cryptography/patches/0001-Add-new-ASN1_STRING_get0_data-API.patch View File


lang/python/python-cryptography/patches/020-Add-compatibility-for-X509_STORE_set_get_issuer.patch → lang/python/python-cryptography/patches/0002-Add-compatibility-for-X509_STORE_set_get_issuer.patch View File


lang/python/python-cryptography/patches/030-Add-compatibility-for-deprecated-TLS-methods.patch → lang/python/python-cryptography/patches/0003-Add-compatibility-for-deprecated-TLS-methods.patch View File


lang/python/python-cryptography/patches/040-Replace-EVP_CIPHER_CTX_cleanup-with-EVP_CIPHER_CTX_r.patch → lang/python/python-cryptography/patches/0004-Replace-EVP_CIPHER_CTX_cleanup-with-EVP_CIPHER_CTX_r.patch View File


lang/python/python-cryptography/patches/050-Switch-get_-Update-APIs-to-get0.patch → lang/python/python-cryptography/patches/0005-Switch-get_-Update-APIs-to-get0.patch View File


lang/python/python-cryptography/patches/060-Add-X509_STORE_CTX_trusted_stack-compatibility-macro.patch → lang/python/python-cryptography/patches/0006-Add-X509_STORE_CTX_trusted_stack-compatibility-macro.patch View File


lang/python/python-cryptography/patches/070-Add-defines-for-totally-deprecated-functions.patch → lang/python/python-cryptography/patches/0007-Add-defines-for-totally-deprecated-functions.patch View File


Loading…
Cancel
Save