From d7669aefc61a432ddd2c2e3c3592fd90564ff21f0854a6dc7bc12772d81e84e3 Mon Sep 17 00:00:00 2001 From: Thorsten Behrens Date: Tue, 2 May 2017 22:47:29 +0000 Subject: [PATCH] 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 --- cssutils-1.0.2.tar.gz | 3 +++ cssutils-1.0.zip | 3 --- python-cssutils.changes | 18 ++++++++++++++++++ python-cssutils.spec | 6 +++--- 4 files changed, 24 insertions(+), 6 deletions(-) create mode 100644 cssutils-1.0.2.tar.gz delete mode 100644 cssutils-1.0.zip diff --git a/cssutils-1.0.2.tar.gz b/cssutils-1.0.2.tar.gz new file mode 100644 index 0000000..6719f8e --- /dev/null +++ b/cssutils-1.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2fcf06467553038e98fea9cfe36af2bf14063eb147a70958cfcaa8f5786acaf +size 367038 diff --git a/cssutils-1.0.zip b/cssutils-1.0.zip deleted file mode 100644 index 7ce080c..0000000 --- a/cssutils-1.0.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4504762f5d8800b98fa713749c00acfef8419826568f9363c490e45146a891af -size 434178 diff --git a/python-cssutils.changes b/python-cssutils.changes index 5060503..70b1d50 100644 --- a/python-cssutils.changes +++ b/python-cssutils.changes @@ -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 diff --git a/python-cssutils.spec b/python-cssutils.spec index 60c91f5..acd1acd 100644 --- a/python-cssutils.spec +++ b/python-cssutils.spec @@ -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