14
0

- Update to 1.7.1:

* New features:
    + More detailed individual information when reviewing recommendations
    + Renamed recommendations view labels
    + Improved session cookie security
    + More icons for sources
    + Skip recommendations
    + Sort organizations by number of enrollments
  * Bug fixes:
    + Wrong order of affiliations
- Add patch no-testcontainers.patch:
  * Do not rely on testcontainers to use mysql
- Add patch support-click-8.2.patch:
  * Support click 8.2+ changes.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sortinghat?expand=0&rev=50
This commit is contained in:
2025-05-13 03:04:10 +00:00
committed by Git OBS Bridge
parent cd3001c571
commit 05b75f6b47
6 changed files with 359 additions and 12 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue May 13 03:02:07 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.7.1:
* New features:
+ More detailed individual information when reviewing recommendations
+ Renamed recommendations view labels
+ Improved session cookie security
+ More icons for sources
+ Skip recommendations
+ Sort organizations by number of enrollments
* Bug fixes:
+ Wrong order of affiliations
- Add patch no-testcontainers.patch:
* Do not rely on testcontainers to use mysql
- Add patch support-click-8.2.patch:
* Support click 8.2+ changes.
-------------------------------------------------------------------
Wed Dec 11 04:53:10 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>