Hello community,

here is the log from the commit of package python-cssutils for openSUSE:Factory 
checked in at 2013-04-17 23:16:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cssutils (Old)
 and      /work/SRC/openSUSE:Factory/.python-cssutils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-cssutils", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cssutils/python-cssutils.changes  
2013-01-17 09:57:52.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-cssutils.new/python-cssutils.changes     
2013-04-17 23:16:52.000000000 +0200
@@ -1,0 +2,13 @@
+Wed Apr 17 13:34:47 UTC 2013 - [email protected]
+
+- Update to version 0.9.10:
+  * No changelog provided 
+
+-------------------------------------------------------------------
+Tue Apr 16 15:30:10 UTC 2013 - [email protected]
+
+- Remove BuildRequires: python-2to3, useless since included in main 
+  python devel package
+- Add Requires: python3; fix build for OpenSUSE <= 12.2
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/python-cssutils/python3-cssutils.changes 
2013-01-17 09:57:52.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-cssutils.new/python3-cssutils.changes    
2013-04-17 23:16:52.000000000 +0200
@@ -1,0 +2,19 @@
+Wed Apr 17 13:34:47 UTC 2013 - [email protected]
+
+- Update to version 0.9.10:
+  * No changelog provided
+- Re-added python-2to3 since it is needed for openSUSE <= 12.2
+
+-------------------------------------------------------------------
+Tue Apr 16 15:30:10 UTC 2013 - [email protected]
+
+- Remove BuildRequires: python-2to3, useless since included in main 
+  python devel package
+- Add Requires: python3; fix build for OpenSUSE <= 12.2
+
+-------------------------------------------------------------------
+Wed Jan 30 11:26:57 UTC 2013 - [email protected]
+
+- BuildRequire python-2to3 for 12.1 and 12.2
+
+-------------------------------------------------------------------

Old:
----
  cssutils-0.9.9.zip

New:
----
  cssutils-0.9.10.zip

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-cssutils.spec ++++++
--- /var/tmp/diff_new_pack.9RZUMN/_old  2013-04-17 23:16:57.000000000 +0200
+++ /var/tmp/diff_new_pack.9RZUMN/_new  2013-04-17 23:16:57.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python-cssutils
-Version:        0.9.9
+Version:        0.9.10
 Release:        0
 Url:            http://cthedot.de/cssutils/
 Summary:        A CSS Cascading Style Sheets library for Python
@@ -54,6 +54,8 @@
 %defattr(-,root,root,-)
 %doc COPYING COPYING.LESSER README.txt examples
 %{_bindir}/css*
-%{python_sitelib}/*
+%{python_sitelib}/cssutils-%{version}-py*.egg-info/
+%{python_sitelib}/cssutils/
+%{python_sitelib}/encutils/
 
 %changelog

++++++ python3-cssutils.spec ++++++
--- /var/tmp/diff_new_pack.9RZUMN/_old  2013-04-17 23:16:57.000000000 +0200
+++ /var/tmp/diff_new_pack.9RZUMN/_new  2013-04-17 23:16:57.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python3-cssutils
-Version:        0.9.9
+Version:        0.9.10
 Release:        0
 Url:            http://cthedot.de/cssutils/
 Summary:        A CSS Cascading Style Sheets library for Python
@@ -26,9 +26,12 @@
 Source:         
http://pypi.python.org/packages/source/c/cssutils/cssutils-%{version}.zip
 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
 BuildArch:      noarch
 
 %description
@@ -53,6 +56,8 @@
 %defattr(-,root,root,-)
 %doc COPYING COPYING.LESSER README.txt examples
 %{_bindir}/css*
-%{python3_sitelib}/*
+%{python3_sitelib}/cssutils-%{version}-py*.egg-info/
+%{python3_sitelib}/cssutils/
+%{python3_sitelib}/encutils/
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to