Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages / python-arrow
Commits: 578340cb by Jakub Klinkovský at 2024-12-04T20:33:57+00:00 Update dependencies - types-python-dateutil was added for 1.3.0 https://github.com/arrow-py/arrow/commit/3a6cd95389dfe1c93684aa083a6e3db408269fdb - typing_extensions is used only for python<3.8 https://github.com/arrow-py/arrow/pull/1176 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -15,7 +15,7 @@ pkgbase = python-arrow makedepends = python-installer depends = python depends = python-dateutil - depends = python-typing_extensions + depends = python-types-python-dateutil source = python-arrow-1.3.0.tar.gz::https://github.com/arrow-py/arrow/archive/refs/tags/1.3.0.tar.gz sha256sums = 108c9d0339dbb06f6a255d1e8399a9bd88ec53ae6ede044b4ca7b3c563184a1b ===================================== PKGBUILD ===================================== @@ -13,7 +13,7 @@ license=(Apache-2.0) depends=( python python-dateutil - python-typing_extensions + python-types-python-dateutil ) makedepends=( git View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-arrow/-/commit/578340cb1b1888e0ccf858fb0e1317abb8e27ee0 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-arrow/-/commit/578340cb1b1888e0ccf858fb0e1317abb8e27ee0 You're receiving this email because of your account on gitlab.archlinux.org.
