forked from pool/python-fake-useragent
Accepting request 1046239 from devel:languages:python
- update to 1.1.1: * Remove white spaces from user agent strings, this is a patch release OBS-URL: https://build.opensuse.org/request/show/1046239 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fake-useragent?expand=0&rev=6
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:59a8b86b3221ae707e2652c92b00797f33c1d949ef5d6e83cf199cb37854e3b5
|
||||
size 80213
|
||||
3
fake-useragent-1.1.1.tar.gz
Normal file
3
fake-useragent-1.1.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b7cf44cdb6f4e8ce29cd111d4b91448a3ffcfdf191c8b5a3c6bed030d03cb1a0
|
||||
size 80255
|
||||
@@ -1,9 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 2 16:00:55 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <yarunachalam@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user