From 08e7f329ddf5e17fbe932df8ee64e1b3a76668743f6d05c2f4e74e3c7510d9ac Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 24 Oct 2013 11:17:38 +0000 Subject: [PATCH] - Require python-setuptools instead of distribute (upstreams merged) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xhtml2pdf?expand=0&rev=2 --- python-xhtml2pdf.changes | 5 +++++ python-xhtml2pdf.spec | 9 +++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/python-xhtml2pdf.changes b/python-xhtml2pdf.changes index bbac613..dd5803f 100644 --- a/python-xhtml2pdf.changes +++ b/python-xhtml2pdf.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 11:17:37 UTC 2013 - speilicke@suse.com + +- Require python-setuptools instead of distribute (upstreams merged) + ------------------------------------------------------------------- Wed Dec 12 23:54:00 UTC 2012 - jfunk@funktronics.ca diff --git a/python-xhtml2pdf.spec b/python-xhtml2pdf.spec index 42de923..48f1c6d 100644 --- a/python-xhtml2pdf.spec +++ b/python-xhtml2pdf.spec @@ -1,7 +1,7 @@ # # spec file for package python-xhtml2pdf # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -13,20 +13,21 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Name: python-xhtml2pdf Version: 0.0.4 Release: 0 -License: Apache-2.0 Summary: PDF Generator Using HTML and CSS -Url: http://www.xhtml2pdf.com/ +License: Apache-2.0 Group: Development/Languages/Python +Url: http://www.xhtml2pdf.com/ Source: http://pypi.python.org/packages/source/x/xhtml2pdf/xhtml2pdf-%{version}.tar.gz # PATCH-FIX-OPENSUSE no_optimize.patch - Don't generate .pyo files during build Patch0: no_optimize.patch BuildRequires: python-devel -BuildRequires: python-distribute +BuildRequires: python-setuptools Requires: python-html5lib Requires: python-imaging Requires: python-pypdf