From e4a51a85f496aa7be640593ff772f1b563321579f79264cbd82f74c924e896d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 7 Jan 2021 11:37:34 +0000 Subject: [PATCH] Accepting request 860980 from home:apritschet:branches:openSUSE:Factory - Release 0.3.2 * Support cached_property decorator from the OpenSUSE package - Release 0.3.1 * Support for PyYAML without libyaml - Release 0.3.0 * Added osctiny.extensions.origin * Added osctiny.utils.mapping * Removed support for all Python version prior to 3.6 OBS-URL: https://build.opensuse.org/request/show/860980 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=24 --- osc-tiny-0.2.4.tar.gz | 3 --- osc-tiny-0.3.2.tar.gz | 3 +++ python-osc-tiny.changes | 14 ++++++++++++++ python-osc-tiny.spec | 20 +++++++------------- 4 files changed, 24 insertions(+), 16 deletions(-) delete mode 100644 osc-tiny-0.2.4.tar.gz create mode 100644 osc-tiny-0.3.2.tar.gz diff --git a/osc-tiny-0.2.4.tar.gz b/osc-tiny-0.2.4.tar.gz deleted file mode 100644 index aaf333c..0000000 --- a/osc-tiny-0.2.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c9002bd2eef4c09d3acaeff7536e3578cacaadcc0a2c6d2013543455ffe64d1a -size 35138 diff --git a/osc-tiny-0.3.2.tar.gz b/osc-tiny-0.3.2.tar.gz new file mode 100644 index 0000000..6f7d8a4 --- /dev/null +++ b/osc-tiny-0.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c1f4bf37b2810d6f550f10b1cfee19739a710cefd2408cda31c1cbd7c342315 +size 43507 diff --git a/python-osc-tiny.changes b/python-osc-tiny.changes index f213d18..53d523e 100644 --- a/python-osc-tiny.changes +++ b/python-osc-tiny.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Jan 7 08:24:06 UTC 2021 - Andreas Hasenkopf + +- Release 0.3.2 + * Support cached_property decorator from the OpenSUSE package + +- Release 0.3.1 + * Support for PyYAML without libyaml + +- Release 0.3.0 + * Added osctiny.extensions.origin + * Added osctiny.utils.mapping + * Removed support for all Python version prior to 3.6 + ------------------------------------------------------------------- Tue Sep 15 10:52:18 UTC 2020 - Andreas Hasenkopf diff --git a/python-osc-tiny.spec b/python-osc-tiny.spec index 1ade44f..3df03bc 100644 --- a/python-osc-tiny.spec +++ b/python-osc-tiny.spec @@ -1,7 +1,7 @@ # # spec file for package python-osc-tiny # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 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 @@ -17,15 +17,17 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%bcond_without python2 +%define skip_python2 1 Name: python-osc-tiny -Version: 0.2.4 +Version: 0.3.2 Release: 0 Summary: Client API for openSUSE BuildService License: MIT Group: Development/Languages/Python URL: https://github.com/crazyscientist/osc-tiny Source: https://files.pythonhosted.org/packages/source/o/osc-tiny/osc-tiny-%{version}.tar.gz +BuildRequires: %{python_module PyYAML} +BuildRequires: %{python_module cached-property} BuildRequires: %{python_module devel} BuildRequires: %{python_module lxml} BuildRequires: %{python_module pytest} @@ -34,23 +36,15 @@ BuildRequires: %{python_module pytz} BuildRequires: %{python_module requests} BuildRequires: %{python_module responses} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module six} BuildRequires: fdupes BuildRequires: python-rpm-macros -%if %{with python2} -BuildRequires: python2-mock -BuildRequires: python2-unittest2 -%endif +Requires: python-PyYAML +Requires: python-cached-property Requires: python-lxml Requires: python-python-dateutil Requires: python-pytz Requires: python-requests -Requires: python-responses -Requires: python-six BuildArch: noarch -%ifpython2 -Requires: python-mock -%endif %python_subpackages %description