From 9417ca81a303b0bcf693fb15694a3a0e822cbc41fe16a736d4fabc9822744b69 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 8 Aug 2023 11:06:28 +0000 Subject: [PATCH] =?UTF-8?q?-=20update=20to=201.2.1:=20=20=20*=20Still=20us?= =?UTF-8?q?ing=20the=20new=20dataset=20of=20course!=20=20=20*=20Small=20im?= =?UTF-8?q?provements=20in=20the=20min=5Fpercentage=20check=20=20=20*=20Up?= =?UTF-8?q?date=20all=20Pip=20package=20dependencies=20=20=20*=20Updated?= =?UTF-8?q?=20browser=20useragent=20data=20=F0=9F=9A=80=20=20=20*=20Allow?= =?UTF-8?q?=20filters=20on=20browser,=20OS=20and=20usage=20percentage=20?= =?UTF-8?q?=F0=9F=9A=80=20=20=20*=20Update=20the=20cache=20scraper=20to=20?= =?UTF-8?q?scape=20the=20new=20data=20source=20for=20=20=20=20=20user-agen?= =?UTF-8?q?t=20strings=20=20=20*=20Adapted=20the=20code=20to=20work=20with?= =?UTF-8?q?=20the=20new=20JSON=20data=20format?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fake-useragent?expand=0&rev=16 --- fake-useragent-1.1.3.tar.gz | 3 --- fake-useragent-1.2.1.tar.gz | 3 +++ python-fake-useragent.changes | 13 +++++++++++++ python-fake-useragent.spec | 6 +++--- 4 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 fake-useragent-1.1.3.tar.gz create mode 100644 fake-useragent-1.2.1.tar.gz diff --git a/fake-useragent-1.1.3.tar.gz b/fake-useragent-1.1.3.tar.gz deleted file mode 100644 index b5468cb..0000000 --- a/fake-useragent-1.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6216d5ccbbbf379bed0400916c3e5f9a682308e49fd90107a039aebad6a1323 -size 80623 diff --git a/fake-useragent-1.2.1.tar.gz b/fake-useragent-1.2.1.tar.gz new file mode 100644 index 0000000..f7a5c75 --- /dev/null +++ b/fake-useragent-1.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b384275587581284fac5c91a3bb9e6105ffc24dc979da4079240bb53182250b +size 26679 diff --git a/python-fake-useragent.changes b/python-fake-useragent.changes index b106c76..eddb2a4 100644 --- a/python-fake-useragent.changes +++ b/python-fake-useragent.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Aug 8 10:59:35 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-fake-useragent.spec b/python-fake-useragent.spec index 9291e11..5f387d9 100644 --- a/python-fake-useragent.spec +++ b/python-fake-useragent.spec @@ -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