diff --git a/pyspnego-0.6.3.tar.gz b/pyspnego-0.6.3.tar.gz deleted file mode 100644 index 90dcd6d..0000000 Binary files a/pyspnego-0.6.3.tar.gz and /dev/null differ diff --git a/pyspnego-0.7.0.tar.gz b/pyspnego-0.7.0.tar.gz new file mode 100644 index 0000000..26c5d30 Binary files /dev/null and b/pyspnego-0.7.0.tar.gz differ diff --git a/python-pyspnego.spec b/python-pyspnego.spec index 01e7f38..3ee885b 100644 --- a/python-pyspnego.spec +++ b/python-pyspnego.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pyspnego -Version: 0.6.3 +Version: 0.7.0 Release: 1 Summary: Windows Negotiate Authentication Client and Server License: MIT URL: https://github.com/jborean93/pyspnego -Source0: https://files.pythonhosted.org/packages/ba/13/7b4e7dcff1eb24a13e0a631a4b49eab361678e4490d691c03253ae736da4/pyspnego-0.6.3.tar.gz +Source0: https://files.pythonhosted.org/packages/97/f3/bdf3cd5f4c5a1bf9e1d4bb771c133850ee08241c18cafd90a6d872937a9f/pyspnego-0.7.0.tar.gz BuildArch: noarch %description Python SPNEGO Library to handle SPNEGO (Negotiate, NTLM, Kerberos) and CredSSP authentication. Also includes a packet parser that can be used to decode raw NTLM/SPNEGO/Kerberos tokens into a human readable format. @@ -83,6 +83,9 @@ PYTHONPATH=src/ pytest-3 -v tests %{_docdir}/* %changelog +* Tue Feb 14 2023 wubijie - 0.7.0-1 +- Update package to version 0.7.0 + * Mon Dec 12 2022 wubijie - 0.6.3-1 - Update package to version 0.6.3