Hello community, here is the log from the commit of package python-adal for openSUSE:Factory checked in at 2018-02-14 09:27:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-adal (Old) and /work/SRC/openSUSE:Factory/.python-adal.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-adal" Wed Feb 14 09:27:35 2018 rev:3 rq:571406 version:0.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-adal/python-adal.changes 2017-07-19 12:21:46.121927604 +0200 +++ /work/SRC/openSUSE:Factory/.python-adal.new/python-adal.changes 2018-02-14 09:27:39.420100850 +0100 @@ -1,0 +2,12 @@ +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 + +------------------------------------------------------------------- Old: ---- 0001-Forcing-utf8-decoding.patch adal-0.4.5.tar.gz New: ---- HISTORY.txt adal-0.5.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-adal.spec ++++++ --- /var/tmp/diff_new_pack.ptEVml/_old 2018-02-14 09:27:41.508025186 +0100 +++ /var/tmp/diff_new_pack.ptEVml/_new 2018-02-14 09:27:41.516024896 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-adal # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -18,14 +18,14 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-adal -Version: 0.4.5 +Version: 0.5.0 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 -Patch1: 0001-Forcing-utf8-decoding.patch +Source1: HISTORY.txt BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -45,7 +45,7 @@ %prep %setup -q -n adal-%{version} -%patch1 -p1 +cp %{SOURCE1} HISTORY.txt %build %python_build @@ -57,6 +57,7 @@ %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 ++++++ adal-0.4.5.tar.gz -> adal-0.5.0.tar.gz ++++++ ++++ 1987 lines of diff (skipped)
