commit python-pyScss for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package python-pyScss for openSUSE:Factory 
checked in at 2020-04-29 20:52:57

Comparing /work/SRC/openSUSE:Factory/python-pyScss (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyScss.new.2738 (New)


Package is "python-pyScss"

Wed Apr 29 20:52:57 2020 rev:3 rq:798863 version:1.3.7

Changes:

--- /work/SRC/openSUSE:Factory/python-pyScss/python-pyScss.changes  
2020-03-24 22:37:19.453234678 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyScss.new.2738/python-pyScss.changes
2020-04-29 20:54:37.909307035 +0200
@@ -1,0 +2,6 @@
+Wed Apr 29 10:35:17 UTC 2020 - Dirk Mueller 
+
+- update to 1.3.7:
+  * fix setup.py compatibility with newer setuptools
+
+---

Old:

  pyScss-1.3.6.tar.gz

New:

  pyScss-1.3.7.tar.gz



Other differences:
--
++ python-pyScss.spec ++
--- /var/tmp/diff_new_pack.kHDXBB/_old  2020-04-29 20:54:38.469308318 +0200
+++ /var/tmp/diff_new_pack.kHDXBB/_new  2020-04-29 20:54:38.469308318 +0200
@@ -19,7 +19,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pyScss
-Version:1.3.6
+Version:1.3.7
 Release:0
 Summary:pyScss, a Scss compiler for Python
 License:MIT

++ pyScss-1.3.6.tar.gz -> pyScss-1.3.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyScss-1.3.6/PKG-INFO new/pyScss-1.3.7/PKG-INFO
--- old/pyScss-1.3.6/PKG-INFO   2020-03-21 19:34:27.0 +0100
+++ new/pyScss-1.3.7/PKG-INFO   2020-03-26 16:10:30.0 +0100
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: pyScss
-Version: 1.3.6
+Version: 1.3.7
 Summary: pyScss, a Scss compiler for Python
 Home-page: http://github.com/Kronuz/pyScss
 Author: German M. Bravo (Kronuz)
 Author-email: german...@gmail.com
 License: MIT
-Download-URL: http://github.com/Kronuz/pyScss/tarball/v1.3.6
+Download-URL: http://github.com/Kronuz/pyScss/tarball/v1.3.7
 Description: pyScss, a Scss compiler for Python
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyScss-1.3.6/pyScss.egg-info/PKG-INFO 
new/pyScss-1.3.7/pyScss.egg-info/PKG-INFO
--- old/pyScss-1.3.6/pyScss.egg-info/PKG-INFO   2020-03-21 19:34:27.0 
+0100
+++ new/pyScss-1.3.7/pyScss.egg-info/PKG-INFO   2020-03-26 16:10:30.0 
+0100
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: pyScss
-Version: 1.3.6
+Version: 1.3.7
 Summary: pyScss, a Scss compiler for Python
 Home-page: http://github.com/Kronuz/pyScss
 Author: German M. Bravo (Kronuz)
 Author-email: german...@gmail.com
 License: MIT
-Download-URL: http://github.com/Kronuz/pyScss/tarball/v1.3.6
+Download-URL: http://github.com/Kronuz/pyScss/tarball/v1.3.7
 Description: pyScss, a Scss compiler for Python
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyScss-1.3.6/scss/scss_meta.py 
new/pyScss-1.3.7/scss/scss_meta.py
--- old/pyScss-1.3.6/scss/scss_meta.py  2020-03-21 19:33:40.0 +0100
+++ new/pyScss-1.3.7/scss/scss_meta.py  2020-03-26 15:56:25.0 +0100
@@ -3,7 +3,7 @@
 pyScss, a Scss compiler for Python
 
 @author German M. Bravo (Kronuz) 
-@version1.2.0 alpha
+@version1.3.7
 @seehttps://github.com/Kronuz/pyScss
 @copyright  (c) 2012-2013 German M. Bravo (Kronuz)
 @licenseMIT License
@@ -46,8 +46,8 @@
 
 import sys
 
-VERSION_INFO = (1, 3, 6)
-DATE_INFO = (2020, 3, 21)  # YEAR, MONTH, DAY
+VERSION_INFO = (1, 3, 7)
+DATE_INFO = (2020, 3, 26)  # YEAR, MONTH, DAY
 VERSION = '.'.join(str(i) for i in VERSION_INFO)
 REVISION = '%04d%02d%02d' % DATE_INFO
 BUILD_INFO = "pyScss v" + VERSION + " (" + REVISION + ")"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyScss-1.3.6/setup.py new/pyScss-1.3.7/setup.py
--- old/pyScss-1.3.6/setup.py   2020-03-20 13:39:16.0 +0100
+++ new/pyScss-1.3.7/setup.py   2020-03-26 15:50:29.0 +0100
@@ -35,9 +35,6 @@
 ),
 ]
 
-extra_opts = {}
-extra_opts['ext_modules'] = ext_modules
-
 ext_errors = (CCompilerError, DistutilsExecError, DistutilsPlatformError)
 if sys.platform == 'win32' and sys.version_info > (2, 6):
 # 2.6's distutils.msvc9compiler can raise an IOError when failing to
@@ -83,6 +80,11 @@
 
 
 def run_setup(with_binary):
+if with_binary:
+extra_opts = {}
+extra_opts['ext_modules'] = ext_modules
+else:
+extra_opts = {}
 setup(
 name=PROJECT,
 version=VERSION,




commit python-pyScss for openSUSE:Factory

2020-03-24 Thread root
Hello community,

here is the log from the commit of package python-pyScss for openSUSE:Factory 
checked in at 2020-03-24 22:35:35

Comparing /work/SRC/openSUSE:Factory/python-pyScss (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyScss.new.3160 (New)


Package is "python-pyScss"

Tue Mar 24 22:35:35 2020 rev:2 rq:787686 version:1.3.6

Changes:

--- /work/SRC/openSUSE:Factory/python-pyScss/python-pyScss.changes  
2018-05-15 10:31:14.468950091 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyScss.new.3160/python-pyScss.changes
2020-03-24 22:37:19.453234678 +0100
@@ -1,0 +2,6 @@
+Mon Mar 23 15:28:04 UTC 2020 - pgaj...@suse.com
+
+- version update to 1.3.6
+  * no upstream changelog
+
+---

Old:

  pyScss-1.3.5.tar.gz

New:

  pyScss-1.3.6.tar.gz



Other differences:
--
++ python-pyScss.spec ++
--- /var/tmp/diff_new_pack.o9kCrl/_old  2020-03-24 22:37:20.561235217 +0100
+++ /var/tmp/diff_new_pack.o9kCrl/_new  2020-03-24 22:37:20.565235219 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyScss
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2014 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,29 +13,30 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pyScss
-Version:1.3.5
+Version:1.3.6
 Release:0
 Summary:pyScss, a Scss compiler for Python
 License:MIT
 Group:  Development/Languages/Python
-Url:http://github.com/Kronuz/pyScss
+URL:https://github.com/Kronuz/pyScss
 Source: 
https://files.pythonhosted.org/packages/source/p/pyScss/pyScss-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  pcre-devel
 BuildRequires:  python-rpm-macros
-%ifpython2
-Requires:   python-enum34
-%endif
+Requires:   python-setuptools
 Requires:   python-six
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
+%ifpython2
+Requires:   python-enum34
+%endif
 %python_subpackages
 
 %description
@@ -74,7 +75,6 @@
 %python_uninstall_alternative less2scss
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %license LICENSE
 %doc README.rst
 %{python_sitearch}/*

++ pyScss-1.3.5.tar.gz -> pyScss-1.3.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyScss-1.3.5/PKG-INFO new/pyScss-1.3.6/PKG-INFO
--- old/pyScss-1.3.5/PKG-INFO   2016-06-09 04:06:16.0 +0200
+++ new/pyScss-1.3.6/PKG-INFO   2020-03-21 19:34:27.0 +0100
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: pyScss
-Version: 1.3.5
+Version: 1.3.6
 Summary: pyScss, a Scss compiler for Python
 Home-page: http://github.com/Kronuz/pyScss
 Author: German M. Bravo (Kronuz)
 Author-email: german...@gmail.com
 License: MIT
-Download-URL: http://github.com/Kronuz/pyScss/tarball/v1.3.5
+Download-URL: http://github.com/Kronuz/pyScss/tarball/v1.3.6
 Description: pyScss, a Scss compiler for Python
 ==
 
@@ -26,7 +26,7 @@
 Quickstart
 --
 
-You need Python 2.6+ or 3.2+.  PyPy is also supported.
+You need Python 2.6+ or 3.3+.  PyPy is also supported.
 
 Installation::
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyScss-1.3.5/README.rst new/pyScss-1.3.6/README.rst
--- old/pyScss-1.3.5/README.rst 2014-10-18 01:03:22.0 +0200
+++ new/pyScss-1.3.6/README.rst 2020-03-21 19:33:40.0 +0100
@@ -17,7 +17,7 @@
 Quickstart
 --
 
-You need Python 2.6+ or 3.2+.  PyPy is also supported.
+You need Python 2.6+ or 3.3+.  PyPy is also supported.
 
 Installation::
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyScss-1.3.5/pyScss.egg-info/PKG-INFO 
new/pyScss-1.3.6/pyScss.egg-info/PKG-INFO
--- old/pyScss-1.3.5/pyScss.egg-info/PKG-INFO   2016-06-09 04:06:14.0 
+0200
+++ new/pyScss-1.3.6/pyScss.egg-info/PKG-INFO   2020-03-21 19:34:27.0 
+0100
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: pyScss
-Version: 1.3.5
+Version: 1.3.6
 Summary: pyScss, a Scss compiler for Python
 Home-page: http://github.com/Kronuz/pyScss
 Author: German M. Bravo (Kronuz)