[arch-commits] Commit in python-rx/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Sat Aug 17 16:21:43 UTC 2019


    Date: Saturday, August 17, 2019 @ 16:21:43
  Author: alucryd
Revision: 500005

upgpkg: python-rx 3.0.1-1

Modified:
  python-rx/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-17 16:14:52 UTC (rev 500004)
+++ PKGBUILD	2019-08-17 16:21:43 UTC (rev 500005)
@@ -3,8 +3,8 @@
 # Contributor: Julien Nicoulaud <julien.nicoulaud at gmail.com>
 
 pkgname=python-rx
-pkgver=1.6.1
-pkgrel=3
+pkgver=3.0.1
+pkgrel=1
 pkgdesc='Reactive Extensions for Python'
 arch=(any)
 url=http://reactivex.io
@@ -20,17 +20,9 @@
   python-pytest
   python-pytest-asyncio
 )
-source=(git+https://github.com/ReactiveX/RxPY.git#tag=${pkgver})
+source=(git+https://github.com/ReactiveX/RxPY.git#tag=v${pkgver})
 sha256sums=(SKIP)
 
-prepare() {
-  cd RxPY
-
-  # some tests fail with Python 3.7
-  rm tests/test_observable/test_dowhile.py
-  rm tests/test_observable/test_while.py
-}
-
 build() {
   cd RxPY
 



More information about the arch-commits mailing list