[arch-commits] Commit in python-requests-credssp/repos/community-any (2 files)

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Tue Feb 22 09:03:02 UTC 2022


    Date: Tuesday, February 22, 2022 @ 09:03:02
  Author: svenstaro
Revision: 1135850

archrelease: copy trunk to community-any

Added:
  python-requests-credssp/repos/community-any/PKGBUILD
    (from rev 1135849, python-requests-credssp/trunk/PKGBUILD)
Deleted:
  python-requests-credssp/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-22 09:02:51 UTC (rev 1135849)
+++ PKGBUILD	2022-02-22 09:03:02 UTC (rev 1135850)
@@ -1,25 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
-# Contributor: Christoph W <c w e g e n e r at gmail dot com>
-
-pkgname=python-requests-credssp
-_module='requests-credssp'
-pkgver=1.2.0
-pkgrel=4
-pkgdesc="HTTPS CredSSP authentication with the requests library"
-url="https://github.com/jborean93/requests-credssp"
-depends=('python' 'python-pyopenssl' 'python-requests' 'python-ntlm-auth' 'python-pyspnego')
-makedepends=('python-setuptools')
-license=('ISC')
-arch=('any')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jborean93/requests-credssp/archive/v${pkgver}.tar.gz")
-sha512sums=('55458773cbf14a468d22d0b04186611385ff24fceda85052e69981bd6d4fd32a46f96b95fa36724b72fd9719485b2ed8906d1927284157e7bc685c0c42c2312c')
-
-build() {
-    cd "${_module}-${pkgver}"
-    python setup.py build
-}
-
-package() {
-    cd "${_module}-${pkgver}"
-    python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}

Copied: python-requests-credssp/repos/community-any/PKGBUILD (from rev 1135849, python-requests-credssp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-22 09:03:02 UTC (rev 1135850)
@@ -0,0 +1,25 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
+# Contributor: Christoph W <c w e g e n e r at gmail dot com>
+
+pkgname=python-requests-credssp
+_module='requests-credssp'
+pkgver=2.0.0
+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' 'python-pyspnego')
+makedepends=('python-setuptools')
+license=('ISC')
+arch=('any')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jborean93/requests-credssp/archive/v${pkgver}.tar.gz")
+sha512sums=('d11a76bc9577f3054e5955aad513ee27ff2cf3a70414a1d4a81e721a7b40510d45fa33abc5957724ead6c04958a009153f670e154f38f32f2331cc14dd44ee27')
+
+build() {
+    cd "${_module}-${pkgver}"
+    python setup.py build
+}
+
+package() {
+    cd "${_module}-${pkgver}"
+    python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list