summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlemens Schölhorn2018-07-01 03:33:45 +0200
committerKlemens Schölhorn2018-07-01 03:33:45 +0200
commit362e685c2f5f25a4dc324c4b1a0e1c49321fa181 (patch)
treeb9a2ad2ff3bcf787b153659aa6872607f9fae634
parentaf6d60c59342ee40e8b958ab8eb71e6a63695e42 (diff)
downloadaur-362e685c2f5f25a4dc324c4b1a0e1c49321fa181.tar.gz
python-acme 0.25.0
-rw-r--r--PKGBUILD4
-rw-r--r--remove-deps-version-bounds.patch6
2 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fad24043955f..7627eb47ad64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=simp_le-git
_pkgname=simp_le
-pkgver=0.9.0.r0.g77bbed5
+pkgver=0.9.0.r5.g87ac4dc
pkgrel=1
epoch=1
pkgdesc="Simple Let's Encrypt client."
@@ -25,7 +25,7 @@ conflicts=("${_pkgname}")
source=("${_pkgname}"::"git+https://github.com/zenhack/simp_le.git"
'remove-deps-version-bounds.patch')
sha256sums=('SKIP'
- '31572e2828b6450b1b3859ecbdb88061e9d14b27af0944a86324956465cf9fe6')
+ 'e3ac6bba4505afef44788bc9bc009fcfee154d15897819ab0758ddbb2d41c482')
pkgver() {
cd "${srcdir}/${_pkgname}"
diff --git a/remove-deps-version-bounds.patch b/remove-deps-version-bounds.patch
index 56fa169e5a9c..bac4ee401d3d 100644
--- a/remove-deps-version-bounds.patch
+++ b/remove-deps-version-bounds.patch
@@ -5,7 +5,7 @@ diff -u -r a/setup.py b/setup.py
readme = codecs.open(os.path.join(here, 'README.rst'), encoding='utf-8').read()
install_requires = [
-- # We don't use idna 2.7 directly, but problems with PyPI's solver
+- # We don't use idna directly, but problems with PyPI's solver
- # have resulted in broken installations twice now, (when idna 2.6
- # was released, and again with 2.7) so as a workaround, we provide
- # an explicit upper bound here, before any of the other constraints
@@ -15,9 +15,9 @@ diff -u -r a/setup.py b/setup.py
- #
- # * https://github.com/zenhack/simp_le/issues/62
- # * https://github.com/pypa/pip/issues/988
-- 'idna<2.7',
+- 'idna<2.8',
-
-- 'acme>=0.24,<0.25',
+- 'acme>=0.25,<0.26',
+ 'acme',
'cryptography',
# formerly known as acme.jose: