From fe00a967aa10cd31962692bbc2840158456901b03caee3acbb23a978c4f65290 Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Thu, 6 Mar 2014 18:01:31 +0000
Subject: [PATCH] Accepting request 224882 from
home:Nijel:branches:devel:languages:python
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- Update to 1.2.2:
- PR#211: When checking for existence of the html_logo file, check the full
relative path and not the basename.
- PR#212: Fix traceback with autodoc and __init__ methods without docstring.
- PR#213: Fix a missing import in the setup command.
- #1357: Option names documented by option are now again allowed to not start
with a dash or slash, and referencing them will work correctly.
- #1358: Fix handling of image paths outside of the source directory when
using the “wildcard” style reference.
- #1374: Fix for autosummary generating overly-long summaries if first line
doesn’t end with a period.
- #1383: Fix Python 2.5 compatibility of sphinx-apidoc.
- #1391: Actually prevent using “pngmath” and “mathjax” extensions at the
same time in sphinx-quickstart.
- #1386: Fix bug preventing more than one theme being added by the entry
point mechanism.
- #1370: Ignore “toctree” nodes in text writer, instead of raising.
- #1364: Fix ‘make gettext’ fails when the ‘.. todolist::’ directive is
present.
- #1367: Fix a change of PR#96 that break
sphinx.util.docfields.Field.make_field interface/behavior for item argument
usage.
OBS-URL: https://build.opensuse.org/request/show/224882
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=51
---
Sphinx-1.2.1.tar.gz | 3 ---
Sphinx-1.2.2.tar.gz | 3 +++
python-Sphinx.changes | 26 ++++++++++++++++++++++++++
python-Sphinx.spec | 2 +-
4 files changed, 30 insertions(+), 4 deletions(-)
delete mode 100644 Sphinx-1.2.1.tar.gz
create mode 100644 Sphinx-1.2.2.tar.gz
diff --git a/Sphinx-1.2.1.tar.gz b/Sphinx-1.2.1.tar.gz
deleted file mode 100644
index 1a955e0..0000000
--- a/Sphinx-1.2.1.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:182e5c81c3250e1752e744b6a35af4ef680bb6251276b49ef7d17f1d25e9ce70
-size 3135360
diff --git a/Sphinx-1.2.2.tar.gz b/Sphinx-1.2.2.tar.gz
new file mode 100644
index 0000000..299a543
--- /dev/null
+++ b/Sphinx-1.2.2.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2d3415f5b3e6b7535877f4c84fe228bdb802a8993c239b2d02c23169d67349bd
+size 3143671
diff --git a/python-Sphinx.changes b/python-Sphinx.changes
index fc7e01c..ff31144 100644
--- a/python-Sphinx.changes
+++ b/python-Sphinx.changes
@@ -1,3 +1,29 @@
+-------------------------------------------------------------------
+Thu Mar 6 12:50:16 UTC 2014 - mcihar@suse.cz
+
+- Update to 1.2.2:
+ - PR#211: When checking for existence of the html_logo file, check the full
+ relative path and not the basename.
+ - PR#212: Fix traceback with autodoc and __init__ methods without docstring.
+ - PR#213: Fix a missing import in the setup command.
+ - #1357: Option names documented by option are now again allowed to not start
+ with a dash or slash, and referencing them will work correctly.
+ - #1358: Fix handling of image paths outside of the source directory when
+ using the “wildcard” style reference.
+ - #1374: Fix for autosummary generating overly-long summaries if first line
+ doesn’t end with a period.
+ - #1383: Fix Python 2.5 compatibility of sphinx-apidoc.
+ - #1391: Actually prevent using “pngmath” and “mathjax” extensions at the
+ same time in sphinx-quickstart.
+ - #1386: Fix bug preventing more than one theme being added by the entry
+ point mechanism.
+ - #1370: Ignore “toctree” nodes in text writer, instead of raising.
+ - #1364: Fix ‘make gettext’ fails when the ‘.. todolist::’ directive is
+ present.
+ - #1367: Fix a change of PR#96 that break
+ sphinx.util.docfields.Field.make_field interface/behavior for item argument
+ usage.
+
-------------------------------------------------------------------
Mon Feb 10 15:08:45 UTC 2014 - speilicke@suse.com
diff --git a/python-Sphinx.spec b/python-Sphinx.spec
index 5e24d04..01248f2 100644
--- a/python-Sphinx.spec
+++ b/python-Sphinx.spec
@@ -17,7 +17,7 @@
Name: python-Sphinx
-Version: 1.2.1
+Version: 1.2.2
Release: 0
Url: http://sphinx.pocoo.org
Summary: Python documentation generator