commit googler for openSUSE:Factory

2020-10-12 Thread root
Hello community,

here is the log from the commit of package googler for openSUSE:Factory checked 
in at 2020-10-12 13:59:30

Comparing /work/SRC/openSUSE:Factory/googler (Old)
 and  /work/SRC/openSUSE:Factory/.googler.new.3486 (New)


Package is "googler"

Mon Oct 12 13:59:30 2020 rev:7 rq:841096 version:4.3.1

Changes:

--- /work/SRC/openSUSE:Factory/googler/googler.changes  2020-05-04 
18:43:54.833471298 +0200
+++ /work/SRC/openSUSE:Factory/.googler.new.3486/googler.changes
2020-10-12 14:00:11.322237962 +0200
@@ -1,0 +2,28 @@
+Sun Oct 11 23:43:01 UTC 2020 - Dilawar Singh 
+
+- Update to version 4.3.1
+
+* several important parser fixes
+* retire Python v3.5, add v3.9
+
+- Update to version 4.3
+
+* fix recent break due to server-side changes
+* option `-e`/`--exclude` to exclude site from results
+* option `-g`/`--geoloc` to specify geolocation
+* replace uuid1 with uuid4 in request
+
+- Update to version 4.2
+
+* support GUI platform browsers on WSL
+* support Wayland native copier `wl-copy`
+* program options `--ipv4`, `--ipv6`; ipv4 preferred by default
+* deduplicate results
+* fix sitelinks parsing
+* combine consecutive whitespaces
+* fix extraction of matched keywords
+* fix match highlighting
+* no additional blank line for empty abstracts
+* undocumented debug option `--parse` to parse dumped HTML
+
+---

Old:

  v4.1.tar.gz

New:

  v4.3.1.tar.gz



Other differences:
--
++ googler.spec ++
--- /var/tmp/diff_new_pack.SJyHKN/_old  2020-10-12 14:00:11.978238235 +0200
+++ /var/tmp/diff_new_pack.SJyHKN/_new  2020-10-12 14:00:11.982238237 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   googler
-Version:4.1
+Version:4.3.1
 Release:0
 Summary:Google Search, Google Site Search, Google News from the 
terminal
 License:GPL-3.0-or-later

++ v4.1.tar.gz -> v4.3.1.tar.gz ++
 2116 lines of diff (skipped)




commit googler for openSUSE:Factory

2020-05-04 Thread root
Hello community,

here is the log from the commit of package googler for openSUSE:Factory checked 
in at 2020-05-04 18:43:03

Comparing /work/SRC/openSUSE:Factory/googler (Old)
 and  /work/SRC/openSUSE:Factory/.googler.new.2738 (New)


Package is "googler"

Mon May  4 18:43:03 2020 rev:6 rq:800060 version:4.1

Changes:

--- /work/SRC/openSUSE:Factory/googler/googler.changes  2019-12-02 
11:35:00.126455498 +0100
+++ /work/SRC/openSUSE:Factory/.googler.new.2738/googler.changes
2020-05-04 18:43:54.833471298 +0200
@@ -1,0 +2,10 @@
+Fri May  1 12:22:42 UTC 2020 - Dilawar Singh 
+
+- Update to version 4.1
+* search Google Videos
+* options --from and --to to specify date range for search
+* update parser to handle new layout for Google News results
+* strip trailing comma from metadata
+* add auto-generated packages for new distros, remove obsolete
+
+---

Old:

  v4.0.tar.gz

New:

  v4.1.tar.gz



Other differences:
--
++ googler.spec ++
--- /var/tmp/diff_new_pack.3aCIfm/_old  2020-05-04 18:43:58.313478474 +0200
+++ /var/tmp/diff_new_pack.3aCIfm/_new  2020-05-04 18:43:58.313478474 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package googler
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,12 @@
 
 
 Name:   googler
-Version:4.0
+Version:4.1
 Release:0
 Summary:Google Search, Google Site Search, Google News from the 
terminal
 License:GPL-3.0-or-later
 Group:  Productivity/Networking/Web/Utilities
-Url:https://github.com/jarun/googler
+URL:https://github.com/jarun/googler
 Source: https://github.com/jarun/googler/archive/v%{version}.tar.gz
 BuildRequires:  python3-devel >= 3.4
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ v4.0.tar.gz -> v4.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/googler-4.0/.replit new/googler-4.1/.replit
--- old/googler-4.0/.replit 1970-01-01 01:00:00.0 +0100
+++ new/googler-4.1/.replit 2020-04-30 17:42:24.0 +0200
@@ -0,0 +1,2 @@
+language = "python3"
+run = "python googler"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/googler-4.0/CHANGELOG new/googler-4.1/CHANGELOG
--- old/googler-4.0/CHANGELOG   2019-11-26 22:49:05.0 +0100
+++ new/googler-4.1/CHANGELOG   2020-04-30 17:42:24.0 +0200
@@ -1,3 +1,15 @@
+googler 4.1
+2020-04-30
+
+What's in?
+- search Google Videos
+- options `--from` and `--to` to specify date range for search
+- update parser to handle new layout for Google News results
+- strip trailing comma from metadata
+- add auto-generated packages for new distros, remove obsolete
+
+---
+
 googler 4.0
 2019-11-27
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/googler-4.0/README.md new/googler-4.1/README.md
--- old/googler-4.0/README.md   2019-11-26 22:49:05.0 +0100
+++ new/googler-4.1/README.md   2020-04-30 17:42:24.0 +0200
@@ -2,18 +2,11 @@
 
 
 https://github.com/jarun/googler/releases/latest";>https://img.shields.io/github/release/jarun/googler.svg?maxAge=600"; 
alt="Latest release" />
-https://aur.archlinux.org/packages/googler";>https://img.shields.io/aur/version/googler.svg?maxAge=600"; alt="AUR" />
-http://formulae.brew.sh/formula/googler";>https://img.shields.io/homebrew/v/googler.svg?maxAge=600"; alt="Homebrew" 
/>
-https://packages.debian.org/search?keywords=googler&searchon=names";>https://img.shields.io/badge/debian-9+-blue.svg?maxAge=2592000"; 
alt="Debian Stretch+" />
-https://apps.fedoraproject.org/packages/googler";>https://img.shields.io/badge/fedora-27+-blue.svg?maxAge=2592000"; 
alt="Fedora 27+" />
-https://software.opensuse.org/search?q=googler";>https://img.shields.io/badge/opensuse%20leap-15.0+-blue.svg?maxAge=2592000";
 alt="openSUSE Leap 15.0+" />
-https://packages.ubuntu.com/search?keywords=googler&searchon=names";>https://img.shields.io/badge/ubuntu-16.10+-blue.svg?maxAge=2592000"; 
alt="Ubuntu Yakkety+" />
-
-
-
-https://repology.org/metapackage/googler";>https://repology.org/badge/tiny-repos/googler.svg"; alt="Availability">
+https://repology.org/project/googler/versions";>https://repology.org/badge/tiny-repos/googler.svg"; alt="Availability">
 https://github.com/jarun/googler/blob/master/LICENSE";>https://img.shie

commit googler for openSUSE:Factory

2019-12-02 Thread root
Hello community,

here is the log from the commit of package googler for openSUSE:Factory checked 
in at 2019-12-02 11:30:53

Comparing /work/SRC/openSUSE:Factory/googler (Old)
 and  /work/SRC/openSUSE:Factory/.googler.new.4691 (New)


Package is "googler"

Mon Dec  2 11:30:53 2019 rev:5 rq:752545 version:4.0

Changes:

--- /work/SRC/openSUSE:Factory/googler/googler.changes  2019-06-03 
18:50:59.580524342 +0200
+++ /work/SRC/openSUSE:Factory/.googler.new.4691/googler.changes
2019-12-02 11:35:00.126455498 +0100
@@ -1,0 +2,8 @@
+Wed Nov 27 02:31:48 UTC 2019 - Dilawar Singh 
+
+- Update to version 4.0
+* Switch to modern UA and fix parser to handle new result format
+- fixes #306 Googler no results on v3.9 (due to google's recent layout 
changes)
+* Text-wrapping
+
+---

Old:

  v3.9.tar.gz

New:

  v4.0.tar.gz



Other differences:
--
++ googler.spec ++
--- /var/tmp/diff_new_pack.bKeHtA/_old  2019-12-02 11:35:01.834454652 +0100
+++ /var/tmp/diff_new_pack.bKeHtA/_new  2019-12-02 11:35:01.854454642 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   googler
-Version:3.9
+Version:4.0
 Release:0
 Summary:Google Search, Google Site Search, Google News from the 
terminal
 License:GPL-3.0-or-later
@@ -56,7 +56,8 @@
 
 %files
 %defattr(-,root,root)
-%doc LICENSE CHANGELOG README.md
+%license LICENSE
+%doc CHANGELOG README.md
 %{_bindir}/googler
 %{_mandir}/man1/googler.*
 %{_sysconfdir}/bash_completion.d/

++ v3.9.tar.gz -> v4.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/googler-3.9/.circleci/config.yml 
new/googler-4.0/.circleci/config.yml
--- old/googler-3.9/.circleci/config.yml2019-05-30 05:07:26.0 
+0200
+++ new/googler-4.0/.circleci/config.yml2019-11-26 22:49:05.0 
+0100
@@ -11,11 +11,6 @@
 - run: ./tests/test --ci
 
 jobs:
-  py34:
-docker:
-  - image: python:3.4-slim
-<<: *test-template
-
   py35:
 docker:
   - image: python:3.5-slim
@@ -31,6 +26,11 @@
   - image: python:3.7-slim
 <<: *test-template
 
+  py38:
+docker:
+  - image: python:3.8-slim
+<<: *test-template
+
   package-and-publish:
 machine: true
 working_directory: ~/googler
@@ -42,7 +42,7 @@
 # Use latest installed python3 from pyenv
 export PYENV_VERSION="$(pyenv versions | grep -Po '\b3\.\d+\.\d+' 
| tail -1)"
 pip install packagecore
-packagecore -o ./dist/ ${CIRCLE_TAG#v}
+packagecore -c tests/packagecore/packagecore.yaml -o ./dist/ 
${CIRCLE_TAG#v}
   - run:
   name: "publish to GitHub"
   command: |
@@ -54,10 +54,10 @@
 
   test:
 jobs: &all-tests
-  - py34
   - py35
   - py36
   - py37
+  - py38
 
   weekly:
 triggers:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/googler-3.9/.github/FUNDING.yml 
new/googler-4.0/.github/FUNDING.yml
--- old/googler-3.9/.github/FUNDING.yml 1970-01-01 01:00:00.0 +0100
+++ new/googler-4.0/.github/FUNDING.yml 2019-11-26 22:49:05.0 +0100
@@ -0,0 +1 @@
+custom: 
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RMLTQ76JSXJ4Q
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/googler-3.9/.github/lock.yml 
new/googler-4.0/.github/lock.yml
--- old/googler-3.9/.github/lock.yml1970-01-01 01:00:00.0 +0100
+++ new/googler-4.0/.github/lock.yml2019-11-26 22:49:05.0 +0100
@@ -0,0 +1,3 @@
+daysUntilLock: 60
+lockComment: false
+setLockReason: false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/googler-3.9/CHANGELOG new/googler-4.0/CHANGELOG
--- old/googler-3.9/CHANGELOG   2019-05-30 05:07:26.0 +0200
+++ new/googler-4.0/CHANGELOG   2019-11-26 22:49:05.0 +0100
@@ -1,3 +1,12 @@
+googler 4.0
+2019-11-27
+
+What's in?
+- Switch to modern UA and fix parser to handle new result format
+- Text-wrapping
+
+---
+
 googler 3.9
 2019-05-30
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/googler-3.9/README.md new/googler-4.0/README.md
--- old/googler-3.9/README.md   2019-05-30 05:07:26.0 +0200
+++ new/googler-4.0/README.md   2019-11-26 22:49:05.0 +0100
@@ -29,7 +29,7 @@
 More fun stuff you can try with `googler`:
 
 - [googler on the 
iPad](https://github.com/jarun/googler/wiki/googler-on-the-iPad)
-- [Directly print content of results to 
terminal](https://git

commit googler for openSUSE:Factory

2019-06-03 Thread root
Hello community,

here is the log from the commit of package googler for openSUSE:Factory checked 
in at 2019-06-03 18:50:58

Comparing /work/SRC/openSUSE:Factory/googler (Old)
 and  /work/SRC/openSUSE:Factory/.googler.new.5148 (New)


Package is "googler"

Mon Jun  3 18:50:58 2019 rev:4 rq:706895 version:3.9

Changes:

--- /work/SRC/openSUSE:Factory/googler/googler.changes  2019-04-01 
12:37:28.865889104 +0200
+++ /work/SRC/openSUSE:Factory/.googler.new.5148/googler.changes
2019-06-03 18:50:59.580524342 +0200
@@ -1,0 +2,11 @@
+Thu May 30 03:50:45 UTC 2019 - Dilawar Singh 
+
+- Update to version 3.9
+* fix issue - googler showing "No results."
+* show matched keywords in bold in result abstracts
+* option --colorize for more control on colors
+* better support for colors on Windows
+* switch to CircleCI from Travis
+* option --noua is deprecated (noop) and will be removed in future
+
+---

Old:

  v3.8.tar.gz

New:

  v3.9.tar.gz



Other differences:
--
++ googler.spec ++
--- /var/tmp/diff_new_pack.bi0sX3/_old  2019-06-03 18:51:00.376524069 +0200
+++ /var/tmp/diff_new_pack.bi0sX3/_new  2019-06-03 18:51:00.380524068 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package googler
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,15 +12,15 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   googler
-Version:3.8
+Version:3.9
 Release:0
 Summary:Google Search, Google Site Search, Google News from the 
terminal
-License:GPL-3.0+
+License:GPL-3.0-or-later
 Group:  Productivity/Networking/Web/Utilities
 Url:https://github.com/jarun/googler
 Source: https://github.com/jarun/googler/archive/v%{version}.tar.gz

++ v3.8.tar.gz -> v3.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/googler-3.8/.circleci/config.yml 
new/googler-3.9/.circleci/config.yml
--- old/googler-3.8/.circleci/config.yml1970-01-01 01:00:00.0 
+0100
+++ new/googler-3.9/.circleci/config.yml2019-05-30 05:07:26.0 
+0200
@@ -0,0 +1,79 @@
+version: 2
+
+test-template: &test-template
+  working_directory: ~/googler
+  environment:
+NUM_TEST_ITERATIONS: 30
+SLEEP_DURATION: 3
+  steps:
+- run: apt update && apt install -y --no-install-recommends git wamerican
+- checkout
+- run: ./tests/test --ci
+
+jobs:
+  py34:
+docker:
+  - image: python:3.4-slim
+<<: *test-template
+
+  py35:
+docker:
+  - image: python:3.5-slim
+<<: *test-template
+
+  py36:
+docker:
+  - image: python:3.6-slim
+<<: *test-template
+
+  py37:
+docker:
+  - image: python:3.7-slim
+<<: *test-template
+
+  package-and-publish:
+machine: true
+working_directory: ~/googler
+steps:
+  - checkout
+  - run:
+  name: "package with packagecore"
+  command: |
+# Use latest installed python3 from pyenv
+export PYENV_VERSION="$(pyenv versions | grep -Po '\b3\.\d+\.\d+' 
| tail -1)"
+pip install packagecore
+packagecore -o ./dist/ ${CIRCLE_TAG#v}
+  - run:
+  name: "publish to GitHub"
+  command: |
+go get github.com/tcnksm/ghr
+ghr -t ${GITHUB_API_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r 
${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -replace ${CIRCLE_TAG} ./dist/
+
+workflows:
+  version: 2
+
+  test:
+jobs: &all-tests
+  - py34
+  - py35
+  - py36
+  - py37
+
+  weekly:
+triggers:
+  - schedule:
+  cron: "0 0 * * 6"
+  filters:
+branches:
+  only:
+- master
+jobs: *all-tests
+
+  publish-github-release:
+jobs:
+  - package-and-publish:
+  filters:
+tags:
+  only: /^v.*/
+branches:
+  ignore: /.*/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/googler-3.8/.travis.yml new/googler-3.9/.travis.yml
--- old/googler-3.8/.travis.yml 2019-03-27 16:06:06.0 +0100
+++ new/googler-3.9/.travis.yml 1970-01-01 01:00:00.0 +0100
@@ -1,31 +0,0 @@
-lan

commit googler for openSUSE:Factory

2019-04-01 Thread root
Hello community,

here is the log from the commit of package googler for openSUSE:Factory checked 
in at 2019-04-01 12:37:28

Comparing /work/SRC/openSUSE:Factory/googler (Old)
 and  /work/SRC/openSUSE:Factory/.googler.new.25356 (New)


Package is "googler"

Mon Apr  1 12:37:28 2019 rev:3 rq:689761 version:3.8

Changes:

--- /work/SRC/openSUSE:Factory/googler/googler.changes  2019-03-18 
10:42:11.507211919 +0100
+++ /work/SRC/openSUSE:Factory/.googler.new.25356/googler.changes   
2019-04-01 12:37:28.865889104 +0200
@@ -1,0 +2,11 @@
+Thu Mar 28 15:39:30 UTC 2019 - dilawar.s.raj...@gmail.com
+
+- Update to version 3.8
+* A complete parser rewrite
+* Visual redesign of the output format
+* Text-wrapping for CJK wide characters
+* Refresh current page on URL expansion toggle
+* Available on Raspbian testing and Chocolatey
+* Several important fixes
+
+---

Old:

  v3.7.1.tar.gz

New:

  v3.8.tar.gz



Other differences:
--
++ googler.spec ++
--- /var/tmp/diff_new_pack.ydmt3D/_old  2019-04-01 12:37:29.353889343 +0200
+++ /var/tmp/diff_new_pack.ydmt3D/_new  2019-04-01 12:37:29.357889345 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   googler
-Version:3.7.1
+Version:3.8
 Release:0
 Summary:Google Search, Google Site Search, Google News from the 
terminal
 License:GPL-3.0+

++ v3.7.1.tar.gz -> v3.8.tar.gz ++
 2654 lines of diff (skipped)




commit googler for openSUSE:Factory

2019-03-18 Thread root
Hello community,

here is the log from the commit of package googler for openSUSE:Factory checked 
in at 2019-03-18 10:42:08

Comparing /work/SRC/openSUSE:Factory/googler (Old)
 and  /work/SRC/openSUSE:Factory/.googler.new.28833 (New)


Package is "googler"

Mon Mar 18 10:42:08 2019 rev:2 rq:685588 version:3.7.1

Changes:

--- /work/SRC/openSUSE:Factory/googler/googler.changes  2018-04-20 
17:27:47.242200248 +0200
+++ /work/SRC/openSUSE:Factory/.googler.new.28833/googler.changes   
2019-03-18 10:42:11.507211919 +0100
@@ -1,0 +2,20 @@
+Sat Mar 16 08:47:43 UTC 2019 - dilawar.s.raj...@gmail.com
+
+- Update to version 3.7.1
+* Custom user agent
+* Fix to unescape auto-completions
+
+- Update to version 3.7
+* Support xclip as a clipboard utility on *nix
+* Support GNU Screen and tmux as clipboard fallback
+* Support Termux clipboard on Android
+
+- Update to version 3.6 
+* Decode auto-completion info as per charset in response header
+* Ignore trailing / in proxy
+* Some heath sites added to googler @t
+* User agent updated to Firefox 60
+* Availability on Fedora and openSUSE
+* More auto-generated packages
+
+---

Old:

  v3.5.tar.gz

New:

  v3.7.1.tar.gz



Other differences:
--
++ googler.spec ++
--- /var/tmp/diff_new_pack.tC4bWc/_old  2019-03-18 10:42:13.391209617 +0100
+++ /var/tmp/diff_new_pack.tC4bWc/_new  2019-03-18 10:42:13.395209612 +0100
@@ -17,14 +17,14 @@
 
 
 Name:   googler
-Version:3.5
+Version:3.7.1
 Release:0
 Summary:Google Search, Google Site Search, Google News from the 
terminal
 License:GPL-3.0+
 Group:  Productivity/Networking/Web/Utilities
 Url:https://github.com/jarun/googler
 Source: https://github.com/jarun/googler/archive/v%{version}.tar.gz
-BuildRequires:  python3-devel >= 3.3
+BuildRequires:  python3-devel >= 3.4
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -43,6 +43,9 @@
 
 %install
 make PREFIX=%{buildroot}%{_prefix} install
+# Fix the googler.noarch: E: env-script-interpreter (Badness: 9) error by
+# rpmlint.
+sed -i 's|/usr/bin/env\ python|/usr/bin/python|1' 
%{buildroot}/%{_bindir}/%{name}
 
 # wrong location
 rm -rf %{buildroot}%{_datadir}/doc/googler

++ v3.5.tar.gz -> v3.7.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/googler-3.5/CHANGELOG new/googler-3.7.1/CHANGELOG
--- old/googler-3.5/CHANGELOG   2018-02-16 03:07:19.0 +0100
+++ new/googler-3.7.1/CHANGELOG 2018-10-09 22:24:00.0 +0200
@@ -1,3 +1,35 @@
+googler 3.7.1
+2018-10-10
+
+What's in?
+- Custom user agent
+- Fix to unescape auto-completions
+
+---
+
+googler 3.7
+2018-09-16
+
+What's in?
+- Support xclip as a clipboard utility on *nix
+- Support GNU Screen and tmux as clipboard fallback
+- Support Termux clipboard on Android
+
+---
+
+googler 3.6
+2018-05-23
+
+What's in?
+- Decode auto-completion info as per charset in response header
+- Ignore trailing `/` in proxy
+- Some heath sites added to googler @t
+- User agent updated to Firefox 60
+- Availability on Fedora and openSUSE
+- More auto-generated packages
+
+---
+
 googler 3.5
 2018-02-16
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/googler-3.5/README.md new/googler-3.7.1/README.md
--- old/googler-3.5/README.md   2018-02-16 03:07:19.0 +0100
+++ new/googler-3.7.1/README.md 2018-10-09 22:24:00.0 +0200
@@ -5,14 +5,18 @@
 https://aur.archlinux.org/packages/googler";>https://img.shields.io/aur/version/googler.svg?maxAge=600"; alt="AUR" />
 http://formulae.brew.sh/formula/googler";>https://img.shields.io/homebrew/v/googler.svg?maxAge=600"; alt="Homebrew" 
/>
 https://packages.debian.org/search?keywords=googler&searchon=names";>https://img.shields.io/badge/debian-9+-blue.svg?maxAge=2592000"; 
alt="Debian Stretch+" />
+https://apps.fedoraproject.org/packages/googler";>https://img.shields.io/badge/fedora-27+-blue.svg?maxAge=2592000"; 
alt="Fedora 27+" />
+https://software.opensuse.org/search?q=googler";>https://img.shields.io/badge/opensuse%20leap-15.0+-blue.svg?maxAge=2592000";
 alt="openSUSE Leap 15.0+" />
 https://packages.ubuntu.com/search?keywords=googler&searchon=names";>https://img.shields.io/badge/ubuntu-16.10+-blue.svg?maxAge=2592000"; 
alt="Ubuntu Yakkety+" />
-https://launchpad.net/~twodopeshaggy/+archive/u