diff options
author | gilcu3 | 2024-12-02 10:29:26 +0100 |
---|---|---|
committer | gilcu3 | 2024-12-02 10:29:26 +0100 |
commit | 1ffd52ca2e1e07933781a9282366cc974cc76c5c (patch) | |
tree | 953c60cb13301fde33c3bae892875ea122f29dbc | |
parent | a42856b6a06672ec435237423dfdb2113f5d877b (diff) | |
download | aur-1ffd52ca2e1e07933781a9282366cc974cc76c5c.tar.gz |
upgpkg: python-daemon 3.1.1-1
upstream release
upd & added nvchecker
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | .nvchecker.toml | 3 | ||||
-rw-r--r-- | PKGBUILD | 4 |
3 files changed, 8 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = python-daemon pkgdesc = Library to implement a well-behaved Unix daemon process - pkgver = 3.1.0 + pkgver = 3.1.1 pkgrel = 1 url = https://pagure.io/python-daemon/ arch = any @@ -16,7 +16,7 @@ pkgbase = python-daemon depends = python depends = python-lockfile depends = python-setuptools - source = https://files.pythonhosted.org/packages/source/p/python_daemon/python_daemon-3.1.0.tar.gz - sha256sums = fdb621d7e5f46e74b4de1ad6b0fff6e69cd91b4f219de1476190ebdd0f4781df + source = https://files.pythonhosted.org/packages/source/p/python_daemon/python_daemon-3.1.1.tar.gz + sha256sums = a389d342aab7ac4c0e8397510af54ecb0d6919e2fced9bab7dd24f8c22265306 pkgname = python-daemon diff --git a/.nvchecker.toml b/.nvchecker.toml new file mode 100644 index 000000000000..4c338a7fca74 --- /dev/null +++ b/.nvchecker.toml @@ -0,0 +1,3 @@ +[python-daemon] +source = "pypi" +pypi = "python_daemon" @@ -4,7 +4,7 @@ # Contributor: Massimiliano Torromeo <massimiliano.torromeo@gmail.com> pkgname=python-daemon -pkgver=3.1.0 +pkgver=3.1.1 pkgrel=1 pkgdesc='Library to implement a well-behaved Unix daemon process' arch=('any') @@ -14,7 +14,7 @@ depends=('python' 'python-lockfile' 'python-setuptools') makedepends=('python-build' 'python-docutils' 'python-installer' 'python-wheel' 'python-changelog-chug') checkdepends=('python-testscenarios' 'python-testtools' 'python-coverage') source=(https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname//-/_}/${pkgname//-/_}-$pkgver.tar.gz) -sha256sums=('fdb621d7e5f46e74b4de1ad6b0fff6e69cd91b4f219de1476190ebdd0f4781df') +sha256sums=('a389d342aab7ac4c0e8397510af54ecb0d6919e2fced9bab7dd24f8c22265306') # prepare() { # cd ${pkgname//-/_}-$pkgver |