Skip to content

Commit

Permalink
update to py-yaml 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgillij committed Feb 24, 2022
1 parent 13f6191 commit dc879f1
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 55 deletions.
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

pkgname=amdfan
pkgdesc="Python daemon for controlling the fans on amdgpu cards"
pkgver=0.1.16
pkgver=0.1.17
pkgrel=1
arch=('any')
license=('GPL2')
depends=('python' 'python-yaml' 'python-numpy' 'python-rich' 'python-click')
makedepends=('python-setuptools')
url="https://github.com/mcgillij/amdfan"
source=("https://github.com/mcgillij/amdfan/releases/download/$pkgver/amdfan-$pkgver.tar.gz")
md5sums=('7b81ba94a1149d563658a7d489c30d03')
md5sums=('d82cf5a366a4faefd48132cafc289f81')

build() {
cd "$srcdir/$pkgname-$pkgver"
Expand Down
106 changes: 55 additions & 51 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "amdfan"
version = "0.1.16"
version = "0.1.17"
description = "Fan monitor and controller for AMD gpus in Linux"
authors = ["mcgillij <[email protected]>"]
license = "GPL-2.0-only"
Expand All @@ -26,7 +26,7 @@ include = [ "LICENSE", ]
[tool.poetry.dependencies]
python = "^3.7 || ^3.8 || ^3.9 || ^3.10"
numpy = "^1.20.1"
PyYAML = "^5.4.1"
PyYAML = "^6.0.0"
click = "^8.0.0"
rich = "^11.1.0"

Expand Down

0 comments on commit dc879f1

Please sign in to comment.