Date: Tuesday, December 20, 2022 @ 20:50:45
  Author: foxboron
Revision: 1364731

upgpkg: python-autobahn 22.12.1-1

Modified:
  python-autobahn/trunk/PKGBUILD
Deleted:
  python-autobahn/trunk/judge-sse-header.patch

------------------------+
 PKGBUILD               |    9 +++------
 judge-sse-header.patch |   14 --------------
 2 files changed, 3 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-20 20:48:11 UTC (rev 1364730)
+++ PKGBUILD    2022-12-20 20:50:45 UTC (rev 1364731)
@@ -4,7 +4,7 @@
 
 pkgname=python-autobahn
 # https://github.com/crossbario/autobahn-python/blob/master/docs/changelog.rst
-pkgver=22.7.1
+pkgver=22.12.1
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(x86_64)
@@ -32,10 +32,8 @@
   'python-snappy: snappy compression suppport for WebSocket messages'
 )
 
-source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz
-        judge-sse-header.patch)
-sha256sums=('8b462ea2e6aad6b4dc0ed45fb800b6cbfeb0325e7fe6983907f122f2be4a1fe9'
-            'a6505b22363d7b1bbd6c9b4d503118e16129abf91e65885b7ee7f47f74ed9d00')
+source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
+sha256sums=('43b4e8b1aeaeb20a0cc0a81572e613dc958057c0ab248a7d6b41b2763270f925')
 
 prepare() {
   cd "$srcdir/autobahn-$pkgver"
@@ -44,7 +42,6 @@
   # replaced with -march=nehalem so that the SSE 4.1 implementation is built
   # [1] 
https://gitlab.archlinux.org/archlinux/rfcs/-/blob/master/rfcs/0002-march.rst
   sed -i "s#, '-march=native'##" autobahn/nvx/_utf8validator.py
-  patch -Np1 -i "${srcdir}/judge-sse-header.patch"
 }
 
 build() {

Deleted: judge-sse-header.patch
===================================================================
--- judge-sse-header.patch      2022-12-20 20:48:11 UTC (rev 1364730)
+++ judge-sse-header.patch      2022-12-20 20:50:45 UTC (rev 1364731)
@@ -1,14 +0,0 @@
-diff --git a/autobahn/nvx/_utf8validator.c b/autobahn/nvx/_utf8validator.c
-index 5e632ac..cb0440d 100644
---- a/autobahn/nvx/_utf8validator.c
-+++ b/autobahn/nvx/_utf8validator.c
-@@ -28,7 +28,9 @@
- #include <stdint.h>
- 
- // 
http://stackoverflow.com/questions/11228855/header-files-for-simd-intrinsics
-+#if defined(__SSE2__) || defined(__SSE4_1__)
- #include <x86intrin.h>
-+#endif
- 
- 
- #define UTF8_ACCEPT 0

Reply via email to