Skip to content

Commit

Permalink
update to new pyjwt
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgillij committed Jun 4, 2023
1 parent 33db69f commit 8ca5608
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 44 deletions.
6 changes: 3 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
pkgname=py3status-github-notifications
poetryname=py3status_github_notifications
pkgdesc="Python module for py3status to keep track of your Github notifications."
pkgver=0.1.9
pkgver=0.1.10
pkgrel=1
arch=('any')
license=('MIT')
depends=('py3status' 'python' 'python-pygithub')
makedepends=('python-build' 'python-poetry' 'python-installer' 'python-setuptools')
makedepends=('python-build' 'python-poetry' 'python-installer')
url="https://github.com/mcgillij/py3status-github-notifications"
source=("https://github.com/mcgillij/py3status-github-notifications/releases/download/$pkgver/$poetryname-$pkgver.tar.gz")
md5sums=('53afae1a48f62d3330b224e756d39698')
md5sums=('1603c9b451a20af3ef547a5f19cc5d11')

build() {
cd "$srcdir/$poetryname-$pkgver"
Expand Down
78 changes: 39 additions & 39 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 = "py3status-github-notifications"
version = "0.1.9"
version = "0.1.10"
description = "py3status module to show your Github notifications"
authors = ["mcgillij <[email protected]>"]
license = "MIT"
Expand All @@ -26,7 +26,7 @@ module = "py3status_github_notifications.github_notifications"
python = "^3.10 || ^3.11"
PyGithub = "^1.55"
py3status = "^3.45"
PyJWT = "2.6.0"
PyJWT = "2.7.0"

[tool.poetry.dev-dependencies]
pytest = "*"
Expand Down

0 comments on commit 8ca5608

Please sign in to comment.