summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn Bidar2024-04-14 14:12:51 +0300
committerBjörn Bidar2024-04-14 14:12:51 +0300
commitac30d441204089945168359823037b78a97d509b (patch)
tree53b45ddf304e034d6f447038bff76feb68e58af2
parent18b05a8cce061771743e1252c589dcc706e468c7 (diff)
downloadaur-ac30d441204089945168359823037b78a97d509b.tar.gz
Update to 1.5.1-1
Use the correct Python SSL module Signed-off-by: Björn Bidar <bjorn.bidar@thaodan.de>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1d5fa0f92a5..152247382171 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = osc
license = GPL2
makedepends = python-setuptools
depends = python
- depends = python-m2crypto
+ depends = python-cryptography
depends = python-distro
optdepends = obs-build: required to run local builds
optdepends = obs-service-format_spec_file: for running the format_spec_file source service
diff --git a/PKGBUILD b/PKGBUILD
index b2fddbfe1649..0c8ff2ddda33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,13 +7,13 @@
pkgname=osc
pkgver=1.5.1
-pkgrel=1
+pkgrel=2
pkgdesc="Command line client for the openSUSE Build Service"
arch=(any)
url="https://github.com/openSUSE/osc"
license=('GPL2')
depends=('python'
- 'python-m2crypto'
+ 'python-cryptography'
'python-distro')
makedepends=('python-setuptools')
optdepends=('obs-build: required to run local builds'