Skip to content
This repository was archived by the owner on Mar 5, 2022. It is now read-only.

Commit c273ac8

Browse files
committedApr 30, 2020
Prepare for release v4.1
1 parent 140f4d0 commit c273ac8

File tree

5 files changed

+30
-30
lines changed

5 files changed

+30
-30
lines changed
 

‎CHANGELOG

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
googler 4.1
2+
2020-04-30
3+
4+
What's in?
5+
- search Google Videos
6+
- options `--from` and `--to` to specify date range for search
7+
- update parser to handle new layout for Google News results
8+
- strip trailing comma from metadata
9+
- add auto-generated packages for new distros, remove obsolete
10+
11+
-------------------------------------------------------------------------------
12+
113
googler 4.0
214
2019-11-27
315

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ More fun stuff you can try with `googler`:
3030
*Love smart and efficient utilities? Explore [my repositories](https://github.com/jarun?tab=repositories). Buy me a cup of coffee if they help you.*
3131

3232
<p align="center">
33-
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RMLTQ76JSXJ4Q"><img src="https://img.shields.io/badge/PayPal-donate-1eb0fc.svg" alt="Donate via PayPal!" /></a>
33+
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RMLTQ76JSXJ4Q"><img src="https://img.shields.io/badge/donate-PayPal-1eb0fc.svg" alt="Donate via PayPal!" /></a>
3434
</p>
3535

3636
### Table of contents
@@ -137,7 +137,7 @@ To remove `googler` and associated docs, run
137137

138138
To install the latest stable version, run
139139

140-
$ sudo curl -o /usr/local/bin/googler https://raw.githubusercontent.com/jarun/googler/v4.0/googler && sudo chmod +x /usr/local/bin/googler
140+
$ sudo curl -o /usr/local/bin/googler https://raw.githubusercontent.com/jarun/googler/v4.1/googler && sudo chmod +x /usr/local/bin/googler
141141

142142
You could then let googler upgrade itself by running
143143

‎googler

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ except ValueError:
8989

9090
# Constants
9191

92-
_VERSION_ = '4.0'
92+
_VERSION_ = '4.1'
9393

9494
COLORMAP = {k: '\x1b[%sm' % v for k, v in {
9595
'a': '30', 'b': '31', 'c': '32', 'd': '33',

‎googler.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "GOOGLER" "1" "27 Nov 2019" "Version 4.0" "User Commands"
1+
.TH "GOOGLER" "1" "30 Apr 2020" "Version 4.1" "User Commands"
22
.SH NAME
33
googler \- Google from the command-line
44
.SH SYNOPSIS

‎tests/packagecore/packagecore.yaml

+14-26
Original file line numberDiff line numberDiff line change
@@ -23,42 +23,30 @@ packages:
2323
- make
2424
deps:
2525
- python
26-
debian8:
27-
builddeps:
28-
- make
29-
deps:
30-
- python3
31-
debian9:
32-
builddeps:
33-
- make
34-
deps:
35-
- python3
36-
debian10:
37-
builddeps:
38-
- make
39-
deps:
40-
- python3
41-
fedora25:
26+
centos7.7:
4227
builddeps:
4328
- make
4429
deps:
45-
- python3
46-
fedora26:
30+
- python
31+
centos8.0:
4732
builddeps:
4833
- make
4934
deps:
5035
- python3
51-
fedora27:
36+
commands:
37+
precompile:
38+
- dnf install python3
39+
debian8:
5240
builddeps:
5341
- make
5442
deps:
5543
- python3
56-
fedora28:
44+
debian9:
5745
builddeps:
5846
- make
5947
deps:
6048
- python3
61-
fedora29:
49+
debian10:
6250
builddeps:
6351
- make
6452
deps:
@@ -73,27 +61,27 @@ packages:
7361
- make
7462
deps:
7563
- python3
76-
opensuse42.3:
64+
opensuse15.1:
7765
builddeps:
7866
- make
7967
deps:
8068
- python3
81-
opensuse15.0:
69+
ubuntu14.04:
8270
builddeps:
8371
- make
8472
deps:
8573
- python3
86-
ubuntu14.04:
74+
ubuntu16.04:
8775
builddeps:
8876
- make
8977
deps:
9078
- python3
91-
ubuntu16.04:
79+
ubuntu18.04:
9280
builddeps:
9381
- make
9482
deps:
9583
- python3
96-
ubuntu18.04:
84+
ubuntu20.04:
9785
builddeps:
9886
- make
9987
deps:

14 commit comments

Comments
 (14)

jarun commented on May 1, 2020

@jarun
OwnerAuthor

@dilawar, @eclipseo, @pabloariasal, @zmwangx, @szlin googler v4.1 is released!

maxice8 commented on May 1, 2020

@maxice8
Contributor

Please don't tag me, I don't maintain googler in any distro

jarun commented on May 1, 2020

@jarun
OwnerAuthor

Sorry @maxice8! Noted.

jarun commented on May 1, 2020

@jarun
OwnerAuthor

@maxice8 I guess the confusion is here - you were maintaining googler for Void Linux for at least till Mar 2019. I remember at some point you mentioned you have left the project... either on googler or any other project of mine.

Yes, I do have a problem of remembering this every time I make a release for any of my projects but I'm too lazy to check history of all of my projects. So tell me this - are you the maintainer of any of my projects on any distro as of today?

maxice8 commented on May 1, 2020

@maxice8
Contributor

No i am not maintainer of any of your projects on any distro

jarun commented on May 1, 2020

@jarun
OwnerAuthor

OK. Thanks!

szlin commented on May 1, 2020

@szlin
Collaborator

@jarun Uploaded. Thanks for tagging me!

jarun commented on May 1, 2020

@jarun
OwnerAuthor

Thanks Lin!

dilawar commented on May 1, 2020

@dilawar
Contributor

submitted to openSUSE.

jarun commented on May 1, 2020

@jarun
OwnerAuthor

Thanks @dilawar!

pabloariasal commented on May 1, 2020

@pabloariasal

jarun commented on May 1, 2020

@jarun
OwnerAuthor

@pabloariasal Thanks! Please update ddgr on AUR.

pabloariasal commented on May 1, 2020

@pabloariasal

jarun commented on May 1, 2020

@jarun
OwnerAuthor

Thank you!

This repository has been archived.