Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] lesspass: add python3-requests dependency
@ 2023-06-27  9:14 Eloitor
  2023-06-27  9:18 ` [PR REVIEW] " classabbyamp
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Eloitor @ 2023-06-27  9:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages lesspass
https://github.com/void-linux/void-packages/pull/44658

lesspass: add python3-requests dependency
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)


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

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

From 366c889f05f8af8942ab7a46fea1cd67fb128a88 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Tue, 27 Jun 2023 11:13:40 +0200
Subject: [PATCH] lesspass: add python3-requests dependency

---
 srcpkgs/lesspass/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/lesspass/template b/srcpkgs/lesspass/template
index 5194852fe64c..bbeda4eb4cc6 100644
--- a/srcpkgs/lesspass/template
+++ b/srcpkgs/lesspass/template
@@ -1,11 +1,11 @@
 # Template file for 'lesspass'
 pkgname=lesspass
 version=10.2.1
-revision=1
+revision=2
 build_wrksrc="cli"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3"
+depends="python3 python3-requests"
 checkdepends="python3-pexpect python3-mock python3-requests"
 short_desc="Stateless password generator"
 maintainer="Eloi Torrents <eloitor@disroot.org>"

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

* Re: [PR REVIEW] lesspass: add python3-requests dependency
  2023-06-27  9:14 [PR PATCH] lesspass: add python3-requests dependency Eloitor
@ 2023-06-27  9:18 ` classabbyamp
  2023-06-27  9:27 ` [PR PATCH] [Updated] " Eloitor
  2023-06-27  9:29 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-06-27  9:18 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/44658#discussion_r1243411593

Comment:
```suggestion
depends="python3-requests"
```

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

* Re: [PR PATCH] [Updated] lesspass: add python3-requests dependency
  2023-06-27  9:14 [PR PATCH] lesspass: add python3-requests dependency Eloitor
  2023-06-27  9:18 ` [PR REVIEW] " classabbyamp
@ 2023-06-27  9:27 ` Eloitor
  2023-06-27  9:29 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: Eloitor @ 2023-06-27  9:27 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Eloitor against master on the void-packages repository

https://github.com/Eloitor/void-packages lesspass
https://github.com/void-linux/void-packages/pull/44658

lesspass: add python3-requests dependency
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)


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

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

From c27622847dc0826751f5f9cdbe7488e267969c9d Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Tue, 27 Jun 2023 11:13:40 +0200
Subject: [PATCH] lesspass: add python3-requests dependency

---
 srcpkgs/lesspass/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/lesspass/template b/srcpkgs/lesspass/template
index 5194852fe64c..edec1927f8e5 100644
--- a/srcpkgs/lesspass/template
+++ b/srcpkgs/lesspass/template
@@ -1,11 +1,11 @@
 # Template file for 'lesspass'
 pkgname=lesspass
 version=10.2.1
-revision=1
+revision=2
 build_wrksrc="cli"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3"
+depends="python3-requests"
 checkdepends="python3-pexpect python3-mock python3-requests"
 short_desc="Stateless password generator"
 maintainer="Eloi Torrents <eloitor@disroot.org>"

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

* Re: [PR PATCH] [Merged]: lesspass: add python3-requests dependency
  2023-06-27  9:14 [PR PATCH] lesspass: add python3-requests dependency Eloitor
  2023-06-27  9:18 ` [PR REVIEW] " classabbyamp
  2023-06-27  9:27 ` [PR PATCH] [Updated] " Eloitor
@ 2023-06-27  9:29 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-06-27  9:29 UTC (permalink / raw)
  To: ml

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

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

lesspass: add python3-requests dependency
https://github.com/void-linux/void-packages/pull/44658

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)


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

end of thread, other threads:[~2023-06-27  9:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-27  9:14 [PR PATCH] lesspass: add python3-requests dependency Eloitor
2023-06-27  9:18 ` [PR REVIEW] " classabbyamp
2023-06-27  9:27 ` [PR PATCH] [Updated] " Eloitor
2023-06-27  9:29 ` [PR PATCH] [Merged]: " classabbyamp

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).