George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
python-ladybug-core
Commits:
23626ded by George Rawlinson at 2025-11-21T20:05:43+00:00
upgpkg: 0.44.29-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-ladybug-core
pkgdesc = Python library to load, analyze and modify EnergyPlus Weather
files (epw)
- pkgver = 0.44.28
+ pkgver = 0.44.29
pkgrel = 1
url = https://github.com/ladybug-tools/ladybug
arch = any
@@ -15,8 +15,8 @@ pkgbase = python-ladybug-core
depends = python
depends = python-ladybug-geometry
depends = python-click
- source =
python-ladybug-core::git+https://github.com/ladybug-tools/ladybug#tag=v0.44.28
- sha512sums =
e4e5bc17ddf4049c28c52ccce1f94b4dae6e1bc1c3a7a26785e24808f72e5321a665423a4c5e4d7a238170612a745a3194e778f2903e31e3c713caaeea0c9706
- b2sums =
e1281d15c40350d68942a31a22d8ff68f4a28d51f904d1a82a1b70e3daed2dfc7fd21a48ff1de5a5004b5d2b7a9fa8f565c8fc5d6fc1d9d753d85d10afa67899
+ source =
python-ladybug-core::git+https://github.com/ladybug-tools/ladybug#tag=v0.44.29
+ sha512sums =
2b76826eb1e5ad35b4ced52f6a84aeb4481fdca2662892af71c0f0b4efce942265417f238c6826e9521e2de50555117de08c551eddf27298ca3cf6d7fcb92504
+ b2sums =
ec67228b549fb10fe6193253e8804f2c15e6bb43a56fe2b537e0bc1cedd0c2a6cf0ddb69c4bb801121dce6174a6332e2d843f1315710846a79edc869a7634e5f
pkgname = python-ladybug-core
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: George Rawlinson <[email protected]>
pkgname=python-ladybug-core
-pkgver=0.44.28
+pkgver=0.44.29
pkgrel=1
pkgdesc='Python library to load, analyze and modify EnergyPlus Weather files
(epw)'
arch=(any)
@@ -22,8 +22,8 @@ makedepends=(
)
checkdepends=(python-pytest)
source=("$pkgname::git+$url#tag=v$pkgver")
-sha512sums=('e4e5bc17ddf4049c28c52ccce1f94b4dae6e1bc1c3a7a26785e24808f72e5321a665423a4c5e4d7a238170612a745a3194e778f2903e31e3c713caaeea0c9706')
-b2sums=('e1281d15c40350d68942a31a22d8ff68f4a28d51f904d1a82a1b70e3daed2dfc7fd21a48ff1de5a5004b5d2b7a9fa8f565c8fc5d6fc1d9d753d85d10afa67899')
+sha512sums=('2b76826eb1e5ad35b4ced52f6a84aeb4481fdca2662892af71c0f0b4efce942265417f238c6826e9521e2de50555117de08c551eddf27298ca3cf6d7fcb92504')
+b2sums=('ec67228b549fb10fe6193253e8804f2c15e6bb43a56fe2b537e0bc1cedd0c2a6cf0ddb69c4bb801121dce6174a6332e2d843f1315710846a79edc869a7634e5f')
build() {
cd "$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ladybug-core/-/commit/23626ded678d37a51655dad4b1ffb42af8a70812
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ladybug-core/-/commit/23626ded678d37a51655dad4b1ffb42af8a70812
You're receiving this email because of your account on gitlab.archlinux.org.