forked from pool/python-sphinxcontrib-httpdomain
Accepting request 249859 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/249859 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphinxcontrib-httpdomain?expand=0&rev=8
This commit is contained in:
@@ -1,3 +1,36 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 16 06:36:36 UTC 2014 - tbechtold@suse.com
|
||||||
|
|
||||||
|
- update to version 1.3.0:
|
||||||
|
* jsonparameter/jsonparam/json became deprecated and split into
|
||||||
|
reqjsonobj/reqjson/<jsonobj/<json and reqjsonarr/<jsonarr.
|
||||||
|
[issue #55, pull request #72 by Alexander Shorin]
|
||||||
|
* Support synopsis (short description in HTTP index), deprecation
|
||||||
|
and noindex options for resources.
|
||||||
|
[issue #55, pull request #72 by Alexander Shorin]
|
||||||
|
* Stabilize order of index items.
|
||||||
|
[issue #55, pull request #72 by Alexander Shorin]
|
||||||
|
* Added :rst:directive:`http:any` directive and
|
||||||
|
http:any role for ANY method.
|
||||||
|
[issue #55, pull request #72 by Alexander Shorin]
|
||||||
|
* Added :rst:directive:`http:copy` directive and http:copy role
|
||||||
|
for COPY method.
|
||||||
|
[issue #55, pull request #72 by Alexander Shorin]
|
||||||
|
* Added http:header role that also creates reference to the
|
||||||
|
related specification.
|
||||||
|
[issue #55, pull request #72 by Alexander Shorin]
|
||||||
|
* http:statuscode role became to provide references to
|
||||||
|
specification sections.
|
||||||
|
[issue #55, pull request #72 by Alexander Shorin]
|
||||||
|
* Fixed Python 3 incompatibility of autohttp.tornado.
|
||||||
|
[pull request #61 by Dave Shawley]
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 24 08:18:04 UTC 2014 - dmueller@suse.com
|
||||||
|
|
||||||
|
- update to 1.2.1:
|
||||||
|
* Six support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 21 13:32:04 UTC 2013 - dmueller@suse.com
|
Mon Oct 21 13:32:04 UTC 2013 - dmueller@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-sphinxcontrib-httpdomain
|
# spec file for package python-sphinxcontrib-httpdomain
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-sphinxcontrib-httpdomain
|
Name: python-sphinxcontrib-httpdomain
|
||||||
Version: 1.2.0
|
Version: 1.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Sphinx domain for HTTP APIs
|
Summary: Sphinx domain for HTTP APIs
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
@@ -27,6 +27,7 @@ Source: http://pypi.python.org/packages/source/s/sphinxcontrib-httpdomai
|
|||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
Requires: python-Sphinx
|
Requires: python-Sphinx
|
||||||
|
Requires: python-six
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%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()")}
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:015e2e4327278a5903a4c060a19bfae821df2d33179c960a301c5383523a4c62
|
|
||||||
size 10054
|
|
3
sphinxcontrib-httpdomain-1.3.0.tar.gz
Normal file
3
sphinxcontrib-httpdomain-1.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ba8fbe82eddc96cfa9d7b975b0422801a14ace9d7e051b8b2c725b92ea6137b5
|
||||||
|
size 11486
|
Reference in New Issue
Block a user