diff --git a/python-ua-parser.changes b/python-ua-parser.changes index 1aefc28..5d4c278 100644 --- a/python-ua-parser.changes +++ b/python-ua-parser.changes @@ -1,8 +1,17 @@ +------------------------------------------------------------------- +Fri Dec 8 12:28:05 UTC 2023 - Dirk Müller + +- update to 0.18.0: + * handle firefox version without patch segment + * remove unnecessary line space + * Add Oculus Browser + * Add PetalBot + ------------------------------------------------------------------- Tue Oct 11 16:39:49 UTC 2022 - Yogalakshmi Arunachalam - Update to version 0.16.1 - * Fixes concurrency issues with the cache invalidation mechanism. + * Fixes concurrency issues with the cache invalidation mechanism. ------------------------------------------------------------------- Fri Mar 6 05:46:48 UTC 2020 - Steve Kowalik diff --git a/python-ua-parser.spec b/python-ua-parser.spec index 84bd513..67be37c 100644 --- a/python-ua-parser.spec +++ b/python-ua-parser.spec @@ -1,7 +1,7 @@ # # spec file for package python-ua-parser # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,15 +16,14 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define _pkgname ua-parser +%{?sle15_python_module_pythons} Name: python-ua-parser -Version: 0.16.1 +Version: 0.18.0 Release: 0 Summary: Python Implementation of UA Parser License: Apache-2.0 URL: https://github.com/ua-parser/uap-python -Source: https://files.pythonhosted.org/packages/source/u/%{_pkgname}/%{_pkgname}-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/u/ua-parser/ua-parser-%{version}.tar.gz BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -37,7 +36,7 @@ A python implementation of the UA Parser (https://github.com/ua-parser, formerly https://github.com/tobie/ua-parser) %prep -%setup -q -n %{_pkgname}-%{version} +%setup -q -n ua-parser-%{version} %build %python_build @@ -51,6 +50,7 @@ https://github.com/tobie/ua-parser) #%%python_expand PYTHONPATH="%{buildroot}%{$python_sitelib}" $python ua_parser/user_agent_parser_test.py %files %{python_files} -%{python_sitelib}/* +%{python_sitelib}/ua_parser +%{python_sitelib}/ua_parser-%{version}*-info %changelog diff --git a/ua-parser-0.16.1.tar.gz b/ua-parser-0.16.1.tar.gz deleted file mode 100644 index 8a70067..0000000 --- a/ua-parser-0.16.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed3efc695f475ffe56248c9789b3016247e9c20e3556cfa4d5aadc78ab4b26c6 -size 40530 diff --git a/ua-parser-0.18.0.tar.gz b/ua-parser-0.18.0.tar.gz new file mode 100644 index 0000000..e2e213f --- /dev/null +++ b/ua-parser-0.18.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db51f1b59bfaa82ed9e2a1d99a54d3e4153dddf99ac1435d51828165422e624e +size 40659