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

Commit

Permalink
Prepare for release v4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Apr 30, 2020
1 parent 140f4d0 commit c273ac8
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 30 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ More fun stuff you can try with `googler`:
*Love smart and efficient utilities? Explore [my repositories](https://github.com/jarun?tab=repositories). Buy me a cup of coffee if they help you.*

<p align="center">
<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>
<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>
</p>

### Table of contents
Expand Down Expand Up @@ -137,7 +137,7 @@ To remove `googler` and associated docs, run

To install the latest stable version, run

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

You could then let googler upgrade itself by running

Expand Down
2 changes: 1 addition & 1 deletion googler
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ except ValueError:

# Constants

_VERSION_ = '4.0'
_VERSION_ = '4.1'

COLORMAP = {k: '\x1b[%sm' % v for k, v in {
'a': '30', 'b': '31', 'c': '32', 'd': '33',
Expand Down
2 changes: 1 addition & 1 deletion googler.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "GOOGLER" "1" "27 Nov 2019" "Version 4.0" "User Commands"
.TH "GOOGLER" "1" "30 Apr 2020" "Version 4.1" "User Commands"
.SH NAME
googler \- Google from the command-line
.SH SYNOPSIS
Expand Down
40 changes: 14 additions & 26 deletions tests/packagecore/packagecore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,42 +23,30 @@ packages:
- make
deps:
- python
debian8:
builddeps:
- make
deps:
- python3
debian9:
builddeps:
- make
deps:
- python3
debian10:
builddeps:
- make
deps:
- python3
fedora25:
centos7.7:
builddeps:
- make
deps:
- python3
fedora26:
- python
centos8.0:
builddeps:
- make
deps:
- python3
fedora27:
commands:
precompile:
- dnf install python3
debian8:
builddeps:
- make
deps:
- python3
fedora28:
debian9:
builddeps:
- make
deps:
- python3
fedora29:
debian10:
builddeps:
- make
deps:
Expand All @@ -73,27 +61,27 @@ packages:
- make
deps:
- python3
opensuse42.3:
opensuse15.1:
builddeps:
- make
deps:
- python3
opensuse15.0:
ubuntu14.04:
builddeps:
- make
deps:
- python3
ubuntu14.04:
ubuntu16.04:
builddeps:
- make
deps:
- python3
ubuntu16.04:
ubuntu18.04:
builddeps:
- make
deps:
- python3
ubuntu18.04:
ubuntu20.04:
builddeps:
- make
deps:
Expand Down

14 comments on commit c273ac8

@jarun
Copy link
Owner Author

@jarun jarun commented on c273ac8 May 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@maxice8
Copy link
Contributor

@maxice8 maxice8 commented on c273ac8 May 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@jarun
Copy link
Owner Author

@jarun jarun commented on c273ac8 May 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry @maxice8! Noted.

@jarun
Copy link
Owner Author

@jarun jarun commented on c273ac8 May 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@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
Copy link
Contributor

@maxice8 maxice8 commented on c273ac8 May 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@jarun
Copy link
Owner Author

@jarun jarun commented on c273ac8 May 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK. Thanks!

@szlin
Copy link
Collaborator

@szlin szlin commented on c273ac8 May 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jarun Uploaded. Thanks for tagging me!

@jarun
Copy link
Owner Author

@jarun jarun commented on c273ac8 May 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Lin!

@dilawar
Copy link
Contributor

@dilawar dilawar commented on c273ac8 May 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

submitted to openSUSE.

@jarun
Copy link
Owner Author

@jarun jarun commented on c273ac8 May 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @dilawar!

@pabloariasal
Copy link

@pabloariasal pabloariasal commented on c273ac8 May 1, 2020 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jarun
Copy link
Owner Author

@jarun jarun commented on c273ac8 May 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pabloariasal Thanks! Please update ddgr on AUR.

@pabloariasal
Copy link

@pabloariasal pabloariasal commented on c273ac8 May 1, 2020 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jarun
Copy link
Owner Author

@jarun jarun commented on c273ac8 May 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

Please sign in to comment.