Hello community,

here is the log from the commit of package python-pscript for openSUSE:Factory 
checked in at 2019-03-26 22:31:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pscript (Old)
 and      /work/SRC/openSUSE:Factory/.python-pscript.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pscript"

Tue Mar 26 22:31:45 2019 rev:3 rq:686471 version:0.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pscript/python-pscript.changes    
2018-12-14 20:56:11.244815896 +0100
+++ /work/SRC/openSUSE:Factory/.python-pscript.new.25356/python-pscript.changes 
2019-03-26 22:31:47.917714817 +0100
@@ -1,0 +2,6 @@
+Tue Mar 19 15:43:05 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 0.7.0:
+  * Add ability to reduce overloading of add, mul, equals and truthy
+
+-------------------------------------------------------------------

Old:
----
  pscript-0.6.2.tar.gz

New:
----
  pscript-0.7.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pscript.spec ++++++
--- /var/tmp/diff_new_pack.hlmjS0/_old  2019-03-26 22:31:48.653714639 +0100
+++ /var/tmp/diff_new_pack.hlmjS0/_new  2019-03-26 22:31:48.657714638 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pscript
 #
-# 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
@@ -18,20 +18,20 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-pscript
-Version:        0.6.2
+Version:        0.7.0
 Release:        0
 Summary:        Python to JavaScript compiler
 License:        BSD-2-Clause
 Group:          Development/Languages/Python
-Url:            http://pscript.readthedocs.io
+Url:            https://github.com/flexxui/pscript
 Source:         
https://files.pythonhosted.org/packages/source/p/pscript/pscript-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 # SECTION test requirements
 BuildRequires:  %{python_module invoke}
 BuildRequires:  %{python_module pytest}
+BuildRequires:  python-faulthandler
 # /SECTION
 BuildArch:      noarch
 
@@ -51,10 +51,9 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-# Missing files for tests
-# See: https://github.com/flexxui/pscript/pull/35
-# %%check
-# %%python_expand invoke-%%{$python_bin_suffix} test --unit;
+%check
+# the tests actually do not invoke themselves
+#%%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
invoke-%%{$python_bin_suffix} test --unit
 
 %files %{python_files}
 %doc README.md

++++++ pscript-0.6.2.tar.gz -> pscript-0.7.0.tar.gz ++++++
++++ 1987 lines of diff (skipped)


Reply via email to