14
0

Accepting request 789044 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/789044
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-osc-tiny?expand=0&rev=4
This commit is contained in:
2020-03-27 21:01:31 +00:00
committed by Git OBS Bridge
4 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2a1c98b832cbe5c05437e6a79a0fd90a52738462827e3d628c175234265fbec9
size 33415

3
osc-tiny-0.2.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0cd776c72b82892bae6a8438a7ca63ef597272ca1eed2d17d732974cbe0ca7b3
size 35108

View File

@@ -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 <chhuang@suse.com>

View File

@@ -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