Skip to content

Commit

Permalink
Update python-pyspnego to version 0.1.2 / rev 2 via SR 843926
Browse files Browse the repository at this point in the history
  • Loading branch information
mcepl authored and bmwiedemann committed Oct 26, 2020
1 parent 83411b0 commit ce64b63
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 9 deletions.
1 change: 0 additions & 1 deletion packages/p/python-pyspnego/pyspnego-0.1.0.tar.gz

This file was deleted.

1 change: 1 addition & 0 deletions packages/p/python-pyspnego/pyspnego-0.1.2.tar.gz
8 changes: 8 additions & 0 deletions packages/p/python-pyspnego/python-pyspnego.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Oct 25 15:53:36 UTC 2020 - Martin Hauke <[email protected]>

- 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 <[email protected]>

Expand Down
17 changes: 9 additions & 8 deletions packages/p/python-pyspnego/python-pyspnego.spec
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit ce64b63

Please sign in to comment.