14
0

- Update to 2.2.0:

* ua-parser >= 0.10.0 is required.
  * Added get_device(), get_os() and get_browser() instance methods
    to UserAgent.
- Stop using greedy globs in %files.
- Switch to pyproject and more recent testing macros.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-user-agents?expand=0&rev=12
This commit is contained in:
2023-07-13 05:55:00 +00:00
committed by Git OBS Bridge
parent 9e30f705e1
commit e1cb8a6542
4 changed files with 25 additions and 15 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Jul 13 05:53:34 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 2.2.0:
* ua-parser >= 0.10.0 is required.
* Added get_device(), get_os() and get_browser() instance methods
to UserAgent.
- Stop using greedy globs in %files.
- Switch to pyproject and more recent testing macros.
-------------------------------------------------------------------
Tue Mar 10 12:29:47 UTC 2020 - pgajdos@suse.com