diff --git a/python-gitlab-6.3.0.tar.gz b/python-gitlab-6.3.0.tar.gz deleted file mode 100644 index cf27e0ad644252cf99786bc9afd58a27419b1c05..0000000000000000000000000000000000000000 Binary files a/python-gitlab-6.3.0.tar.gz and /dev/null differ diff --git a/python-gitlab-7.0.0.tar.gz b/python-gitlab-7.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..61f38755c93f7855157a4d264fe280baa1803037 Binary files /dev/null and b/python-gitlab-7.0.0.tar.gz differ diff --git a/python-gitlab.spec b/python-gitlab.spec index 41fd1c5ca46aac85530caa760ceaad6b761651bd..5c86d90121de240950d26bdbaae851f3bc121b84 100644 --- a/python-gitlab.spec +++ b/python-gitlab.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-gitlab -Version: 6.3.0 +Version: 7.0.0 Release: 1 Summary: Interact with GitLab API License: LGPL-3.0-only @@ -62,6 +62,17 @@ if [ -f README.txt ]; then cp -af README.txt %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Thu Dec 04 2025 Fansheng Meng - 7.0.0-1 +- update to 7.0.0 +- Drop Python 3.9 support and add Python 3.14 +- Enable CHANGELOG.md generation +- Fix permission for stale action and allow manual run +- Fix incorrect start() method usage example +- Add content_ref and dry_run_ref parameters to ProjectCiLintManager +- Implement 'skip_confirmation' in users 'emails' creation +- Implement missing arguments in users 'list' +- Sort 'user list' arguments against documentation + * Tue Sep 09 2025 lilu - 6.3.0-1 - Update package to version 6.3.0 * Add sync method to force remote mirror updates