diff --git a/labels-0.2.0.tar.gz b/labels-0.2.0.tar.gz deleted file mode 100644 index d6936e9..0000000 --- a/labels-0.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25e2f0a31809452af26a4af5362992156b6c7f7e0813c5cb8bfa8c4861979aa5 -size 15267 diff --git a/labels-20.1.0.tar.gz b/labels-20.1.0.tar.gz new file mode 100644 index 0000000..699b5aa --- /dev/null +++ b/labels-20.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e8e68e09a3331a5f70921df2046a75459e4aab506abd2c65d4465054cea7771 +size 16106 diff --git a/python-labels.changes b/python-labels.changes index c3d9e76..36cc212 100644 --- a/python-labels.changes +++ b/python-labels.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Sep 29 14:41:43 UTC 2022 - Yogalakshmi Arunachalam + +- Update to Version 20.1.0 + * This labels release adds support for paginated responses from the GitHub API on requesting a repository's labels. + This enables users to manage labels for projects that use more than 30 labels. rocket + ------------------------------------------------------------------- Mon May 25 06:50:32 UTC 2020 - Petr Gajdos diff --git a/python-labels.spec b/python-labels.spec index 62b136b..1ec2753 100644 --- a/python-labels.spec +++ b/python-labels.spec @@ -1,7 +1,7 @@ # # spec file for package python-labels # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-labels -Version: 0.2.0 +Version: 20.1.0 Release: 0 Summary: CLI app for managing GitHub labels License: MIT @@ -34,7 +34,7 @@ Requires: python-click Requires: python-pytoml Requires: python-requests Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module attrs}