Date: Thursday, April 13, 2023 @ 05:26:37
  Author: felixonmars
Revision: 1445406

upgpkg: python-jsonschema-objects 0.4.1-2: rebuild with python 3.11

Modified:
  python-jsonschema-objects/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-13 05:26:34 UTC (rev 1445405)
+++ PKGBUILD    2023-04-13 05:26:37 UTC (rev 1445406)
@@ -2,7 +2,7 @@
 
 pkgname=python-jsonschema-objects
 pkgver=0.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Return the jsonschema-objects true value of an iterable"
 url="https://github.com/cwacek/python-jsonschema-objects";
 license=('MIT')
@@ -11,13 +11,13 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner' 'python-pytest-mock')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/cwacek/python-jsonschema-objects/archive/$pkgver.tar.gz";
-         markdown.patch)
+         
$pkgname-nested-oneof-resolution-and-markdown.patch::https://github.com/cwacek/python-jsonschema-objects/pull/233.patch)
 
sha512sums=('4f47424741aa918e514f2570d316fab9feccc0e0860fe5fc6b863d2a75d4f109f80eb03e4f52549e075e83ebbd2ebceab95c5b43966650993e9bb59e94e02b63'
-            
'49952338da8829f05eefcb8cdd2df465c01100c224aeea87e7620bfe761b2ec3cbb55733b9475c116ebd1486508a5a049cf7efa8c33219298bc8e6006deb9118')
+            
'bd9543edd369eb5941cc7831e2a4c939c2e6a163e60525b72fa021b8f75c7c7b0d0bd05fe6ee3c5cfbdaac0fe47c93daf55a72b18954b7dcf6e343f4049ce579')
 
 prepare() {
   cd python-jsonschema-objects-$pkgver
-  patch -p1 < ../markdown.patch # Port to recent python-markdown
+  patch -p1 < ../$pkgname-nested-oneof-resolution-and-markdown.patch
 }
 
 build() {

Reply via email to