David Runge pushed to branch main at Arch Linux / Packaging / Packages / python-zope-security
Commits: 9e8e37f7 by David Runge at 2024-04-12T21:54:47+02:00 Add nvchecker integration Signed-off-by: David Runge <[email protected]> - - - - - 56ef4e15 by David Runge at 2024-04-12T21:59:16+02:00 Switch to locked tag commit Signed-off-by: David Runge <[email protected]> - - - - - e11d3097 by David Runge at 2024-04-12T22:01:00+02:00 Remove unneeded python-nose checkdepend Signed-off-by: David Runge <[email protected]> - - - - - 10a1d3fd by David Runge at 2024-04-12T22:02:58+02:00 upgpkg: 6.2-2: Rebuild against Python 3.12 (without checks for bootstrapping) - - - - - 3 changed files: - .SRCINFO - + .nvchecker.toml - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,16 +1,18 @@ pkgbase = python-zope-security pkgdesc = Zope Security Framework pkgver = 6.2 - pkgrel = 1 + pkgrel = 2 url = https://github.com/zopefoundation/zope.security arch = x86_64 - license = ZPL + license = ZPL-2.1 checkdepends = python-btrees - checkdepends = python-nose checkdepends = python-zope-configuration checkdepends = python-zope-testing checkdepends = python-zope-testrunner makedepends = git + makedepends = python-build + makedepends = python-installer + makedepends = python-wheel depends = python-setuptools depends = python-zope-component depends = python-zope-i18nmessageid @@ -18,7 +20,7 @@ pkgbase = python-zope-security depends = python-zope-location depends = python-zope-proxy depends = python-zope-schema - source = git+https://github.com/zopefoundation/zope.security.git#commit=dfdce15e432208fd8f01cc2072818a2847663bc6 - sha512sums = SKIP + source = git+https://github.com/zopefoundation/zope.security.git#tag=6.2 + sha512sums = fa2aaeb9738018ca694d9bbfb0276a0eae90a7095908b13322d0a84706ef52fc98eec7208a66b322bb29f12013b40673138857f8f8df0ccd3e3370a8abde969b pkgname = python-zope-security ===================================== .nvchecker.toml ===================================== @@ -0,0 +1,3 @@ +[python-zope-security] +source = "pypi" +pypi = "zope.security" ===================================== PKGBUILD ===================================== @@ -2,8 +2,7 @@ pkgname=python-zope-security pkgver=6.2 -_commit=dfdce15e432208fd8f01cc2072818a2847663bc6 -pkgrel=1 +pkgrel=2 pkgdesc="Zope Security Framework" arch=('x86_64') url="https://github.com/zopefoundation/zope.security" @@ -11,10 +10,10 @@ license=('ZPL-2.1') depends=('python-setuptools' 'python-zope-component' 'python-zope-i18nmessageid' 'python-zope-interface' 'python-zope-location' 'python-zope-proxy' 'python-zope-schema') makedepends=('git' 'python-build' 'python-installer' 'python-wheel') -checkdepends=('python-btrees' 'python-nose' 'python-zope-configuration' 'python-zope-testing' +checkdepends=('python-btrees' 'python-zope-configuration' 'python-zope-testing' 'python-zope-testrunner') -source=("git+https://github.com/zopefoundation/zope.security.git#commit=$_commit") -sha512sums=('SKIP') +source=("git+https://github.com/zopefoundation/zope.security.git#tag=$pkgver") +sha512sums=('fa2aaeb9738018ca694d9bbfb0276a0eae90a7095908b13322d0a84706ef52fc98eec7208a66b322bb29f12013b40673138857f8f8df0ccd3e3370a8abde969b') build() { cd zope.security View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-zope-security/-/compare/3fd8069b1c1a5ce83ea740b0bfce52f40d3442d9...10a1d3fd6d2816597501cac46caf3f7c9820474c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-zope-security/-/compare/3fd8069b1c1a5ce83ea740b0bfce52f40d3442d9...10a1d3fd6d2816597501cac46caf3f7c9820474c You're receiving this email because of your account on gitlab.archlinux.org.
