17
0

Accepting request 492539 from home:netsroth:branches:devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/492539
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cssutils?expand=0&rev=43
This commit is contained in:
Thorsten Behrens
2017-05-02 22:47:29 +00:00
committed by Git OBS Bridge
parent a9e4fb133c
commit d7669aefc6
4 changed files with 24 additions and 6 deletions

3
cssutils-1.0.2.tar.gz Normal file
View File

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

View File

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

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue May 2 22:15:14 UTC 2017 - thorsten.behrens@cib.de
- update to version 1.0.2:
* Fixed issue #61: Nesting of `@media` rules
* Fixed issue #51 and #56: Slow font-family regex
* Fixed issue #68: failing tests on Python 3
* Fixed issue #69: our DOM implementation now delegates unsupported
methods
* Fixed issue #72: importing now faster since regexes are no longer
pre-cached on import time
-------------------------------------------------------------------
Tue May 2 22:04:16 UTC 2017 - thorsten.behrens@cib.de
- update to version 1.0.1:
* Fixed Python 3.5 compatibility
-------------------------------------------------------------------
Sat May 2 16:47:10 UTC 2015 - benoit.monin@gmx.fr

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-cssutils
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
Name: python-cssutils
Version: 1.0
Version: 1.0.2
Release: 0
Url: http://cthedot.de/cssutils/
Summary: A CSS Cascading Style Sheets library for Python
License: LGPL-3.0+
Group: Development/Languages/Python
Source: http://pypi.python.org/packages/source/c/cssutils/cssutils-%{version}.zip
Source: https://pypi.python.org/packages/source/c/cssutils/cssutils-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-setuptools