forked from pool/python-duckduckgo-search
Accepting request 1204396 from devel:languages:python
- update to 6.2.13: * Bump primp to v0.6.3 * DDGS._impersonates: add chrome_129, safari_18, safari_ipad_18 * README: proxy section - change socks5:// to socks5h:// - update to 6.2.12: * fix _normalize_url() - replace space after unquote * Update requrements: bump primp to v0.6.2 * DDGS._impersonates: add chrome_128 * CLI: _download_file - set impersonate=chrome_128 OBS-URL: https://build.opensuse.org/request/show/1204396 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-duckduckgo-search?expand=0&rev=2
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6b6ef1b552c5e67f23e252025d2504caf6f9fc14f70e86c6dd512200f386c673
|
||||
size 32998
|
||||
3
duckduckgo_search-6.2.13.tar.gz
Normal file
3
duckduckgo_search-6.2.13.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f89a9782f0f47d18c01a761c83453d0aef7a4335d1b6466fc47709652d5ca791
|
||||
size 33075
|
||||
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 28 19:22:34 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 6.2.13:
|
||||
* Bump primp to v0.6.3
|
||||
* DDGS._impersonates: add chrome_129, safari_18, safari_ipad_18
|
||||
* README: proxy section - change socks5:// to socks5h://
|
||||
- update to 6.2.12:
|
||||
* fix _normalize_url() - replace space after unquote
|
||||
* Update requrements: bump primp to v0.6.2
|
||||
* DDGS._impersonates: add chrome_128
|
||||
* CLI: _download_file - set impersonate=chrome_128
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 11 22:54:31 UTC 2024 - Guang Yee <gyee@suse.com>
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package python-duckduckgo_search
|
||||
# spec file for package python-duckduckgo-search
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
@@ -18,31 +18,31 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-duckduckgo-search
|
||||
Version: 6.2.11
|
||||
Version: 6.2.13
|
||||
Release: 0
|
||||
Summary: Search using the DuckDuckGo.com search engine
|
||||
License: MIT
|
||||
URL: https://github.com/deedy5/duckduckgo_search
|
||||
Source: https://files.pythonhosted.org/packages/source/d/duckduckgo-search/duckduckgo_search-%{version}.tar.gz
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module pytest-asyncio}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: python-rpm-macros
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module click >= 8.1.7}
|
||||
BuildRequires: %{python_module primp >= 0.6.1}
|
||||
BuildRequires: %{python_module primp >= 0.6.3}
|
||||
# /SECTION
|
||||
BuildRequires: fdupes
|
||||
Requires: python-click >= 8.1.7
|
||||
Requires: python-primp >= 0.6.1
|
||||
Requires: python-primp >= 0.6.3
|
||||
Suggests: python-lxml >= 5.2.2
|
||||
Suggests: python-mypy >= 1.11.1
|
||||
Suggests: python-pytest >= 8.3.1
|
||||
Suggests: python-pytest-asyncio >= 0.23.8
|
||||
Suggests: python-ruff >= 0.6.1
|
||||
Requires(post): update-alternatives
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
Reference in New Issue
Block a user