summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2020-12-02 12:36:45 -0500
committerGuillaume Horel2020-12-02 12:36:45 -0500
commitc2d8543ba7be15031e950488e9e4de5a997aa5b5 (patch)
tree178e44e090d2b7a6f87fb354abccd1bdd823bd40
parentf83fac2dc687355cff8ba4b4e6ecda50b5b99a00 (diff)
downloadaur-c2d8543ba7be15031e950488e9e4de5a997aa5b5.tar.gz
bump to 3.3.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eef8fc8e279a..0af9adc5fc61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-exchangelib
pkgdesc = Client for Microsoft Exchange Web Services (EWS)
- pkgver = 3.2.0
+ pkgver = 3.3.2
pkgrel = 1
url = https://github.com/ecederstrand/exchangelib
arch = any
@@ -20,9 +20,9 @@ pkgbase = python-exchangelib
depends = python-pytz
depends = python-future
depends = python-tzlocal
- source = https://pypi.org/packages/source/e/exchangelib/exchangelib-3.2.0.tar.gz
+ source = https://pypi.org/packages/source/e/exchangelib/exchangelib-3.3.2.tar.gz
source = LICENSE
- sha256sums = aef6066f7ea2ba7c8afbbb910c198a7f68f0ffb914734310100b2583d026b427
+ sha256sums = fd4c59576f944c2fe6af4a96a3e0f7b583080bd00a596100fde12537d8539757
sha256sums = 650d8ac6b0ab9a2c946b021bf12933cad611b6397d0eaff31beb28f6a243afa9
pkgname = python-exchangelib
diff --git a/PKGBUILD b/PKGBUILD
index 6e174d013371..5d4a2550275a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Arthur Țițeică | arthur dot titeica with gmail
_pkgname=exchangelib
pkgname=python-exchangelib
-pkgver=3.2.0
+pkgver=3.3.2
pkgrel=1
pkgdesc="Client for Microsoft Exchange Web Services (EWS)"
arch=(any)
@@ -13,7 +13,7 @@ makedepends=('python-setuptools')
checkdepends=('python-requests-mock')
source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
"LICENSE")
-sha256sums=('aef6066f7ea2ba7c8afbbb910c198a7f68f0ffb914734310100b2583d026b427'
+sha256sums=('fd4c59576f944c2fe6af4a96a3e0f7b583080bd00a596100fde12537d8539757'
'650d8ac6b0ab9a2c946b021bf12933cad611b6397d0eaff31beb28f6a243afa9')
build() {