forked from pool/python-fake-useragent
- update to 1.2.1:
* Still using the new dataset of course! * Small improvements in the min_percentage check * Update all Pip package dependencies * Updated browser useragent data 🚀 * Allow filters on browser, OS and usage percentage 🚀 * Update the cache scraper to scape the new data source for user-agent strings * Adapted the code to work with the new JSON data format OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fake-useragent?expand=0&rev=16
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c6216d5ccbbbf379bed0400916c3e5f9a682308e49fd90107a039aebad6a1323
|
||||
size 80623
|
||||
3
fake-useragent-1.2.1.tar.gz
Normal file
3
fake-useragent-1.2.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7b384275587581284fac5c91a3bb9e6105ffc24dc979da4079240bb53182250b
|
||||
size 26679
|
||||
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 8 10:59:35 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.2.1:
|
||||
* Still using the new dataset of course!
|
||||
* Small improvements in the min_percentage check
|
||||
* Update all Pip package dependencies
|
||||
* Updated browser useragent data 🚀
|
||||
* Allow filters on browser, OS and usage percentage 🚀
|
||||
* Update the cache scraper to scape the new data source for
|
||||
user-agent strings
|
||||
* Adapted the code to work with the new JSON data format
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 19 09:46:13 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-fake-useragent
|
||||
Version: 1.1.3
|
||||
Version: 1.2.1
|
||||
Release: 0
|
||||
Summary: Useragent faker package for Python
|
||||
License: Apache-2.0
|
||||
@@ -34,8 +34,8 @@ BuildRequires: python-rpm-macros
|
||||
Requires: python-importlib-resources
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module importlib-resources >= 5.12.0}
|
||||
BuildRequires: %{python_module pytest >= 7.2.2}
|
||||
BuildRequires: %{python_module importlib-resources >= 6.0.0}
|
||||
BuildRequires: %{python_module pytest >= 7.4.0}
|
||||
# /SECTION
|
||||
%python_subpackages
|
||||
|
||||
|
||||
Reference in New Issue
Block a user