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-6.5.0.tar.gz b/python-gitlab-6.5.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..bcb9f2da3fa68f65afe30433d0a7f0c5814cfda7 Binary files /dev/null and b/python-gitlab-6.5.0.tar.gz differ diff --git a/python-gitlab.spec b/python-gitlab.spec index 41fd1c5ca46aac85530caa760ceaad6b761651bd..fa964ae6cdb781c4dbf39a80a9273da3738a26a5 100644 --- a/python-gitlab.spec +++ b/python-gitlab.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-gitlab -Version: 6.3.0 +Version: 6.5.0 Release: 1 Summary: Interact with GitLab API License: LGPL-3.0-only URL: https://github.com/python-gitlab/python-gitlab -Source0: %{pypi_source python-gitlab} +Source0: https://github.com/python-gitlab/python-gitlab/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildArch: noarch %description @@ -62,6 +62,9 @@ if [ -f README.txt ]; then cp -af README.txt %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Thu Dec 04 2025 sunliqiang - 6.5.0-1 +- Update package to version 6.5.0 + * Tue Sep 09 2025 lilu - 6.3.0-1 - Update package to version 6.3.0 * Add sync method to force remote mirror updates