14
0

Accepting request 693027 from home:jayvdb:django

- Remove build dependency on unittest2, as this was also a missing
  runtime dependency on both Python 2 and 3 as the tests are
  distributed in the runtime package, and are used by the test suite
  of other packages.
- Suggest python3-saml dependency for both Python 2 & 3, and
  activate the SAML tests, adding missing saml_config.json for tests.
  Not recommended due to dependency chain including libxmlsec,
  which at the moment is unsupported v1.2.20
- Add README.md to %doc

OBS-URL: https://build.opensuse.org/request/show/693027
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-social-auth-core?expand=0&rev=12
This commit is contained in:
Tomáš Chvátal
2019-04-11 08:18:53 +00:00
committed by Git OBS Bridge
parent ebe7992e43
commit 1c2599c964
4 changed files with 217 additions and 3 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Apr 11 04:22:39 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Remove build dependency on unittest2, as this was also a missing
runtime dependency on both Python 2 and 3 as the tests are
distributed in the runtime package, and are used by the test suite
of other packages.
- Suggest python3-saml dependency for both Python 2 & 3, and
activate the SAML tests, adding missing saml_config.json for tests.
Not recommended due to dependency chain including libxmlsec,
which at the moment is unsupported v1.2.20
- Add README.md to %doc
-------------------------------------------------------------------
Wed Apr 3 08:43:25 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>