Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / 
python-deprecated


Commits:
d7503974 by Carl Smedstad at 2024-11-18T07:54:17+01:00
upgpkg: 1.2.15-1: Upstream release

https://github.com/laurent-laporte-pro/deprecated/releases/tag/v1.2.15

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-deprecated
        pkgdesc = Python @deprecated decorator to deprecate old python classes, 
functions or methods
-       pkgver = 1.2.14
-       pkgrel = 3
+       pkgver = 1.2.15
+       pkgrel = 1
        url = https://github.com/tantale/deprecated
        arch = any
        license = MIT
@@ -10,8 +10,9 @@ pkgbase = python-deprecated
        makedepends = python-build
        makedepends = python-installer
        makedepends = python-wheel
+       depends = python
        depends = python-wrapt
-       source = 
python-deprecated-1.2.14.tar.gz::https://github.com/tantale/deprecated/archive/v1.2.14.tar.gz
-       sha512sums = 
dcf741dd9c237e461d700ada6ed12d048e953c0dd9ad9c9e8301dbec3f45ba70385d4e70337934fd8bcece4899e806a05202d8a90a030171279468ba86b95d2b
+       source = 
python-deprecated-1.2.15.tar.gz::https://github.com/tantale/deprecated/archive/v1.2.15.tar.gz
+       sha512sums = 
d15bce4370ef20ad455202c9f1be453aab04e61f6967368a7ae32bed98ae0f3fdb1abee944c7afa203fe11e100e85c7cfa6d7d0cf800b1d70e51e0efca092075
 
 pkgname = python-deprecated


=====================================
PKGBUILD
=====================================
@@ -1,17 +1,17 @@
 # Maintainer: Felix Yan <[email protected]>
 
 pkgname=python-deprecated
-pkgver=1.2.14
-pkgrel=3
+pkgver=1.2.15
+pkgrel=1
 pkgdesc="Python @deprecated decorator to deprecate old python classes, 
functions or methods"
 url="https://github.com/tantale/deprecated";
 license=('MIT')
 arch=('any')
-depends=('python-wrapt')
+depends=('python' 'python-wrapt')
 makedepends=('python-setuptools' 'python-build' 'python-installer' 
'python-wheel')
 checkdepends=('python-pytest')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/tantale/deprecated/archive/v$pkgver.tar.gz";)
-sha512sums=('dcf741dd9c237e461d700ada6ed12d048e953c0dd9ad9c9e8301dbec3f45ba70385d4e70337934fd8bcece4899e806a05202d8a90a030171279468ba86b95d2b')
+sha512sums=('d15bce4370ef20ad455202c9f1be453aab04e61f6967368a7ae32bed98ae0f3fdb1abee944c7afa203fe11e100e85c7cfa6d7d0cf800b1d70e51e0efca092075')
 
 build() {
   cd deprecated-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-deprecated/-/commit/d75039748318065faa686082c26121319befe794

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-deprecated/-/commit/d75039748318065faa686082c26121319befe794
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to