Accepting request 694235 from home:glaubitz:branches:devel:languages:python:azure3

- Update Python Azure SDK to latest version

OBS-URL: https://build.opensuse.org/request/show/694235
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-adal?expand=0&rev=4
This commit is contained in:
Robert Schweikert 2019-04-15 11:31:03 +00:00 committed by Git OBS Bridge
parent 7cc730297b
commit 663e864a71
4 changed files with 18 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4c020807b3f3cfd90f59203077dd5e1f59671833f8c3c5028ec029ed5072f9ce
size 32634

3
adal-1.2.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b6edd095be66561382bdaa59d40b04490e93149fb3b7fa44c1fa5504eed5b8b9
size 33119

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Mar 4 11:02:25 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 1.2.1
+ For detailed information about changes see the
HISTORY.txt file provided with this package
- Run %fdupes with %python_expand
- Update Url field to point to actual project homepage
-------------------------------------------------------------------
Mon Sep 3 08:39:56 UTC 2018 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-adal
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,18 +12,18 @@
# 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-%{**}}
Name: python-adal
Version: 1.0.2
Version: 1.2.1
Release: 0
Summary: Azure Active Directory library
License: MIT
Group: Development/Languages/Python
Url: https://pypi.python.org/pypi/adal
Url: https://github.com/AzureAD/azure-activedirectory-library-for-python
Source: https://files.pythonhosted.org/packages/source/a/adal/adal-%{version}.tar.gz
Source1: HISTORY.txt
BuildRequires: %{python_module devel}
@ -52,8 +52,7 @@ cp %{SOURCE1} HISTORY.txt
%install
%python_install
%fdupes %{buildroot}/%{python_sitelib}/*
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%defattr(-,root,root,-)