forked from pool/python-atlassian-python-api
- Update to 1.13.29:
* no changelog provided - Do not install tests - Run tests OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-atlassian-python-api?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
0c4237a68e
commit
ae55677e69
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:38ae3496d94b8b2f015dafb1d7e111662d056040e77af83cf31ca0ef29bb8568
|
|
||||||
size 52606
|
|
||||||
3
atlassian-python-api-1.13.29.tar.gz
Normal file
3
atlassian-python-api-1.13.29.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5b40fbf757168b50c9911fb38fd2609f296526082bdf445cda07f552e993b863
|
||||||
|
size 57718
|
||||||
@@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 17 13:24:36 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.13.29:
|
||||||
|
* no changelog provided
|
||||||
|
- Do not install tests
|
||||||
|
- Run tests
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 14:39:08 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
|
Fri Aug 9 14:39:08 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -18,15 +18,19 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-atlassian-python-api
|
Name: python-atlassian-python-api
|
||||||
Version: 1.13.27
|
Version: 1.13.29
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python Atlassian REST API Wrapper
|
Summary: Python Atlassian REST API Wrapper
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: https://github.com/atlassian-api/atlassian-python-api
|
URL: https://github.com/atlassian-api/atlassian-python-api
|
||||||
Source: https://files.pythonhosted.org/packages/source/a/atlassian-python-api/atlassian-python-api-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/a/atlassian-python-api/atlassian-python-api-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module oauthlib}
|
||||||
|
BuildRequires: %{python_module pytest}
|
||||||
|
BuildRequires: %{python_module requests-oauthlib}
|
||||||
|
BuildRequires: %{python_module requests}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module six}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-oauthlib
|
Requires: python-oauthlib
|
||||||
@@ -34,7 +38,6 @@ Requires: python-requests
|
|||||||
Requires: python-requests-oauthlib
|
Requires: python-requests-oauthlib
|
||||||
Requires: python-six
|
Requires: python-six
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -48,8 +51,12 @@ Python Atlassian REST API Wrapper
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
|
%python_expand rm -r %{buildroot}%{$python_sitelib}/tests
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
|
%check
|
||||||
|
%pytest
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|||||||
Reference in New Issue
Block a user