Brett Cornwall pushed to branch main at Arch Linux / Packaging / Packages / 
python-websocket-client


Commits:
838bc272 by Brett Cornwall at 2024-04-25T21:52:51-07:00
upgpkg: 1.8.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
 pkgbase = python-websocket-client
        pkgdesc = WebSocket client library for Python
-       pkgver = 1.7.0
-       pkgrel = 2
+       pkgver = 1.8.0
+       pkgrel = 1
        url = https://github.com/websocket-client/websocket-client
        arch = any
        license = LGPL
        checkdepends = python-pytest
        makedepends = python-setuptools
        depends = python
-       source = 
https://pypi.io/packages/source/w/websocket-client/websocket-client-1.7.0.tar.gz
-       sha512sums = 
1f6b3253f7febd053e1271bcacd71701ec27d6921ba9791b16a203c8b7240925284e033dba4ad5d4c56a88568dc57ecb760c254964bc3bb4e87df52573239a9a
+       source = 
https://pypi.io/packages/source/w/websocket-client/websocket_client-1.8.0.tar.gz
+       sha512sums = 
d41dbd4695adcad14142db048b291eed9367153101853e3e17ee8448aa4be9d20bd91b62707291e2b093ce969d51aeef16ceae7330734b5a1556023d773c5a85
 
 pkgname = python-websocket-client


=====================================
PKGBUILD
=====================================
@@ -6,8 +6,8 @@
 # Contributor: Florian Bruhin <archlinux....@the-compiler.org>
 
 pkgname=python-websocket-client
-pkgver=1.7.0
-pkgrel=2
+pkgver=1.8.0
+pkgrel=1
 pkgdesc="WebSocket client library for Python"
 arch=('any')
 url="https://github.com/websocket-client/websocket-client";
@@ -15,21 +15,21 @@ license=('LGPL')
 depends=('python')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
-source=("https://pypi.io/packages/source/w/websocket-client/websocket-client-$pkgver.tar.gz";)
-sha512sums=('1f6b3253f7febd053e1271bcacd71701ec27d6921ba9791b16a203c8b7240925284e033dba4ad5d4c56a88568dc57ecb760c254964bc3bb4e87df52573239a9a')
+source=("https://pypi.io/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz";)
+sha512sums=('d41dbd4695adcad14142db048b291eed9367153101853e3e17ee8448aa4be9d20bd91b62707291e2b093ce969d51aeef16ceae7330734b5a1556023d773c5a85')
 
 build() {
-  cd websocket-client-$pkgver
+  cd websocket_client-$pkgver
   python setup.py build
 }
 
 check() {
-  cd websocket-client-$pkgver
+  cd websocket_client-$pkgver
   pytest
 }
 
 package() {
-  cd websocket-client-$pkgver
+  cd websocket_client-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
   install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-websocket-client/-/commit/838bc2727c000378c70912f31be6806217fcbfbc

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-websocket-client/-/commit/838bc2727c000378c70912f31be6806217fcbfbc
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to