Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mcgillij/amdfan
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.23
Choose a base ref
...
head repository: mcgillij/amdfan
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.1.24
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on May 3, 2023

  1. Verified

    This commit was signed with the committer’s verified signature.
    mcgillij Jason McGillivray
    Copy the full SHA
    03ee081 View commit details
  2. Merge pull request #21 from mcgillij/update_without_license

    remove licence include in the package dir
    mcgillij authored May 3, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    054fe17 View commit details
Showing with 3 additions and 5 deletions.
  1. +2 −2 PKGBUILD
  2. +1 −3 pyproject.toml
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -3,15 +3,15 @@

pkgname=amdfan
pkgdesc="Python daemon for controlling the fans on amdgpu cards"
pkgver=0.1.23
pkgver=0.1.24
pkgrel=1
arch=('any')
license=('GPL2')
depends=('python' 'python-poetry' 'python-build' 'python-installer' '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=('4141de7cb90901e526059e6b41a84292')
md5sums=('7c6df7c9a94f069c4a1cb6cddd68f904')

build() {
cd "$srcdir/$pkgname-$pkgver"
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "amdfan"
version = "0.1.23"
version = "0.1.24"
description = "Fan monitor and controller for AMD gpus in Linux"
authors = ["mcgillij <mcgillivray.jason@gmail.com>"]
license = "GPL-2.0-only"
@@ -21,8 +21,6 @@ classifiers = [
"Topic :: Utilities",
]

include = [ "LICENSE", ]

[tool.poetry.dependencies]
python = "^3.9 || ^3.10 || ^3.11"
numpy = "^1.23.5"