David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
python-ulid


Commits:
d0855830 by David Runge at 2024-04-27T18:22:19+02:00
upgpkg: 2.5.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-ulid
        pkgdesc = ULID implementation for Python
-       pkgver = 2.4.0.post0
-       pkgrel = 2
+       pkgver = 2.5.0
+       pkgrel = 1
        url = https://github.com/mdomke/python-ulid
        arch = any
        license = MIT
@@ -16,8 +16,8 @@ pkgbase = python-ulid
        makedepends = python-wheel
        depends = python
        optdepends = python-pydantic: for pydantic integration
-       source = 
python-ulid-2.4.0.post0.tar.gz::https://github.com/mdomke/python-ulid/archive/refs/tags/2.4.0.post0.tar.gz
-       sha512sums = 
b936d775cdde7b17bcdc2e1b2565132e9a025083ea0e13f595860054ac6bb05d6066756e6b500c1a60c2842f9147b2c812a1487e22463d8f249578a0a6e8e6c1
-       b2sums = 
27bf9b6b871c4a268854dc5e3918b355fe05ae45a24aaaebe74e33b5f051f3cd377b8289e188e49885c295be058912e89d57f8b2bcc67aa89c563b3b0d34c8c9
+       source = 
python-ulid-2.5.0.tar.gz::https://github.com/mdomke/python-ulid/archive/refs/tags/2.5.0.tar.gz
+       sha512sums = 
9101c43e0ea95278a7d6af01d5a5cf5784a7ac697e633a7c56bd75fce3b214f1fc24ab2e9e70e2779abebd3c2a21e3167a4c70d385205fbd67eb3e1d213e5a41
+       b2sums = 
d009934f2e66419f42066e2c8a8fdb4ca8229a31a57968013a2c70324a371a14a7f6df5385bf77c877eb31f0888cc89af484c887c1303ae31f30b268e25af422
 
 pkgname = python-ulid


=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
 # Maintainer: David Runge <dv...@archlinux.org>
 
 pkgname=python-ulid
-pkgver=2.4.0.post0
-pkgrel=2
+pkgver=2.5.0
+pkgrel=1
 pkgdesc="ULID implementation for Python"
 arch=(any)
 url="https://github.com/mdomke/python-ulid";
@@ -23,8 +23,8 @@ checkdepends=(
 )
 optdepends=('python-pydantic: for pydantic integration')
 source=($pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz)
-sha512sums=('b936d775cdde7b17bcdc2e1b2565132e9a025083ea0e13f595860054ac6bb05d6066756e6b500c1a60c2842f9147b2c812a1487e22463d8f249578a0a6e8e6c1')
-b2sums=('27bf9b6b871c4a268854dc5e3918b355fe05ae45a24aaaebe74e33b5f051f3cd377b8289e188e49885c295be058912e89d57f8b2bcc67aa89c563b3b0d34c8c9')
+sha512sums=('9101c43e0ea95278a7d6af01d5a5cf5784a7ac697e633a7c56bd75fce3b214f1fc24ab2e9e70e2779abebd3c2a21e3167a4c70d385205fbd67eb3e1d213e5a41')
+b2sums=('d009934f2e66419f42066e2c8a8fdb4ca8229a31a57968013a2c70324a371a14a7f6df5385bf77c877eb31f0888cc89af484c887c1303ae31f30b268e25af422')
 
 build() {
   cd $pkgname-$pkgver



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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ulid/-/commit/d0855830415cc7a0ca22cc4a91afd7573b9d7b45
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to