diff --git a/buttplug-0.3.0.tar.gz b/buttplug-0.3.0.tar.gz new file mode 100644 index 0000000..2e098a0 --- /dev/null +++ b/buttplug-0.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b75cc1183882cf868121229f6c6a5b7f08019d49160ae8e2abd3b6e36638c74 +size 13965 diff --git a/buttplug-py-0.2.0.tar.gz b/buttplug-py-0.2.0.tar.gz deleted file mode 100644 index 9bf2952..0000000 --- a/buttplug-py-0.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd2f6656341749cdc59a045e3eea3a71879df7d6772874718f92685b34409c48 -size 25357 diff --git a/python-buttplug.changes b/python-buttplug.changes index 58d26a0..ce5a0e5 100644 --- a/python-buttplug.changes +++ b/python-buttplug.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Nov 14 09:11:18 UTC 2024 - Dirk Müller + +- update to 0.3.0: + * switch to maintained fork of the library + ------------------------------------------------------------------- Mon Jan 24 14:55:41 UTC 2022 - Dominique Leuenberger @@ -20,7 +26,7 @@ Thu Jan 21 14:55:46 UTC 2021 - Markéta Machová Sun Nov 22 08:46:29 UTC 2020 - andy great - Update to version 0.2.0. - * DeviceRemoved event no longer tries to use non-existent dict + * DeviceRemoved event no longer tries to use non-existent dict method. * Fixed wrong enum naming. * Client now actually sends client name. @@ -28,7 +34,7 @@ Sun Nov 22 08:46:29 UTC 2020 - andy great ------------------------------------------------------------------- Mon May 25 10:50:16 UTC 2020 - andy great -- Fix pytest version. +- Fix pytest version. ------------------------------------------------------------------- Sun May 24 16:53:39 UTC 2020 - andy great @@ -38,4 +44,4 @@ Sun May 24 16:53:39 UTC 2020 - andy great ------------------------------------------------------------------- Thu May 7 00:15:12 UTC 2020 - andy great -- Initial package release. +- Initial package release. diff --git a/python-buttplug.spec b/python-buttplug.spec index 9559dae..60de94a 100644 --- a/python-buttplug.spec +++ b/python-buttplug.spec @@ -1,7 +1,7 @@ # # spec file for package python-buttplug # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,20 +16,19 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 -%define skip_python36 1 -%define packagename buttplug-py +%{?sle15_python_module_pythons} Name: python-buttplug -Version: 0.2.0 +Version: 0.3.0 Release: 0 Summary: Implementations of the Buttplug Client for Python License: BSD-3-Clause URL: https://github.com/buttplugio/buttplug-py/ -Source: https://github.com/buttplugio/buttplug-py/archive/%{version}.tar.gz#/%{packagename}-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/b/buttplug/buttplug-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest >= 4.0} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module websockets >= 7.0} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-websockets @@ -50,27 +49,24 @@ that can connect to Buttplug Servers, such as the Intiface Desktop Application or Intiface C# CLI or Node CLI. %prep -%setup -q -n %{packagename}-%{version} +%setup -q -n buttplug-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} -%check -%pytest - %files %{python_files} %license LICENSE -%doc README.md CHANGELOG.md +%doc README.md %dir %{python_sitelib}/buttplug/ %dir %{python_sitelib}/buttplug/*/ %dir %{python_sitelib}/buttplug/*/__pycache__/ %{python_sitelib}/buttplug/*.py %{python_sitelib}/buttplug/*/*.py -%{python_sitelib}/buttplug-%{version}-py%{python_version}.egg-info/ +%{python_sitelib}/buttplug-%{version}.dist-info %pycache_only %{python_sitelib}/buttplug/__pycache__/*.pyc %pycache_only %{python_sitelib}/buttplug/*/__pycache__/*.pyc