From be72c61b1eec0796cc8cff5684f0c3324911ee5488c210a9a35e2664668cecef Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 2 Jan 2023 16:02:14 +0000 Subject: [PATCH] - update to 1.1.1: * Remove white spaces from user agent strings, this is a patch release OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fake-useragent?expand=0&rev=10 --- fake-useragent-1.1.0.tar.gz | 3 --- fake-useragent-1.1.1.tar.gz | 3 +++ python-fake-useragent.changes | 9 ++++++--- python-fake-useragent.spec | 13 ++++++------- 4 files changed, 15 insertions(+), 13 deletions(-) delete mode 100644 fake-useragent-1.1.0.tar.gz create mode 100644 fake-useragent-1.1.1.tar.gz diff --git a/fake-useragent-1.1.0.tar.gz b/fake-useragent-1.1.0.tar.gz deleted file mode 100644 index 006bd0f..0000000 --- a/fake-useragent-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59a8b86b3221ae707e2652c92b00797f33c1d949ef5d6e83cf199cb37854e3b5 -size 80213 diff --git a/fake-useragent-1.1.1.tar.gz b/fake-useragent-1.1.1.tar.gz new file mode 100644 index 0000000..f3cd931 --- /dev/null +++ b/fake-useragent-1.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7cf44cdb6f4e8ce29cd111d4b91448a3ffcfdf191c8b5a3c6bed030d03cb1a0 +size 80255 diff --git a/python-fake-useragent.changes b/python-fake-useragent.changes index cf09344..62d15b3 100644 --- a/python-fake-useragent.changes +++ b/python-fake-useragent.changes @@ -1,9 +1,12 @@ +------------------------------------------------------------------- +Mon Jan 2 16:00:55 UTC 2023 - Dirk Müller + +- update to 1.1.1: + * Remove white spaces from user agent strings, this is a patch release + ------------------------------------------------------------------- Tue Dec 6 03:26:51 UTC 2022 - Yogalakshmi Arunachalam -- Update to v1.1.1 - * Remove whitespaces from user agent strings, this is a patch release - - Update to v1.1.0 * Add pkg_resource as fallback mechanism in trying to retrieve the local JSON data file diff --git a/python-fake-useragent.spec b/python-fake-useragent.spec index c4f5591..1293e9b 100644 --- a/python-fake-useragent.spec +++ b/python-fake-useragent.spec @@ -1,7 +1,7 @@ # # spec file for package python-fake-useragent # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,25 +19,24 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-fake-useragent -Version: 1.1.0 +Version: 1.1.1 Release: 0 -License: Apache-2.0 Summary: Useragent faker package for Python -URL: https://github.com/fake-useragent/fake-useragent +License: Apache-2.0 Group: Development/Languages/Python +URL: https://github.com/fake-useragent/fake-useragent Source: https://github.com/fake-useragent/fake-useragent/archive/refs/tags/%{version}.tar.gz#/fake-useragent-%{version}.tar.gz BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-importlib-resources +BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module importlib-resources} BuildRequires: %{python_module pytest} # /SECTION -Requires: python-importlib-resources -BuildArch: noarch - %python_subpackages %description