[arch-commits] Commit in python-itemadapter/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Fri Jul 16 04:00:38 UTC 2021
Date: Friday, July 16, 2021 @ 04:00:37
Author: felixonmars
Revision: 977464
upgpkg: python-itemadapter 0.3.0-1
Modified:
python-itemadapter/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-16 03:59:40 UTC (rev 977463)
+++ PKGBUILD 2021-07-16 04:00:37 UTC (rev 977464)
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=python-itemadapter
-pkgver=0.2.0
+pkgver=0.3.0
pkgrel=1
pkgdesc="Common interface for data container classes"
url="https://github.com/scrapy/itemadapter"
@@ -9,9 +9,9 @@
arch=('any')
depends=('python')
makedepends=('python-setuptools')
-checkdepends=('python-attrs' 'python-pytest' 'scrapy')
+checkdepends=('python-attrs' 'python-pydantic' 'python-pytest' 'scrapy')
source=("https://github.com/scrapy/itemadapter/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('317e42ebe7f161e114719c942fb7261b3b06e38fe81f609ccdacebfb051a5eaea90286bfef79c8bcf56d041d26e087dbbc9a74270c7a61bdd73841596a01f174')
+sha512sums=('2bc26471d65cf66da520461a54bd9e9943ddcd910cfa359413be77ad92a73f1dfc3c6d47be2c6ce8ce22d878172e4e93f0fef0dc4a98d824bacd3589a3a49315')
build() {
cd itemadapter-$pkgver
More information about the arch-commits
mailing list