summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2020-07-31 17:47:25 +0200
committerPhilipp A2020-07-31 17:47:25 +0200
commitd5879dd056ae15d50ff88bbada59f9a07593c701 (patch)
tree26327d28202723477607d9b478cb7f58002a032b
parenta9c8aff6c97851784f240f4b7a9d81858dcbfe04 (diff)
downloadaur-d5879dd056ae15d50ff88bbada59f9a07593c701.tar.gz
v0.6.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd6bafc0539c..1821c0026314 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-pytest-pycharm
pkgdesc = Plugin for pytest to enter PyCharm debugger on uncaught exceptions.
- pkgver = 0.5.0
+ pkgver = 0.6.0
pkgrel = 1
url = https://github.com/jlubcke/pytest-pycharm
arch = any
license = BSD
makedepends = python-pip
depends = python
- noextract = pytest_pycharm-0.5.0-py3-none-any.whl
- source = https://files.pythonhosted.org/packages/py3/p/pytest-pycharm/pytest_pycharm-0.5.0-py3-none-any.whl
- sha256sums = 9e51c032f5c5953e65aac4b486dd7d7abe4322fc7e951328f229630b3e6bd09f
+ noextract = pytest_pycharm-0.6.0-py3-none-any.whl
+ source = https://files.pythonhosted.org/packages/py3/p/pytest-pycharm/pytest_pycharm-0.6.0-py3-none-any.whl
+ sha256sums = 6d363c98a6f14ae27eb7a4f30be90946fb3c93003365ae18632161fc988de3a7
pkgname = python-pytest-pycharm
diff --git a/PKGBUILD b/PKGBUILD
index a3cd594ec66f..2c3f34ef0394 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=pytest-pycharm
pkgname=python-$_name
-pkgver=0.5.0
+pkgver=0.6.0
pkgrel=1
pkgdesc='Plugin for pytest to enter PyCharm debugger on uncaught exceptions.'
arch=(any)
@@ -12,7 +12,7 @@ depends=(python)
makedepends=(python-pip)
_wheel="${_name/-/_}-$pkgver-py3-none-any.whl"
source=("https://files.pythonhosted.org/packages/py3/${_name::1}/$_name/$_wheel")
-sha256sums=('9e51c032f5c5953e65aac4b486dd7d7abe4322fc7e951328f229630b3e6bd09f')
+sha256sums=('6d363c98a6f14ae27eb7a4f30be90946fb3c93003365ae18632161fc988de3a7')
noextract=("$_wheel")
package() {