Updated: 1.3.0

This commit is contained in:
Rafael Baboni Dominiquini 2026-02-27 18:03:21 -03:00
parent 9ce5930bb7
commit 5434d82378
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = python-diwire
pkgdesc = A lightweight, type-safe dependency injection container with automatic wiring, scoped lifetimes, and zero dependencies
pkgver = 1.2.0
pkgver = 1.3.0
pkgrel = 1
url = https://github.com/maksimzayats/diwire
arch = any
@ -15,7 +15,7 @@ pkgbase = python-diwire
depends = python-fastapi
depends = python-typing_extensions
depends = python-pytest
source = https://files.pythonhosted.org/packages/source/d/diwire/diwire-1.2.0.tar.gz
sha256sums = 40c816175c5a5b0a68a7bba42afd7a9298edff4cb30c2a4a1682b602e8f72e6e
source = https://files.pythonhosted.org/packages/source/d/diwire/diwire-1.3.0.tar.gz
sha256sums = 63aa43535c7b1afb5853d7e7da843e30692238af92730b28a3e0f6055e754670
pkgname = python-diwire

View file

@ -1,6 +1,6 @@
# Maintainer: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
_upstreamver='1.2.0'
_upstreamver='1.3.0'
_upstreamver_regex='^[0-9]+\.[0-9]+\.[0-9]+$'
_source_type='pypi-releases'
_pypi_package='diwire'
@ -18,7 +18,7 @@ makedepends=('python-setuptools' 'python-wheel' 'python-build' 'python-installer
depends=('python' 'python-pydantic' 'python-pydantic-settings' 'python-fastapi' 'python-typing_extensions' 'python-pytest')
source=("https://files.pythonhosted.org/packages/source/${_pypi_package::1}/${_pypi_package//-/_}/${_pypi_package//-/_}-${pkgver}.tar.gz")
sha256sums=('40c816175c5a5b0a68a7bba42afd7a9298edff4cb30c2a4a1682b602e8f72e6e')
sha256sums=('63aa43535c7b1afb5853d7e7da843e30692238af92730b28a3e0f6055e754670')
build() {