[arch-commits] Commit in python-zeep/trunk (PKGBUILD)

2020-11-12 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 12, 2020 @ 18:51:26
  Author: foutrelis
Revision: 753221

upgpkg: python-zeep 4.0.0-3: Python 3.9 rebuild

Modified:
  python-zeep/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 18:51:19 UTC (rev 753220)
+++ PKGBUILD2020-11-12 18:51:26 UTC (rev 753221)
@@ -2,7 +2,7 @@
 
 pkgname=python-zeep
 pkgver=4.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A fast and modern Python SOAP client"
 arch=('any')
 license=('MIT')


[arch-commits] Commit in python-zeep/trunk (PKGBUILD)

2020-11-09 Thread Felix Yan via arch-commits
Date: Tuesday, November 10, 2020 @ 04:10:09
  Author: felixonmars
Revision: 748530

upgpkg: python-zeep 4.0.0-2: Python 3.9 rebuild

Modified:
  python-zeep/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-10 04:10:09 UTC (rev 748529)
+++ PKGBUILD2020-11-10 04:10:09 UTC (rev 748530)
@@ -2,7 +2,7 @@
 
 pkgname=python-zeep
 pkgver=4.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A fast and modern Python SOAP client"
 arch=('any')
 license=('MIT')


[arch-commits] Commit in python-zeep/trunk (PKGBUILD)

2020-10-18 Thread Felix Yan via arch-commits
Date: Sunday, October 18, 2020 @ 15:41:42
  Author: felixonmars
Revision: 726736

upgpkg: python-zeep 4.0.0-1

Modified:
  python-zeep/trunk/PKGBUILD

--+
 PKGBUILD |   18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-18 15:41:03 UTC (rev 726735)
+++ PKGBUILD2020-10-18 15:41:42 UTC (rev 726736)
@@ -1,25 +1,25 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-zeep
-pkgver=3.4.0
-pkgrel=2
+pkgver=4.0.0
+pkgrel=1
 pkgdesc="A fast and modern Python SOAP client"
 arch=('any')
 license=('MIT')
 url="https://docs.python-zeep.org;
 depends=('python-appdirs' 'python-attrs' 'python-cached-property' 
'python-defusedxml'
- 'python-isodate' 'python-lxml' 'python-requests' 
'python-requests-toolbelt' 'python-six'
- 'python-pytz')
+ 'python-isodate' 'python-lxml' 'python-requests' 
'python-requests-toolbelt'
+ 'python-requests-file' 'python-pytz')
 checkdepends=('python-pytest-runner' 'python-freezegun' 'python-mock' 
'python-pretend'
-  'python-pytest-cov' 'python-requests-mock' 
'python-pytest-tornado'
-  'python-aioresponses' 'python-xmlsec')
+  'python-pytest-cov' 'python-requests-mock' 'python-pytest-httpx'
+  'python-pytest-asyncio' 'python-aiohttp' 'python-aioresponses' 
'python-xmlsec')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/mvantellingen/python-zeep/archive/$pkgver.tar.gz;)
-sha512sums=('cd4062b44e750c526f777ee04f32b14e9950259a503d024eb1a4e16f74cceb5703a3660ac6d8010a5bf03c84d0bc59738fa680ff44ef61a2b20b653c6f45f9d5')
+sha512sums=('48999c8b6144021d974ce40db0fdfe9702a9b2984c1ebd8b39c426a0dc58a50e3bffc439586d3bb6bfd7f69b42a32758bd09b0b4c1dfc061fd61d36d1e346e58')
 
 prepare() {
   sed -i -e 's/==/>=/' -e '/flake8/d' -e '/isort/d' 
python-zeep-$pkgver/setup.py
 
-  sed -i 's/get_marker/get_closest_marker/' 
python-zeep-$pkgver/tests/conftest.py
+  #sed -i 's/get_marker/get_closest_marker/' 
python-zeep-$pkgver/tests/conftest.py
 }
 
 build() {
@@ -29,7 +29,7 @@
 
 check() {
   cd python-zeep-$pkgver
-  python setup.py pytest || warning 
"https://github.com/mvantellingen/python-zeep/issues/724;
+  python setup.py pytest
 }
 
 package() {


[arch-commits] Commit in python-zeep/trunk (PKGBUILD)

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 06:30:51
  Author: felixonmars
Revision: 523409

Python 3.8 rebuild

Modified:
  python-zeep/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 06:30:09 UTC (rev 523408)
+++ PKGBUILD2019-11-04 06:30:51 UTC (rev 523409)
@@ -2,7 +2,7 @@
 
 pkgname=python-zeep
 pkgver=3.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A fast and modern Python SOAP client"
 arch=('any')
 license=('MIT')


[arch-commits] Commit in python-zeep/trunk (PKGBUILD)

2019-06-05 Thread Felix Yan via arch-commits
Date: Wednesday, June 5, 2019 @ 13:16:52
  Author: felixonmars
Revision: 476983

upgpkg: python-zeep 3.4.0-1

Modified:
  python-zeep/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-05 12:45:11 UTC (rev 476982)
+++ PKGBUILD2019-06-05 13:16:52 UTC (rev 476983)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-zeep
-pkgver=3.3.1
+pkgver=3.4.0
 pkgrel=1
 pkgdesc="A fast and modern Python SOAP client"
 arch=('any')
@@ -14,7 +14,7 @@
   'python-pytest-cov' 'python-requests-mock' 
'python-pytest-tornado'
   'python-aioresponses' 'python-xmlsec')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/mvantellingen/python-zeep/archive/$pkgver.tar.gz;)
-sha512sums=('6dd32351370c03522175de688d7aeff4a3c98b2328accb257b1d604ea9e7bdb61bb8ad48f68e3a12b4d34d7c663f4854b8298b8458a4fab42550eb192ce8eec5')
+sha512sums=('cd4062b44e750c526f777ee04f32b14e9950259a503d024eb1a4e16f74cceb5703a3660ac6d8010a5bf03c84d0bc59738fa680ff44ef61a2b20b653c6f45f9d5')
 
 prepare() {
   sed -i -e 's/==/>=/' -e '/flake8/d' -e '/isort/d' 
python-zeep-$pkgver/setup.py


[arch-commits] Commit in python-zeep/trunk (PKGBUILD)

2019-03-10 Thread Felix Yan via arch-commits
Date: Sunday, March 10, 2019 @ 15:53:40
  Author: felixonmars
Revision: 439383

upgpkg: python-zeep 3.3.1-1

Modified:
  python-zeep/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-10 15:53:29 UTC (rev 439382)
+++ PKGBUILD2019-03-10 15:53:40 UTC (rev 439383)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-zeep
-pkgver=3.3.0
+pkgver=3.3.1
 pkgrel=1
 pkgdesc="A fast and modern Python SOAP client"
 arch=('any')
@@ -14,7 +14,7 @@
   'python-pytest-cov' 'python-requests-mock' 
'python-pytest-tornado'
   'python-aioresponses' 'python-xmlsec')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/mvantellingen/python-zeep/archive/$pkgver.tar.gz;)
-sha512sums=('3e328115e6d4912f04d867140c73ffade6fb4849cb05f057b9226814c03df2042288954096cb6308ede43f5a8141cb9de2e03a018f903b0a3df150f74911f3f7')
+sha512sums=('6dd32351370c03522175de688d7aeff4a3c98b2328accb257b1d604ea9e7bdb61bb8ad48f68e3a12b4d34d7c663f4854b8298b8458a4fab42550eb192ce8eec5')
 
 prepare() {
   sed -i -e 's/==/>=/' -e '/flake8/d' -e '/isort/d' 
python-zeep-$pkgver/setup.py


[arch-commits] Commit in python-zeep/trunk (PKGBUILD)

2019-03-08 Thread Felix Yan via arch-commits
Date: Friday, March 8, 2019 @ 18:27:58
  Author: felixonmars
Revision: 438130

upgpkg: python-zeep 3.3.0-1

Modified:
  python-zeep/trunk/PKGBUILD

--+
 PKGBUILD |6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-08 18:27:27 UTC (rev 438129)
+++ PKGBUILD2019-03-08 18:27:58 UTC (rev 438130)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-zeep
-pkgver=3.2.0
+pkgver=3.3.0
 pkgrel=1
 pkgdesc="A fast and modern Python SOAP client"
 arch=('any')
@@ -14,10 +14,12 @@
   'python-pytest-cov' 'python-requests-mock' 
'python-pytest-tornado'
   'python-aioresponses' 'python-xmlsec')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/mvantellingen/python-zeep/archive/$pkgver.tar.gz;)
-sha512sums=('d608e66d62120edab72c1d8bc70e8de8d22646255dbf838ae94b2e790b542c547479607d29832125e6ce7455f8a165e4815587c06f3ba57d0ca3a45c312eae64')
+sha512sums=('3e328115e6d4912f04d867140c73ffade6fb4849cb05f057b9226814c03df2042288954096cb6308ede43f5a8141cb9de2e03a018f903b0a3df150f74911f3f7')
 
 prepare() {
   sed -i -e 's/==/>=/' -e '/flake8/d' -e '/isort/d' 
python-zeep-$pkgver/setup.py
+
+  sed -i 's/get_marker/get_closest_marker/' 
python-zeep-$pkgver/tests/conftest.py
 }
 
 build() {


[arch-commits] Commit in python-zeep/trunk (PKGBUILD)

2018-12-17 Thread Felix Yan via arch-commits
Date: Monday, December 17, 2018 @ 14:07:52
  Author: felixonmars
Revision: 416511

upgpkg: python-zeep 3.2.0-1

Modified:
  python-zeep/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-17 12:18:27 UTC (rev 416510)
+++ PKGBUILD2018-12-17 14:07:52 UTC (rev 416511)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-zeep
-pkgver=3.1.0
-pkgrel=2
+pkgver=3.2.0
+pkgrel=1
 pkgdesc="A fast and modern Python SOAP client"
 arch=('any')
 license=('MIT')
@@ -14,7 +14,7 @@
   'python-pytest-cov' 'python-requests-mock' 
'python-pytest-tornado'
   'python-aioresponses' 'python-xmlsec')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/mvantellingen/python-zeep/archive/$pkgver.tar.gz;)
-sha512sums=('b431428c74b784e738ca1fc6a047c383be1d70beb1e35472a68b5c5f76c12301cd3785124adcc8801c8f6d4dc3e81f321bc42092a9e0dd4c2d325e5867ff')
+sha512sums=('d608e66d62120edab72c1d8bc70e8de8d22646255dbf838ae94b2e790b542c547479607d29832125e6ce7455f8a165e4815587c06f3ba57d0ca3a45c312eae64')
 
 prepare() {
   sed -i -e 's/==/>=/' -e '/flake8/d' -e '/isort/d' 
python-zeep-$pkgver/setup.py


[arch-commits] Commit in python-zeep/trunk (PKGBUILD)

2018-08-10 Thread Felix Yan via arch-commits
Date: Friday, August 10, 2018 @ 13:36:43
  Author: felixonmars
Revision: 370906

upgpkg: python-zeep 3.1.0-2

fix missing dependency on attrs (FS#59584)

Modified:
  python-zeep/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-10 13:27:15 UTC (rev 370905)
+++ PKGBUILD2018-08-10 13:36:43 UTC (rev 370906)
@@ -3,13 +3,14 @@
 
 pkgname=python-zeep
 pkgver=3.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A fast and modern Python SOAP client"
 arch=('any')
 license=('MIT')
 url="http://docs.python-zeep.org;
-depends=('python-appdirs' 'python-cached-property' 'python-defusedxml' 
'python-isodate'
- 'python-lxml' 'python-requests' 'python-requests-toolbelt' 
'python-six' 'python-pytz')
+depends=('python-appdirs' 'python-attrs' 'python-cached-property' 
'python-defusedxml'
+ 'python-isodate' 'python-lxml' 'python-requests' 
'python-requests-toolbelt' 'python-six'
+ 'python-pytz')
 checkdepends=('python-pytest-runner' 'python-freezegun' 'python-mock' 
'python-pretend'
   'python-pytest-cov' 'python-requests-mock' 
'python-pytest-tornado'
   'python-aioresponses' 'python-xmlsec')


[arch-commits] Commit in python-zeep/trunk (PKGBUILD)

2018-07-28 Thread Felix Yan via arch-commits
Date: Saturday, July 28, 2018 @ 14:13:00
  Author: felixonmars
Revision: 363749

upgpkg: python-zeep 3.1.0-1

Modified:
  python-zeep/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-28 12:27:31 UTC (rev 363748)
+++ PKGBUILD2018-07-28 14:13:00 UTC (rev 363749)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-zeep
-pkgver=3.0.0
+pkgver=3.1.0
 pkgrel=1
 pkgdesc="A fast and modern Python SOAP client"
 arch=('any')
@@ -13,8 +13,8 @@
 checkdepends=('python-pytest-runner' 'python-freezegun' 'python-mock' 
'python-pretend'
   'python-pytest-cov' 'python-requests-mock' 
'python-pytest-tornado'
   'python-aioresponses' 'python-xmlsec')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/mvantellingen/python-zeep/archive/$pkgver.tar.gz;)
-sha512sums=('02b8b16a6375181697b376a7951477f0e62adc520961124f90ff61300d3ac71ccdcb298a9a0692f95f11819c12e6eb4b481bf51f69e131f59fd52e33170adcac')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mvantellingen/python-zeep/archive/$pkgver.tar.gz;)
+sha512sums=('b431428c74b784e738ca1fc6a047c383be1d70beb1e35472a68b5c5f76c12301cd3785124adcc8801c8f6d4dc3e81f321bc42092a9e0dd4c2d325e5867ff')
 
 prepare() {
   sed -i -e 's/==/>=/' -e '/flake8/d' -e '/isort/d' 
python-zeep-$pkgver/setup.py