forked from pool/python-osc-tiny
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:
@@ -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
3
osc-tiny-0.2.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0cd776c72b82892bae6a8438a7ca63ef597272ca1eed2d17d732974cbe0ca7b3
|
||||||
|
size 35108
|
||||||
@@ -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>
|
Thu Jan 9 12:46:29 UTC 2020 - Chen Huang <chhuang@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-osc-tiny
|
Name: python-osc-tiny
|
||||||
Version: 0.2.1
|
Version: 0.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Client API for openSUSE BuildService
|
Summary: Client API for openSUSE BuildService
|
||||||
License: MIT
|
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
|
Source: https://files.pythonhosted.org/packages/source/o/osc-tiny/osc-tiny-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module lxml}
|
BuildRequires: %{python_module lxml}
|
||||||
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module python-dateutil}
|
BuildRequires: %{python_module python-dateutil}
|
||||||
BuildRequires: %{python_module pytz}
|
BuildRequires: %{python_module pytz}
|
||||||
BuildRequires: %{python_module requests}
|
BuildRequires: %{python_module requests}
|
||||||
@@ -41,11 +42,11 @@ Requires: python-lxml
|
|||||||
Requires: python-python-dateutil
|
Requires: python-python-dateutil
|
||||||
Requires: python-pytz
|
Requires: python-pytz
|
||||||
Requires: python-requests
|
Requires: python-requests
|
||||||
|
Requires: python-responses
|
||||||
Requires: python-six
|
Requires: python-six
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%ifpython2
|
%ifpython2
|
||||||
Requires: python-mock
|
Requires: python-mock
|
||||||
Requires: python-unittest2
|
|
||||||
%endif
|
%endif
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
@@ -66,7 +67,7 @@ For further details see:
|
|||||||
%python_build
|
%python_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%python_exec -m unittest discover -v
|
%pytest
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
|
|||||||
Reference in New Issue
Block a user