From 57b45bdfe22aca947dd3fd291eb1342c2f22e0b0dbaa25fa10560c9e46cd200e Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 6 Dec 2022 09:05:42 +0000 Subject: [PATCH] Accepting request 1040476 from home:yarunachalam:branches:devel:languages:python - 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 OBS-URL: https://build.opensuse.org/request/show/1040476 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fake-useragent?expand=0&rev=8 --- fake-useragent-1.0.1.tar.gz | 3 --- fake-useragent-1.1.0.tar.gz | 3 +++ python-fake-useragent.changes | 9 +++++++++ python-fake-useragent.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 fake-useragent-1.0.1.tar.gz create mode 100644 fake-useragent-1.1.0.tar.gz diff --git a/fake-useragent-1.0.1.tar.gz b/fake-useragent-1.0.1.tar.gz deleted file mode 100644 index 9da1f51..0000000 --- a/fake-useragent-1.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec3189d46ccf72882d4cd9cd196e52378779f95e6f4db68ccfe18445c8e809ff -size 79318 diff --git a/fake-useragent-1.1.0.tar.gz b/fake-useragent-1.1.0.tar.gz new file mode 100644 index 0000000..006bd0f --- /dev/null +++ b/fake-useragent-1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59a8b86b3221ae707e2652c92b00797f33c1d949ef5d6e83cf199cb37854e3b5 +size 80213 diff --git a/python-fake-useragent.changes b/python-fake-useragent.changes index 70731e7..cf09344 100644 --- a/python-fake-useragent.changes +++ b/python-fake-useragent.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +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 + ------------------------------------------------------------------- Fri Nov 18 23:13:12 UTC 2022 - John Vandenberg diff --git a/python-fake-useragent.spec b/python-fake-useragent.spec index 56c0c8b..c4f5591 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.0.1 +Version: 1.1.0 Release: 0 License: Apache-2.0 Summary: Useragent faker package for Python