15
0

- 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:
2023-08-08 11:06:28 +00:00
committed by Git OBS Bridge
parent 653511464d
commit 9417ca81a3
4 changed files with 19 additions and 6 deletions

View File

@@ -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>