From 4a43c4cbe38116c26a799f4d1746845a6e2292894321990d67432a4b045d9a9a Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Wed, 5 Oct 2022 10:07:57 +0000 Subject: [PATCH] Accepting request 1008037 from home:yarunachalam:branches:devel:languages:python - version update to 0.9.1 * Update requests version. - version update to 0.9.0 * Add default retry to API calls. OBS-URL: https://build.opensuse.org/request/show/1008037 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-phabricator?expand=0&rev=5 --- phabricator-0.8.1.tar.gz | 3 --- phabricator-0.9.1.tar.gz | 3 +++ python-phabricator.changes | 9 +++++++++ python-phabricator.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 phabricator-0.8.1.tar.gz create mode 100644 phabricator-0.9.1.tar.gz diff --git a/phabricator-0.8.1.tar.gz b/phabricator-0.8.1.tar.gz deleted file mode 100644 index 09a82ed..0000000 --- a/phabricator-0.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d7988762520b5f1ea3f8ab2cef42a92b4357283458250195ac12f94b12e57ba0 -size 20908 diff --git a/phabricator-0.9.1.tar.gz b/phabricator-0.9.1.tar.gz new file mode 100644 index 0000000..8594aed --- /dev/null +++ b/phabricator-0.9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e347d6988e11d51783e7d0204431fce5a13eaea3cab04c2f72e50889f646a52c +size 21176 diff --git a/python-phabricator.changes b/python-phabricator.changes index 4cb1ed2..136aa89 100644 --- a/python-phabricator.changes +++ b/python-phabricator.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Oct 4 23:02:50 UTC 2022 - Yogalakshmi Arunachalam + +- version update to 0.9.1 + * Update requests version. + +- version update to 0.9.0 + * Add default retry to API calls. + ------------------------------------------------------------------- Tue Jun 1 07:51:34 UTC 2021 - pgajdos@suse.com diff --git a/python-phabricator.spec b/python-phabricator.spec index 38051ab..1b116d2 100644 --- a/python-phabricator.spec +++ b/python-phabricator.spec @@ -1,7 +1,7 @@ # # spec file for package python-phabricator # -# Copyright (c) 2021 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 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-phabricator -Version: 0.8.1 +Version: 0.9.1 Release: 0 Summary: Phabricator API Bindings License: Apache-2.0