diff --git a/python-xsge_physics.changes b/python-xsge_physics.changes index 7e4f924..358910b 100644 --- a/python-xsge_physics.changes +++ b/python-xsge_physics.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Dec 27 16:00:35 UTC 2023 - Dirk Müller + +- update to 0.13.3: + * Made the platformer example use xsge_tiled now. + * Relicensed to GNU LGPL. + ------------------------------------------------------------------- Wed May 26 04:55:19 UTC 2021 - Steve Kowalik diff --git a/python-xsge_physics.spec b/python-xsge_physics.spec index 06f8c32..498afbf 100644 --- a/python-xsge_physics.spec +++ b/python-xsge_physics.spec @@ -1,7 +1,7 @@ # # spec file for package python-xsge_physics # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,17 +16,16 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 -%define skip_python36 1 +%{?sle15_python_module_pythons} Name: python-xsge_physics -Version: 0.13.2 +Version: 0.13.3 Release: 0 Summary: xSGE Physics Framework -License: GPL-3.0-or-later +License: LGPL-3.0-or-later URL: http://xsge.nongnu.org Source: https://files.pythonhosted.org/packages/source/x/xsge_physics/xsge_physics-%{version}.tar.gz -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-sge-pygame >= 1.0 @@ -45,15 +44,16 @@ This can be useful for platformers. %setup -q -n xsge_physics-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} %doc README %license xsge_physics/COPYING -%{python_sitelib}/* +%{python_sitelib}/xsge_physics +%{python_sitelib}/xsge_physics-%{version}.dist-info %changelog diff --git a/xsge_physics-0.13.2.tar.gz b/xsge_physics-0.13.2.tar.gz deleted file mode 100644 index 31cd124..0000000 --- a/xsge_physics-0.13.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cdf05cc5c4f6b7490a64ff37a75bc7f3e3e105af9c158cc3582e91133feeb5d6 -size 222555 diff --git a/xsge_physics-0.13.3.tar.gz b/xsge_physics-0.13.3.tar.gz new file mode 100644 index 0000000..a618c8f --- /dev/null +++ b/xsge_physics-0.13.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59d44fefc031a8c24208655c346a9947de5bef0381e687f19a8edbb89eaeb6ba +size 234935