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 +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>
|
||||
|
||||
Reference in New Issue
Block a user