diff --git a/cssutils-0.9.10.zip b/cssutils-0.9.10.zip new file mode 100644 index 0000000..c2c8660 --- /dev/null +++ b/cssutils-0.9.10.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ea142fddf8aec9231fde5bc1184b282008f2ca35a7b483371eef5b97b6c23a6 +size 430718 diff --git a/cssutils-0.9.9.zip b/cssutils-0.9.9.zip deleted file mode 100644 index 442dc46..0000000 --- a/cssutils-0.9.9.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7061a591859c025504c7871ef3b843383a025d570128edf1c63a6ef53753e8d -size 426449 diff --git a/python-cssutils.changes b/python-cssutils.changes index afa727d..f6bf3ee 100644 --- a/python-cssutils.changes +++ b/python-cssutils.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Apr 17 13:34:47 UTC 2013 - toddrme2178@gmail.com + +- Update to version 0.9.10: + * No changelog provided + +------------------------------------------------------------------- +Tue Apr 16 15:30:10 UTC 2013 - p.drouand@gmail.com + +- Remove BuildRequires: python-2to3, useless since included in main + python devel package +- Add Requires: python3; fix build for OpenSUSE <= 12.2 + ------------------------------------------------------------------- Fri Jan 11 16:55:32 UTC 2013 - p.drouand@gmail.com diff --git a/python-cssutils.spec b/python-cssutils.spec index c08e39e..a0f91ff 100644 --- a/python-cssutils.spec +++ b/python-cssutils.spec @@ -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 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} %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 diff --git a/python3-cssutils.changes b/python3-cssutils.changes index 92d3d03..cf0f02a 100644 --- a/python3-cssutils.changes +++ b/python3-cssutils.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Apr 17 13:34:47 UTC 2013 - toddrme2178@gmail.com + +- 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 - p.drouand@gmail.com + +- 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 - saschpe@suse.de + +- BuildRequire python-2to3 for 12.1 and 12.2 + ------------------------------------------------------------------- Fri Jan 11 16:55:46 UTC 2013 - p.drouand@gmail.com diff --git a/python3-cssutils.spec b/python3-cssutils.spec index cf1f0c5..0f2cab5 100644 --- a/python3-cssutils.spec +++ b/python3-cssutils.spec @@ -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 @@ Group: Development/Languages/Python 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 @@ mv %{buildroot}%{_bindir}/cssparse %{buildroot}%{_bindir}/cssparse-%{py3_ver} %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