From 133e58666544f543aeae866847687775e22a18e84d87264fd05330e835a20d3e Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 20 Feb 2025 13:22:01 +0000 Subject: [PATCH] Accepting request 1247396 from home:glaubitz:branches:devel:languages:python - Update to 0.8.0 * Modernize repo. * Officially support Python up to 3.13. - Update BuildRequires from pyproject.toml OBS-URL: https://build.opensuse.org/request/show/1247396 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pscript?expand=0&rev=22 --- pscript-0.7.7.tar.gz | 3 --- pscript-0.8.0.tar.gz | 3 +++ python-pscript.changes | 8 ++++++++ python-pscript.spec | 8 ++++---- 4 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 pscript-0.7.7.tar.gz create mode 100644 pscript-0.8.0.tar.gz diff --git a/pscript-0.7.7.tar.gz b/pscript-0.7.7.tar.gz deleted file mode 100644 index 7f2233e..0000000 --- a/pscript-0.7.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f02f4bba234aac0088dd674f72de63d16baf4827fbeaf5150515eac90bbf2761 -size 116963 diff --git a/pscript-0.8.0.tar.gz b/pscript-0.8.0.tar.gz new file mode 100644 index 0000000..11d62e1 --- /dev/null +++ b/pscript-0.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c7fcb8fa1f6ed7c33b82ee9462628ff7090357cf8de2888b088123eebd6d06b +size 102038 diff --git a/python-pscript.changes b/python-pscript.changes index 1298269..8c97512 100644 --- a/python-pscript.changes +++ b/python-pscript.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Feb 20 12:16:53 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 0.8.0 + * Modernize repo. + * Officially support Python up to 3.13. +- Update BuildRequires from pyproject.toml + ------------------------------------------------------------------- Wed Dec 11 01:21:50 UTC 2024 - Steve Kowalik diff --git a/python-pscript.spec b/python-pscript.spec index d6bd7e5..4bca3c3 100644 --- a/python-pscript.spec +++ b/python-pscript.spec @@ -1,7 +1,7 @@ # # spec file for package python-pscript # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,13 @@ %define modname pscript Name: python-pscript -Version: 0.7.7 +Version: 0.8.0 Release: 0 Summary: Python to JavaScript compiler License: BSD-2-Clause URL: https://github.com/flexxui/pscript Source: https://github.com/flexxui/%{modname}/archive/v%{version}/%{modname}-%{version}.tar.gz +BuildRequires: %{python_module flit-core} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} @@ -53,13 +54,12 @@ of Python that this compiler supports. %check # https://github.com/flexxui/pscript/issues/69 -%pytest -k 'not test_async_and_await' pscript/tests +%pytest -k 'not test_async_and_await' tests %files %{python_files} %doc README.md %license LICENSE %{python_sitelib}/pscript -%{python_sitelib}/pscript_legacy %{python_sitelib}/pscript-%{version}.dist-info %changelog