Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-kombu


Commits:
ee0c7e43 by Antonio Rojas at 2024-01-06T14:25:10+01:00
upgpkg: 5.3.2-1: Update to 5.3.2

- - - - -


2 changed files:

- PKGBUILD
- − fix-requirements.patch


Changes:

=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
 # Contributor: mutantmonkey <a...@mutantmonkey.in>
 
 pkgname=python-kombu
-pkgver=5.2.4
-pkgrel=2
+pkgver=5.3.2
+pkgrel=1
 pkgdesc='A messaging library for Python'
 arch=('any')
 url="https://kombu.readthedocs.org/";
@@ -29,17 +29,14 @@ optdepends=('python-boto3: for Amazon SQS support'
 makedepends=('python-setuptools')
 checkdepends=('python-boto3' 'python-brotli' 'python-case' 
'python-librabbitmq' 'python-msgpack' 'python-pycurl'
               'python-pymongo' 'python-pyro' 'python-pytest' 
'python-pytest-sugar' 'python-pytz'
-              'python-redis' 'python-sqlalchemy' 'python-yaml')
-source=("https://github.com/celery/kombu/archive/v$pkgver/$pkgname-$pkgver.tar.gz";
-       "fix-requirements.patch")
-sha512sums=('8a7bcf3e7f94f7653d6c74a2ea15034c731a27a414d00dde008c31ffa8d292a15e8cc27a44c1f23541f24c863297f0cd11104d2bffaaa512c87526c704be5bcf'
-            
'7beefe78a25f305b8c0d6e9812291c78ed6cfc0c4d167092bbcd86423e020263b2f1af74d959a6e571791198851fe559175de8ca8fd6e4eaaf29ca54b61312bc')
+              'python-redis' 'python-sqlalchemy' 'python-yaml' 
'python-hypothesis')
+source=("https://github.com/celery/kombu/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('c7a760c1340a775ca204c04e5aa11b27c713c9d75b2160f9f7ef9f165f8df076f50cc01e70a471f94269c1613aec26547f07f60f4cdd2190395211c77c594632')
 
 prepare() {
   cd kombu-$pkgver
   sed -i "/import azureservicebus/i pytest.importorskip('azure.servicebus')" 
t/unit/transport/test_azureservicebus.py
-
-  patch -Np1 -i ${srcdir}/fix-requirements.patch
+  rm t/unit/transport/test_azurestoragequeues.py
 }
 
 build() {
@@ -49,7 +46,7 @@ build() {
 
 check() {
   cd kombu-$pkgver
-  python -m pytest
+  pytest -v
 }
 
 package() {


=====================================
fix-requirements.patch deleted
=====================================
@@ -1,9 +0,0 @@
-diff -aur kombu-5.2.4.old/extra/requirements/test.txt 
kombu-5.2.4/extra/requirements/test.txt
---- kombu-5.2.4.old/extra/requirements/test.txt        2023-04-11 
20:01:50.461557698 +0200
-+++ kombu-5.2.4/extra/requirements/test.txt    2023-04-11 20:04:23.999982238 
+0200
-@@ -1,4 +1,4 @@
--pytz>dev
-+pytz
- pytest~=7.0.1
- pytest-sugar
- Pyro4



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-kombu/-/commit/ee0c7e438583aa4607bc4085dc7c555ff1cc2f4f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-kombu/-/commit/ee0c7e438583aa4607bc4085dc7c555ff1cc2f4f
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to