From b505277ce548f238032cebd38f9bcea5fbfc12b41e6577ffbbba0526348bcb11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 12 Nov 2024 17:07:58 +0000 Subject: [PATCH] Accepting request 1223645 from home:glaubitz:branches:devel:languages:python - Update to version 0.5.0 * Upgrade duktape to 50af773 * Testing and binary distribution for Python 3.13 - Update BuildRequires and Requires from setup.py OBS-URL: https://build.opensuse.org/request/show/1223645 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dukpy?expand=0&rev=21 --- dukpy-0.4.0.tar.gz | 3 --- dukpy-0.5.0.tar.gz | 3 +++ python-dukpy.changes | 8 ++++++++ python-dukpy.spec | 4 +--- 4 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 dukpy-0.4.0.tar.gz create mode 100644 dukpy-0.5.0.tar.gz diff --git a/dukpy-0.4.0.tar.gz b/dukpy-0.4.0.tar.gz deleted file mode 100644 index 64b5531..0000000 --- a/dukpy-0.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bba7ed1c6be979a25574ca01f1a35d266864f20582bcc358d6a13ce5804ebf47 -size 1998895 diff --git a/dukpy-0.5.0.tar.gz b/dukpy-0.5.0.tar.gz new file mode 100644 index 0000000..4be8401 --- /dev/null +++ b/dukpy-0.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1a518a758109bbefe202d6b5c98ed4d2c84c5b2e9c777ec787343dbb8d6579d +size 2103767 diff --git a/python-dukpy.changes b/python-dukpy.changes index 708c676..19021a2 100644 --- a/python-dukpy.changes +++ b/python-dukpy.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Nov 12 11:15:49 UTC 2024 - John Paul Adrian Glaubitz + +- Update to version 0.5.0 + * Upgrade duktape to 50af773 + * Testing and binary distribution for Python 3.13 +- Update BuildRequires and Requires from setup.py + ------------------------------------------------------------------- Wed Jun 26 05:12:11 UTC 2024 - Luigi Baldoni diff --git a/python-dukpy.spec b/python-dukpy.spec index 7e93d29..8de13f1 100644 --- a/python-dukpy.spec +++ b/python-dukpy.spec @@ -17,7 +17,7 @@ Name: python-dukpy -Version: 0.4.0 +Version: 0.5.0 Release: 0 Summary: JavaScript interpreter for Python License: MIT @@ -25,13 +25,11 @@ Group: Development/Languages/Python URL: https://github.com/amol-/dukpy Source: https://github.com/amol-/dukpy/archive/%{version}.tar.gz#/dukpy-%{version}.tar.gz BuildRequires: %{python_module devel} -BuildRequires: %{python_module mutf8} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module webassets} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-mutf8 Requires(post): update-alternatives Requires(postun): update-alternatives Recommends: python-webassets