Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] buku: update to 4.6 + add shell completions
@ 2021-06-16 23:08 FollieHiyuki
  2021-06-17  2:24 ` [PR PATCH] [Merged]: " ericonr
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: FollieHiyuki @ 2021-06-16 23:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1593 bytes --]

There is a new pull request by FollieHiyuki against master on the void-packages repository

https://github.com/FollieHiyuki/void-packages buku-update
https://github.com/void-linux/void-packages/pull/31531

buku: update to 4.6 + add shell completions
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/31531.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-buku-update-31531.patch --]
[-- Type: text/x-diff, Size: 3323 bytes --]

From 6af42fc625f1c1e57687a51292e406d298da0cf6 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 17 Jun 2021 02:07:40 +0300
Subject: [PATCH] buku: update to 4.6 + add shell completions

---
 srcpkgs/buku/patches/0001-Use-system-cacerts.patch | 13 +++++--------
 srcpkgs/buku/template                              |  7 +++++--
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/buku/patches/0001-Use-system-cacerts.patch b/srcpkgs/buku/patches/0001-Use-system-cacerts.patch
index 7391985f4608..b72aa9d7cd25 100644
--- a/srcpkgs/buku/patches/0001-Use-system-cacerts.patch
+++ b/srcpkgs/buku/patches/0001-Use-system-cacerts.patch
@@ -11,7 +11,7 @@ diff --git buku buku
 index 936988a..079d3d2 100755
 --- buku
 +++ buku
-@@ -40,7 +40,6 @@ import threading
+@@ -45,7 +45,6 @@ import threading
  import time
  from typing import Any, Dict, Iterable, List, Optional, Tuple
  import webbrowser
@@ -19,7 +19,7 @@ index 936988a..079d3d2 100755
  import urllib3
  from urllib3.exceptions import LocationParseError
  from urllib3.util import parse_url, make_headers, Retry
-@@ -98,6 +97,8 @@ LOGGER = logging.getLogger()
+@@ -105,6 +104,8 @@ LOGGER = logging.getLogger()
  LOGDBG = LOGGER.debug
  LOGERR = LOGGER.error
  
@@ -28,7 +28,7 @@ index 936988a..079d3d2 100755
  
  class BukuCrypt:
      """Class to handle encryption and decryption of
-@@ -2565,7 +2566,7 @@ class BukuDb:
+@@ -2656,7 +2657,7 @@ class BukuDb:
          if MYPROXY is None:
              gen_headers()
  
@@ -37,7 +37,7 @@ index 936988a..079d3d2 100755
          if MYPROXY:
              manager = urllib3.ProxyManager(
                  MYPROXY,
-@@ -3540,7 +3541,7 @@ def get_PoolManager():
+@@ -3628,7 +3629,7 @@ def get_PoolManager():
      ProxyManager or PoolManager
          ProxyManager if https_proxy is defined, PoolManager otherwise.
      """
@@ -46,7 +46,7 @@ index 936988a..079d3d2 100755
      if MYPROXY:
          return urllib3.ProxyManager(MYPROXY, num_pools=1, headers=MYHEADERS, timeout=15,
                                      cert_reqs='CERT_REQUIRED', ca_certs=ca_certs)
-@@ -4390,7 +4391,7 @@ def check_upstream_release():
+@@ -4523,7 +4524,7 @@ def check_upstream_release():
      if MYPROXY is None:
          gen_headers()
  
@@ -55,6 +55,3 @@ index 936988a..079d3d2 100755
      if MYPROXY:
          manager = urllib3.ProxyManager(
              MYPROXY,
--- 
-2.29.2
-
diff --git a/srcpkgs/buku/template b/srcpkgs/buku/template
index 6912f42091e4..b2c1962d9195 100644
--- a/srcpkgs/buku/template
+++ b/srcpkgs/buku/template
@@ -1,6 +1,6 @@
 # Template file for 'buku'
 pkgname=buku
-version=4.5
+version=4.6
 revision=1
 depends="python3-urllib3 python3-BeautifulSoup4 python3-cryptography
  python3-html5lib"
@@ -9,9 +9,12 @@ maintainer="Diogo Leal <diogo@diogoleal.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/jarun/Buku"
 distfiles="https://github.com/jarun/Buku/archive/v${version}.tar.gz"
-checksum=68c7bb77ba579ce69543e17d7dacaa31164a6662bb183463e8f1ffec2f9d6785
+checksum=2e1968016d3856184db8ac49cdc92a6c70869f62846185f28c8c60ead0c42888
 
 do_install() {
 	vbin buku
 	vman buku.1
+	vcompletion auto-completion/bash/buku-completion.bash bash
+	vcompletion auto-completion/zsh/_buku zsh
+	vcompletion auto-completion/fish/buku.fish fish
 }

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Merged]: buku: update to 4.6 + add shell completions
  2021-06-16 23:08 [PR PATCH] buku: update to 4.6 + add shell completions FollieHiyuki
@ 2021-06-17  2:24 ` ericonr
  2021-06-17  2:25 ` ericonr
  2021-06-17  2:34 ` FollieHiyuki
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-06-17  2:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1428 bytes --]

There's a merged pull request on the void-packages repository

buku: update to 4.6 + add shell completions
https://github.com/void-linux/void-packages/pull/31531

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: buku: update to 4.6 + add shell completions
  2021-06-16 23:08 [PR PATCH] buku: update to 4.6 + add shell completions FollieHiyuki
  2021-06-17  2:24 ` [PR PATCH] [Merged]: " ericonr
@ 2021-06-17  2:25 ` ericonr
  2021-06-17  2:34 ` FollieHiyuki
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-06-17  2:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 248 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31531#issuecomment-862866145

Comment:
Would be nice to look into some form of upstreaming the system ca certs stuff, if you are interested in it.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: buku: update to 4.6 + add shell completions
  2021-06-16 23:08 [PR PATCH] buku: update to 4.6 + add shell completions FollieHiyuki
  2021-06-17  2:24 ` [PR PATCH] [Merged]: " ericonr
  2021-06-17  2:25 ` ericonr
@ 2021-06-17  2:34 ` FollieHiyuki
  2 siblings, 0 replies; 4+ messages in thread
From: FollieHiyuki @ 2021-06-17  2:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 278 bytes --]

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/31531#issuecomment-862869333

Comment:
> Would be nice to look into some form of upstreaming the system ca certs stuff, if you are interested in it.

I will ask upstream

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-06-17  2:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-16 23:08 [PR PATCH] buku: update to 4.6 + add shell completions FollieHiyuki
2021-06-17  2:24 ` [PR PATCH] [Merged]: " ericonr
2021-06-17  2:25 ` ericonr
2021-06-17  2:34 ` FollieHiyuki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).