python-pyopenssl: update to 23.0.0

This commit is contained in:
Mehdi Chinoune
2023-01-04 18:48:40 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 1d84539939
commit 67babcbe7a

View File

@@ -6,8 +6,8 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=22.1.0
pkgrel=2
pkgver=23.0.0
pkgrel=1
pkgdesc="Python wrapper module around the OpenSSL library (mingw-w64)"
url='https://pypi.python.org/pypi/pyOpenSSL'
license=('LGPL2.1')
@@ -21,7 +21,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest-runner")
conflicts=("${MINGW_PACKAGE_PREFIX}-python-${_realname}21")
replaces=("${MINGW_PACKAGE_PREFIX}-python-${_realname}21")
source=("https://pypi.io/packages/source/p/pyOpenSSL/pyOpenSSL-${pkgver}.tar.gz")
sha256sums=('7a83b7b272dd595222d672f5ce29aa030f1fb837630ef229f62e72e395ce8968')
sha256sums=('c1cc5f86bcacefc84dada7d31175cae1b1518d5f60d3d0bb595a67822a868a6f')
prepare() {
cd ${srcdir}