commit python-PyExecJS for openSUSE:Factory

2019-03-12 Thread root
Hello community,

here is the log from the commit of package python-PyExecJS for openSUSE:Factory 
checked in at 2019-03-12 09:52:52

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


Package is "python-PyExecJS"

Tue Mar 12 09:52:52 2019 rev:4 rq:682047 version:1.5.1

Changes:

--- /work/SRC/openSUSE:Factory/python-PyExecJS/python-PyExecJS.changes  
2018-07-18 22:58:08.982123209 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-PyExecJS.new.28833/python-PyExecJS.changes   
2019-03-12 09:52:55.467543925 +0100
@@ -1,0 +2,6 @@
+Wed Mar  6 08:50:17 UTC 2019 - Tomáš Chvátal 
+
+- Update to 1.5.1:
+  * Remove contextlib.nested
+
+---

Old:

  PyExecJS-1.5.0.tar.gz

New:

  PyExecJS-1.5.1.tar.gz



Other differences:
--
++ python-PyExecJS.spec ++
--- /var/tmp/diff_new_pack.LSs5Vz/_old  2019-03-12 09:52:56.587543702 +0100
+++ /var/tmp/diff_new_pack.LSs5Vz/_new  2019-03-12 09:52:56.587543702 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-PyExecJS
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,13 +12,13 @@
 # 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-PyExecJS
-Version:1.5.0
+Version:1.5.1
 Release:0
 Summary:Python module to run JavaScript
 License:MIT
@@ -44,22 +44,18 @@
 %setup -q -n PyExecJS-%{version}
 %autopatch -p1
 
-sed -i 1d execjs/__init__.py execjs/_runner_sources.py
-sed -i '0,/#!/ s,/usr/bin/env ,%{_bindir}/,' execjs/__main__.py
-
 %build
 %python_build
 
+%install
+%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
+
 %check
 # test assumes Unicode environment
 export LC_ALL=C.UTF-8
 %python_exec ./test_execjs.py
 
-%install
-%python_install
-%python_expand chmod +x %{buildroot}%{$python_sitelib}/execjs/__main__.py
-%python_expand %fdupes %{buildroot}%{$python_sitelib}
-
 %files %{python_files}
 %license LICENSE
 %doc README.rst

++ PyExecJS-1.5.0.tar.gz -> PyExecJS-1.5.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyExecJS-1.5.0/PKG-INFO new/PyExecJS-1.5.1/PKG-INFO
--- old/PyExecJS-1.5.0/PKG-INFO 2017-11-08 05:03:14.0 +0100
+++ new/PyExecJS-1.5.1/PKG-INFO 2018-01-18 05:33:52.0 +0100
@@ -1,13 +1,24 @@
 Metadata-Version: 1.1
 Name: PyExecJS
-Version: 1.5.0
+Version: 1.5.1
 Summary: Run JavaScript code from Python
 Home-page: https://github.com/doloopwhile/PyExecJS
 Author: Omoto Kenji
 Author-email: doloopwh...@gmail.com
 License: MIT License
-Description: PyExecJS
-
+Description-Content-Type: UNKNOWN
+Description: PyExecJS (EOL)
+==
+
+End of life
+===
+
+This library is no longer maintananced. Bugs are not be fixed (even if
+they are trivial or essential).
+
+We suggest to use other library or to make a fork.
+
+--
 
 Run JavaScript code from Python.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyExecJS-1.5.0/PyExecJS.egg-info/PKG-INFO 
new/PyExecJS-1.5.1/PyExecJS.egg-info/PKG-INFO
--- old/PyExecJS-1.5.0/PyExecJS.egg-info/PKG-INFO   2017-11-08 
05:03:14.0 +0100
+++ new/PyExecJS-1.5.1/PyExecJS.egg-info/PKG-INFO   2018-01-18 
05:33:52.0 +0100
@@ -1,13 +1,24 @@
 Metadata-Version: 1.1
 Name: PyExecJS
-Version: 1.5.0
+Version: 1.5.1
 Summary: Run JavaScript code from Python
 Home-page: https://github.com/doloopwhile/PyExecJS
 Author: Omoto Kenji
 Author-email: doloopwh...@gmail.com
 License: MIT License
-Description: PyExecJS
-
+Description-Content-Type: UNKNOWN
+Description: PyExecJS (EOL)
+==
+
+End of life
+===
+
+This library is no longer maintananced. Bugs are not be fixed (even if
+they are trivial or essential).
+
+We suggest to use other library or to make a fork.
+
+--
 
 Run JavaScript code from Python.
 
diff -urN '--exclude=CVS' 

commit python-PyExecJS for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package python-PyExecJS for openSUSE:Factory 
checked in at 2018-07-18 22:57:32

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


Package is "python-PyExecJS"

Wed Jul 18 22:57:32 2018 rev:3 rq:623641 version:1.5.0

Changes:

--- /work/SRC/openSUSE:Factory/python-PyExecJS/python-PyExecJS.changes  
2018-06-19 11:58:24.957722240 +0200
+++ /work/SRC/openSUSE:Factory/.python-PyExecJS.new/python-PyExecJS.changes 
2018-07-18 22:58:08.982123209 +0200
@@ -1,0 +2,5 @@
+Wed Jul 18 11:58:04 UTC 2018 - tchva...@suse.com
+
+- Add whitespace to make old rpm happy
+
+---



Other differences:
--
++ python-PyExecJS.spec ++
--- /var/tmp/diff_new_pack.KBt4be/_old  2018-07-18 22:58:09.574121245 +0200
+++ /var/tmp/diff_new_pack.KBt4be/_new  2018-07-18 22:58:09.574121245 +0200
@@ -43,6 +43,7 @@
 %prep
 %setup -q -n PyExecJS-%{version}
 %autopatch -p1
+
 sed -i 1d execjs/__init__.py execjs/_runner_sources.py
 sed -i '0,/#!/ s,/usr/bin/env ,%{_bindir}/,' execjs/__main__.py
 




commit python-PyExecJS for openSUSE:Factory

2018-06-19 Thread root
Hello community,

here is the log from the commit of package python-PyExecJS for openSUSE:Factory 
checked in at 2018-06-19 11:58:24

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


Package is "python-PyExecJS"

Tue Jun 19 11:58:24 2018 rev:2 rq:616483 version:1.5.0

Changes:

--- /work/SRC/openSUSE:Factory/python-PyExecJS/python-PyExecJS.changes  
2018-05-29 10:37:29.760934347 +0200
+++ /work/SRC/openSUSE:Factory/.python-PyExecJS.new/python-PyExecJS.changes 
2018-06-19 11:58:24.957722240 +0200
@@ -1,0 +2,5 @@
+Wed Jun 13 08:19:20 UTC 2018 - jeng...@inai.de
+
+- Use noun phrasing in summary.
+
+---



Other differences:
--
++ python-PyExecJS.spec ++
--- /var/tmp/diff_new_pack.h2VJiv/_old  2018-06-19 11:58:25.769692091 +0200
+++ /var/tmp/diff_new_pack.h2VJiv/_new  2018-06-19 11:58:25.785691497 +0200
@@ -20,7 +20,7 @@
 Name:   python-PyExecJS
 Version:1.5.0
 Release:0
-Summary:Run JavaScript code from Python
+Summary:Python module to run JavaScript
 License:MIT
 Group:  Development/Languages/Python
 URL:https://github.com/doloopwhile/PyExecJS