Hello community, here is the log from the commit of package python-adal.12327 for openSUSE:Leap:15.1:Update checked in at 2020-05-06 14:26:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.1:Update/python-adal.12327 (Old) and /work/SRC/openSUSE:Leap:15.1:Update/.python-adal.12327.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-adal.12327" Wed May 6 14:26:04 2020 rev:1 rq:799817 version:1.0.2 Changes: -------- New Changes file: --- /dev/null 2020-04-14 14:47:33.391806949 +0200 +++ /work/SRC/openSUSE:Leap:15.1:Update/.python-adal.12327.new.2738/python-adal.changes 2020-05-06 14:26:05.485186629 +0200 @@ -0,0 +1,57 @@ +------------------------------------------------------------------- +Mon Mar 23 15:44:54 UTC 2020 - John Paul Adrian Glaubitz <[email protected]> + +- Update in SLE-15 (bsc#1140565, jsc#ECO-1257, jsc#PM-1598) + +------------------------------------------------------------------- +Wed Sep 26 14:17:31 UTC 2018 - John Paul Adrian Glaubitz <[email protected]> + +- Include in SLE-15 (bsc#1109694) + +------------------------------------------------------------------- +Mon Sep 3 08:39:56 UTC 2018 - John Paul Adrian Glaubitz <[email protected]> + +- New upstream release + + Version 1.0.2 + + For detailed information about changes see the + HISTORY.txt file provided with this package +- Update Requires from setup.py + +------------------------------------------------------------------- +Wed Jan 31 13:54:39 UTC 2018 - [email protected] + +- New upstream release + + Version 0.5.0 + + For detailed information about changes see the + HISTORY.txt file provided with this package +- Install HISTORY.txt into doc directory +- Install README.md into doc directory +- Remove patches merged upstream + + 0001-Forcing-utf8-decoding.patch + +------------------------------------------------------------------- +Tue Jul 11 08:02:20 UTC 2017 - [email protected] + +- Update package names in Requires + + Rename python-dateutil to python-python-dateutil + +------------------------------------------------------------------- +Mon Jul 10 13:19:29 UTC 2017 - [email protected] + +- New upstream release + + Version 0.4.5 +- Provide full source URL in Source field +- Convert package to single spec +- Add patch from upstream to enforce UTF-8 decoding + + 0001-Forcing-utf8-decoding.patch + +------------------------------------------------------------------- +Mon Dec 12 15:32:12 UTC 2016 - [email protected] + +- Include in SLE 12 (fate#322171, bsc#1014478) + +------------------------------------------------------------------- +Mon Dec 12 15:30:26 UTC 2016 - [email protected] + +- Initial build + + Version 0.4.3 New: ---- HISTORY.txt adal-1.0.2.tar.gz python-adal.changes python-adal.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-adal.spec ++++++ # # spec file for package python-adal # # Copyright (c) 2018 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # 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/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-adal Version: 1.0.2 Release: 0 Summary: Azure Active Directory library License: MIT Group: Development/Languages/Python Url: https://pypi.python.org/pypi/adal Source: https://files.pythonhosted.org/packages/source/a/adal/adal-%{version}.tar.gz Source1: HISTORY.txt BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-PyJWT >= 1.0.0 Requires: python-cryptography >= 1.1.0 Requires: python-python-dateutil >= 2.1.0 Requires: python-requests >= 2.0.0 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %python_subpackages %description The ADAL for Python library makes it easy for python application to authenticate to Azure Active Directory (AAD) in order to access AAD protected web resources. %prep %setup -q -n adal-%{version} cp %{SOURCE1} HISTORY.txt %build %python_build %install %python_install %fdupes %{buildroot}/%{python_sitelib}/* %files %{python_files} %defattr(-,root,root,-) %doc HISTORY.txt README.md %{python_sitelib}/* %changelog ++++++ HISTORY.txt ++++++ ADAL Python 0.5.0 Enhancement: Add a new parameter in the AuthenticationContext to pass requests (connect,read) timeout parameters. (#112) Adjustment: By default, no Personally Identifiable Information (PII) will be logged by ADAL Python. (#111) Adjustment: Surfaces the requests.HTTPError so that app developer can deal with the Retry-After info from HTTP 429 error, if desired. (#117) ADAL Python 0.4.7 Bugfix: Handle refresh token in Azure Stack (ADFS 2016) properly (#105) Pre-release ADAL Python 0.4.6 Enhancement: Add one more trusted authority host login.microsoftonline.us (#77, #78) Enhancement: Bubble up the server response. (#85, #88) Bugfix: Should not attempt to refresh a token when RT is unavailable (#82, #87) Bugfix: Now we force utf-8 decoding so that package builders would be able to pack ADAL Python regardless of their locale. The ADAL Python library users will NOT be affected by this change. (#89, #91) Other sample code and readme file adjustments (#76, #73, #84, #92, #95, #97, #98) ADAL for Python 0.4.5 Fixes platform resolution issue found in Gunicorn/Gevent context (#74) ADAL for Python 0.4.4 Revert a workaround introduced in 0.4.3, we now have better understanding and recommend a different way to solve it. (#61) ADAL for Python 0.4.3 Fixes logger bug to ensure proper logging (#55) Updates dependency to exclude the requests package 2.12.* (#58) Introduces a new switch to override the default behavior (#57) ADAL for Python 0.4.2 Fix decoding exception when decoding id_token with non-ASCII characters on Python 2.x (#52) Minor adjustment on version string handling (#48) ADAL for Python 0.4.1 Fix encoding exceptions on formatting error text #44 Minor typo fixes in sample code #45 ADAL for Python 0.4.0 Support login using federated credentials through protocols of wstrust 1.3 or 2005 Support http tracing through proxies by exposing the environment variable of ADAL_PYTHON_SSL_NO_VERIFY ADAL for Python 0.3.0 Support device code flow, required for accounts with 2FA enforced, or MSA accounts such as live id Support service principal with certificate. Support token cache. Remove all JS style of callbacks for better code readability and maintainability. Improve 'AuthenticationContext' class to be consistent with ADAL node and C# versions. Add samples showing how to use the ADAL in correct ways. Convenient methods in init.py were removed as it has no integrations with cache and used client id belonging to other client app. Update readme with common authentication flows and smooth package installations. Update for US Government and German Government Authority. Initial release of ADAL for Python 0.1.0 Add the author_email attribute back in to setup.py
