diff --git a/python-subliminal.spec b/python-subliminal.spec index 0f3bec78ff16a06ffd8be54ed20e6a4f8c0f446c..9e48a9a1abe91c54346f5d0d7d657ffc32a31780 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-2.2.1.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-2.2.1 %build %py3_build @@ -70,5 +70,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Aug 06 2024 liudy - 2.2.1-1 +- Relax the version bounds on platformdirs to >= 3 +- Show config message only in debug mode in CLI +- Add example subliminal.toml to docs and various docs fixes + * 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