diff --git a/pulsectl-23.5.2.tar.gz b/pulsectl-23.5.2.tar.gz deleted file mode 100644 index 7b77fd8664026db1c79ebcf219fb147a55270a71..0000000000000000000000000000000000000000 Binary files a/pulsectl-23.5.2.tar.gz and /dev/null differ diff --git a/pulsectl-24.8.0.tar.gz b/pulsectl-24.8.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..8efc699fca933cb9a0842542ab7684116fccd619 Binary files /dev/null and b/pulsectl-24.8.0.tar.gz differ diff --git a/python-pulsectl.spec b/python-pulsectl.spec index 2f47c9356f750f9b0eac8d43517d0c7f90fe5166..bc4fd6d51cfe8fbbcc6989bfbdb723b8c0ca46cd 100644 --- a/python-pulsectl.spec +++ b/python-pulsectl.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pulsectl -Version: 23.5.2 +Version: 24.8.0 Release: 1 Summary: Python high-level interface and ctypes-based bindings for PulseAudio (libpulse) License: MIT URL: http://github.com/mk-fg/python-pulse-control -Source0: https://files.pythonhosted.org/packages/8d/df/73af0b1a7d9f29b97c9a78ef871767bfb02e90b6fde673b0228495fab214/pulsectl-23.5.2.tar.gz +Source0: https://files.pythonhosted.org/packages/source/p/pulsectl/pulsectl-%{version}.tar.gz BuildArch: noarch @@ -45,7 +45,7 @@ Originally forked from pulsemixer_ project, which had this code bundled. | %prep -%autosetup -n pulsectl-23.5.2 +%autosetup -n pulsectl-%{version} %build %py3_build @@ -85,6 +85,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Oct 25 2024 caiyuxin - 24.8.0-1 +- Update package to version 24.8.0 + * fix py3.12 warning about unescaped slashes in the docstring + * Tue Aug 01 2023 chenzixuan - 23.5.2-1 - Type:update - ID:NA