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 33pkgname=py3status-github-notifications
44poetryname=py3status_github_notifications
55pkgdesc=" Python module for py3status to keep track of your Github notifications."
6- pkgver=0.1.9
6+ pkgver=0.1.10
77pkgrel=1
88arch=(' any' )
99license=(' MIT' )
1010depends=(' py3status' ' python' ' python-pygithub' )
11- makedepends=(' python-build' ' python-poetry' ' python-installer' ' python-setuptools ' )
11+ makedepends=(' python-build' ' python-poetry' ' python-installer' )
1212url=" https://github.com/mcgillij/py3status-github-notifications"
1313source=(" https://github.com/mcgillij/py3status-github-notifications/releases/download/$pkgver /$poetryname -$pkgver .tar.gz" )
14- md5sums=(' 53afae1a48f62d3330b224e756d39698 ' )
14+ md5sums=(' 1603c9b451a20af3ef547a5f19cc5d11 ' )
1515
1616build () {
1717 cd " $srcdir /$poetryname -$pkgver "
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " py3status-github-notifications"
3- version = " 0.1.9 "
3+ version = " 0.1.10 "
44description = " py3status module to show your Github notifications"
55authors = [" mcgillij <mcgillivray.jason@gmail.com>" ]
66license = " MIT"
@@ -26,7 +26,7 @@ module = "py3status_github_notifications.github_notifications"
2626python = " ^3.10 || ^3.11"
2727PyGithub = " ^1.55"
2828py3status = " ^3.45"
29- PyJWT = " 2.6 .0"
29+ PyJWT = " 2.7 .0"
3030
3131[tool .poetry .dev-dependencies ]
3232pytest = " *"
You can’t perform that action at this time.
0 commit comments