1
0
forked from pool/python-Django

Accepting request 872036 from home:bnavigator:branches:devel:languages:python:django

- Don't install python36-numpy for testing. It is no longer
  available. (The tests or portions of tests requiring numpy
  are skipped automatically in this case.)
- Let the singlespec macro do its job to set the primary provider
  for python3-django and python3-South on the primary flavor only.
- Fix mtime of cache file by recompiling.

OBS-URL: https://build.opensuse.org/request/show/872036
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django?expand=0&rev=76
This commit is contained in:
2021-02-15 12:40:03 +00:00
committed by Git OBS Bridge
parent a5f8f1daf0
commit 92c2e14db0
2 changed files with 21 additions and 8 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Feb 13 22:41:42 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Don't install python36-numpy for testing. It is no longer
available. (The tests or portions of tests requiring numpy
are skipped automatically in this case.)
- Let the singlespec macro do its job to set the primary provider
for python3-django and python3-South on the primary flavor only.
- Fix mtime of cache file by recompiling.
-------------------------------------------------------------------
Wed Dec 9 12:16:46 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>