From 70d14b617c2778ad47d95d709d8dab785054e97d8a7112674c3943148ac83830 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 27 Mar 2020 13:53:56 +0000 Subject: [PATCH] Accepting request 789040 from home:pgajdos:python - version update to 0.2.2 * Added the `issues` extension * Give (read only) access to issues and issue trackers known to BuildService * Set version to 0.2.2 * Dirty hacks for Python2 compatibility OBS-URL: https://build.opensuse.org/request/show/789040 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=9 --- osc-tiny-0.2.1.tar.gz | 3 --- osc-tiny-0.2.2.tar.gz | 3 +++ python-osc-tiny.changes | 9 +++++++++ python-osc-tiny.spec | 7 ++++--- 4 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 osc-tiny-0.2.1.tar.gz create mode 100644 osc-tiny-0.2.2.tar.gz diff --git a/osc-tiny-0.2.1.tar.gz b/osc-tiny-0.2.1.tar.gz deleted file mode 100644 index f66ff53..0000000 --- a/osc-tiny-0.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a1c98b832cbe5c05437e6a79a0fd90a52738462827e3d628c175234265fbec9 -size 33415 diff --git a/osc-tiny-0.2.2.tar.gz b/osc-tiny-0.2.2.tar.gz new file mode 100644 index 0000000..a341041 --- /dev/null +++ b/osc-tiny-0.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cd776c72b82892bae6a8438a7ca63ef597272ca1eed2d17d732974cbe0ca7b3 +size 35108 diff --git a/python-osc-tiny.changes b/python-osc-tiny.changes index 8572b18..bccba7c 100644 --- a/python-osc-tiny.changes +++ b/python-osc-tiny.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Mar 27 13:45:55 UTC 2020 - pgajdos@suse.com + +- version update to 0.2.2 + * Added the `issues` extension + * Give (read only) access to issues and issue trackers known to BuildService + * Set version to 0.2.2 + * Dirty hacks for Python2 compatibility + ------------------------------------------------------------------- Thu Jan 9 12:46:29 UTC 2020 - Chen Huang diff --git a/python-osc-tiny.spec b/python-osc-tiny.spec index d14b494..5c90e10 100644 --- a/python-osc-tiny.spec +++ b/python-osc-tiny.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-osc-tiny -Version: 0.2.1 +Version: 0.2.2 Release: 0 Summary: Client API for openSUSE BuildService License: MIT @@ -27,6 +27,7 @@ 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 devel} BuildRequires: %{python_module lxml} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module python-dateutil} BuildRequires: %{python_module pytz} BuildRequires: %{python_module requests} @@ -41,11 +42,11 @@ 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 -Requires: python-unittest2 %endif %python_subpackages @@ -66,7 +67,7 @@ For further details see: %python_build %check -%python_exec -m unittest discover -v +%pytest %install %python_install