diff --git a/python-gitlab-1.0.2.tar.gz b/python-gitlab-1.0.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..4a9106c08349ca968fd3cb84afe83ffeec63f296 Binary files /dev/null and b/python-gitlab-1.0.2.tar.gz differ 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.spec b/python-gitlab.spec index 41fd1c5ca46aac85530caa760ceaad6b761651bd..80742867d9dae89807ad95099ed242bd9ce81015 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: 1.0.2 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://files.pythonhosted.org/packages/source/p/python-gitlab/python-gitlab-%{version}.tar.gz BuildArch: noarch %description @@ -62,6 +62,12 @@ if [ -f README.txt ]; then cp -af README.txt %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Fri Nov 21 2025 peiliya - 1.0.2-1 +- Update to 1.0.2 + +* Wed Nov 19 2025 peiliya - 1.0.2-1 +- Update to 1.0.2 + * Tue Sep 09 2025 lilu - 6.3.0-1 - Update package to version 6.3.0 * Add sync method to force remote mirror updates