[packages/python-pyudev] - up to 0.17; disable -W for building docs

arekm arekm at pld-linux.org
Tue Sep 15 18:20:42 CEST 2015


commit 105d23f428d736b4d63601f05a64cbe00f631826
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Sep 15 18:20:36 2015 +0200

    - up to 0.17; disable -W for building docs

 python-pyudev-offline.patch | 16 +++++-----------
 python-pyudev.spec          |  8 ++++----
 2 files changed, 9 insertions(+), 15 deletions(-)
---
diff --git a/python-pyudev.spec b/python-pyudev.spec
index 95edd6e..d4749e4 100644
--- a/python-pyudev.spec
+++ b/python-pyudev.spec
@@ -9,12 +9,12 @@
 Summary:	Pure Python binding for libudev
 Summary(pl.UTF-8):	Czysto pythonowe wiązanie do libudev
 Name:		python-%{module}
-Version:	0.16.1
-Release:	6
+Version:	0.17
+Release:	1
 License:	LGPL v2.1+
 Group:		Development/Languages/Python
 Source0:	http://pypi.python.org/packages/source/p/pyudev/%{module}-%{version}.tar.gz
-# Source0-md5:	4034de584b6d9efcbfc590a047c63285
+# Source0-md5:	0450afde50383538a987d16450853fb1
 #Source1:	http://docs.python.org/2/objects.inv#/python-objects.inv
 Source1:	python-objects.inv
 # Source1-md5:	ad9c579afde0743e007b472cff7f1364
@@ -96,7 +96,7 @@ cp -p %{SOURCE1} %{SOURCE2} %{SOURCE3} doc
 %endif
 
 %if %{with doc}
-sphinx-build -W -b html -d doc/_doctrees doc doc/html
+sphinx-build -b html -d doc/_doctrees doc doc/html
 %endif
 
 %install
diff --git a/python-pyudev-offline.patch b/python-pyudev-offline.patch
index 4699863..ac60f8c 100644
--- a/python-pyudev-offline.patch
+++ b/python-pyudev-offline.patch
@@ -1,19 +1,13 @@
---- pyudev-0.16.1/doc/conf.py.orig	2012-08-01 21:25:48.000000000 +0200
-+++ pyudev-0.16.1/doc/conf.py	2012-09-01 10:30:21.520539639 +0200
-@@ -103,12 +103,13 @@
+--- pyudev-0.17/doc/conf.py~	2015-08-26 19:25:15.000000000 +0200
++++ pyudev-0.17/doc/conf.py	2015-09-15 18:16:33.788434427 +0200
+@@ -103,8 +103,8 @@
  html_sidebars = {'**': ['info.html', 'localtoc.html', 'relations.html',
                          'sourcelink.html']}
  
 -intersphinx_mapping = {'python': ('http://docs.python.org/', None),
--                       'pytest': ('http://pytest.org/latest', None),
--                       'pyside': ('http://www.pyside.org/docs/pyside/', None)}
+-                       'pytest': ('http://pytest.org/latest', None)}
 +intersphinx_mapping = {'python': ('http://docs.python.org/', 'python-objects.inv'),
-+                       'pytest': ('http://pytest.org/latest', 'pytest-objects.inv'),
-+                       'pyside': ('http://www.pyside.org/docs/pyside/', 'pyside-objects.inv')}
- 
- issuetracker = 'github'
- issuetracker_project = 'lunaryorn/pyudev'
-+issuetracker_plaintext_issues = False
++                       'pytest': ('http://pytest.org/latest', 'python-objects.inv')}
  
  
  class UDevVersion(Directive):
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-pyudev.git/commitdiff/105d23f428d736b4d63601f05a64cbe00f631826



More information about the pld-cvs-commit mailing list