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

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

upgpkg: python-pywinrm 0.4.1-4: Python 3.9 rebuild

Modified:
  python-pywinrm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 18:08:43 UTC (rev 752954)
+++ PKGBUILD2020-11-12 18:08:46 UTC (rev 752955)
@@ -4,7 +4,7 @@
 
 pkgname=python-pywinrm
 pkgver=0.4.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Python library for Windows Remote Management"
 arch=(any)
 url="https://pypi.python.org/pypi/pywinrm";


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

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

upgpkg: python-pywinrm 0.4.1-3: Python 3.9 rebuild

Modified:
  python-pywinrm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-10 04:05:50 UTC (rev 748473)
+++ PKGBUILD2020-11-10 04:05:57 UTC (rev 748474)
@@ -4,7 +4,7 @@
 
 pkgname=python-pywinrm
 pkgver=0.4.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Python library for Windows Remote Management"
 arch=(any)
 url="https://pypi.python.org/pypi/pywinrm";


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

2020-08-28 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, August 28, 2020 @ 07:49:51
  Author: svenstaro
Revision: 690141

Fix variable quoting

Modified:
  python-pywinrm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-28 07:49:28 UTC (rev 690140)
+++ PKGBUILD2020-08-28 07:49:51 UTC (rev 690141)
@@ -17,8 +17,8 @@
 
sha512sums=('0eaeb190d37f055c10d1bd8ae1414da4a7396351fd6286b1e5ffc22b8f8ed589c03e2cbf1c287e5ea8fc00c08012a206657cecb77ec69cd373ff462c3b18e3d7')
 
 package() {
-cd ${srcdir}/pywinrm-${pkgver}
-python setup.py install --root=${pkgdir}/ --optimize=1
+cd pywinrm-${pkgver}
+python setup.py install --root="${pkgdir}"/ --optimize=1
 }
 
 # vim:set ts=4 sw=4 et:


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

2020-06-14 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, June 14, 2020 @ 22:33:09
  Author: svenstaro
Revision: 644729

upgpkg: python-pywinrm 0.4.1-2: Make python-requests-ntlm a hard dep (FS#66993)

Modified:
  python-pywinrm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-14 22:24:03 UTC (rev 644728)
+++ PKGBUILD2020-06-14 22:33:09 UTC (rev 644729)
@@ -4,14 +4,13 @@
 
 pkgname=python-pywinrm
 pkgver=0.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Python library for Windows Remote Management"
 arch=(any)
 url="https://pypi.python.org/pypi/pywinrm";
 license=('MIT')
-depends=('python' 'python-requests' 'python-xmltodict')
-optdepends=('python-requests-ntlm: for HTTP NTLM authentication'
-'python-requests-kerberos: for kerberos authentication'
+depends=('python' 'python-requests' 'python-xmltodict' 'python-requests-ntlm')
+optdepends=('python-requests-kerberos: for kerberos authentication'
 'python-requests-credssp: for CredSSP authenication')
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=("https://files.pythonhosted.org/packages/source/p/pywinrm/pywinrm-${pkgver}.tar.gz";)


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

2019-11-16 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, November 17, 2019 @ 05:13:47
  Author: svenstaro
Revision: 529962

upgpkg: python-pywinrm 0.4.1-1

Modified:
  python-pywinrm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 05:11:39 UTC (rev 529961)
+++ PKGBUILD2019-11-17 05:13:47 UTC (rev 529962)
@@ -1,10 +1,10 @@
-# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Sven-Hendrik Haase 
 # Contributor: Kevin Houdebert 
 # Contributor: Guillaume Brogi 
 
 pkgname=python-pywinrm
-pkgver=0.3.0
-pkgrel=4
+pkgver=0.4.1
+pkgrel=1
 pkgdesc="Python library for Windows Remote Management"
 arch=(any)
 url="https://pypi.python.org/pypi/pywinrm";
@@ -15,7 +15,7 @@
 'python-requests-credssp: for CredSSP authenication')
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=("https://files.pythonhosted.org/packages/source/p/pywinrm/pywinrm-${pkgver}.tar.gz";)
-sha512sums=('4a6ec3e5cc4b9030275454d846fa4356f81fe798f013f2be4dbfd4974f11ab2ccaabbc749f6e64fda985324ce6ffb1af906cdca02d2e2cb606d10bb94d02')
+sha512sums=('0eaeb190d37f055c10d1bd8ae1414da4a7396351fd6286b1e5ffc22b8f8ed589c03e2cbf1c287e5ea8fc00c08012a206657cecb77ec69cd373ff462c3b18e3d7')
 
 package() {
 cd ${srcdir}/pywinrm-${pkgver}


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

2019-11-04 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 08:32:08
  Author: felixonmars
Revision: 523764

Python 3.8 rebuild

Modified:
  python-pywinrm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 08:32:02 UTC (rev 523763)
+++ PKGBUILD2019-11-04 08:32:08 UTC (rev 523764)
@@ -4,7 +4,7 @@
 
 pkgname=python-pywinrm
 pkgver=0.3.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Python library for Windows Remote Management"
 arch=(any)
 url="https://pypi.python.org/pypi/pywinrm";


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

2019-02-16 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 17, 2019 @ 06:01:59
  Author: svenstaro
Revision: 433997

upgpkg: python-pywinrm 0.3.0-3

Remove python2 package

Modified:
  python-pywinrm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-17 06:00:17 UTC (rev 433996)
+++ PKGBUILD2019-02-17 06:01:59 UTC (rev 433997)
@@ -2,33 +2,23 @@
 # Contributor: Kevin Houdebert 
 # Contributor: Guillaume Brogi 
 
-pkgbase=python-pywinrm
-pkgname=('python2-pywinrm' 'python-pywinrm')
+pkgname=python-pywinrm
 pkgver=0.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Python library for Windows Remote Management"
 arch=(any)
 url="https://pypi.python.org/pypi/pywinrm";
 license=('MIT')
+depends=('python' 'python-requests' 'python-xmltodict')
+optdepends=('python-requests-ntlm: for HTTP NTLM authentication'
+'python-requests-kerberos: for kerberos authentication'
+'python-requests-credssp: for CredSSP authenication')
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=("https://files.pythonhosted.org/packages/source/p/pywinrm/pywinrm-${pkgver}.tar.gz";)
 
sha512sums=('4a6ec3e5cc4b9030275454d846fa4356f81fe798f013f2be4dbfd4974f11ab2ccaabbc749f6e64fda985324ce6ffb1af906cdca02d2e2cb606d10bb94d02')
 
-package_python2-pywinrm() {
-depends=('python2' 'python2-requests' 'python2-xmltodict')
-optdepends=('python2-requests-ntlm: for HTTP NTLM authentication'
-'python2-requests-kerberos: for kerberos authentication'
-'python2-requests-credssp: for CredSSP authenication')
+package() {
 cd ${srcdir}/pywinrm-${pkgver}
-python2 setup.py install --root=${pkgdir}/ --optimize=1
-}
-
-package_python-pywinrm() {
-depends=('python' 'python-requests' 'python-xmltodict')
-optdepends=('python-requests-ntlm: for HTTP NTLM authentication'
-'python-requests-kerberos: for kerberos authentication'
-'python-requests-credssp: for CredSSP authenication')
-cd ${srcdir}/pywinrm-${pkgver}
 python setup.py install --root=${pkgdir}/ --optimize=1
 }
 


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

2018-07-08 Thread Evangelos Foutras via arch-commits
Date: Sunday, July 8, 2018 @ 13:00:22
  Author: foutrelis
Revision: 354866

Python 3.7 rebuild

Modified:
  python-pywinrm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-08 12:59:44 UTC (rev 354865)
+++ PKGBUILD2018-07-08 13:00:22 UTC (rev 354866)
@@ -5,7 +5,7 @@
 pkgbase=python-pywinrm
 pkgname=('python2-pywinrm' 'python-pywinrm')
 pkgver=0.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Python library for Windows Remote Management"
 arch=(any)
 url="https://pypi.python.org/pypi/pywinrm";


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

2018-01-11 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, January 11, 2018 @ 18:04:41
  Author: svenstaro
Revision: 281359

upgpkg: python-pywinrm 0.3.0-1

Modified:
  python-pywinrm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-11 17:58:54 UTC (rev 281358)
+++ PKGBUILD2018-01-11 18:04:41 UTC (rev 281359)
@@ -4,8 +4,8 @@
 
 pkgbase=python-pywinrm
 pkgname=('python2-pywinrm' 'python-pywinrm')
-pkgver=0.2.2
-pkgrel=5
+pkgver=0.3.0
+pkgrel=1
 pkgdesc="Python library for Windows Remote Management"
 arch=(any)
 url="https://pypi.python.org/pypi/pywinrm";
@@ -12,7 +12,7 @@
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=("https://files.pythonhosted.org/packages/source/p/pywinrm/pywinrm-${pkgver}.tar.gz";)
-sha512sums=('49af5bc9a640cb53f760b0b51da9adb9f3aa0b4d5b8a3f913ec95193a8af8304d18983f23728e22b8c74f1042ca8b2c520f102b8b0478c5d0474bbd60d7be40b')
+sha512sums=('4a6ec3e5cc4b9030275454d846fa4356f81fe798f013f2be4dbfd4974f11ab2ccaabbc749f6e64fda985324ce6ffb1af906cdca02d2e2cb606d10bb94d02')
 
 package_python2-pywinrm() {
 depends=('python2' 'python2-requests' 'python2-xmltodict')


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

2017-04-22 Thread Sven-Hendrik Haase
Date: Sunday, April 23, 2017 @ 02:46:48
  Author: svenstaro
Revision: 224483

upgpkg: python-pywinrm 0.2.2-5

Pushing python-pywinrm

Modified:
  python-pywinrm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-23 02:45:28 UTC (rev 224482)
+++ PKGBUILD2017-04-23 02:46:48 UTC (rev 224483)
@@ -2,7 +2,7 @@
 # Contributor: Kevin Houdebert 
 # Contributor: Guillaume Brogi 
 
-pkgbase=pywinrm
+pkgbase=python-pywinrm
 pkgname=('python2-pywinrm' 'python-pywinrm')
 pkgver=0.2.2
 pkgrel=5