forked from pool/python-ua-parser
- update to 0.18.0:
* handle firefox version without patch segment * remove unnecessary line space * Add Oculus Browser * Add PetalBot * Fixes concurrency issues with the cache invalidation mechanism. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ua-parser?expand=0&rev=13
This commit is contained in:
@@ -1,8 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 8 12:28:05 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <yarunachalam@suse.com>
|
||||
|
||||
- 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 <steven.kowalik@suse.com>
|
||||
|
@@ -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
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ed3efc695f475ffe56248c9789b3016247e9c20e3556cfa4d5aadc78ab4b26c6
|
||||
size 40530
|
3
ua-parser-0.18.0.tar.gz
Normal file
3
ua-parser-0.18.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:db51f1b59bfaa82ed9e2a1d99a54d3e4153dddf99ac1435d51828165422e624e
|
||||
size 40659
|
Reference in New Issue
Block a user