diff --git a/packages/p/python-pyspnego/pyspnego-0.1.0.tar.gz b/packages/p/python-pyspnego/pyspnego-0.1.0.tar.gz deleted file mode 120000 index fb44b00cbdb..00000000000 --- a/packages/p/python-pyspnego/pyspnego-0.1.0.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreib3pe4ifp77427st55tumhoflkmejbrauolf7xvxab2wh6ee3sore \ No newline at end of file diff --git a/packages/p/python-pyspnego/pyspnego-0.1.2.tar.gz b/packages/p/python-pyspnego/pyspnego-0.1.2.tar.gz new file mode 120000 index 00000000000..945fd7e8027 --- /dev/null +++ b/packages/p/python-pyspnego/pyspnego-0.1.2.tar.gz @@ -0,0 +1 @@ +/ipfs/bafkreiajkajsrpvl4lzirktjypkjuasny34zqv5cizszeljl7hmuon6pla \ No newline at end of file diff --git a/packages/p/python-pyspnego/python-pyspnego.changes b/packages/p/python-pyspnego/python-pyspnego.changes index e5a7cc2f09f..bbff662b519 100644 --- a/packages/p/python-pyspnego/python-pyspnego.changes +++ b/packages/p/python-pyspnego/python-pyspnego.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Oct 25 15:53:36 UTC 2020 - Martin Hauke + +- Update to version 0.1.2 + * Fix up WinRM wrapping on SSPI +- Update to version 0.1.1 + * Include the cython files in the built sdist + ------------------------------------------------------------------- Sat Aug 22 14:27:14 UTC 2020 - Martin Hauke diff --git a/packages/p/python-pyspnego/python-pyspnego.spec b/packages/p/python-pyspnego/python-pyspnego.spec index 6cd9783de47..48c26efdc58 100644 --- a/packages/p/python-pyspnego/python-pyspnego.spec +++ b/packages/p/python-pyspnego/python-pyspnego.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyspnego # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,25 +12,26 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-pyspnego -Version: 0.1.0 +Version: 0.1.2 Release: 0 -License: MIT Summary: Python SPNEGO authentication library -Url: https://github.com/jborean93/pyspnego +License: MIT Group: Development/Languages/Python -Source: https://github.com/jborean93/pyspnego/archive/v0.1.0.tar.gz#/pyspnego-%{version}.tar.gz -BuildRequires: python-rpm-macros +URL: https://github.com/jborean93/pyspnego +Source: https://github.com/jborean93/pyspnego/archive/v%{version}.tar.gz#/pyspnego-%{version}.tar.gz BuildRequires: %{python_module setuptools} +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module cryptography} -BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest-mock} +BuildRequires: %{python_module pytest} # /SECTION BuildRequires: fdupes Requires: python-cryptography