From 5754e2ccbf3a04c37a3c54b3965a7e755b75c73d432ee522d1023324a4cc100e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 17 Jul 2025 09:27:16 +0000 Subject: [PATCH] Accepting request 1293665 from home:ojkastl_buildservice:Branch_security update to 6.1.0 OBS-URL: https://build.opensuse.org/request/show/1293665 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gitlab?expand=0&rev=45 --- python-python-gitlab.changes | 88 ++++++++++++++++++++++++++++++++++++ python-python-gitlab.spec | 2 +- python_gitlab-5.6.0.tar.gz | 3 -- python_gitlab-6.1.0.tar.gz | 3 ++ 4 files changed, 92 insertions(+), 4 deletions(-) delete mode 100644 python_gitlab-5.6.0.tar.gz create mode 100644 python_gitlab-6.1.0.tar.gz diff --git a/python-python-gitlab.changes b/python-python-gitlab.changes index a45eca7..ad2f5ed 100644 --- a/python-python-gitlab.changes +++ b/python-python-gitlab.changes @@ -1,3 +1,91 @@ +------------------------------------------------------------------- +Wed Jul 16 09:55:11 UTC 2025 - Johannes Kastl + +- update to 6.1.0: + * Chores + - Update to mypy 1.16.0 and resolve issues found (f734c58) + - deps: Update all non-major dependencies (2bab8d4) + - deps: Update all non-major dependencies (a87ba63) + - deps: Update dependency requests to v2.32.4 [security] + (ff579a6) + * Documentation + - Update CONTRIBUTING.rst with policy on issue management + (45dda50) + * Features + - api: Add listing user contributed projects (98c1307) + - api: Add support for project tag list filters (378a836) + - api: Pipeline inputs support (#3194, 306c4b1) + - const: Add PLANNER_ACCESS constant (ba6f174) + - groups: Add protectedbranches to group class (#3164, bfd31a8) +- update to 6.0.0: + * Chores + - Add reformat code commit to .git-blame-ignore-revs (a6ac939) + - Reformat code with skip_magic_trailing_comma = true (2100aa4) + - Remove trivial get methods in preparation for generic Get + mixin (edd01a5) + - Upgrade to sphinx 8.2.1 and resolve issues (d0b5ae3) + - ci: Replace docs artifact with readthedocs previews (193c5de) + - deps: Update all non-major dependencies (4fef9f6) + - deps: Update all non-major dependencies (78c0c03) + - deps: Update all non-major dependencies (ee6cba1) + - deps: Update all non-major dependencies (e54516f) + - deps: Update all non-major dependencies (159b958) + - deps: Update all non-major dependencies (af137ca) + - deps: Update all non-major dependencies (1a2a68c) + - deps: Update all non-major dependencies (6ad4ce6) + - deps: Update all non-major dependencies (f166928) + - deps: Update all non-major dependencies (1a95981) + - deps: Update all non-major dependencies (451d951) + - deps: Update all non-major dependencies (41eb95d) + - deps: Update all non-major dependencies (37ff25b) + - deps: Update dependency black to v25 (e61157b) + - deps: Update dependency isort to v6 (46dfc50) + - deps: Update dependency jinja2 to v3.1.6 [security] (52bc585) + - deps: Update dependency types-setuptools to v76 (1299440) + - deps: Update dependency types-setuptools to v78 (20f83e3) + - deps: Update dependency types-setuptools to v79 (2e51cd5) + - deps: Update dependency types-setuptools to v80 (9ba9ac0) + - deps: Update gitlab/gitlab-ee docker tag to v17.8.2-ee.0 + (#3135, 051ea71) + - deps: Update gitlab/gitlab-runner docker tag to v92098577 + (#3142, 58e798e) + - deps: Update gitlab/gitlab-runner docker tag to v92594782 + (#3167, 795f83c) + - deps: Update gitlab/gitlab-runner docker tag to v96856197 + (#3190, 8c8fd84) + - deps: Update pre-commit hook maxbrunet/pre-commit-renovate to + v40 (5a4acab) + - deps: Update pre-commit hook psf/black to v25 (9040dbe) + - deps: Update pre-commit hook pycqa/isort to v6 (c45e445) + - deps: Update python-semantic-release/python-semantic-release + action to v10 (f49d54e) + - dev: Add option for serving docs locally (beb2f24) + * Documentation + - Use get_all keyword arg instead of all in docstrings + (f62dda7) + - Use list(get_all=True) in documentation examples (f36614f) + - api-usage: Fix GitLab API links to the publicly accessible + URLs (f55fa15) + - api-usage-graphql: Fix the example graphql query string + (8dbdd7e) + - job_token_scope: Fix typo/inconsistency (203bd92) + * Features + - Adds member role methods (055557e) + - api: Add iteration_id as boards create attribute (#3191, + 938b0d9) + - api: Add support for adding instance deploy keys (22be96c) + - api: Add support for avatar removal (5edd2e6) + - api: Add support for token self-rotation (da40e09) + - api: Listmixin.list typing overload (6eee494) + - api: Make RESTManager generic on RESTObject class (91c4f18) + - api: Make RESTObjectList typing generic (befba35) + - settings: Implement support for 'silent_mode_enabled' + (a9163a9) + * Refactoring + - Use more python3.9 syntax (4e90c11) + * Testing + - functional: Switch to new runner registration API (cbc613d) + ------------------------------------------------------------------- Fri Apr 18 06:14:06 UTC 2025 - Johannes Kastl diff --git a/python-python-gitlab.spec b/python-python-gitlab.spec index e3031cf..56c696d 100644 --- a/python-python-gitlab.spec +++ b/python-python-gitlab.spec @@ -17,7 +17,7 @@ Name: python-python-gitlab -Version: 5.6.0 +Version: 6.1.0 Release: 0 Summary: Python module for interacting with the GitLab API License: LGPL-3.0-only diff --git a/python_gitlab-5.6.0.tar.gz b/python_gitlab-5.6.0.tar.gz deleted file mode 100644 index fdf01ab..0000000 --- a/python_gitlab-5.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc531e8ba3e5641b60409445d4919ace68a2c18cb0ec6d48fbced6616b954166 -size 396148 diff --git a/python_gitlab-6.1.0.tar.gz b/python_gitlab-6.1.0.tar.gz new file mode 100644 index 0000000..45f0769 --- /dev/null +++ b/python_gitlab-6.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:062d6943699b09bce40f727f0d0906a0b254ca455593f81745bb1a352535ee77 +size 397674