Skip to content

Commit d956c43

Browse files
committed
updated pyJWT
1 parent 764c122 commit d956c43

File tree

3 files changed

+23
-31
lines changed

3 files changed

+23
-31
lines changed

PKGBUILD

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,14 @@
33

44
pkgname=py3status-github-notifications
55
pkgdesc="Python module for py3status to keep track of your Github notifications."
6-
pkgver=0.1.4
6+
pkgver=0.1.5
77
pkgrel=1
88
arch=('any')
99
license=('MIT')
10-
makedepends=('python-setuptools' "python-dephell")
10+
makedepends=('python-setuptools')
1111
url="https://github.com/mcgillij/py3status-github-notifications"
1212
source=("https://github.com/mcgillij/py3status-github-notifications/releases/download/$pkgver/py3status-github-notifications-$pkgver.tar.gz")
13-
md5sums=('d399daec3df14da8d67800de23245864')
14-
15-
prepare() {
16-
cd "$pkgname-$pkgver"
17-
dephell deps convert --from pyproject.toml --to setup.py
18-
}
13+
md5sums=('b50c30e4e4c726826c505850503010d3')
1914

2015
build() {
2116
cd "$srcdir/$pkgname-$pkgver"

poetry.lock

Lines changed: 16 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ module = "py3status_github_notifications.github_notifications"
2626
[tool.poetry.dependencies]
2727
python = "^3.9 || ^3.10"
2828
PyGithub = "^1.55"
29-
py3status = "^3.36"
30-
PyJWT = "2.2.0"
29+
py3status = "^3.45"
30+
PyJWT = "2.4.0"
3131

3232
[tool.poetry.dev-dependencies]
3333
pytest = "*"
3434
black = "*"
35-
flake8 = "^3.8.4"
36-
pylint = "^2.7.2"
35+
flake8 = "*"
36+
pylint = "*"
3737

3838
[build-system]
3939
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)