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

David Runge dvzrv at archlinux.org
Mon Aug 10 08:12:17 UTC 2020


    Date: Monday, August 10, 2020 @ 08:12:17
  Author: dvzrv
Revision: 673454

upgpkg: python-etesync 0.12.0-1: Upgrade to 0.12.0.

Run pytest generically now \o/.
Remove python-coverage from checkdepends (it is not required).

Modified:
  python-etesync/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-10 08:05:16 UTC (rev 673453)
+++ PKGBUILD	2020-08-10 08:12:17 UTC (rev 673454)
@@ -2,8 +2,8 @@
 
 _name=etesync
 pkgname=python-etesync
-pkgver=0.11.1
-pkgrel=2
+pkgver=0.12.0
+pkgrel=1
 pkgdesc="Python API to interact with an EteSync server"
 arch=('any')
 url="https://github.com/etesync/pyetesync"
@@ -14,9 +14,10 @@
 'python-pyasn1' 'python-pycparser' 'python-pyparsing' 'python-pytz'
 'python-requests' 'python-six' 'python-vobject')
 makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-coverage')
+checkdepends=('python-pytest')
 source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha512sums=('f3850b98451dcc8844ec5aadfac45542d9269041e66eb549e3b33531869da35315013c95128478f5dde07b8a86d0f2d5939489f70e81bf700f46805e5405e390')
+sha512sums=('5d965a663fefeb841d43289e559f95dd9386665be47e00bfc84948ca3248b9bb7a57f253bdf4a2796c457ea0eb72e03e2f25a58eb7d7007d6bc691f9d5951226')
+b2sums=('d740338b934a70370169a5e9974c2840a16c999b9a5652dbc9cb284ff241e7c3dc0ecf8836ae00e3b4544e29099034d498d466f4504c1e3c5f9356ac0b882e4b')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
@@ -29,9 +30,7 @@
 
 check() {
   cd "${pkgname}-${pkgver}"
-  # soon tests can be run without specifying test files:
-  # https://github.com/etesync/pyetesync/issues/19
-  pytest -v tests/{test_collections.py,test_crypto.py}
+  pytest -v
 }
 
 package() {



More information about the arch-commits mailing list