[arch-commits] Commit in python-jaraco.logging/trunk (PKGBUILD)

David Runge dvzrv at gemini.archlinux.org
Sun Aug 28 13:34:05 UTC 2022


    Date: Sunday, August 28, 2022 @ 13:34:03
  Author: dvzrv
Revision: 1285082

upgpkg: python-jaraco.logging 3.1.2-1: Upgrade to 3.1.2.

Switch to pypi sdist tarball as upstream added them for the latest versions.

Modified:
  python-jaraco.logging/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-28 13:12:41 UTC (rev 1285081)
+++ PKGBUILD	2022-08-28 13:34:03 UTC (rev 1285082)
@@ -2,8 +2,8 @@
 
 _name=jaraco.logging
 pkgname=python-jaraco.logging
-pkgver=3.1.1
-pkgrel=2
+pkgver=3.1.2
+pkgrel=1
 pkgdesc="Quickly solicit log level info from command-line parameters"
 arch=(any)
 url="https://github.com/jaraco/jaraco.logging"
@@ -12,11 +12,9 @@
 makedepends=(python-build python-installer python-setuptools python-setuptools-scm python-toml python-wheel)
 conflicts=(python-jaraco)
 replaces=(python-jaraco)
-# 3.1.1 not on pypi.org: https://github.com/jaraco/jaraco.logging/issues/2
-# source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-source=($_name-$pkgver.tar.gz::https://github.com/jaraco/jaraco.logging/archive/refs/tags/v$pkgver.tar.gz)
-sha256sums=('082ce44a7f04668eb5bae8ea5c7290c1720bd100907cce2c01fdb9c88b0dcf93')
-b2sums=('32d978ae8e9105986926649dcccd710aea44e2b8ea2f4b41dfdb6cb6512cc8597951909c4e217d608245fb37b29ced544429b4f960d080f5a3436f454d042826')
+source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
+sha256sums=('93a70b8b3767779ad6c7b56ee98579ced77b69f16abbcae749f62c2c59e67931')
+b2sums=('add8236bdf345d55186d8ab7432c2b392df6921229c23c253a3b224d0362073c417cd4c0540e28117a1331adea15d4e8a17ad72c2cf7084375a19c64c529ccc0')
 
 build() {
   export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver



More information about the arch-commits mailing list