[arch-commits] Commit in python-stem/trunk (PKGBUILD stem-python-3.8.patch)

Levente Polyak anthraxx at archlinux.org
Sat Jan 18 15:04:21 UTC 2020


    Date: Saturday, January 18, 2020 @ 15:04:21
  Author: anthraxx
Revision: 553024

upgpkg: python-stem 1.8.0-1

Modified:
  python-stem/trunk/PKGBUILD
Deleted:
  python-stem/trunk/stem-python-3.8.patch

-----------------------+
 PKGBUILD              |   15 +++++----------
 stem-python-3.8.patch |   11 -----------
 2 files changed, 5 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-18 15:01:26 UTC (rev 553023)
+++ PKGBUILD	2020-01-18 15:04:21 UTC (rev 553024)
@@ -3,8 +3,8 @@
 
 pkgname=python-stem
 _pypiname=${pkgname#*-}
-pkgver=1.7.1
-pkgrel=3
+pkgver=1.8.0
+pkgrel=1
 pkgdesc='Python controller library for Tor'
 url='https://stem.torproject.org/'
 arch=('any')
@@ -14,11 +14,9 @@
 optdepends=('tor: tor-server to talk to')
 replaces=('stem')
 provides=('stem')
-source=(https://files.pythonhosted.org/packages/source/${_pypiname::1}/${_pypiname}/${_pypiname}-${pkgver}.tar.gz{,.asc}
-        stem-python-3.8.patch)
-sha256sums=('c9eaf3116cb60c15995cbd3dec3a5cbc50e9bb6e062c4d6d42201e566f498ca2'
-            'SKIP'
-            '294e645ceba300c34693df2e8269c844686f3a1bb7b9bb1e3ffc6882a07f2505')
+source=(https://files.pythonhosted.org/packages/source/${_pypiname::1}/${_pypiname}/${_pypiname}-${pkgver}.tar.gz{,.asc})
+sha256sums=('a0b48ea6224e95f22aa34c0bc3415f0eb4667ddeae3dfb5e32a6920c185568c2'
+            'SKIP')
 validpgpkeys=('68278CC5DD2D1E85C4E45AD90445B7AB9ABBEEC6') # Damian Johnson (www.atagar.com) <atagar1 at gmail.com>
 
 prepare() {
@@ -29,9 +27,6 @@
     -e '/|test.integ.process.TestProcess/d' \
     -e '/|test.integ.installation.TestInstallation/d'
   rm test/integ/{client/connection,{installation,process}}.py
-
-  # fix tests with python 3.8
-  patch -p1 -i ../stem-python-3.8.patch
 }
 
 build() {

Deleted: stem-python-3.8.patch
===================================================================
--- stem-python-3.8.patch	2020-01-18 15:01:26 UTC (rev 553023)
+++ stem-python-3.8.patch	2020-01-18 15:04:21 UTC (rev 553024)
@@ -1,11 +0,0 @@
---- stem-1.7.1/test/task.py.orig	2019-11-03 13:00:05.941355453 +0000
-+++ stem-1.7.1/test/task.py	2019-11-03 13:00:25.131576581 +0000
-@@ -81,7 +81,7 @@
-   elif platform.system() == 'Darwin':
-     extra = platform.release()
-   elif platform.system() == 'Linux':
--    extra = ' '.join(platform.linux_distribution()[:2])
-+    extra = platform.release()
-   else:
-     extra = None
- 



More information about the arch-commits mailing list