Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ddgr for openSUSE:Factory checked in at 2022-12-08 16:52:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ddgr (Old) and /work/SRC/openSUSE:Factory/.ddgr.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ddgr" Thu Dec 8 16:52:11 2022 rev:7 rq:1041339 version:2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ddgr/ddgr.changes 2022-09-25 15:35:57.243717006 +0200 +++ /work/SRC/openSUSE:Factory/.ddgr.new.1835/ddgr.changes 2022-12-08 16:52:21.455843291 +0100 @@ -1,0 +2,8 @@ +Wed Dec 7 22:34:41 UTC 2022 - Dirk Müller <[email protected]> + +- update to 2.1: + * Change user agent + * Remove python 3.6 support + * Minor documentation changes + +------------------------------------------------------------------- Old: ---- ddgr-2.0.tar.gz New: ---- ddgr-2.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ddgr.spec ++++++ --- /var/tmp/diff_new_pack.LNls92/_old 2022-12-08 16:52:21.955845855 +0100 +++ /var/tmp/diff_new_pack.LNls92/_new 2022-12-08 16:52:21.963845896 +0100 @@ -17,7 +17,7 @@ Name: ddgr -Version: 2.0 +Version: 2.1 Release: 0 Summary: DuckDuckGo from the terminal License: GPL-3.0-only ++++++ ddgr-2.0.tar.gz -> ddgr-2.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ddgr-2.0/CHANGELOG new/ddgr-2.1/CHANGELOG --- old/ddgr-2.0/CHANGELOG 2022-03-05 01:23:13.000000000 +0100 +++ new/ddgr-2.1/CHANGELOG 2022-10-22 11:25:10.000000000 +0200 @@ -1,3 +1,12 @@ +ddgr v2.1 +2022-10-22 + +- Change user agent +- Remove python 3.6 support +- Minor documentation changes + +------------------------------------------------------------------------------- + ddgr v2.0 2022-03-05 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ddgr-2.0/README.md new/ddgr-2.1/README.md --- old/ddgr-2.0/README.md 2022-03-05 01:23:13.000000000 +0100 +++ new/ddgr-2.1/README.md 2022-10-22 11:25:10.000000000 +0200 @@ -41,6 +41,7 @@ - [Colors](#colors) - [Examples](#examples) - [Troubleshooting](#troubleshooting) +- [Notes](#notes) - [Collaborators](#collaborators) - [In the Press](#in-the-press) @@ -68,7 +69,7 @@ #### Dependencies -`ddgr` requires Python 3.6 or later. Only the latest patch release of each minor version is supported. +`ddgr` requires Python 3.7 or later. Only the latest patch release of each minor version is supported. To copy url to clipboard at the omniprompt, `ddgr` looks for `xsel` or `xclip` or `termux-clipboard-set` (in the same order) on Linux, `pbcopy` (default installed) on OS X, `clip` (default installed) on Windows and `clipboard` (default installed) on Haiku. It also supports GNU Screen and tmux copy-paste buffers in the absence of X11. @@ -255,6 +256,13 @@ export DISABLE_PROMPT_COLOR=1 +### Notes + +1. The Albert Launcher python plugins repo +([awesome-albert-plugins](https://github.com/bergercookie/awesome-albert-plugins)) +includes suggestions-enabled search plugins for a variety of websites using +`ddgr`. Refer to the latter for demos and usage instructions. + ### Collaborators - [Arun Prakash Jana](https://github.com/jarun) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ddgr-2.0/ddgr new/ddgr-2.1/ddgr --- old/ddgr-2.0/ddgr 2022-03-05 01:23:13.000000000 +0100 +++ new/ddgr-2.1/ddgr 2022-10-22 11:25:10.000000000 +0200 @@ -71,7 +71,7 @@ # Constants -_VERSION_ = '2.0' +_VERSION_ = '2.1' COLORMAP = {k: '\x1b[%sm' % v for k, v in { 'a': '30', 'b': '31', 'c': '32', 'd': '33', @@ -85,7 +85,7 @@ 'x': '0', 'X': '1', 'y': '7', 'Y': '7;1', }.items()} -USER_AGENT = 'ddgr/{} (textmode; Linux x86_64; 1024x768)'.format(_VERSION_) +USER_AGENT = 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:105.0) Gecko/20100101 Firefox/105.0' TEXT_BROWSERS = ['elinks', 'links', 'lynx', 'w3m', 'www-browser'] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ddgr-2.0/ddgr.1 new/ddgr-2.1/ddgr.1 --- old/ddgr-2.0/ddgr.1 2022-03-05 01:23:13.000000000 +0100 +++ new/ddgr-2.1/ddgr.1 2022-10-22 11:25:10.000000000 +0200 @@ -1,4 +1,4 @@ -.TH "DDGR" "1" "05 Mar 2022" "Version 2.0" "User Commands" +.TH "DDGR" "1" "22 Oct 2022" "Version 2.1" "User Commands" .SH NAME ddgr \- DuckDuckGo from the terminal .SH SYNOPSIS @@ -186,7 +186,7 @@ .TP Note that .IP - 2 -Bright colors (implemented as \\x1b[90m - \\x1b[97m) may not be available in all color-capable terminal emulators; +Bright colors (implemented as \ex1b[90m - \ex1b[97m) may not be available in all color-capable terminal emulators; .IP - 2 Some terminal emulators draw bold text in bright colors instead; .IP - 2 @@ -231,7 +231,7 @@ .EX .IP .B ddgr !w hello world -.B ddgr \\\\!w hello world // bash-specific, need to escape ! on bash +.B ddgr \e!w hello world // bash-specific, need to escape ! on bash .EE .PP .IP "" 4 @@ -245,7 +245,7 @@ .B alias bang='ddgr --gb --np' .IP .B bang !w hello world -.B bang \\\\!w hello world // bash-specific, need to escape ! on bash +.B bang \e!w hello world // bash-specific, need to escape ! on bash .EE .PP .IP 5. 4 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ddgr-2.0/setup.py new/ddgr-2.1/setup.py --- old/ddgr-2.0/setup.py 2022-03-05 01:23:13.000000000 +0100 +++ new/ddgr-2.1/setup.py 2022-10-22 11:25:10.000000000 +0200 @@ -25,7 +25,7 @@ description='DuckDuckGo from the terminal', long_description=long_description, long_description_content_type='text/markdown', - python_requires='>=3.6', + python_requires='>=3.7', platforms=['any'], py_modules=['ddgr'], entry_points={ @@ -43,7 +43,6 @@ 'Programming Language :: Python', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3 :: Only', - 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9',
