File python-guessit.spec of Package failed_python-guessit
```
Name: python-guessit
Version: 3.8.0
Release: 1.1
Summary: A library for guessing information from video filenames
License: LGPL-3.0-or-later
Group: Development/Languages/Python
URL: https://github.com/guessit-io/guessit
Source0: %{name}-%{version}.tar.gz
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-six
Requires: python3-six
%description
GuessIt is a python library that extracts as much information as possible from a video filename.
%prep
%setup -q
%build
%py3_build
%install
%py3_install
%check
PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-3
%files
%license LICENSE
%doc README.md
%{python3_sitelib}/guessit
%{python3_sitelib}/guessit-*.egg-info
%{_bindir}/guessit
%changelog
* Sun Aug 10 2025 - lalala123 <lalala123@example.com> - 3.8.0-1.1
- Initial package for openSUSE
```
---