forked from pool/python-duckduckgo-search
Accepting request 1273675 from devel:languages:python
Forwarded request #1273663 from fstegmeier - Update to 8.0.1: * refactor: remove dead code * refactor: remove dead code * refactor: bump to primp=0.15.0 - Update to 8.0.0: * Chat moved to duckai package. * feat(chat): remove chat * fix(typing): fix typing in cli and tests - Update to 7.5.5: * fix(chat): add _chat_xfe - Update to 7.5.4: * fix(chat): x-vqd-hash-1 = "" - Update to 7.5.3: * DDGS.chat: bugfix by @deedy5 in #294 - Update to 7.5.2: * fix(temp): don't set Client.headers * Full Changelog: v7.5.1...v7.5.2 - Update to 7.5.1: * Bugfix DDGS.text() payload by @deedy5 in #291 - Update to 7.5.0: * chore: bump primp to v0.14.0 * tests: sleep 2 seconds between tests * feat(chat): add mistral-small-3 * feat(chat): stream response * feat(cli chat): stream response - Update to 7.4.5: * Chat: bugfix ConversationLimitException by @deedy5 in #288 - Update to 7.4.4: * DDGS.chat: add mistral-small-3 by @deedy5 in #285 * fix(patch): patch only while sending request OBS-URL: https://build.opensuse.org/request/show/1273675 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-duckduckgo-search?expand=0&rev=4
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1874e55aa6eac3de2d0e9b556b70f35ed0cd7a4544d7417cf38216275b3de009
|
||||
size 24354
|
||||
3
duckduckgo_search-8.0.1.tar.gz
Normal file
3
duckduckgo_search-8.0.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1d40d4425062a33dc72d19603e25ebf36b212bd8ef0662bff39fd47598226f6f
|
||||
size 21932
|
||||
@@ -1,3 +1,74 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 30 11:05:28 UTC 2025 - Felix Stegmeier <felix.stegmeier@suse.com>
|
||||
|
||||
- Update to 8.0.1:
|
||||
* refactor: remove dead code
|
||||
* refactor: remove dead code
|
||||
* refactor: bump to primp=0.15.0
|
||||
|
||||
- Update to 8.0.0:
|
||||
* Chat moved to duckai package.
|
||||
* feat(chat): remove chat
|
||||
* fix(typing): fix typing in cli and tests
|
||||
|
||||
- Update to 7.5.5:
|
||||
* fix(chat): add _chat_xfe
|
||||
|
||||
- Update to 7.5.4:
|
||||
* fix(chat): x-vqd-hash-1 = ""
|
||||
|
||||
- Update to 7.5.3:
|
||||
* DDGS.chat: bugfix by @deedy5 in #294
|
||||
|
||||
- Update to 7.5.2:
|
||||
* fix(temp): don't set Client.headers
|
||||
* Full Changelog: v7.5.1...v7.5.2
|
||||
|
||||
- Update to 7.5.1:
|
||||
* Bugfix DDGS.text() payload by @deedy5 in #291
|
||||
|
||||
- Update to 7.5.0:
|
||||
* chore: bump primp to v0.14.0
|
||||
* tests: sleep 2 seconds between tests
|
||||
* feat(chat): add mistral-small-3
|
||||
* feat(chat): stream response
|
||||
* feat(cli chat): stream response
|
||||
|
||||
- Update to 7.4.5:
|
||||
* Chat: bugfix ConversationLimitException by @deedy5 in #288
|
||||
|
||||
- Update to 7.4.4:
|
||||
* DDGS.chat: add mistral-small-3 by @deedy5 in #285
|
||||
* fix(patch): patch only while sending request
|
||||
|
||||
- Update to 7.4.3:
|
||||
* feat: patch httpcore
|
||||
* feat: improve ssl_context
|
||||
|
||||
- Update to 7.4.2:
|
||||
* Use httpx for requests by @deedy5 in #282
|
||||
* Cli(chat): stream answer, add DDGS.chat_yield (response message generator) by @deedy5 in #283
|
||||
|
||||
- Update to 7.3.2:
|
||||
* DDGS.chat: add llama-3.3-70b model by @deedy5 in #281
|
||||
|
||||
- Update to 7.3.1:
|
||||
* DDGS.chat: add o3-mini model by @deedy5 in #280
|
||||
|
||||
- Update to 7.3.0:
|
||||
* clarify exceptions in README by @vpoulailleau in #275
|
||||
* Drop Support for Python 3.8 by @deedy5 in #276
|
||||
* Bump primp to v0.11.0
|
||||
* Add _impersonates_os
|
||||
|
||||
- Update to 7.2.1:
|
||||
* Bump primp to v0.10.0
|
||||
* DDGS._impersonates: add "firefox_128"
|
||||
|
||||
- Update to 7.2.1:
|
||||
* Bump primp to v0.10.0
|
||||
* DDGS._impersonates: add "firefox_128"
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 2 14:10:21 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-duckduckgo-search
|
||||
Version: 7.1.1
|
||||
Version: 8.0.1
|
||||
Release: 0
|
||||
Summary: Search using the DuckDuckGo.com search engine
|
||||
License: MIT
|
||||
@@ -31,17 +31,17 @@ 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.3}
|
||||
BuildRequires: %{python_module click >= 8.1.8}
|
||||
BuildRequires: %{python_module primp >= 0.15.0}
|
||||
# /SECTION
|
||||
BuildRequires: fdupes
|
||||
Requires: python-click >= 8.1.7
|
||||
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: python-click >= 8.1.8
|
||||
Requires: python-lxml >= 5.3.0
|
||||
Requires: python-primp >= 0.15.0
|
||||
Suggests: python-mypy >= 1.14.1
|
||||
Suggests: python-pytest >= 8.3.4
|
||||
Suggests: python-pytest-dependency >= 0.6.0
|
||||
Suggests: python-ruff >= 0.9.2
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
BuildArch: noarch
|
||||
|
||||
Reference in New Issue
Block a user