forked from pool/python-slimit
Accepting request 125729 from home:poorboywilly:branches:devel:languages:python
Update to 0.7.4 and add >= 3.4 to python-ply dependency OBS-URL: https://build.opensuse.org/request/show/125729 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-slimit?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
058621611d
commit
6b78b86151
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 22 00:52:14 UTC 2012 - os-dev@jacraig.com
|
||||
|
||||
- Update to 0.7.4:
|
||||
* Bug fix: https://github.com/rspivak/slimit/issues/34 'class' is reserved
|
||||
keyword now
|
||||
- Changes from 0.7 to 0.7.3:
|
||||
* Bug fix (unary op in FOR init)
|
||||
* Added support for get/set properties
|
||||
* Function call support in FOR init section
|
||||
* Multiline string support
|
||||
- Added >= 3.4 to python-ply requirement, setup.py indicates that version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 10 08:57:26 UTC 2012 - saschpe@suse.de
|
||||
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-slimit
|
||||
Version: 0.6.2
|
||||
Version: 0.7.4
|
||||
Release: 0
|
||||
Url: http://slimit.org
|
||||
Summary: JavaScript minifier written in Python
|
||||
@@ -28,7 +28,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-distribute
|
||||
BuildRequires: python-odict
|
||||
BuildRequires: python-ply
|
||||
BuildRequires: python-ply >= 3.4
|
||||
BuildRequires: unzip
|
||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
@@ -57,7 +57,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
python setup.py test
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%defattr(-,root,root)
|
||||
%doc CHANGES README.rst
|
||||
%{_bindir}/slimit
|
||||
%{python_sitelib}/*
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e5bc309206c83fb03966e209a3ae1d80110c01124f8d7e1c2409ba1b7321923f
|
||||
size 84413
|
3
slimit-0.7.4.zip
Normal file
3
slimit-0.7.4.zip
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3916ff8b58545ee601d6fdc083dfd467f3709ea0f8e77ced35e1655e767496d7
|
||||
size 87154
|
Reference in New Issue
Block a user