summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2023-09-29 13:14:51 -0500
committerCarlos Aznarán2023-09-29 13:14:51 -0500
commit2b156d7f9e7077e670e5e3a4024f517804318dc2 (patch)
tree5f059b3f5c09c1d80e65717d398630e5360843cc
parentef63bf26a0a60438fc8554be1f534a3993f006fd (diff)
downloadaur-2b156d7f9e7077e670e5e3a4024f517804318dc2.tar.gz
Bump version to 3.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca92c84ef7bd..9ef3b2dd0e06 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-eth-typing
pkgdesc = Common type annotations for ethereum python packages
- pkgver = 3.4.0
+ pkgver = 3.5.0
pkgrel = 1
url = https://github.com/ethereum/eth-typing
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = python-eth-typing
makedepends = python-setuptools
makedepends = python-wheel
depends = python
- source = eth-typing-3.4.0.tar.gz::https://github.com/ethereum/eth-typing/archive/v3.4.0.tar.gz
- sha512sums = 6e73ccecd3b92f2f4946fd0d3a46f3ef4d06a0c5876ab908be930b2c751b4b909f01266ef4973baf1df83e1c02087b4b068f2450aded682fcdf42f21558b8280
+ source = eth-typing-3.5.0.tar.gz::https://github.com/ethereum/eth-typing/archive/v3.5.0.tar.gz
+ sha512sums = 3e0026a6564cb2b56c4951328fe0ea51a0b8874452676a52a045e5913be2a14a0fa9781b5210a6c0e457dd2f223e87eab8b1160c0a4411b32a3ec4e1dd226ca9
pkgname = python-eth-typing
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..72e8ffc0db8a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*
diff --git a/PKGBUILD b/PKGBUILD
index db7d39dd718b..201e731f6b91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: algebro <algebro at tuta dot io>
_base=eth-typing
pkgname=python-${_base}
-pkgver=3.4.0
+pkgver=3.5.0
pkgrel=1
pkgdesc="Common type annotations for ethereum python packages"
arch=(x86_64)
@@ -11,7 +11,7 @@ license=(MIT)
depends=(python)
makedepends=(python-build python-installer python-setuptools python-wheel)
source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('6e73ccecd3b92f2f4946fd0d3a46f3ef4d06a0c5876ab908be930b2c751b4b909f01266ef4973baf1df83e1c02087b4b068f2450aded682fcdf42f21558b8280')
+sha512sums=('3e0026a6564cb2b56c4951328fe0ea51a0b8874452676a52a045e5913be2a14a0fa9781b5210a6c0e457dd2f223e87eab8b1160c0a4411b32a3ec4e1dd226ca9')
build() {
cd ${_base}-${pkgver}