summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-admin/salt: Use pypi.eclassMichał Górny2023-03-161-2/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* Rename dev-python/{redis-py → redis}Michał Górny2023-02-084-4/+4
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-admin/salt: Stabilize 3005.1-r1 x86, #893082Sam James2023-02-071-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-admin/salt: Fix importlib-metadata usage + fix salt-ssh for py3.11 hostsSebastian Pipping2023-01-303-0/+372
| | | | | | | | | | | | | | | | | | | | | | | The Python 3.11 issue upstream: - https://github.com/saltstack/salt/issues/62676 - https://github.com/saltstack/salt/pull/62677 The importlib-metadata issue: - https://github.com/saltstack/salt/issues/62851 - https://github.com/saltstack/salt/pull/62854 Patches have been extracted from pull requests as following: - git clone https://github.com/saltstack/salt - cd salt - git diff b676e6338a7c094cb3335d11f851ac0e12222017^ 45b924bad865a00116d2e045fe71229f2dc3376e -- salt/utils/entrypoints.py > salt-3005.1-importlib-metadata-5-r1.patch - git diff 00352ae6e0ed0b80a75ec65cb925dd31a625010d^ 91efaea4975f37de97a88687d40e54e774151a8b -- salt/modules/file.py | head -n 123 > salt-3005.1-modules-file-python-3.11-host.patch Be sure to call salt-ssh with "--regen-thin" the first time after updating, to not end up running unpatched 3005.1(-r0) code. Closes: https://bugs.gentoo.org/875389 Closes: https://bugs.gentoo.org/883671 Signed-off-by: Sebastian Pipping <sping@gentoo.org>
* app-admin/salt: Remove Python < 3.10Michał Górny2023-01-103-6/+6
| | | | | Closes: https://bugs.gentoo.org/887725 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-admin/salt: Remove old requiring Python < 3.10Michał Górny2023-01-1012-828/+0
| | | | | Closes: https://bugs.gentoo.org/887725 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-admin/salt: Remove remaining outdated python_gen_cond_depMichał Górny2022-11-153-6/+6
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-admin/salt: Clean <=py3.8 leftoversMichał Górny2022-11-153-45/+6
| | | | | | | | Remove python_gen_cond_dep from an ancient era of libvirt-python not supporting newer Python implementations, as well as obsolete postinst messages. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-admin/salt: remove unused patchMichael Mair-Keimberger2022-11-081-40/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/28187 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* app-admin/salt: add 3005.1Patrick McLean2022-11-025-1/+310
| | | | | Closes: https://bugs.gentoo.org/875389 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* app-admin/salt: revbump 3005 to force <importlib_metadata-5Patrick McLean2022-11-021-1/+2
| | | | | Bug: https://bugs.gentoo.org/875389 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* app-admin/salt: revbump 3004.2 to force <importlib_metadata-5Patrick McLean2022-11-023-208/+3
| | | | | Bug: https://bugs.gentoo.org/875389 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* app-admin/salt: revbump 3003.5 to force <importlib_metadata-5Patrick McLean2022-11-023-206/+3
| | | | | Bug: https://bugs.gentoo.org/875389 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* app-admin/salt: revbump 3002.9 to force <importlib_metadata-5Patrick McLean2022-11-022-4/+2
| | | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org> Bug: https://bugs.gentoo.org/875389
* app-admin/salt: Keyword 3005 x86, #867787Arthur Zamarin2022-09-161-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-admin/salt: Keyword 3005 arm64, #867787Arthur Zamarin2022-09-161-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-admin/salt: Keyword 3005 arm, #867787Arthur Zamarin2022-09-161-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-admin/salt: add 3005Patrick McLean2022-08-314-0/+312
| | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* app-admin/salt: use <pkg> tags in metadata.xmlPetr Vaněk2022-08-261-2/+2
| | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
* app-admin/salt: x86 stable wrt bug #864823Agostino Sarubbo2022-08-121-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-admin/salt: amd64 stable wrt bug #864823Agostino Sarubbo2022-08-121-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-admin/salt: Revbumps, fix for pyzmq-23 (bug #859505)Patrick McLean2022-07-253-0/+37
| | | | | | Closes: https://bugs.gentoo.org/859505 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* app-admin/salt: remove unused patchesMichael Mair-Keimberger2022-07-182-294/+0
| | | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/26138 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-admin/salt: remove unused patchMichael Mair-Keimberger2022-06-281-12/+0
| | | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/26061 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* app-admin/salt: drop versionsPatrick McLean2022-06-289-1358/+0
| | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* app-admin/salt: add 3003.5Patrick McLean2022-06-282-0/+209
| | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* app-admin/salt: add 3002.9Patrick McLean2022-06-282-0/+201
| | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* app-admin/salt: add 3004.2Patrick McLean2022-06-284-0/+234
| | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* app-admin/salt: Remove oldMichał Górny2022-06-2210-771/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-admin/salt: Keyword 3004.1-r4 riscv, #835717Jakov Smolić2022-05-311-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* app-admin/salt: Stabilize 3004.1-r4 x86, #843011Arthur Zamarin2022-05-061-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-admin/salt: Stabilize 3004.1-r4 amd64, #843011Arthur Zamarin2022-05-061-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-admin/salt: Revbump, fix testsPatrick McLean2022-04-182-0/+21
| | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* app-admin/salt: Revbump, fix probly with py319 (bug #839276)Patrick McLean2022-04-182-0/+54
| | | | | Closes: https://bugs.gentoo.org/839276 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* app-admin/salt: Keyword 3004.1-r2 x86, #836457Jakov Smolić2022-04-161-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* app-admin/salt: Keyword 3004.1-r2 arm64, #836457Arthur Zamarin2022-04-021-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-admin/salt: Keyword 3004.1-r2 arm, #836457Arthur Zamarin2022-04-021-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-admin/salt: Make psutil dep unconditional (bug #836565)Patrick McLean2022-03-311-1/+1
| | | | | Closes: https://bugs.gentoo.org/836565 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* app-admin/salt: add 3002.8Patrick McLean2022-03-314-0/+245
| | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* app-admin/salt: revbump to 3003.4 for pyzmq depPatrick McLean2022-03-312-1/+14
| | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* app-admin/salt: Revbump to 3004.1-r1, fix pyzmq dep (bug #836462)Patrick McLean2022-03-312-1/+14
| | | | | Closes: https://bugs.gentoo.org/836462 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* app-admin/salt: add 3003.4Patrick McLean2022-03-303-0/+257
| | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* app-admin/salt: add 3004.1Patrick McLean2022-03-304-0/+536
| | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* app-admin/salt: drop 3001.6-r1, 3002.5-r1, 3003.1-r1Sam James2022-03-274-578/+0
| | | | | | Shadowed versions. Signed-off-by: Sam James <sam@gentoo.org>
* app-admin/salt: add patch for newer JinjaSam James2022-03-272-0/+358
| | | | | Bug: https://bugs.gentoo.org/836206 Signed-off-by: Sam James <sam@gentoo.org>
* app-admin/salt: Stabilize 3003.3 amd64, #817926Arthur Zamarin2021-11-251-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-admin/salt: fix github EGIT_REPO_URISam James2021-11-029-9/+9
| | | | | | | GitHub no longer supports git://, let's switch to https://. Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org>
* app-admin/salt: x86 stable wrt bug #817926Agostino Sarubbo2021-10-141-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-admin/salt-3003.3: Version bumpPatrick McLean2021-09-073-0/+436
| | | | | Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>