commit python3-cssutils for openSUSE:Factory

2016-05-25 Thread h_root
Hello community,

here is the log from the commit of package python3-cssutils for 
openSUSE:Factory checked in at 2016-05-25 21:23:41

Comparing /work/SRC/openSUSE:Factory/python3-cssutils (Old)
 and  /work/SRC/openSUSE:Factory/.python3-cssutils.new (New)


Package is "python3-cssutils"

Changes:

--- /work/SRC/openSUSE:Factory/python3-cssutils/python3-cssutils.changes
2015-11-02 12:55:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-cssutils.new/python3-cssutils.changes   
2016-05-25 21:23:58.0 +0200
@@ -1,0 +2,8 @@
+Sun May  8 06:59:34 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * changed to https for source url
+  * updated source url to files.pythonhosted.org
+
+
+---



Other differences:
--
++ python3-cssutils.spec ++
--- /var/tmp/diff_new_pack.YBOtgL/_old  2016-05-25 21:23:59.0 +0200
+++ /var/tmp/diff_new_pack.YBOtgL/_new  2016-05-25 21:23:59.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-cssutils
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -23,7 +23,7 @@
 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}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/c/cssutils/cssutils-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools




commit python3-cssutils for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package python3-cssutils for 
openSUSE:Factory checked in at 2015-11-02 12:55:39

Comparing /work/SRC/openSUSE:Factory/python3-cssutils (Old)
 and  /work/SRC/openSUSE:Factory/.python3-cssutils.new (New)


Package is "python3-cssutils"

Changes:

--- /work/SRC/openSUSE:Factory/python3-cssutils/python3-cssutils.changes
2015-01-20 12:33:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-cssutils.new/python3-cssutils.changes   
2015-11-02 12:55:40.0 +0100
@@ -1,0 +2,38 @@
+Sun Nov  1 17:36:41 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * moved from zip to tar.gz
+
+- update to version 1.0.1:
+  * Fix bad octal escape on python 3.5
+  * Update setup.py to use pbr < 1.7.0
+  * Create a Property with parent to make _isValidating work propertly
+and remove
+
+- changes from version 1.0:
+  * EXPERIMENTAL: Variable references may have a fallback value now
+(as implemented in Firefox 29). It is available as
+CSSVariable.fallback and example are:
+bottom: var(b);
+color: var(theme-colour-1, rgb(14,14,14));
+left: var(L, 1px);
+z-index: var(L, 1);
+top: var(T, calc( 2 * 1px ));
+background: var(U, url(example.png));
+border-color: var(C, #f00)
+  * FEATURE: (issue #37) Implemented parsing of CSSCalc
+values. General syntax is checked but not if operators in calc are
+actually the right kind like DIMENSION * DIMENSION. Also Values
+using calc do not validate in cssutils but are actually valid.
+  * FIXED issue #20 and #35 (Test fail CSSParser.parseUrl() error with
+Python 3.3)
+  * FIXED issue #21: (almost all) deprecation warning in Py 3.3 fixed.
+  * FIXED issue #30 (Test failed)
+  * FIXED issue #33 (well kinda): Added that cssutils is not
+threadsafe!
+  * FIXED issue #34: More complext MediaQueries should be parsable
+now. A few slight changes in behavior are: xml.dom.SyntaxErr
+raised instead of xml.dom.InvalidCharacterErr for an unknown media
+type removed handheld media type special case (for old Opera).
+
+---

Old:

  cssutils-1.0.zip

New:

  cssutils-1.0.1.tar.gz



Other differences:
--
++ python3-cssutils.spec ++
--- /var/tmp/diff_new_pack.GTEDKz/_old  2015-11-02 12:55:41.0 +0100
+++ /var/tmp/diff_new_pack.GTEDKz/_new  2015-11-02 12:55:41.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-cssutils
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,21 +17,16 @@
 
 
 Name:   python3-cssutils
-Version:1.0
+Version:1.0.1
 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: 
http://pypi.python.org/packages/source/c/cssutils/cssutils-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python3
-# this is needed for openSUSE <= 12.2
-BuildRequires:  python3-2to3
 BuildRequires:  python3-devel
-BuildRequires:  python3-distribute
-BuildRequires:  unzip
-Requires:   python3
+BuildRequires:  python3-setuptools
 BuildArch:  noarch
 
 %description




commit python3-cssutils for openSUSE:Factory

2015-01-20 Thread h_root
Hello community,

here is the log from the commit of package python3-cssutils for 
openSUSE:Factory checked in at 2015-01-20 12:32:14

Comparing /work/SRC/openSUSE:Factory/python3-cssutils (Old)
 and  /work/SRC/openSUSE:Factory/.python3-cssutils.new (New)


Package is "python3-cssutils"

Changes:

--- /work/SRC/openSUSE:Factory/python3-cssutils/python3-cssutils.changes
2013-06-21 19:01:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-cssutils.new/python3-cssutils.changes   
2015-01-20 12:33:03.0 +0100
@@ -1,0 +2,24 @@
+Fri Jan 16 03:02:22 UTC 2015 - a...@gmx.de
+
+- specfile: update copyright year
+
+- update to version 1.0:
+  * EXPERIMENTAL: Variable references may have a fallback value now
+(as implemented in Firefox 29).
+  * FEATURE: (issue #37) Implemented parsing of "CSSCalc"
+values. General syntax is checked but not if operators in calc are
+actually the right kind like DIMENSION * DIMENSION. Also Values
+using calc do not validate in cssutils but are actually valid.
+  * FIXED issue #20 and #35 (Test fail CSSParser.parseUrl() error with
+Python 3.3)
+  * FIXED issue #21: (almost all) deprecation warning in Py 3.3 fixed.
+  * FIXED issue #30 (Test failed)
+  * FIXED issue #33 (well kinda): Added that cssutils is **not**
+threadsafe!
+  * FIXED issue #34: More complext MediaQueries should be parsable
+now. A few slight changes in behavior are:
++ "xml.dom.SyntaxErr" raised instead of
+  "xml.dom.InvalidCharacterErr" for an unknown media type
++ removed "handheld" media type special case (for old Opera).
+
+---

Old:

  cssutils-0.9.10.zip

New:

  cssutils-1.0.zip



Other differences:
--
++ python3-cssutils.spec ++
--- /var/tmp/diff_new_pack.jiKzK5/_old  2015-01-20 12:33:08.0 +0100
+++ /var/tmp/diff_new_pack.jiKzK5/_new  2015-01-20 12:33:08.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-cssutils
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,7 +17,7 @@
 
 
 Name:   python3-cssutils
-Version:0.9.10
+Version:1.0
 Release:0
 Url:http://cthedot.de/cssutils/
 Summary:A CSS Cascading Style Sheets library for Python

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python3-cssutils for openSUSE:Factory

2013-01-18 Thread h_root
Hello community,

here is the log from the commit of package python3-cssutils for 
openSUSE:Factory checked in at 2013-01-18 10:45:51

Comparing /work/SRC/openSUSE:Factory/python3-cssutils (Old)
 and  /work/SRC/openSUSE:Factory/.python3-cssutils.new (New)


Package is "python3-cssutils", Maintainer is ""

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org