From 9b70d0e45bf4c72f422945ae25065b4b8f44a90fdf666a6446b90fae80e954c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 14 Mar 2019 16:20:12 +0000 Subject: [PATCH] - Update to 1.3.0: * Add partial support for the Checks API: * Add unignore method to unignore notifications from repository for the user, to Repository and ShortRepository classes. * Add unsubscribe method to unsubscribe the user to repository's notifications, to Repository and ShortRepository classes. * Add support for webhooks in an organization OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-github3.py?expand=0&rev=16 --- github3.py-1.2.0.tar.gz | 3 --- github3.py-1.3.0.tar.gz | 3 +++ python-github3.py.changes | 9 +++++++++ python-github3.py.spec | 10 ++++------ 4 files changed, 16 insertions(+), 9 deletions(-) delete mode 100644 github3.py-1.2.0.tar.gz create mode 100644 github3.py-1.3.0.tar.gz diff --git a/github3.py-1.2.0.tar.gz b/github3.py-1.2.0.tar.gz deleted file mode 100644 index 88fcec8..0000000 --- a/github3.py-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35fea5bf3567a8e88d3660686d83f96ef164e698ce6fb30f9e2b0edded7357af -size 35254394 diff --git a/github3.py-1.3.0.tar.gz b/github3.py-1.3.0.tar.gz new file mode 100644 index 0000000..85df120 --- /dev/null +++ b/github3.py-1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15a115c18f7bfcf934dfef7ab103844eb9f620c586bad65967708926da47cbda +size 35367349 diff --git a/python-github3.py.changes b/python-github3.py.changes index f40c921..5e5c0d7 100644 --- a/python-github3.py.changes +++ b/python-github3.py.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Mar 14 16:15:15 UTC 2019 - Tomáš Chvátal + +- Update to 1.3.0: + * Add partial support for the Checks API: + * Add unignore method to unignore notifications from repository for the user, to Repository and ShortRepository classes. + * Add unsubscribe method to unsubscribe the user to repository's notifications, to Repository and ShortRepository classes. + * Add support for webhooks in an organization + ------------------------------------------------------------------- Tue Dec 4 12:48:27 UTC 2018 - Matej Cepl diff --git a/python-github3.py.spec b/python-github3.py.spec index 5b5b152..6cefb30 100644 --- a/python-github3.py.spec +++ b/python-github3.py.spec @@ -1,7 +1,7 @@ # # spec file for package python-github3.py # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-github3.py -Version: 1.2.0 +Version: 1.3.0 Release: 0 Summary: Python wrapper for the GitHub API License: BSD-3-Clause Group: Development/Languages/Python -URL: https://github3.readthedocs.io +URL: https://github.com/sigmavirus24/github3.py Source0: https://files.pythonhosted.org/packages/source/g/github3.py/github3.py-%{version}.tar.gz Source20: https://raw.githubusercontent.com/sigmavirus24/github3.py/%{version}/tests/id_rsa.pub BuildRequires: %{python_module setuptools} @@ -64,9 +64,7 @@ cp %{SOURCE20} tests/ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib} -py.test-%{$python_bin_suffix} -} +%pytest %files %{python_files} %doc AUTHORS.rst README.rst