forked from pool/python-fake-useragent
- update to 1.4.0:
* python 3.12 support
* Introducing new `ua.getRandom`, `ua.getFirefox`,
`ua.getChrome`, `ua.getSafari`. And a generic method:
`ua.getBrowser(..)` (eg. `getBrowser('firefox')`)
These new properties above allows you to retrieve the whole
raw Python dictionary, instead of only the UA string.
These properties might return different key/values pairs in
the future! So `ua.random` is a more stable interface.
* Improved user-agent scraper (now also containing Safari
browser again)
* Updated browsers.json data file
* security update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fake-useragent?expand=0&rev=18
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7b384275587581284fac5c91a3bb9e6105ffc24dc979da4079240bb53182250b
|
||||
size 26679
|
||||
3
fake-useragent-1.4.0.tar.gz
Normal file
3
fake-useragent-1.4.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e5ca18cf4286824005d6bfcdb6337eb153d88eeaa85c80ed689830ca30659ebb
|
||||
size 28267
|
||||
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 2 14:16:36 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.4.0:
|
||||
* python 3.12 support
|
||||
* Introducing new `ua.getRandom`, `ua.getFirefox`,
|
||||
`ua.getChrome`, `ua.getSafari`. And a generic method:
|
||||
`ua.getBrowser(..)` (eg. `getBrowser('firefox')`)
|
||||
These new properties above allows you to retrieve the whole
|
||||
raw Python dictionary, instead of only the UA string.
|
||||
These properties might return different key/values pairs in
|
||||
the future! So `ua.random` is a more stable interface.
|
||||
* Improved user-agent scraper (now also containing Safari
|
||||
browser again)
|
||||
* Updated browsers.json data file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 8 10:59:35 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
@@ -21,7 +37,7 @@ Wed Apr 19 09:46:13 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
Thu Feb 9 17:10:26 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.1.2:
|
||||
* security update
|
||||
* security update
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 2 16:00:55 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.2.1
|
||||
Version: 1.4.0
|
||||
Release: 0
|
||||
Summary: Useragent faker package for Python
|
||||
License: Apache-2.0
|
||||
|
||||
Reference in New Issue
Block a user