Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-ntlm-auth


Commits:
13994564 by Jelle van der Waa at 2024-04-27T18:31:20+02:00
Drop unused python-six dependency

https://github.com/jborean93/ntlm-auth/commit/dc83682eea1b1cc2993c43ff09ff58ad9c3d7926

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,13 +1,12 @@
 pkgbase = python-ntlm-auth
        pkgdesc = Creates NTLM authentication structures
        pkgver = 1.5.0
-       pkgrel = 8
+       pkgrel = 9
        url = https://github.com/jborean93/ntlm-auth
        arch = any
        license = MIT
        makedepends = python-setuptools
        depends = python
-       depends = python-six
        depends = python-cryptography
        source = 
python-ntlm-auth-1.5.0.tar.gz::https://github.com/jborean93/ntlm-auth/archive/v1.5.0.tar.gz
        sha512sums = 
cf08b23e49d45c528404b70b6be88f6c3edee9fd0d4584f3962931a08a0982cdad4089963a95aea911b6eb4db32a932536cf6d9c02c292cd447e0a9c6b3b802b


=====================================
PKGBUILD
=====================================
@@ -4,10 +4,10 @@
 pkgname=python-ntlm-auth
 _module='ntlm-auth'
 pkgver=1.5.0
-pkgrel=8
+pkgrel=9
 pkgdesc="Creates NTLM authentication structures"
 url="https://github.com/jborean93/ntlm-auth";
-depends=('python' 'python-six' 'python-cryptography')
+depends=('python' 'python-cryptography')
 makedepends=('python-setuptools')
 license=('MIT')
 arch=('any')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ntlm-auth/-/commit/139945643a5ae0d72504f69782afd0856ae73aa7

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ntlm-auth/-/commit/139945643a5ae0d72504f69782afd0856ae73aa7
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to