diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-18 16:16:40 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-18 17:13:02 -0300 |
commit | a0b394fc4bf45e55db506c48d7207360f86a4879 (patch) | |
tree | fc6e2a95b6667281b6d59d48084293bb6023f069 /testing/py3-logbook | |
parent | 32766c3045bfdbd7f428466ae1c3d4ad89146f76 (diff) | |
download | aports-a0b394fc4bf45e55db506c48d7207360f86a4879.tar.bz2 aports-a0b394fc4bf45e55db506c48d7207360f86a4879.tar.xz |
testing/py3-logbook: upgrade to 1.5.3
Diffstat (limited to 'testing/py3-logbook')
-rw-r--r-- | testing/py3-logbook/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-logbook/APKBUILD b/testing/py3-logbook/APKBUILD index 3d105bce69..382d9b1b55 100644 --- a/testing/py3-logbook/APKBUILD +++ b/testing/py3-logbook/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=py3-logbook -pkgver=1.5.2 +pkgver=1.5.3 pkgrel=0 pkgdesc="Logging replacement for Python" url="https://logbook.readthedocs.io/en/stable/" @@ -27,4 +27,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="71bdc14edd1db0490bddb068198fd670270f084a6234e17a46542c2c19436994b61348f18c6813c71d988b37ecaec6a48fac9409125050d4023b3389a6da9c21 py3-logbook-1.5.2.tar.gz" +sha512sums="c9068324f12a189ced98e2c02753489847fa533ce3a3af07b62c73e9959c2e014d47515d47e756d031639cb220a2c4a9a380cba4cb3ea1b190c50106decba686 py3-logbook-1.5.3.tar.gz" |