forked from pool/python-sphinxcontrib-issuetracker
Accepting request 180858 from home:dirkmueller:branches:devel:languages:python
- update to 0.11: - Send proper user agent in API requests - #4: Respect Github rate limits - #5: Fix compatibility with requests 1.0 OBS-URL: https://build.opensuse.org/request/show/180858 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-issuetracker?expand=0&rev=7
This commit is contained in:
committed by
Git OBS Bridge
parent
4e9ca632fa
commit
b09c815d45
@@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 25 11:47:11 UTC 2013 - dmueller@suse.com
|
||||||
|
|
||||||
|
- update to 0.11:
|
||||||
|
- Send proper user agent in API requests
|
||||||
|
- #4: Respect Github rate limits
|
||||||
|
- #5: Fix compatibility with requests 1.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 15 19:40:31 UTC 2013 - p.drouand@gmail.com
|
Tue Jan 15 19:40:31 UTC 2013 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-sphinxcontrib-issuetracker
|
Name: python-sphinxcontrib-issuetracker
|
||||||
Version: 0.10.1
|
Version: 0.11
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://packages.python.org/sphinxcontrib-issuetracker
|
Url: http://packages.python.org/sphinxcontrib-issuetracker
|
||||||
Summary: Sphinx integration with different issuetrackers
|
Summary: Sphinx integration with different issuetrackers
|
||||||
@@ -29,8 +29,8 @@ BuildRequires: python-Sphinx
|
|||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-distribute
|
BuildRequires: python-distribute
|
||||||
BuildRequires: python-requests
|
BuildRequires: python-requests
|
||||||
Requires: python-Sphinx
|
Requires: python-Sphinx >= 1.1
|
||||||
Requires: python-requests
|
Requires: python-requests >= 1.1
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||||
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
%else
|
%else
|
||||||
|
3
sphinxcontrib-issuetracker-0.11.tar.gz
Normal file
3
sphinxcontrib-issuetracker-0.11.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:843753d8b5e989116378ab45ecccb368fb78dc56eaa1554ed25e4fbf22745f4e
|
||||||
|
size 30351
|
Reference in New Issue
Block a user