Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pscript for openSUSE:Factory checked in at 2022-01-03 10:49:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pscript (Old) and /work/SRC/openSUSE:Factory/.python-pscript.new.1896 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pscript" Mon Jan 3 10:49:20 2022 rev:7 rq:943311 version:0.7.6 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pscript/python-pscript.changes 2021-04-22 18:04:50.126586526 +0200 +++ /work/SRC/openSUSE:Factory/.python-pscript.new.1896/python-pscript.changes 2022-01-03 10:49:45.163588105 +0100 @@ -1,0 +2,7 @@ +Fri Dec 31 12:18:37 UTC 2021 - Matej Cepl <[email protected]> + +- Update to 0.7.6: + - Fix for with-statement when return is used in the context. + - Early support type hints in the code (by Jennifer Taylor). + +------------------------------------------------------------------- @@ -18,0 +26,2 @@ +- Use tarball from GitHub, not PyPI, because the former contains + tests. Old: ---- pscript-0.7.5.tar.gz New: ---- pscript-0.7.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pscript.spec ++++++ --- /var/tmp/diff_new_pack.oRtqee/_old 2022-01-03 10:49:45.939588402 +0100 +++ /var/tmp/diff_new_pack.oRtqee/_new 2022-01-03 10:49:45.943588403 +0100 @@ -17,22 +17,24 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define modname pscript Name: python-pscript -Version: 0.7.5 +Version: 0.7.6 Release: 0 Summary: Python to JavaScript compiler License: BSD-2-Clause URL: https://github.com/flexxui/pscript -Source: https://files.pythonhosted.org/packages/source/p/pscript/pscript-%{version}.tar.gz +Source: https://github.com/flexxui/%{modname}/archive/v%{version}/%{modname}-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module invoke} +BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module pytest} +BuildRequires: nodejs # /SECTION -BuildArch: noarch - %python_subpackages %description @@ -40,7 +42,7 @@ of Python that this compiler supports. %prep -%setup -q -n pscript-%{version} +%setup -q -n %{modname}-%{version} %build %python_build @@ -51,7 +53,7 @@ %check # the tests actually do not invoke themselves -#%%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} invoke-%%{$python_bin_suffix} test --unit +%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} invoke-%{$python_bin_suffix} test --unit %files %{python_files} %doc README.md ++++++ pscript-0.7.5.tar.gz -> pscript-0.7.6.tar.gz ++++++ ++++ 13125 lines of diff (skipped)
