15
0

11 Commits

Author SHA256 Message Date
86f04ce6c4 Accepting request 1282353 from devel:languages:python
Forwarded request #1282050 from glaubitz

- Update to 8.0.2
    * fix(DDGS.text): update headers by @deedy5 in #305

OBS-URL: https://build.opensuse.org/request/show/1282353
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-duckduckgo-search?expand=0&rev=5
2025-06-03 15:57:39 +00:00
45ef530897 Accepting request 1282050 from home:glaubitz:branches:devel:languages:python
- Update to 8.0.2
  * fix(DDGS.text): update headers by @deedy5 in #305

OBS-URL: https://build.opensuse.org/request/show/1282050
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-duckduckgo-search?expand=0&rev=10
2025-06-03 13:45:30 +00:00
2b14c5d653 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
2025-04-30 17:05:48 +00:00
0bcda5cac4 Accepting request 1273663 from home:fstegmeier:branches:devel:languages:python
- 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/1273663
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-duckduckgo-search?expand=0&rev=8
2025-04-30 12:22:21 +00:00
38e6055fd3 Accepting request 1234566 from devel:languages:python
- update to 7.1.1:
  * DDGS.text: deprecate backend='api'
- update to 7.1.0:
  * add backend="ecosia"
  * DDGS._impersonates: delete okhttp*
  * DDGS.text: reduce pagination
- update to 7.0.2:
  * Bump primp to v0.9.2
- update to 7.0.1:
  * [simplify]: remove AsyncDDGS, remove `answers`, `maps`,
    `suggestions`, `translate`; [text]: remove multithreading
  * [DDGS.text]: add backend="auto", [DDGS.images|news|videos]:
    remove multithreading
- update to 6.4.2:
  * use env var DDGS_PROXY
  * utils: _text_extract_json() bugfix
- update to 6.3.7:
  * added armv7 compatibility: Bump primp to v0.8.1
- update to 6.3.6:
  * Bump primp version to v0.8.0
  * DDGS._impersonates: add "chrome_131"
  * CLI: _download_file: impersonate="chrome_131"
  * CLI: --max_results=None by default; remove default=None
- update to 6.3.5:
  * CLI: 1)`-dd` to specify custom download directory, 2) `-o`
    can now set full filename
  * CLI: text() max_results=10 default
  * text(): update pagination logic (0, 10, 25, 40, ...)
  * text(): max(max_results)=190
  * videos(): max(max_results)=200

OBS-URL: https://build.opensuse.org/request/show/1234566
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-duckduckgo-search?expand=0&rev=3
2025-01-02 18:23:51 +00:00
72a324f4b6 - update to 7.1.1:
* DDGS.text: deprecate backend='api'
- update to 7.1.0:
  * add backend="ecosia"
  * DDGS._impersonates: delete okhttp*
  * DDGS.text: reduce pagination
- update to 7.0.2:
  * Bump primp to v0.9.2
- update to 7.0.1:
  * [simplify]: remove AsyncDDGS, remove `answers`, `maps`,
    `suggestions`, `translate`; [text]: remove multithreading
  * [DDGS.text]: add backend="auto", [DDGS.images|news|videos]:
    remove multithreading
- update to 6.4.2:
  * use env var DDGS_PROXY
  * utils: _text_extract_json() bugfix
- update to 6.3.7:
  * added armv7 compatibility: Bump primp to v0.8.1
- update to 6.3.6:
  * Bump primp version to v0.8.0
  * DDGS._impersonates: add "chrome_131"
  * CLI: _download_file: impersonate="chrome_131"
  * CLI: --max_results=None by default; remove default=None
- update to 6.3.5:
  * CLI: 1)`-dd` to specify custom download directory, 2) `-o`
    can now set full filename
  * CLI: text() max_results=10 default
  * text(): update pagination logic (0, 10, 25, 40, ...)
  * text(): max(max_results)=190
  * videos(): max(max_results)=200

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-duckduckgo-search?expand=0&rev=6
2025-01-02 14:11:31 +00:00
4fc684bf03 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
2024-09-30 13:38:17 +00:00
cd04bd5688 - 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/package/show/devel:languages:python/python-duckduckgo-search?expand=0&rev=4
2024-09-28 19:42:59 +00:00
271c8ec834 Accepting request 1200651 from devel:languages:python
needed for the AI stack

OBS-URL: https://build.opensuse.org/request/show/1200651
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-duckduckgo-search?expand=0&rev=1
2024-09-13 12:33:37 +00:00
8267cbc389 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-duckduckgo-search?expand=0&rev=2 2024-09-12 13:12:40 +00:00
5ebe2b1a67 Accepting request 1200208 from home:yeey:OpenWebUI
- Release v6.2.11
  * [utils] bugfix _normalize_url() - replace space after unquote

OBS-URL: https://build.opensuse.org/request/show/1200208
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-duckduckgo-search?expand=0&rev=1
2024-09-12 13:12:10 +00:00