Accepting request 816813 from devel:languages:python:azure

OBS-URL: https://build.opensuse.org/request/show/816813
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-adal?expand=0&rev=7
This commit is contained in:
2020-06-26 19:44:44 +00:00
committed by Git OBS Bridge
5 changed files with 24 additions and 6 deletions

View File

@@ -1,3 +1,12 @@
ADAL Python 1.2.4
Update project metadata on PyPI (#231 )
ADAL Python 1.2.3
Enabled dynamic whitelisting of dSTS endpoints (#215 )
World wide authority updated from login.windows.net to login.microsoftonline.com (#227 )
ADAL Python 1.2.2
Adjust the public cert input to accept a pem-format content with or without those -----BEGIN CERTIFICATE----- tag lines. (#199, #207)

View File

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

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

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Jun 16 17:34:44 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 1.2.4
+ For detailed information about changes see the
HISTORY.txt file provided with this package
- Update HISTORY.txt from github releases page
-------------------------------------------------------------------
Fri Oct 4 12:10:38 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-adal
#
# Copyright (c) 2019 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
@@ -18,12 +18,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-adal
Version: 1.2.2
Version: 1.2.4
Release: 0
Summary: Azure Active Directory library
License: MIT
Group: Development/Languages/Python
Url: https://github.com/AzureAD/azure-activedirectory-library-for-python
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}