Date: Tuesday, May 2, 2023 @ 15:05:56
  Author: arojas
Revision: 1455853

upgpkg: python-pyee 9.1.0-1: Update to 9.1.0

Modified:
  python-pyee/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-02 15:02:42 UTC (rev 1455852)
+++ PKGBUILD    2023-05-02 15:05:56 UTC (rev 1455853)
@@ -2,8 +2,8 @@
 # Contributor: Josh Holbrook <[email protected]>
 
 pkgname=python-pyee
-pkgver=9.0.4
-pkgrel=5
+pkgver=9.1.0
+pkgrel=1
 pkgdesc="Port of node.js's EventEmitter to python"
 arch=('any')
 url=https://github.com/jfhbrook/pyee
@@ -11,12 +11,11 @@
 depends=('python-typing-extensions')
 makedepends=('python-build' 'python-installer' 'python-setuptools'
              'python-wheel')
-checkdepends=('python-mock' 'python-pytest-asyncio' 'python-pytest-trio'
-              'python-twisted')
+checkdepends=('python-pytest-asyncio' 'python-pytest-trio' 'python-twisted')
 optdepends=('python-trio' 'python-twisted')
 
source=("https://files.pythonhosted.org/packages/source/p/pyee/pyee-$pkgver.tar.gz";)
-sha256sums=('2770c4928abc721f46b705e6a72b0c59480c4a69c9a83ca0b00bb994f1ea4b32')
-b2sums=('4402d50f5de27ccda64e731450d90cc62f80584e8603a0fda385f6b5598e905d6abaa760aa8e987443dc5990600535f2bd756334cf5b6d0e9d8bf59b4fcdba60')
+sha256sums=('a2287af31d6ce6e662ebf8034ea2c3e38dea02ebac63f6a41db23825bf6649d4')
+b2sums=('8c011425d83c452f40451f152ed63994f4a76d424fefd1e4a69978ca8a0c4e55313269f93a102ea23b24b071270d3485a1cf0aa6aea911ed3e8a5648134ccbe3')
 
 prepare() {
   cd pyee-$pkgver

Reply via email to