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

Eli Schwartz eschwartz at archlinux.org
Thu Jan 28 01:55:11 UTC 2021


    Date: Thursday, January 28, 2021 @ 01:55:10
  Author: eschwartz
Revision: 833178

upgpkg: python-oslotest 4.4.1-4: upstream switched to the stdlib unittest.mock

https://github.com/openstack/oslotest/commit/ffdf6f10be50bf8c2debd23e076077668b2e9fb6

reverted due to other modules using mock and assuming this would depend on it,
"Until we get everyone migrated, let's hold off on doing this for oslotest.":
https://github.com/openstack/oslotest/commit/cdee551ae6145e4646809bf65e71817a63328d9a

reverted the revert and dropped it again:
https://github.com/openstack/oslotest/commit/21beb1537f6f2ab5babf1d1572ca216836b90248

Modified:
  python-oslotest/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-28 01:46:52 UTC (rev 833177)
+++ PKGBUILD	2021-01-28 01:55:10 UTC (rev 833178)
@@ -2,13 +2,13 @@
 
 pkgname=python-oslotest
 pkgver=4.4.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Oslo test framework"
 arch=('any')
 url="https://github.com/openstack/oslotest"
 license=('Apache')
 depends=('python-fixtures' 'python-subunit' 'python-stestr' 'python-testscenarios'
-         'python-testtools' 'python-mock' 'python-mox3' 'python-os-client-config'
+         'python-testtools' 'python-mox3' 'python-os-client-config'
          'python-debtcollector')
 makedepends=('python-pbr')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/oslotest/archive/$pkgver.tar.gz")



More information about the arch-commits mailing list