diff --git a/python-subliminal.spec b/python-subliminal.spec index 0f3bec78ff16a06ffd8be54ed20e6a4f8c0f446c..07b782b11b3c3ffbd53082c77370e159ab44905c 100644 --- a/python-subliminal.spec +++ b/python-subliminal.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-subliminal -Version: 2.1.0 +Version: 2.2.1 Release: 1 Summary: Subtitles, faster than your thoughts License: MIT URL: https://github.com/Diaoul/subliminal -Source0: https://files.pythonhosted.org/packages/dd/3a/ac02011988ad013f24a11cb6123a7ff9e17a75369964c7edd9f64bfea80f/subliminal-2.1.0.tar.gz +Source0: https://files.pythonhosted.org/packages/e3/24/36cdb82e90afc602e2ed36c34e022ca545d35f5be9aa7ef9ddb0af7967b2/subliminal-%{version}.tar.gz BuildArch: noarch @@ -30,7 +30,7 @@ Subliminal is a Python library to search and download subtitles.It comes with an easy to use yet powerful CLI suitable for direct use or cron jobs. %prep -%autosetup -n subliminal-2.1.0 +%autosetup -n subliminal-%{version} %build %py3_build @@ -70,5 +70,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Nov 05 2024 zhaosaisai - 2.2.1-1 +- Upgrade to the latest version 2.2.1 +- Add example subliminal.toml to documentation and fix documentation. +- [CLI] show the message about the config file only with the --debug option. +- Relax the platformdirs dependency requirement to >= 3 + * Mon Dec 06 2021 Python_Bot - 2.1.0-1 - Package Init diff --git a/subliminal-2.1.0.tar.gz b/subliminal-2.1.0.tar.gz deleted file mode 100644 index 9af7eff919db34cbddf875e118756ad63ea45801..0000000000000000000000000000000000000000 Binary files a/subliminal-2.1.0.tar.gz and /dev/null differ diff --git a/subliminal-2.2.1.tar.gz b/subliminal-2.2.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e35b5777b4a5f6e61c491f95050c9dfb359185ea Binary files /dev/null and b/subliminal-2.2.1.tar.gz differ