File tree Expand file tree Collapse file tree 3 files changed +44
-44
lines changed Expand file tree Collapse file tree 3 files changed +44
-44
lines changed Original file line number Diff line number Diff line change 3
3
pkgname=py3status-github-notifications
4
4
poetryname=py3status_github_notifications
5
5
pkgdesc=" Python module for py3status to keep track of your Github notifications."
6
- pkgver=0.1.9
6
+ pkgver=0.1.10
7
7
pkgrel=1
8
8
arch=(' any' )
9
9
license=(' MIT' )
10
10
depends=(' py3status' ' python' ' python-pygithub' )
11
- makedepends=(' python-build' ' python-poetry' ' python-installer' ' python-setuptools ' )
11
+ makedepends=(' python-build' ' python-poetry' ' python-installer' )
12
12
url=" https://github.com/mcgillij/py3status-github-notifications"
13
13
source=(" https://github.com/mcgillij/py3status-github-notifications/releases/download/$pkgver /$poetryname -$pkgver .tar.gz" )
14
- md5sums=(' 53afae1a48f62d3330b224e756d39698 ' )
14
+ md5sums=(' 1603c9b451a20af3ef547a5f19cc5d11 ' )
15
15
16
16
build () {
17
17
cd " $srcdir /$poetryname -$pkgver "
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " py3status-github-notifications"
3
- version = " 0.1.9 "
3
+ version = " 0.1.10 "
4
4
description = " py3status module to show your Github notifications"
5
5
authors = [" mcgillij <mcgillivray.jason@gmail.com>" ]
6
6
license = " MIT"
@@ -26,7 +26,7 @@ module = "py3status_github_notifications.github_notifications"
26
26
python = " ^3.10 || ^3.11"
27
27
PyGithub = " ^1.55"
28
28
py3status = " ^3.45"
29
- PyJWT = " 2.6 .0"
29
+ PyJWT = " 2.7 .0"
30
30
31
31
[tool .poetry .dev-dependencies ]
32
32
pytest = " *"
You can’t perform that action at this time.
0 commit comments