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

2020-11-12 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 12, 2020 @ 18:58:46
  Author: foutrelis
Revision: 753290

upgpkg: python-requests-credssp 1.2.0-2: Python 3.9 rebuild

Modified:
  python-requests-credssp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 18:58:45 UTC (rev 753289)
+++ PKGBUILD2020-11-12 18:58:46 UTC (rev 753290)
@@ -4,7 +4,7 @@
 pkgname=python-requests-credssp
 _module='requests-credssp'
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="HTTPS CredSSP authentication with the requests library"
 url="https://github.com/jborean93/requests-credssp;
 depends=('python' 'python-pyopenssl' 'python-requests' 'python-ntlm-auth')


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

2020-08-24 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, August 24, 2020 @ 19:31:52
  Author: svenstaro
Revision: 687769

upgpkg: python-requests-credssp 1.2.0-1

Modified:
  python-requests-credssp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-24 19:31:52 UTC (rev 687768)
+++ PKGBUILD2020-08-24 19:31:52 UTC (rev 687769)
@@ -3,7 +3,7 @@
 
 pkgname=python-requests-credssp
 _module='requests-credssp'
-pkgver=1.1.1
+pkgver=1.2.0
 pkgrel=1
 pkgdesc="HTTPS CredSSP authentication with the requests library"
 url="https://github.com/jborean93/requests-credssp;
@@ -12,7 +12,7 @@
 license=('ISC')
 arch=('any')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jborean93/requests-credssp/archive/v${pkgver}.tar.gz;)
-sha512sums=('73c5febbed56d72f26df944718bd2ee9c86de15b26fc790880babdfecd4372f2f0fb7a549cc84e407e500a62527e0813f42bc1aeef60cba3e5a80ece38ff3b4c')
+sha512sums=('55458773cbf14a468d22d0b04186611385ff24fceda85052e69981bd6d4fd32a46f96b95fa36724b72fd9719485b2ed8906d1927284157e7bc685c0c42c2312c')
 
 build() {
 cd "${_module}-${pkgver}"


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

2020-05-13 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, May 13, 2020 @ 16:01:24
  Author: svenstaro
Revision: 627684

upgpkg: python-requests-credssp 1.1.1-1

Modified:
  python-requests-credssp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-13 16:00:21 UTC (rev 627683)
+++ PKGBUILD2020-05-13 16:01:24 UTC (rev 627684)
@@ -1,10 +1,10 @@
-# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Sven-Hendrik Haase 
 # Contributor: Christoph W 
 
 pkgname=python-requests-credssp
 _module='requests-credssp'
-pkgver=1.0.2
-pkgrel=3
+pkgver=1.1.1
+pkgrel=1
 pkgdesc="HTTPS CredSSP authentication with the requests library"
 url="https://github.com/jborean93/requests-credssp;
 depends=('python' 'python-pyopenssl' 'python-requests' 'python-ntlm-auth')
@@ -11,15 +11,15 @@
 makedepends=('python-setuptools')
 license=('ISC')
 arch=('any')
-source=("https://github.com/jborean93/requests-credssp/archive/v${pkgver}.tar.gz;)
-sha512sums=('c64c8018ab0d08dcaf13f0572415bdc36be467895a3d031bfa8322107336507c747f348bd41ed36ecaf62dbf242c86b1db318b1be952288c82ef013177d95db8')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jborean93/requests-credssp/archive/v${pkgver}.tar.gz;)
+sha512sums=('73c5febbed56d72f26df944718bd2ee9c86de15b26fc790880babdfecd4372f2f0fb7a549cc84e407e500a62527e0813f42bc1aeef60cba3e5a80ece38ff3b4c')
 
 build() {
-cd "${srcdir}/${_module}-${pkgver}"
+cd "${_module}-${pkgver}"
 python setup.py build
 }
 
 package() {
-cd "${srcdir}/${_module}-${pkgver}"
+cd "${_module}-${pkgver}"
 python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
 }


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 03:15:38
  Author: felixonmars
Revision: 523047

Python 3.8 rebuild

Modified:
  python-requests-credssp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 03:13:42 UTC (rev 523046)
+++ PKGBUILD2019-11-04 03:15:38 UTC (rev 523047)
@@ -4,7 +4,7 @@
 pkgname=python-requests-credssp
 _module='requests-credssp'
 pkgver=1.0.2
-pkgrel=2
+pkgrel=3
 pkgdesc="HTTPS CredSSP authentication with the requests library"
 url="https://github.com/jborean93/requests-credssp;
 depends=('python' 'python-pyopenssl' 'python-requests' 'python-ntlm-auth')


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

2019-02-16 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 17, 2019 @ 06:00:10
  Author: svenstaro
Revision: 433995

upgpkg: python-requests-credssp 1.0.2-2

Remove python2 package

Modified:
  python-requests-credssp/trunk/PKGBUILD

--+
 PKGBUILD |   24 +---
 1 file changed, 5 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-17 06:00:01 UTC (rev 433994)
+++ PKGBUILD2019-02-17 06:00:10 UTC (rev 433995)
@@ -1,39 +1,25 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: Christoph W 
 
-pkgbase=('python-requests-credssp')
-pkgname=('python-requests-credssp' 'python2-requests-credssp')
+pkgname=python-requests-credssp
 _module='requests-credssp'
 pkgver=1.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="HTTPS CredSSP authentication with the requests library"
 url="https://github.com/jborean93/requests-credssp;
-makedepends=('python-setuptools' 'python2-setuptools')
+depends=('python' 'python-pyopenssl' 'python-requests' 'python-ntlm-auth')
+makedepends=('python-setuptools')
 license=('ISC')
 arch=('any')
 
source=("https://github.com/jborean93/requests-credssp/archive/v${pkgver}.tar.gz;)
 
sha512sums=('c64c8018ab0d08dcaf13f0572415bdc36be467895a3d031bfa8322107336507c747f348bd41ed36ecaf62dbf242c86b1db318b1be952288c82ef013177d95db8')
 
-prepare() {
-cp -a "${srcdir}/${_module}-${pkgver}"{,-python2}
-}
-
 build() {
 cd "${srcdir}/${_module}-${pkgver}"
 python setup.py build
-
-cd "${srcdir}/${_module}-${pkgver}-python2"
-python2 setup.py build
 }
 
-package_python-requests-credssp() {
-depends+=('python' 'python-pyopenssl' 'python-requests' 'python-ntlm-auth')
+package() {
 cd "${srcdir}/${_module}-${pkgver}"
 python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
 }
-
-package_python2-requests-credssp() {
-depends+=('python2' 'python2-pyopenssl' 'python2-requests' 
'python2-ordereddict' 'python2-ntlm-auth')
-cd "${srcdir}/${_module}-${pkgver}-python2"
-python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}


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

2018-11-26 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, November 26, 2018 @ 17:50:58
  Author: svenstaro
Revision: 409793

upgpkg: python-requests-credssp 1.0.2-1

Modified:
  python-requests-credssp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 17:45:47 UTC (rev 409792)
+++ PKGBUILD2018-11-26 17:50:58 UTC (rev 409793)
@@ -4,7 +4,7 @@
 pkgbase=('python-requests-credssp')
 pkgname=('python-requests-credssp' 'python2-requests-credssp')
 _module='requests-credssp'
-pkgver=1.0.1
+pkgver=1.0.2
 pkgrel=1
 pkgdesc="HTTPS CredSSP authentication with the requests library"
 url="https://github.com/jborean93/requests-credssp;
@@ -12,7 +12,7 @@
 license=('ISC')
 arch=('any')
 
source=("https://github.com/jborean93/requests-credssp/archive/v${pkgver}.tar.gz;)
-sha512sums=('f4856871cd0a25e6d45b265d7c3c322c80581a33c1ceb371b153952bc8a26d1632b0ae62768a3e74b2e8c120fa233ee22bf7610a82e1ab467aa950afc584b398')
+sha512sums=('c64c8018ab0d08dcaf13f0572415bdc36be467895a3d031bfa8322107336507c747f348bd41ed36ecaf62dbf242c86b1db318b1be952288c82ef013177d95db8')
 
 prepare() {
 cp -a "${srcdir}/${_module}-${pkgver}"{,-python2}


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

2018-09-27 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, September 28, 2018 @ 04:26:44
  Author: svenstaro
Revision: 386774

upgpkg: python-requests-credssp 1.0.1-1

Modified:
  python-requests-credssp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-28 00:12:21 UTC (rev 386773)
+++ PKGBUILD2018-09-28 04:26:44 UTC (rev 386774)
@@ -4,8 +4,8 @@
 pkgbase=('python-requests-credssp')
 pkgname=('python-requests-credssp' 'python2-requests-credssp')
 _module='requests-credssp'
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.0.1
+pkgrel=1
 pkgdesc="HTTPS CredSSP authentication with the requests library"
 url="https://github.com/jborean93/requests-credssp;
 makedepends=('python-setuptools' 'python2-setuptools')
@@ -12,7 +12,7 @@
 license=('ISC')
 arch=('any')
 
source=("https://github.com/jborean93/requests-credssp/archive/v${pkgver}.tar.gz;)
-sha512sums=('2918785f2225a32e1777cc81e7ad2d069151e0507766ba0db8ca9e92f67fe4e586f808adb7e0378d1d623e3b3298d1d34b20ef5d7e785bd05a44347bac4c548f')
+sha512sums=('f4856871cd0a25e6d45b265d7c3c322c80581a33c1ceb371b153952bc8a26d1632b0ae62768a3e74b2e8c120fa233ee22bf7610a82e1ab467aa950afc584b398')
 
 prepare() {
 cp -a "${srcdir}/${_module}-${pkgver}"{,-python2}


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

2018-07-08 Thread Felix Yan via arch-commits
Date: Sunday, July 8, 2018 @ 12:57:36
  Author: felixonmars
Revision: 354857

Python 3.7 rebuild

Modified:
  python-requests-credssp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-08 12:57:34 UTC (rev 354856)
+++ PKGBUILD2018-07-08 12:57:36 UTC (rev 354857)
@@ -5,7 +5,7 @@
 pkgname=('python-requests-credssp' 'python2-requests-credssp')
 _module='requests-credssp'
 pkgver=1.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="HTTPS CredSSP authentication with the requests library"
 url="https://github.com/jborean93/requests-credssp;
 makedepends=('python-setuptools' 'python2-setuptools')


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

2018-04-11 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, April 11, 2018 @ 09:08:52
  Author: svenstaro
Revision: 315700

upgpkg: python-requests-credssp 1.0.0-1

Modified:
  python-requests-credssp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-11 09:07:31 UTC (rev 315699)
+++ PKGBUILD2018-04-11 09:08:52 UTC (rev 315700)
@@ -4,7 +4,7 @@
 pkgbase=('python-requests-credssp')
 pkgname=('python-requests-credssp' 'python2-requests-credssp')
 _module='requests-credssp'
-pkgver=0.1.0
+pkgver=1.0.0
 pkgrel=1
 pkgdesc="HTTPS CredSSP authentication with the requests library"
 url="https://github.com/jborean93/requests-credssp;
@@ -12,7 +12,7 @@
 license=('ISC')
 arch=('any')
 
source=("https://github.com/jborean93/requests-credssp/archive/v${pkgver}.tar.gz;)
-sha512sums=('a3fb18924101a6fe3bbfb6e95a9abdd58eaceb8d91ce62639782ff17cdee96143c02d5cc6d77d6655f199a75dc55b0bb8eee6daa7a496dc705f5badc1b7d6580')
+sha512sums=('2918785f2225a32e1777cc81e7ad2d069151e0507766ba0db8ca9e92f67fe4e586f808adb7e0378d1d623e3b3298d1d34b20ef5d7e785bd05a44347bac4c548f')
 
 prepare() {
 cp -a "${srcdir}/${_module}-${pkgver}"{,-python2}


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

2017-08-06 Thread Sven-Hendrik Haase
Date: Sunday, August 6, 2017 @ 10:05:35
  Author: svenstaro
Revision: 248964

upgpkg: python-requests-credssp 0.1.0-1

Modified:
  python-requests-credssp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-06 10:04:24 UTC (rev 248963)
+++ PKGBUILD2017-08-06 10:05:35 UTC (rev 248964)
@@ -4,15 +4,15 @@
 pkgbase=('python-requests-credssp')
 pkgname=('python-requests-credssp' 'python2-requests-credssp')
 _module='requests-credssp'
-pkgver='0.0.2'
-pkgrel=3
+pkgver=0.1.0
+pkgrel=1
 pkgdesc="HTTPS CredSSP authentication with the requests library"
 url="https://github.com/jborean93/requests-credssp;
 makedepends=('python-setuptools' 'python2-setuptools')
 license=('ISC')
 arch=('any')
-source=("https://pypi.python.org/packages/76/64/c64dd2be7cc94f1fbf43c9396bac2cbe8448fe1b433b96d3c713b714839e/requests-credssp-${pkgver}.zip;)
-sha512sums=('d69b597dde4823234852fc7de3aafbdfeb2213bff0ebe69b3b7bb3927830cb6d22db4d14062805d2ff1e953a59d436a9abf35f654bdcf898ce789c140d7dbf03')
+source=("https://github.com/jborean93/requests-credssp/archive/v${pkgver}.tar.gz;)
+sha512sums=('a3fb18924101a6fe3bbfb6e95a9abdd58eaceb8d91ce62639782ff17cdee96143c02d5cc6d77d6655f199a75dc55b0bb8eee6daa7a496dc705f5badc1b7d6580')
 
 prepare() {
 cp -a "${srcdir}/${_module}-${pkgver}"{,-python2}


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

2017-06-14 Thread Sven-Hendrik Haase
Date: Wednesday, June 14, 2017 @ 17:05:32
  Author: svenstaro
Revision: 236781

upgpkg: python-requests-credssp 0.0.2-3

Remove missing dep

Modified:
  python-requests-credssp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-14 16:19:27 UTC (rev 236780)
+++ PKGBUILD2017-06-14 17:05:32 UTC (rev 236781)
@@ -5,7 +5,7 @@
 pkgname=('python-requests-credssp' 'python2-requests-credssp')
 _module='requests-credssp'
 pkgver='0.0.2'
-pkgrel=2
+pkgrel=3
 pkgdesc="HTTPS CredSSP authentication with the requests library"
 url="https://github.com/jborean93/requests-credssp;
 makedepends=('python-setuptools' 'python2-setuptools')
@@ -27,7 +27,7 @@
 }
 
 package_python-requests-credssp() {
-depends+=('python' 'python-pyopenssl' 'python-requests' 
'python-ordereddict' 'python-ntlm-auth')
+depends+=('python' 'python-pyopenssl' 'python-requests' 'python-ntlm-auth')
 cd "${srcdir}/${_module}-${pkgver}"
 python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
 }


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

2017-04-22 Thread Sven-Hendrik Haase
Date: Sunday, April 23, 2017 @ 02:34:43
  Author: svenstaro
Revision: 224470

upgpkg: python-requests-credssp 0.0.2-2

Pushing python-requests-credssp

Modified:
  python-requests-credssp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-23 02:34:41 UTC (rev 224469)
+++ PKGBUILD2017-04-23 02:34:43 UTC (rev 224470)
@@ -12,7 +12,7 @@
 license=('ISC')
 arch=('any')
 
source=("https://pypi.python.org/packages/76/64/c64dd2be7cc94f1fbf43c9396bac2cbe8448fe1b433b96d3c713b714839e/requests-credssp-${pkgver}.zip;)
-sha512sums=('e6dcd38d10c0f8361b88f19a5f941818')
+sha512sums=('d69b597dde4823234852fc7de3aafbdfeb2213bff0ebe69b3b7bb3927830cb6d22db4d14062805d2ff1e953a59d436a9abf35f654bdcf898ce789c140d7dbf03')
 
 prepare() {
 cp -a "${srcdir}/${_module}-${pkgver}"{,-python2}