Skip to content

Commit

Permalink
updated pyJWT
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgillij committed Jul 22, 2022
1 parent 764c122 commit d956c43
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 31 deletions.
11 changes: 3 additions & 8 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,14 @@

pkgname=py3status-github-notifications
pkgdesc="Python module for py3status to keep track of your Github notifications."
pkgver=0.1.4
pkgver=0.1.5
pkgrel=1
arch=('any')
license=('MIT')
makedepends=('python-setuptools' "python-dephell")
makedepends=('python-setuptools')
url="https://github.com/mcgillij/py3status-github-notifications"
source=("https://github.com/mcgillij/py3status-github-notifications/releases/download/$pkgver/py3status-github-notifications-$pkgver.tar.gz")
md5sums=('d399daec3df14da8d67800de23245864')

prepare() {
cd "$pkgname-$pkgver"
dephell deps convert --from pyproject.toml --to setup.py
}
md5sums=('b50c30e4e4c726826c505850503010d3')

build() {
cd "$srcdir/$pkgname-$pkgver"
Expand Down
35 changes: 16 additions & 19 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ module = "py3status_github_notifications.github_notifications"
[tool.poetry.dependencies]
python = "^3.9 || ^3.10"
PyGithub = "^1.55"
py3status = "^3.36"
PyJWT = "2.2.0"
py3status = "^3.45"
PyJWT = "2.4.0"

[tool.poetry.dev-dependencies]
pytest = "*"
black = "*"
flake8 = "^3.8.4"
pylint = "^2.7.2"
flake8 = "*"
pylint = "*"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit d956c43

Please sign in to comment.