15
0

Accepting request 52608 from devel:languages:python

Accepted submit request 52608 from user coolo

OBS-URL: https://build.opensuse.org/request/show/52608
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cssutils?expand=0&rev=10
This commit is contained in:
Ruediger Oertel
2010-11-10 18:16:58 +00:00
committed by Git OBS Bridge
4 changed files with 13 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2239dfc8f8654df6c7a7c8694882018d8678c50b2324b958f3941229f580e8c9
size 343892

3
cssutils-0.9.7b4.zip Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0b6b3aba856fa90d79aa4628fc056d5ff70b75efc9e35dd031d6f9c9829a537d
size 563262

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Nov 8 15:31:12 UTC 2010 - rwobben@hotmail.com
- update to 0.9.7b4
improves parsing of MS specific (and probably invalid!) values
-------------------------------------------------------------------
Mon Nov 8 14:19:47 CET 2010 - pth@suse.de

View File

@@ -19,10 +19,10 @@
Name: python-cssutils
Version: 0.9.7b3
Version: 0.9.7b4
Release: 2
Summary: Cascading Style Sheets (CSS) parser and library for Python
Source: http://cssutils.googlecode.com/files/cssutils-%{version}.tar.bz2
Source: http://cssutils.googlecode.com/files/cssutils-%{version}.zip
Url: http://cthedot.de/cssutils
Group: Development/Libraries/Python
License: LGPLv3+
@@ -30,8 +30,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} >= 1120
BuildArch: noarch
%endif
BuildRequires : unzip
BuildRequires: dos2unix python-devel python-setuptools
BuildRequires: dos2unix python-devel python-setuptools >= 0.6 unzip
BuildRequires: dos2unix python-devel python-setuptools >= 0.6
BuildRequires: python-xml
# Needed for unittests:
BuildRequires: python-chardet python-minimock