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

2020-11-19 Thread Evangelos Foutras via arch-commits
Date: Friday, November 20, 2020 @ 02:16:03
  Author: foutrelis
Revision: 757875

upgpkg: python-stem 1.8.0-3: Python 3.9 rebuild

Modified:
  python-stem/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-20 02:12:31 UTC (rev 757874)
+++ PKGBUILD2020-11-20 02:16:03 UTC (rev 757875)
@@ -4,7 +4,7 @@
 pkgname=python-stem
 _pypiname=${pkgname#*-}
 pkgver=1.8.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Python controller library for Tor'
 url='https://stem.torproject.org/'
 arch=('any')


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

2020-11-19 Thread Evangelos Foutras via arch-commits
Date: Friday, November 20, 2020 @ 02:12:31
  Author: foutrelis
Revision: 757874

Skip mock version check

Modified:
  python-stem/trunk/PKGBUILD

--+
 PKGBUILD |2 ++
 1 file changed, 2 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-20 01:56:28 UTC (rev 757873)
+++ PKGBUILD2020-11-20 02:12:31 UTC (rev 757874)
@@ -21,6 +21,8 @@
 
 prepare() {
   cd ${_pypiname}-${pkgver}
+  # https://github.com/torproject/stem/issues/56
+  sed -i '/MOCK_VERSION/d' run_tests.py
   # remove flaky integration tests
   sed -i test/settings.cfg \
 -e '/|test.integ.client.connection.TestConnection/d' \


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

2020-11-09 Thread Evangelos Foutras via arch-commits
Date: Tuesday, November 10, 2020 @ 05:01:43
  Author: foutrelis
Revision: 749239

upgpkg: python-stem 1.8.0-2: Python 3.9 rebuild

Modified:
  python-stem/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-10 05:01:38 UTC (rev 749238)
+++ PKGBUILD2020-11-10 05:01:43 UTC (rev 749239)
@@ -4,7 +4,7 @@
 pkgname=python-stem
 _pypiname=${pkgname#*-}
 pkgver=1.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Python controller library for Tor'
 url='https://stem.torproject.org/'
 arch=('any')


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

2020-01-18 Thread Levente Polyak via arch-commits
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
===
--- PKGBUILD2020-01-18 15:01:26 UTC (rev 553023)
+++ PKGBUILD2020-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) 
 
 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 +
-+++ stem-1.7.1/test/task.py2019-11-03 13:00:25.131576581 +
-@@ -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
- 


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

2019-11-03 Thread Evangelos Foutras via arch-commits
Date: Sunday, November 3, 2019 @ 13:10:48
  Author: foutrelis
Revision: 522513

Python 3.8 rebuild

Modified:
  python-stem/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-03 13:02:17 UTC (rev 522512)
+++ PKGBUILD2019-11-03 13:10:48 UTC (rev 522513)
@@ -4,7 +4,7 @@
 pkgname=python-stem
 _pypiname=${pkgname#*-}
 pkgver=1.7.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Python controller library for Tor'
 url='https://stem.torproject.org/'
 arch=('any')


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

2019-11-03 Thread Antonio Rojas via arch-commits
Date: Sunday, November 3, 2019 @ 13:02:17
  Author: arojas
Revision: 522512

Fix tests with python 3.8

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

---+
 PKGBUILD  |9 +++--
 stem-python-3.8.patch |   11 +++
 2 files changed, 18 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-03 12:53:50 UTC (rev 522511)
+++ PKGBUILD2019-11-03 13:02:17 UTC (rev 522512)
@@ -14,9 +14,11 @@
 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})
+source=(https://files.pythonhosted.org/packages/source/${_pypiname::1}/${_pypiname}/${_pypiname}-${pkgver}.tar.gz{,.asc}
+stem-python-3.8.patch)
 sha256sums=('c9eaf3116cb60c15995cbd3dec3a5cbc50e9bb6e062c4d6d42201e566f498ca2'
-'SKIP')
+'SKIP'
+'294e645ceba300c34693df2e8269c844686f3a1bb7b9bb1e3ffc6882a07f2505')
 validpgpkeys=('68278CC5DD2D1E85C4E45AD90445B7AB9ABBEEC6') # Damian Johnson 
(www.atagar.com) 
 
 prepare() {
@@ -27,6 +29,9 @@
 -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() {

Added: stem-python-3.8.patch
===
--- stem-python-3.8.patch   (rev 0)
+++ stem-python-3.8.patch   2019-11-03 13:02:17 UTC (rev 522512)
@@ -0,0 +1,11 @@
+--- stem-1.7.1/test/task.py.orig   2019-11-03 13:00:05.941355453 +
 stem-1.7.1/test/task.py2019-11-03 13:00:25.131576581 +
+@@ -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
+ 


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

2019-10-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, October 26, 2019 @ 05:46:18
  Author: foutrelis
Revision: 520182

Python 3.8 rebuild

Modified:
  python-stem/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-26 05:45:37 UTC (rev 520181)
+++ PKGBUILD2019-10-26 05:46:18 UTC (rev 520182)
@@ -4,7 +4,7 @@
 pkgname=python-stem
 _pypiname=${pkgname#*-}
 pkgver=1.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Python controller library for Tor'
 url='https://stem.torproject.org/'
 arch=('any')


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

2019-01-10 Thread Levente Polyak via arch-commits
Date: Thursday, January 10, 2019 @ 19:12:31
  Author: anthraxx
Revision: 422044

upgpkg: python-stem 1.7.1-1

Modified:
  python-stem/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-10 19:08:42 UTC (rev 422043)
+++ PKGBUILD2019-01-10 19:12:31 UTC (rev 422044)
@@ -3,8 +3,8 @@
 
 pkgname=python-stem
 _pypiname=${pkgname#*-}
-pkgver=1.7.0
-pkgrel=2
+pkgver=1.7.1
+pkgrel=1
 pkgdesc='Python controller library for Tor'
 url='https://stem.torproject.org/'
 arch=('any')
@@ -15,7 +15,7 @@
 replaces=('stem')
 provides=('stem')
 
source=(https://files.pythonhosted.org/packages/source/${_pypiname::1}/${_pypiname}/${_pypiname}-${pkgver}.tar.gz{,.asc})
-sha256sums=('1b61363c32f50804a377d472761e26abed56dd9017aba43614dd4a151d7d91ab'
+sha256sums=('c9eaf3116cb60c15995cbd3dec3a5cbc50e9bb6e062c4d6d42201e566f498ca2'
 'SKIP')
 validpgpkeys=('68278CC5DD2D1E85C4E45AD90445B7AB9ABBEEC6') # Damian Johnson 
(www.atagar.com)