Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python312-sortinghat | Distribution: openSUSE Tumbleweed |
Version: 1.5.1 | Vendor: openSUSE |
Release: 1.2 | Build date: Wed Dec 11 05:53:10 2024 |
Group: Unspecified | Build host: reproducible |
Size: 1293276 | Source RPM: python-sortinghat-1.5.1-1.2.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://github.com/grimoirelab/sortinghat | |
Summary: A tool to manage identities |
A tool to manage identities. Sorting Hat maintains an SQL database with identities coming (potentially) from different sources. Identities corresponding to the same real person can be merged in the same unique identity, with a unique uuid. For each unique identity, a profile can be defined, with the name and other data to show for the corresponding person by default. In addition, each unique identity can be related to one or more affiliations, for different time periods. This will usually correspond to different organizations in which the person was employed during those time periods. Sorting Hat is a part of the GrimoireLab toolset <https://grimoirelab.github.io>, which provides for Python modules and scripts to analyze data sources with information about software development, and allows to produce interactive dashboards to visualize that information. In the context of GrimoireLab, Sorting Hat is usually run after data is retrieved with Perceval <https://github.com/grimmoirelab/perceval>, to store the identities obtained into its database, and later merge them into unique identities (and maybe affiliate them).
GPL-3.0-only
* Wed Dec 11 2024 Steve Kowalik <steven.kowalik@suse.com> - Update to 1.5.1: * Update Poetry dependencies. - Add patch support-new-django-graphql-jwt.patch: * Stop calling a now removed method in new django-graphql-jwt. * Sat Nov 09 2024 Dirk Müller <dmueller@suse.com> - update to 1.5.0: * Mark individuals as reviewed Individuals can now be marked as reviewed to keep track of which profiles have already been checked and when. A profile can be marked as reviewed more than once, it will show the date of the last review. * Wrong arrong direction when merging recommendations (#934) * Mon Oct 07 2024 Dirk Müller <dmueller@suse.com> - update to 1.4.0: * Less distracting main identity indicator * Redirect to the original URL after log in * Merge organizations when adding an alias * Customizable trusted sources for username matching * Users permissions migrated (#849) * Update workspace when identities are split (#919) - update to 1.3.0: * Remove merge recommendations (#883) * Merge organizations when adding an alias (#913) * User permissions per tenant * The link to an individual's GitHub profile no longer appears several times when there is more than one GitHub identity. * Connection closed when job is executed - drop add-missing-format-calls.patch (obsolete) * Wed Aug 28 2024 Steve Kowalik <steven.kowalik@suse.com> - Update to 1.2.1: * New features: + Improve loading and error indicators + Save URL to an individual's LinkedIn profile + Link to GitHub profile + Assign users to permission groups + Configuration for regular expressions in CORS + Dedicated queues in multi-tenancy + Organization aliases * Bug fixes: + Consistent date format for job executions + Match source parameter fixed in recommendations + Organizations aliases in Python client + Change password form fixed + Refetch general settings after they are changed + Profile view displays correct recommendations + Match recommendations job fixed - Drop patch use-correct-assertion-methods.patch, included. - Refresh all other patches. * Tue Feb 06 2024 Steve Kowalik <steven.kowalik@suse.com> - 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. * Thu Jul 27 2023 Steve Kowalik <steven.kowalik@suse.com> - Update to 0.12.0: * Job scheduler - Refresh patch add-missing-format-calls.patch. * Thu Jul 20 2023 Steve Kowalik <steven.kowalik@suse.com> - Update to 0.11.1, changes include: * SortingHat as a service * GraphQL client headers updated * Migration command for SortingHat 0.7: sortinghat-admin migrate-old-database * Groups table removed from the UI * Fix search syntax link (#735) * Fix outdated recommendation count (#733) * Verify SSL option for client * Multi-tenancy mode * Drag and drop to enroll in teams * Create account command * Import identities automatically (#746) * Order individuals by indentities (#732) * Set top domain from UI (#729) * Static files not included in wheel package * Tenant selection in job fixed * SortingHat database performance * uWSGI threads and workers * Performance improved for recommendations and merging jobs * Multi-tenancy using headers * Job timeouts * Fix enrollment in individual's profile * Edit a profile name with the pencil button (#773) * Unreadable large numbers in pagination (#770) * Sort jobs from newest to oldest (#769) * Organization profiles * Show when tables are loading (#772) * Enrollment filter on organizations view * ADD button doesn't affiliate individuals to organizations * Email affiliation error (#793) * Show hidden buttons when the mouse is over the table row (#787) * Recommendations by individual (#779) * Merge organizations (#571) * Show an organization's members - Drop patch no_decl_class_registry.patch: * No longer required. - Add patch allow-database-config-overrides.patch: * Allow testing overrides of the database auth. - Add patch add-missing-format-calls.patch: * Fix up formatting of some tests. * Sat Dec 03 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com> - Update to version 0.7.23 * Update Poetry's package dependencies - Update to version 0.7.22 * Update Poetry's package dependencies * Sat Oct 29 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com> - Update to version 0.7.21 * Update package dependencies * Update jinja2 package and dev-dependencies. * Update Poetry's package dependencies - Clean up SPEC file to remove rpmlint warnings. * Fri Oct 07 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com> - Update to version 0.7.20 Bug fixes: * [gitdm] Skip invalid format lines * Gitdm parser won't fail reading files with an invalid format. Instead, * it will ignore invalid content. * Wed May 11 2022 Matej Cepl <mcepl@suse.com> - Fix a bug in %%postun. * Wed Apr 20 2022 pgajdos@suse.com - version update to 0.7.19 * no minor version changelog found - modified patches % no_decl_class_registry.patch (refreshed) - python-mock is not required for build * Thu Aug 05 2021 Matej Cepl <mcepl@suse.com> - Add no_decl_class_registry.patch to make the package compatible with SQLAlchemy 1.4 (gh#chaoss/grimoirelab-sortinghat#579). * Thu May 27 2021 Matej Cepl <mcepl@suse.com> - Upgrade 0.7.15 - Remove upstreamed python-sortinghat-gh-121-workaround.patch * Fri Apr 23 2021 Matej Cepl <mcepl@suse.com> - Don't build python36-* package (missing pandas)
/etc/alternatives/sortinghat /etc/alternatives/sortinghat-admin /etc/alternatives/sortinghatd /etc/alternatives/sortinghatw /usr/bin/sortinghat /usr/bin/sortinghat-3.12 /usr/bin/sortinghat-admin /usr/bin/sortinghat-admin-3.12 /usr/bin/sortinghatd /usr/bin/sortinghatd-3.12 /usr/bin/sortinghatw /usr/bin/sortinghatw-3.12 /usr/lib/python3.12/site-packages/sortinghat /usr/lib/python3.12/site-packages/sortinghat-1.5.1.dist-info /usr/lib/python3.12/site-packages/sortinghat-1.5.1.dist-info/AUTHORS /usr/lib/python3.12/site-packages/sortinghat-1.5.1.dist-info/INSTALLER /usr/lib/python3.12/site-packages/sortinghat-1.5.1.dist-info/LICENSE /usr/lib/python3.12/site-packages/sortinghat-1.5.1.dist-info/METADATA /usr/lib/python3.12/site-packages/sortinghat-1.5.1.dist-info/RECORD /usr/lib/python3.12/site-packages/sortinghat-1.5.1.dist-info/REQUESTED /usr/lib/python3.12/site-packages/sortinghat-1.5.1.dist-info/WHEEL /usr/lib/python3.12/site-packages/sortinghat-1.5.1.dist-info/entry_points.txt /usr/lib/python3.12/site-packages/sortinghat/__pycache__ /usr/lib/python3.12/site-packages/sortinghat/__pycache__/_version.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/__pycache__/_version.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/_version.py /usr/lib/python3.12/site-packages/sortinghat/app /usr/lib/python3.12/site-packages/sortinghat/app/__init__.py /usr/lib/python3.12/site-packages/sortinghat/app/__pycache__ /usr/lib/python3.12/site-packages/sortinghat/app/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/app/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/app/__pycache__/schema.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/app/__pycache__/schema.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/app/__pycache__/urls.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/app/__pycache__/urls.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/app/__pycache__/wsgi.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/app/__pycache__/wsgi.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/app/schema.py /usr/lib/python3.12/site-packages/sortinghat/app/urls.py /usr/lib/python3.12/site-packages/sortinghat/app/wsgi.py /usr/lib/python3.12/site-packages/sortinghat/cli /usr/lib/python3.12/site-packages/sortinghat/cli/__init__.py /usr/lib/python3.12/site-packages/sortinghat/cli/__pycache__ /usr/lib/python3.12/site-packages/sortinghat/cli/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/cli/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/cli/__pycache__/sortinghat.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/cli/__pycache__/sortinghat.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/cli/__pycache__/utils.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/cli/__pycache__/utils.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/cli/client /usr/lib/python3.12/site-packages/sortinghat/cli/client/__init__.py /usr/lib/python3.12/site-packages/sortinghat/cli/client/__pycache__ /usr/lib/python3.12/site-packages/sortinghat/cli/client/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/cli/client/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/cli/client/__pycache__/client.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/cli/client/__pycache__/client.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/cli/client/__pycache__/schema.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/cli/client/__pycache__/schema.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/cli/client/client.py /usr/lib/python3.12/site-packages/sortinghat/cli/client/schema.py /usr/lib/python3.12/site-packages/sortinghat/cli/cmds /usr/lib/python3.12/site-packages/sortinghat/cli/cmds/__init__.py /usr/lib/python3.12/site-packages/sortinghat/cli/cmds/__pycache__ /usr/lib/python3.12/site-packages/sortinghat/cli/cmds/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/cli/cmds/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/cli/cmds/__pycache__/add.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/cli/cmds/__pycache__/add.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/cli/cmds/__pycache__/config.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/cli/cmds/__pycache__/config.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/cli/cmds/__pycache__/countries.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/cli/cmds/__pycache__/countries.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/cli/cmds/__pycache__/enroll.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/cli/cmds/__pycache__/enroll.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/cli/cmds/__pycache__/lock.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/cli/cmds/__pycache__/lock.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/cli/cmds/__pycache__/merge.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/cli/cmds/__pycache__/merge.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/cli/cmds/__pycache__/mv.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/cli/cmds/__pycache__/mv.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/cli/cmds/__pycache__/orgs.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/cli/cmds/__pycache__/orgs.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/cli/cmds/__pycache__/profile.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/cli/cmds/__pycache__/profile.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/cli/cmds/__pycache__/rm.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/cli/cmds/__pycache__/rm.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/cli/cmds/__pycache__/show.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/cli/cmds/__pycache__/show.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/cli/cmds/__pycache__/split.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/cli/cmds/__pycache__/split.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/cli/cmds/__pycache__/withdraw.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/cli/cmds/__pycache__/withdraw.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/cli/cmds/add.py /usr/lib/python3.12/site-packages/sortinghat/cli/cmds/config.py /usr/lib/python3.12/site-packages/sortinghat/cli/cmds/countries.py /usr/lib/python3.12/site-packages/sortinghat/cli/cmds/enroll.py /usr/lib/python3.12/site-packages/sortinghat/cli/cmds/lock.py /usr/lib/python3.12/site-packages/sortinghat/cli/cmds/merge.py /usr/lib/python3.12/site-packages/sortinghat/cli/cmds/mv.py /usr/lib/python3.12/site-packages/sortinghat/cli/cmds/orgs.py /usr/lib/python3.12/site-packages/sortinghat/cli/cmds/profile.py /usr/lib/python3.12/site-packages/sortinghat/cli/cmds/rm.py /usr/lib/python3.12/site-packages/sortinghat/cli/cmds/show.py /usr/lib/python3.12/site-packages/sortinghat/cli/cmds/split.py /usr/lib/python3.12/site-packages/sortinghat/cli/cmds/withdraw.py /usr/lib/python3.12/site-packages/sortinghat/cli/sortinghat.py /usr/lib/python3.12/site-packages/sortinghat/cli/templates /usr/lib/python3.12/site-packages/sortinghat/cli/templates/add.tmpl /usr/lib/python3.12/site-packages/sortinghat/cli/templates/config.tmpl /usr/lib/python3.12/site-packages/sortinghat/cli/templates/countries.tmpl /usr/lib/python3.12/site-packages/sortinghat/cli/templates/lock.tmpl /usr/lib/python3.12/site-packages/sortinghat/cli/templates/mv.tmpl /usr/lib/python3.12/site-packages/sortinghat/cli/templates/organizations.tmpl /usr/lib/python3.12/site-packages/sortinghat/cli/templates/profile.tmpl /usr/lib/python3.12/site-packages/sortinghat/cli/templates/rm.tmpl /usr/lib/python3.12/site-packages/sortinghat/cli/templates/show.tmpl /usr/lib/python3.12/site-packages/sortinghat/cli/templates/split.tmpl /usr/lib/python3.12/site-packages/sortinghat/cli/utils.py /usr/lib/python3.12/site-packages/sortinghat/config /usr/lib/python3.12/site-packages/sortinghat/config/__init__.py /usr/lib/python3.12/site-packages/sortinghat/config/__pycache__ /usr/lib/python3.12/site-packages/sortinghat/config/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/config/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/config/__pycache__/settings.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/config/__pycache__/settings.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/config/permission_groups.json /usr/lib/python3.12/site-packages/sortinghat/config/settings.py /usr/lib/python3.12/site-packages/sortinghat/config/tenants.json /usr/lib/python3.12/site-packages/sortinghat/core /usr/lib/python3.12/site-packages/sortinghat/core/__pycache__ /usr/lib/python3.12/site-packages/sortinghat/core/__pycache__/admin.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/core/__pycache__/admin.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/core/__pycache__/api.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/core/__pycache__/api.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/core/__pycache__/apps.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/core/__pycache__/apps.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/core/__pycache__/aux.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/core/__pycache__/aux.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/core/__pycache__/context.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/core/__pycache__/context.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/core/__pycache__/db.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/core/__pycache__/db.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/core/__pycache__/decorators.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/core/__pycache__/decorators.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/core/__pycache__/errors.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/core/__pycache__/errors.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/core/__pycache__/jobs.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/core/__pycache__/jobs.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/core/__pycache__/log.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/core/__pycache__/log.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/core/__pycache__/middleware.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/core/__pycache__/middleware.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/core/__pycache__/models.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/core/__pycache__/models.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/core/__pycache__/schema.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/core/__pycache__/schema.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/core/__pycache__/tenant.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/core/__pycache__/tenant.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/core/__pycache__/views.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/core/__pycache__/views.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/core/admin.py /usr/lib/python3.12/site-packages/sortinghat/core/api.py /usr/lib/python3.12/site-packages/sortinghat/core/apps.py /usr/lib/python3.12/site-packages/sortinghat/core/aux.py /usr/lib/python3.12/site-packages/sortinghat/core/context.py /usr/lib/python3.12/site-packages/sortinghat/core/db.py /usr/lib/python3.12/site-packages/sortinghat/core/decorators.py /usr/lib/python3.12/site-packages/sortinghat/core/errors.py /usr/lib/python3.12/site-packages/sortinghat/core/fixtures /usr/lib/python3.12/site-packages/sortinghat/core/fixtures/countries.json /usr/lib/python3.12/site-packages/sortinghat/core/importer /usr/lib/python3.12/site-packages/sortinghat/core/importer/__pycache__ /usr/lib/python3.12/site-packages/sortinghat/core/importer/__pycache__/backend.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/core/importer/__pycache__/backend.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/core/importer/__pycache__/base.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/core/importer/__pycache__/base.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/core/importer/__pycache__/models.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/core/importer/__pycache__/models.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/core/importer/__pycache__/utils.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/core/importer/__pycache__/utils.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/core/importer/backend.py /usr/lib/python3.12/site-packages/sortinghat/core/importer/backends /usr/lib/python3.12/site-packages/sortinghat/core/importer/backends/__pycache__ /usr/lib/python3.12/site-packages/sortinghat/core/importer/backends/__pycache__/gitdm.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/core/importer/backends/__pycache__/gitdm.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/core/importer/backends/__pycache__/mailmap.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/core/importer/backends/__pycache__/mailmap.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/core/importer/backends/gitdm.py /usr/lib/python3.12/site-packages/sortinghat/core/importer/backends/mailmap.py /usr/lib/python3.12/site-packages/sortinghat/core/importer/base.py /usr/lib/python3.12/site-packages/sortinghat/core/importer/models.py /usr/lib/python3.12/site-packages/sortinghat/core/importer/utils.py /usr/lib/python3.12/site-packages/sortinghat/core/jobs.py /usr/lib/python3.12/site-packages/sortinghat/core/log.py /usr/lib/python3.12/site-packages/sortinghat/core/management /usr/lib/python3.12/site-packages/sortinghat/core/management/__init__.py /usr/lib/python3.12/site-packages/sortinghat/core/management/__pycache__ /usr/lib/python3.12/site-packages/sortinghat/core/management/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/core/management/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/core/management/commands /usr/lib/python3.12/site-packages/sortinghat/core/management/commands/__init__.py /usr/lib/python3.12/site-packages/sortinghat/core/management/commands/__pycache__ /usr/lib/python3.12/site-packages/sortinghat/core/management/commands/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/core/management/commands/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/core/management/commands/__pycache__/create_groups.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/core/management/commands/__pycache__/create_groups.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/core/management/commands/__pycache__/set_permissions.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/core/management/commands/__pycache__/set_permissions.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/core/management/commands/create_groups.py /usr/lib/python3.12/site-packages/sortinghat/core/management/commands/set_permissions.py /usr/lib/python3.12/site-packages/sortinghat/core/middleware.py /usr/lib/python3.12/site-packages/sortinghat/core/migrations /usr/lib/python3.12/site-packages/sortinghat/core/migrations/0001_sortinghat.py /usr/lib/python3.12/site-packages/sortinghat/core/migrations/0002_importidentitiestask.py /usr/lib/python3.12/site-packages/sortinghat/core/migrations/0003_multi_tenancy.py /usr/lib/python3.12/site-packages/sortinghat/core/migrations/0004_tenant_using_header.py /usr/lib/python3.12/site-packages/sortinghat/core/migrations/0005_scheduledtask.py /usr/lib/python3.12/site-packages/sortinghat/core/migrations/0006_unify_scheduled_tasks.py /usr/lib/python3.12/site-packages/sortinghat/core/migrations/0007_delete_importidentitiestask.py /usr/lib/python3.12/site-packages/sortinghat/core/migrations/0008_alias.py /usr/lib/python3.12/site-packages/sortinghat/core/migrations/0009_tenant_perm_group.py /usr/lib/python3.12/site-packages/sortinghat/core/migrations/0010_alter_individual_options_individual_last_reviewed.py /usr/lib/python3.12/site-packages/sortinghat/core/migrations/__init__.py /usr/lib/python3.12/site-packages/sortinghat/core/migrations/__pycache__ /usr/lib/python3.12/site-packages/sortinghat/core/migrations/__pycache__/0001_sortinghat.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/core/migrations/__pycache__/0001_sortinghat.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/core/migrations/__pycache__/0002_importidentitiestask.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/core/migrations/__pycache__/0002_importidentitiestask.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/core/migrations/__pycache__/0003_multi_tenancy.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/core/migrations/__pycache__/0003_multi_tenancy.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/core/migrations/__pycache__/0004_tenant_using_header.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/core/migrations/__pycache__/0004_tenant_using_header.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/core/migrations/__pycache__/0005_scheduledtask.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/core/migrations/__pycache__/0005_scheduledtask.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/core/migrations/__pycache__/0006_unify_scheduled_tasks.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/core/migrations/__pycache__/0006_unify_scheduled_tasks.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/core/migrations/__pycache__/0007_delete_importidentitiestask.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/core/migrations/__pycache__/0007_delete_importidentitiestask.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/core/migrations/__pycache__/0008_alias.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/core/migrations/__pycache__/0008_alias.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/core/migrations/__pycache__/0009_tenant_perm_group.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/core/migrations/__pycache__/0009_tenant_perm_group.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/core/migrations/__pycache__/0010_alter_individual_options_individual_last_reviewed.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/core/migrations/__pycache__/0010_alter_individual_options_individual_last_reviewed.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/core/migrations/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/core/migrations/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/core/models.py /usr/lib/python3.12/site-packages/sortinghat/core/recommendations /usr/lib/python3.12/site-packages/sortinghat/core/recommendations/__init__.py /usr/lib/python3.12/site-packages/sortinghat/core/recommendations/__pycache__ /usr/lib/python3.12/site-packages/sortinghat/core/recommendations/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/core/recommendations/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/core/recommendations/__pycache__/affiliation.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/core/recommendations/__pycache__/affiliation.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/core/recommendations/__pycache__/engine.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/core/recommendations/__pycache__/engine.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/core/recommendations/__pycache__/exclusion.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/core/recommendations/__pycache__/exclusion.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/core/recommendations/__pycache__/gender.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/core/recommendations/__pycache__/gender.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/core/recommendations/__pycache__/matching.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/core/recommendations/__pycache__/matching.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/core/recommendations/affiliation.py /usr/lib/python3.12/site-packages/sortinghat/core/recommendations/engine.py /usr/lib/python3.12/site-packages/sortinghat/core/recommendations/exclusion.py /usr/lib/python3.12/site-packages/sortinghat/core/recommendations/gender.py /usr/lib/python3.12/site-packages/sortinghat/core/recommendations/matching.py /usr/lib/python3.12/site-packages/sortinghat/core/schema.py /usr/lib/python3.12/site-packages/sortinghat/core/tenant.py /usr/lib/python3.12/site-packages/sortinghat/core/views.py /usr/lib/python3.12/site-packages/sortinghat/server /usr/lib/python3.12/site-packages/sortinghat/server/__init__.py /usr/lib/python3.12/site-packages/sortinghat/server/__pycache__ /usr/lib/python3.12/site-packages/sortinghat/server/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/server/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/server/__pycache__/sortinghat_admin.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/server/__pycache__/sortinghat_admin.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/server/__pycache__/sortinghatd.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/server/__pycache__/sortinghatd.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/server/__pycache__/sortinghatw.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/server/__pycache__/sortinghatw.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/server/sortinghat_admin.py /usr/lib/python3.12/site-packages/sortinghat/server/sortinghatd.py /usr/lib/python3.12/site-packages/sortinghat/server/sortinghatw.py /usr/lib/python3.12/site-packages/sortinghat/server/utils /usr/lib/python3.12/site-packages/sortinghat/server/utils/__pycache__ /usr/lib/python3.12/site-packages/sortinghat/server/utils/__pycache__/create_sh_0_7_fixture.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/server/utils/__pycache__/create_sh_0_7_fixture.cpython-312.pyc /usr/lib/python3.12/site-packages/sortinghat/server/utils/create_sh_0_7_fixture.py /usr/lib/python3.12/site-packages/sortinghat/utils /usr/lib/python3.12/site-packages/sortinghat/utils/__init__.py /usr/lib/python3.12/site-packages/sortinghat/utils/__pycache__ /usr/lib/python3.12/site-packages/sortinghat/utils/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sortinghat/utils/__pycache__/__init__.cpython-312.pyc /usr/share/doc/packages/python312-sortinghat /usr/share/doc/packages/python312-sortinghat/NEWS /usr/share/doc/packages/python312-sortinghat/README.md
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Feb 9 01:37:00 2025