commit python3-lesscpy for openSUSE:Factory

2016-08-18 Thread h_root
Hello community,

here is the log from the commit of package python3-lesscpy for openSUSE:Factory 
checked in at 2016-08-18 09:17:26

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


Package is "python3-lesscpy"

Changes:

--- /work/SRC/openSUSE:Factory/python3-lesscpy/python3-lesscpy.changes  
2016-06-19 10:49:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-lesscpy.new/python3-lesscpy.changes 
2016-08-18 09:17:28.0 +0200
@@ -1,0 +2,5 @@
+Mon Aug 15 14:51:56 UTC 2016 - toddrme2...@gmail.com
+
+- Fix update-alternatives implementation.
+
+---



Other differences:
--
++ python3-lesscpy.spec ++
--- /var/tmp/diff_new_pack.IP3VWa/_old  2016-08-18 09:17:29.0 +0200
+++ /var/tmp/diff_new_pack.IP3VWa/_new  2016-08-18 09:17:29.0 +0200
@@ -36,7 +36,7 @@
 Requires:   python3-six
 BuildArch:  noarch
 Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(preun): update-alternatives
 
 %description
 python LessCss Compiler.
@@ -55,33 +55,32 @@
 
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
-mv %{buildroot}%{_bindir}/lesscpy{,-%{py3_ver}}
-ln -s %{_bindir}/lesscpy-%{py3_ver} %{buildroot}%{_bindir}/lesscpy
+
+# Prepare for update-alternatives usage
+mkdir -p %{buildroot}%{_sysconfdir}/alternatives
+mv %{buildroot}%{_bindir}/lesscpy %{buildroot}%{_bindir}/lesscpy-%{py3_ver}
+ln -s -f %{_sysconfdir}/alternatives/lesscpy %{buildroot}%{_bindir}/lesscpy
 
 # Unit tests are broken
 # %check
 # rm test/*.pyc
 #  python3 setup.py test
 
-%pre
-# Since /usr/bin/lesscpy became ghosted to be used with update-alternatives, we
-# have to get rid of the old binary:
-[ -h %{_bindir}/lesscpy ] || rm -f %{_bindir}/lesscpy
-
 %post
-update-alternatives \
+%_sbindir/update-alternatives \
 --install %{_bindir}/lesscpy lesscpy %{_bindir}/lesscpy-%{py3_ver} 30
 
 %preun
 if [ $1 -eq 0 ] ; then
-update-alternatives --remove lesscpy %{_bindir}/lesscpy-%{py3_ver}
+%_sbindir/update-alternatives --remove lesscpy 
%{_bindir}/lesscpy-%{py3_ver}
 fi
 
 %files
 %defattr(-,root,root,-)
 %doc LICENSE README.rst
-%ghost %{_bindir}/lesscpy
+%{_bindir}/lesscpy
 %{_bindir}/lesscpy-%{py3_ver}
+%ghost %{_sysconfdir}/alternatives/lesscpy
 %{python3_sitelib}/lesscpy
 %{python3_sitelib}/lesscpy-%{version}-py%{py3_ver}.egg-info
 




commit python3-lesscpy for openSUSE:Factory

2016-06-19 Thread h_root
Hello community,

here is the log from the commit of package python3-lesscpy for openSUSE:Factory 
checked in at 2016-06-19 10:48:56

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


Package is "python3-lesscpy"

Changes:

--- /work/SRC/openSUSE:Factory/python3-lesscpy/python3-lesscpy.changes  
2016-05-25 21:24:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-lesscpy.new/python3-lesscpy.changes 
2016-06-19 10:49:04.0 +0200
@@ -1,0 +2,5 @@
+Mon Jun 13 16:57:21 UTC 2016 - toddrme2...@gmail.com
+
+- Remove unneeded test dependencies.
+
+---



Other differences:
--
++ python3-lesscpy.spec ++
--- /var/tmp/diff_new_pack.PDuxFj/_old  2016-06-19 10:49:05.0 +0200
+++ /var/tmp/diff_new_pack.PDuxFj/_new  2016-06-19 10:49:05.0 +0200
@@ -30,8 +30,6 @@
 BuildRequires:  python3-setuptools
 BuildRequires:  python3-six
 # Test requirements:
-BuildRequires:  python3-coverage
-BuildRequires:  python3-flake8
 BuildRequires:  python3-nose
 BuildConflicts: python3-buildservice-tweak
 Requires:   python3-ply




commit python3-lesscpy for openSUSE:Factory

2016-05-25 Thread h_root
Hello community,

here is the log from the commit of package python3-lesscpy for openSUSE:Factory 
checked in at 2016-05-25 21:24:39

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


Package is "python3-lesscpy"

Changes:

--- /work/SRC/openSUSE:Factory/python3-lesscpy/python3-lesscpy.changes  
2016-03-21 12:45:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-lesscpy.new/python3-lesscpy.changes 
2016-05-25 21:24:40.0 +0200
@@ -1,0 +2,8 @@
+Sun May  8 07:02:34 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * changed to https for source url
+  * updated source url to files.pythonhosted.org
+
+
+---



Other differences:
--
++ python3-lesscpy.spec ++
--- /var/tmp/diff_new_pack.ajvU39/_old  2016-05-25 21:24:41.0 +0200
+++ /var/tmp/diff_new_pack.ajvU39/_new  2016-05-25 21:24:41.0 +0200
@@ -23,7 +23,7 @@
 Summary:Lesscss compiler
 License:MIT
 Group:  Development/Languages/Python
-Source: 
http://pypi.python.org/packages/source/l/lesscpy/lesscpy-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/l/lesscpy/lesscpy-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python3-devel
 BuildRequires:  python3-ply




commit python3-lesscpy for openSUSE:Factory

2016-03-21 Thread h_root
Hello community,

here is the log from the commit of package python3-lesscpy for openSUSE:Factory 
checked in at 2016-03-21 12:45:46

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


Package is "python3-lesscpy"

Changes:

--- /work/SRC/openSUSE:Factory/python3-lesscpy/python3-lesscpy.changes  
2015-10-28 17:30:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-lesscpy.new/python3-lesscpy.changes 
2016-03-21 12:45:47.0 +0100
@@ -1,0 +2,9 @@
+Sat Mar 19 21:33:20 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 0.11.1:
+  * No upstream changelog
+
+---

Old:

  lesscpy-0.10.2.tar.gz

New:

  lesscpy-0.11.1.tar.gz



Other differences:
--
++ python3-lesscpy.spec ++
--- /var/tmp/diff_new_pack.TVJQPP/_old  2016-03-21 12:45:48.0 +0100
+++ /var/tmp/diff_new_pack.TVJQPP/_new  2016-03-21 12:45:48.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-lesscpy
 #
-# Copyright (c) 2015 SUSE LINUX Products 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
@@ -17,7 +17,7 @@
 
 
 Name:   python3-lesscpy
-Version:0.10.2
+Version:0.11.1
 Release:0
 Url:https://github.com/robotis/lesscpy
 Summary:Lesscss compiler
@@ -26,8 +26,8 @@
 Source: 
http://pypi.python.org/packages/source/l/lesscpy/lesscpy-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python3-devel
-BuildRequires:  python3-setuptools
 BuildRequires:  python3-ply
+BuildRequires:  python3-setuptools
 BuildRequires:  python3-six
 # Test requirements:
 BuildRequires:  python3-coverage

++ lesscpy-0.10.2.tar.gz -> lesscpy-0.11.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lesscpy-0.10.2/PKG-INFO new/lesscpy-0.11.1/PKG-INFO
--- old/lesscpy-0.10.2/PKG-INFO 2014-11-26 21:50:54.0 +0100
+++ new/lesscpy-0.11.1/PKG-INFO 2016-03-17 11:15:00.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: lesscpy
-Version: 0.10.2
+Version: 0.11.1
 Summary: Python LESS compiler
 Home-page: https://github.com/lesscpy/lesscpy
 Author: Jóhann T Maríusson
@@ -38,7 +38,7 @@
 input and is considerably slower than the NodeJS compiler. The plan is 
to
 utilize this to build in proper syntax checking and perhaps YUI 
compressing.
 
-This is an early version, so you are likly to find bugs.
+This is an early version, so you are likely to find bugs.
 
 For more information on LESS:
   http://lesscss.org/ or https://github.com/cloudhead/less.js
@@ -63,7 +63,6 @@
 - Color functions (lighten, darken, saturate, desaturate, spin, hue, 
mix,
saturation, lightness)
 - Other functions (round, increment, decrement, format '%(', ...)
-- Keyframe blocks
 
 
 Differences from less.js
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lesscpy-0.10.2/README.rst 
new/lesscpy-0.11.1/README.rst
--- old/lesscpy-0.10.2/README.rst   2014-11-26 21:28:11.0 +0100
+++ new/lesscpy-0.11.1/README.rst   2016-03-17 11:06:46.0 +0100
@@ -30,7 +30,7 @@
 input and is considerably slower than the NodeJS compiler. The plan is to
 utilize this to build in proper syntax checking and perhaps YUI compressing.
 
-This is an early version, so you are likly to find bugs.
+This is an early version, so you are likely to find bugs.
 
 For more information on LESS:
   http://lesscss.org/ or https://github.com/cloudhead/less.js
@@ -55,7 +55,6 @@
 - Color functions (lighten, darken, saturate, desaturate, spin, hue, mix,
saturation, lightness)
 - Other functions (round, increment, decrement, format '%(', ...)
-- Keyframe blocks
 
 
 Differences from less.js
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lesscpy-0.10.2/lesscpy/__init__.py 
new/lesscpy-0.11.1/lesscpy/__init__.py
--- old/lesscpy-0.10.2/lesscpy/__init__.py  2014-11-26 21:30:47.0 
+0100
+++ new/lesscpy-0.11.1/lesscpy/__init__.py  2016-03-17 11:14:48.0 
+0100
@@ -1,4 +1,4 @@
-__version_info__ = ('0', '10', '2')
+__version_info__ = ('0', '11', '1')
 __version__ = '.'.join(__version_info__)
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit python3-lesscpy for openSUSE:Factory

2015-10-28 Thread h_root
Hello community,

here is the log from the commit of package python3-lesscpy for openSUSE:Factory 
checked in at 2015-10-28 17:30:30

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


Package is "python3-lesscpy"

Changes:

--- /work/SRC/openSUSE:Factory/python3-lesscpy/python3-lesscpy.changes  
2014-11-18 22:45:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-lesscpy.new/python3-lesscpy.changes 
2015-10-28 17:30:39.0 +0100
@@ -1,0 +2,8 @@
+Mon Oct 26 14:38:42 UTC 2015 - toddrme2...@gmail.com
+
+- Update to version 0.10.2
+  * No upstream changelog
+- Disable broken unittests
+- Remove upstream-included lesscpy-setup-encoding.patch
+
+---

Old:

  lesscpy-0.9j.tar.gz
  lesscpy-setup-encoding.patch

New:

  lesscpy-0.10.2.tar.gz



Other differences:
--
++ python3-lesscpy.spec ++
--- /var/tmp/diff_new_pack.mlLibD/_old  2015-10-28 17:30:40.0 +0100
+++ /var/tmp/diff_new_pack.mlLibD/_new  2015-10-28 17:30:40.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-lesscpy
 #
-# Copyright (c) 2014 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,19 +17,25 @@
 
 
 Name:   python3-lesscpy
-Version:0.9j
+Version:0.10.2
 Release:0
 Url:https://github.com/robotis/lesscpy
 Summary:Lesscss compiler
 License:MIT
 Group:  Development/Languages/Python
 Source: 
http://pypi.python.org/packages/source/l/lesscpy/lesscpy-%{version}.tar.gz
-Patch0: lesscpy-setup-encoding.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python3-devel
-# Test requirements:
+BuildRequires:  python3-setuptools
 BuildRequires:  python3-ply
+BuildRequires:  python3-six
+# Test requirements:
+BuildRequires:  python3-coverage
+BuildRequires:  python3-flake8
+BuildRequires:  python3-nose
+BuildConflicts: python3-buildservice-tweak
 Requires:   python3-ply
+Requires:   python3-six
 BuildArch:  noarch
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
@@ -45,7 +51,6 @@
 
 %prep
 %setup -q -n lesscpy-%{version}
-%patch0 -p1
 
 %build
 python3 setup.py build
@@ -55,8 +60,10 @@
 mv %{buildroot}%{_bindir}/lesscpy{,-%{py3_ver}}
 ln -s %{_bindir}/lesscpy-%{py3_ver} %{buildroot}%{_bindir}/lesscpy
 
-%check
-python3 lesscpy/test/__main__.py # Sigh!
+# Unit tests are broken
+# %check
+# rm test/*.pyc
+#  python3 setup.py test
 
 %pre
 # Since /usr/bin/lesscpy became ghosted to be used with update-alternatives, we

++ lesscpy-0.9j.tar.gz -> lesscpy-0.10.2.tar.gz ++
 23611 lines of diff (skipped)




commit python3-lesscpy for openSUSE:Factory

2014-11-18 Thread h_root
Hello community,

here is the log from the commit of package python3-lesscpy for openSUSE:Factory 
checked in at 2014-11-18 22:44:57

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


Package is python3-lesscpy

Changes:

--- /work/SRC/openSUSE:Factory/python3-lesscpy/python3-lesscpy.changes  
2013-08-14 22:57:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-lesscpy.new/python3-lesscpy.changes 
2014-11-18 22:45:23.0 +0100
@@ -1,0 +2,5 @@
+Sat Nov 08 21:31:00 UTC 2014 - Led led...@gmail.com
+
+- fix bashism in pre script
+
+---



Other differences:
--
++ python3-lesscpy.spec ++
--- /var/tmp/diff_new_pack.IvXjTn/_old  2014-11-18 22:45:25.0 +0100
+++ /var/tmp/diff_new_pack.IvXjTn/_new  2014-11-18 22:45:25.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-lesscpy
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -11,10 +11,11 @@
 # case the license is the MIT License). An Open Source License is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   python3-lesscpy
 Version:0.9j
 Release:0
@@ -60,8 +61,7 @@
 %pre
 # Since /usr/bin/lesscpy became ghosted to be used with update-alternatives, we
 # have to get rid of the old binary:
-[[ ! -L %{_bindir}/lesscpy ]]  rm -f %{_bindir}/lesscpy
-exit 0
+[ -h %{_bindir}/lesscpy ] || rm -f %{_bindir}/lesscpy
 
 %post
 update-alternatives \

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