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

Jaroslav Lichtblau jlichtblau at archlinux.org
Sat Mar 20 13:11:22 UTC 2021


    Date: Saturday, March 20, 2021 @ 13:11:22
  Author: jlichtblau
Revision: 896014

upgpkg: python-daemon 2.3.0-1 - new upstream release

Modified:
  python-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-20 12:06:56 UTC (rev 896013)
+++ PKGBUILD	2021-03-20 13:11:22 UTC (rev 896014)
@@ -3,17 +3,17 @@
 # Contributor: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
 
 pkgname=python-daemon
-pkgver=2.2.4
-pkgrel=5
+pkgver=2.3.0
+pkgrel=1
 pkgdesc='Library to implement a well-behaved Unix daemon process'
 arch=('any')
 url='https://pypi.python.org/pypi/python-daemon'
 license=('Apache')
 depends=('python' 'python-lockfile' 'python-docutils')
-makedepends=('python-setuptools' 'python-docutils' 'python-lockfile')
-checkdepends=('python-mock' 'python-testscenarios')
+makedepends=('python-setuptools' 'python-docutils' 'python-lockfile' 'python-pip')
+checkdepends=('python-mock' 'python-testscenarios' 'python-wheel')
 source=(https://files.pythonhosted.org/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('57c84f50a04d7825515e4dbf3a31c70cc44414394a71608dee6cfde469e81766')
+sha256sums=('bda993f1623b1197699716d68d983bb580043cf2b8a66a01274d9b8297b0aeaf')
 
 build() {
   cd "${srcdir}"/python-daemon-$pkgver



More information about the arch-commits mailing list