From 97857c85c5dcdd30d96e5291e523528115a4a2cd4a5ac1dd10e1305e718fd15c Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 13:55:41 +0000 Subject: [PATCH 1/2] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gitlab?expand=0&rev=5 --- python-python-gitlab.changes | 5 +++++ python-python-gitlab.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-python-gitlab.changes b/python-python-gitlab.changes index 857f841..0078ab1 100644 --- a/python-python-gitlab.changes +++ b/python-python-gitlab.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:53:03 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Wed Aug 8 14:53:53 UTC 2018 - jengelh@inai.de diff --git a/python-python-gitlab.spec b/python-python-gitlab.spec index eec784f..81fbac9 100644 --- a/python-python-gitlab.spec +++ b/python-python-gitlab.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -25,7 +25,6 @@ License: LGPL-3.0-only Group: Development/Languages/Python Url: https://github.com/python-gitlab/python-gitlab Source: https://files.pythonhosted.org/packages/source/p/python-gitlab/python-gitlab-%{version}.tar.gz -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros From a8fed5b5589fa963f047abd98ca3777b0130c7a09308d15190223322897cbea8 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Mon, 31 Dec 2018 10:39:18 +0000 Subject: [PATCH 2/2] - update to 1.7.0: * [docs] Fix the owned/starred usage documentation * [docs] Add a warning about http to https redirects * Fix the https redirection test * [docs] Add a note about GroupProject limited API * Add missing comma in ProjectIssueManager _create_attrs * More flexible docker image * Add project protected tags management * [cli] Print help and usage without config file * Rename MASTER_ACCESS to MAINTAINER_ACCESS * [docs] Add docs build information * Use docker image with current sources * [docs] Add PyYAML requirement notice * Add Gitter badge to README * [docs] Add an example of pipeline schedule vars listing * [cli] Exit on config parse error, instead of crashing * Add support for resource label events * [docs] Fix the milestone filetring doc (iid -> iids) * [docs] Fix typo in custom attributes example * Improve error message handling in exceptions * Add support for members all() method * Add access control options to protected branch creation * [docs] Don't use hardcoded values for ids * [docs] Improve the snippets examples * [cli] Output: handle bytes in API responses * [cli] Fix the case where we have nothing to print * Project import: fix the override_params parameter * Support group and global MR listing * Implement MR.pipelines() * MR: add the squash attribute for create/update OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gitlab?expand=0&rev=6 --- python-gitlab-1.5.1.tar.gz | 3 --- python-gitlab-1.7.0.tar.gz | 3 +++ python-python-gitlab.changes | 39 ++++++++++++++++++++++++++++++++++++ python-python-gitlab.spec | 2 +- 4 files changed, 43 insertions(+), 4 deletions(-) delete mode 100644 python-gitlab-1.5.1.tar.gz create mode 100644 python-gitlab-1.7.0.tar.gz diff --git a/python-gitlab-1.5.1.tar.gz b/python-gitlab-1.5.1.tar.gz deleted file mode 100644 index 28e1c15..0000000 --- a/python-gitlab-1.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:807ee192d51286f21375f2e5870b2ebaec2af74b4359f5e72646cf49dff6448d -size 107960 diff --git a/python-gitlab-1.7.0.tar.gz b/python-gitlab-1.7.0.tar.gz new file mode 100644 index 0000000..6ba8556 --- /dev/null +++ b/python-gitlab-1.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:401ef8929db4dcb5b08e0a2263a0a70599fc7e5b27615f956ac26d245802d09e +size 110657 diff --git a/python-python-gitlab.changes b/python-python-gitlab.changes index 0078ab1..ca25dcd 100644 --- a/python-python-gitlab.changes +++ b/python-python-gitlab.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Mon Dec 31 10:36:44 UTC 2018 - Thomas Bechtold + +- update to 1.7.0: + * [docs] Fix the owned/starred usage documentation + * [docs] Add a warning about http to https redirects + * Fix the https redirection test + * [docs] Add a note about GroupProject limited API + * Add missing comma in ProjectIssueManager _create_attrs + * More flexible docker image + * Add project protected tags management + * [cli] Print help and usage without config file + * Rename MASTER_ACCESS to MAINTAINER_ACCESS + * [docs] Add docs build information + * Use docker image with current sources + * [docs] Add PyYAML requirement notice + * Add Gitter badge to README + * [docs] Add an example of pipeline schedule vars listing + * [cli] Exit on config parse error, instead of crashing + * Add support for resource label events + * [docs] Fix the milestone filetring doc (iid -> iids) + * [docs] Fix typo in custom attributes example + * Improve error message handling in exceptions + * Add support for members all() method + * Add access control options to protected branch creation + * [docs] Don't use hardcoded values for ids + * [docs] Improve the snippets examples + * [cli] Output: handle bytes in API responses + * [cli] Fix the case where we have nothing to print + * Project import: fix the override_params parameter + * Support group and global MR listing + * Implement MR.pipelines() + * MR: add the squash attribute for create/update + * Added support for listing forks of a project + * [docs] Add/update notes about read-only objects + * Raise an exception on https redirects for PUT/POST + * [docs] Add a FAQ + * [cli] Fix the project-export download + ------------------------------------------------------------------- Tue Dec 4 12:53:03 UTC 2018 - Matej Cepl diff --git a/python-python-gitlab.spec b/python-python-gitlab.spec index 81fbac9..980fe01 100644 --- a/python-python-gitlab.spec +++ b/python-python-gitlab.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-python-gitlab -Version: 1.5.1 +Version: 1.7.0 Release: 0 Summary: Python module for interacting with the GitLab API License: LGPL-3.0-only