forked from pool/python-Sphinx
		
	- Update to version 1.1.13:
* PR#40: Fix ``safe_repr`` function to decode bytestrings with non-ASCII
    characters correctly.
  * PR#37: Allow configuring sphinx-apidoc via ``SPHINX_APIDOC_OPTIONS``.
  * PR#34: Restore Python 2.4 compatibility.
  * PR#36: Make the "bibliography to TOC" fix in LaTeX output specific to
    the document class.
  * #695: When the highlight language "python" is specified explicitly,
    do not try to parse the code to recognize non-Python snippets.
  * #859: Fix exception under certain circumstances when not finding
    appropriate objects to link to.
  * #860: Do not crash when encountering invalid doctest examples, just
    emit a warning.
  * #864: Fix crash with some settings of :confval:`modindex_common_prefix`.
  * #862: Fix handling of ``-D`` and ``-A`` options on Python 3.
  * #851: Recognize and warn about circular toctrees, instead of running
    into recursion errors.
  * #853: Restore compatibility with docutils trunk.
  * #852: Fix HtmlHelp index entry links again.
  * #854: Fix inheritance_diagram raising attribute errors on builtins.
  * #832: Fix crashes when putting comments or lone terms in a glossary.
  * #834, #818: Fix HTML help language/encoding mapping for all Sphinx
    supported languages.
  * #844: Fix crashes when dealing with Unicode output in doctest extension.
  * #831: Provide ``--project`` flag in setup_command as advertised.
  * #875: Fix reading config files under Python 3.
  * #876: Fix quickstart test under Python 3.
  * #870: Fix spurious KeyErrors when removing documents.
  * #892: Fix single-HTML builder misbehaving with the master document in a
    subdirectory.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=13
			
			
This commit is contained in:
		
				
					committed by
					
						 Git OBS Bridge
						Git OBS Bridge
					
				
			
			
				
	
			
			
			
						parent
						
							066a0de734
						
					
				
				
					commit
					efae107de7
				
			| @@ -1,3 +0,0 @@ | ||||
| version https://git-lfs.github.com/spec/v1 | ||||
| oid sha256:cf66ee61eef61b7c478907282bddcdd5e04eebd69a00a2bb93881427938fe688 | ||||
| size 2624636 | ||||
							
								
								
									
										3
									
								
								Sphinx-1.1.3.tar.gz
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								Sphinx-1.1.3.tar.gz
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | ||||
| version https://git-lfs.github.com/spec/v1 | ||||
| oid sha256:34dc95b70a2b07a61b5d61034c34b05f82514aab54ad27adedb49cee911bb8e9 | ||||
| size 2632059 | ||||
| @@ -1,3 +1,39 @@ | ||||
| ------------------------------------------------------------------- | ||||
| Wed May 23 12:59:54 UTC 2012 - saschpe@suse.de | ||||
|  | ||||
| - Update to version 1.1.13: | ||||
|   * PR#40: Fix ``safe_repr`` function to decode bytestrings with non-ASCII | ||||
|     characters correctly. | ||||
|   * PR#37: Allow configuring sphinx-apidoc via ``SPHINX_APIDOC_OPTIONS``. | ||||
|   * PR#34: Restore Python 2.4 compatibility. | ||||
|   * PR#36: Make the "bibliography to TOC" fix in LaTeX output specific to | ||||
|     the document class. | ||||
|   * #695: When the highlight language "python" is specified explicitly, | ||||
|     do not try to parse the code to recognize non-Python snippets. | ||||
|   * #859: Fix exception under certain circumstances when not finding | ||||
|     appropriate objects to link to. | ||||
|   * #860: Do not crash when encountering invalid doctest examples, just | ||||
|     emit a warning. | ||||
|   * #864: Fix crash with some settings of :confval:`modindex_common_prefix`. | ||||
|   * #862: Fix handling of ``-D`` and ``-A`` options on Python 3. | ||||
|   * #851: Recognize and warn about circular toctrees, instead of running | ||||
|     into recursion errors. | ||||
|   * #853: Restore compatibility with docutils trunk. | ||||
|   * #852: Fix HtmlHelp index entry links again. | ||||
|   * #854: Fix inheritance_diagram raising attribute errors on builtins. | ||||
|   * #832: Fix crashes when putting comments or lone terms in a glossary. | ||||
|   * #834, #818: Fix HTML help language/encoding mapping for all Sphinx | ||||
|     supported languages. | ||||
|   * #844: Fix crashes when dealing with Unicode output in doctest extension. | ||||
|   * #831: Provide ``--project`` flag in setup_command as advertised. | ||||
|   * #875: Fix reading config files under Python 3. | ||||
|   * #876: Fix quickstart test under Python 3. | ||||
|   * #870: Fix spurious KeyErrors when removing documents. | ||||
|   * #892: Fix single-HTML builder misbehaving with the master document in a | ||||
|     subdirectory. | ||||
|   * #873: Fix assertion errors with empty ``only`` directives. | ||||
|   * #816: Fix encoding issues in the Qt help builder. | ||||
|  | ||||
| ------------------------------------------------------------------- | ||||
| Thu Nov 10 11:05:21 UTC 2011 - saschpe@suse.de | ||||
|  | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| # | ||||
| # spec file for package python-Sphinx | ||||
| # | ||||
| # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. | ||||
| # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. | ||||
| # | ||||
| # All modifications and additions to the file contributed by third parties | ||||
| # remain the property of their copyright owners, unless otherwise agreed | ||||
| @@ -16,9 +16,8 @@ | ||||
| # | ||||
|  | ||||
|  | ||||
|  | ||||
| Name:           python-Sphinx | ||||
| Version:        1.1.2 | ||||
| Version:        1.1.3 | ||||
| Release:        0 | ||||
| Url:            http://sphinx.pocoo.org | ||||
| Summary:        Python documentation generator | ||||
| @@ -26,14 +25,14 @@ License:        BSD-2-Clause | ||||
| Group:          Development/Languages/Python | ||||
| Source:         http://pypi.python.org/packages/source/S/Sphinx/Sphinx-%{version}.tar.gz | ||||
| BuildRoot:      %{_tmppath}/%{name}-%{version}-build | ||||
| BuildRequires:  python-docutils | ||||
| BuildRequires:  python-Jinja2 | ||||
| BuildRequires:  python-devel | ||||
| BuildRequires:  python-distribute | ||||
| BuildRequires:  python-Jinja2 | ||||
| Requires:       python-docutils | ||||
| BuildRequires:  python-docutils | ||||
| Requires:       python-Jinja2 | ||||
| Requires:       python-Pygments | ||||
| Requires:       python-distribute | ||||
| Requires:       python-docutils | ||||
| %if 0%{?suse_version} | ||||
| Suggests:       python-rst2pdf | ||||
| %py_requires | ||||
|   | ||||
		Reference in New Issue
	
	Block a user