14
0

- Update to 0.19.1:

* Fix "Table 'django_session' doesn't exist" error
  * Unify identities with same source
  * Use correct base URL for login and change password API calls (#851)
  * Display individual's most recent organization
  * CSRF token is only required on web requests
  * Link to profile in individual cards (#837)
  * Open calendar to the side of the date input (#838)
  * Improved loading time when looking for organizations
  * Gitdm identities importer
  * Fix individual page not loading
  * Recommendations for individuals modified after a given date (#813)
  * Add individual to workspace from their profile page (#816)
  * Cache individuals table data (#821)
  * Strict criteria for merge recommendations (#812)
  * Text field to update enrollment dates (#819)
  * Improved organization selector (#820)
  * API method to create a scheduled task
  * Manage app settings from the user interface
  * Remove tasks that fail to be scheduled
  * Add Python 3.9 and drop 3.7 support
  * Sub-domain affiliation error (#805)
- Refresh patches.
- Add patch use-correct-assertion-methods.patch:
  * Use non-deprecated and non-removed assertion methods.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sortinghat?expand=0&rev=40
This commit is contained in:
2024-02-06 04:50:10 +00:00
committed by Git OBS Bridge
parent 3ba92a2f3d
commit 1d46b71e1d
7 changed files with 119 additions and 31 deletions

View File

@@ -1,7 +1,7 @@
Index: grimoirelab-sortinghat-0.11.1/config/settings/testing.py
Index: grimoirelab-sortinghat-0.19.1/config/settings/testing.py
===================================================================
--- grimoirelab-sortinghat-0.11.1.orig/config/settings/testing.py
+++ grimoirelab-sortinghat-0.11.1/config/settings/testing.py
--- grimoirelab-sortinghat-0.19.1.orig/config/settings/testing.py
+++ grimoirelab-sortinghat-0.19.1/config/settings/testing.py
@@ -1,3 +1,4 @@
+import os
import sys
@@ -30,10 +30,10 @@ Index: grimoirelab-sortinghat-0.11.1/config/settings/testing.py
}
}
Index: grimoirelab-sortinghat-0.11.1/config/settings/testing_tenant.py
Index: grimoirelab-sortinghat-0.19.1/config/settings/testing_tenant.py
===================================================================
--- grimoirelab-sortinghat-0.11.1.orig/config/settings/testing_tenant.py
+++ grimoirelab-sortinghat-0.11.1/config/settings/testing_tenant.py
--- grimoirelab-sortinghat-0.19.1.orig/config/settings/testing_tenant.py
+++ grimoirelab-sortinghat-0.19.1/config/settings/testing_tenant.py
@@ -5,8 +5,8 @@ from .testing import SQL_MODE, DATABASES
DATABASES.update({
tenant: {