Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-dotenv: update to 0.21.1.
@ 2023-02-17 19:10 icp1994
  2023-02-17 19:30 ` [PR PATCH] [Updated] " icp1994
  2023-02-19  4:24 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: icp1994 @ 2023-02-17 19:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages python3-dotenv
https://github.com/void-linux/void-packages/pull/42330

python3-dotenv: update to 0.21.1.
#### 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**

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

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

From 82bfc78d4c69fb3ce618feda5193887040514eb7 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 14 Feb 2023 12:26:46 +0530
Subject: [PATCH] python3-dotenv: update to 0.21.1.

---
 srcpkgs/python3-dotenv/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-dotenv/template b/srcpkgs/python3-dotenv/template
index c3869a7e25be..a816a4ff91fb 100644
--- a/srcpkgs/python3-dotenv/template
+++ b/srcpkgs/python3-dotenv/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-dotenv'
 pkgname=python3-dotenv
-version=0.21.0
+version=0.21.1
 revision=1
 build_style=python3-module
 # CLI tests and test_set_key_permission_error fail in xbps-src's build environment
@@ -12,8 +12,9 @@ short_desc="Python module to get and set variables in .env files"
 maintainer="Kartik Singh <kartik.ynwa@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://github.com/theskumar/python-dotenv"
-distfiles="https://github.com/theskumar/python-dotenv/archive/v${version}.tar.gz"
-checksum=6496ae52e472bfb1498a5ffe0112550d93dc92596a1f9e4d8356943fffc6cbe4
+changelog="https://raw.githubusercontent.com/theskumar/python-dotenv/main/CHANGELOG.md"
+distfiles="https://github.com/theskumar/python-dotenv/archive/refs/tags/v${version}.tar.gz"
+checksum=c7c8c77984ac4d6914c09182133b49204a1bec383783b879016135c1e69393fe
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] python3-dotenv: update to 0.21.1.
  2023-02-17 19:10 [PR PATCH] python3-dotenv: update to 0.21.1 icp1994
@ 2023-02-17 19:30 ` icp1994
  2023-02-19  4:24 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: icp1994 @ 2023-02-17 19:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages python3-dotenv
https://github.com/void-linux/void-packages/pull/42330

python3-dotenv: update to 0.21.1.
#### 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**

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

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

From 1fc74ec9167ab862db5b28f23fff3f8ac5feb5a7 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 14 Feb 2023 12:26:46 +0530
Subject: [PATCH] python3-dotenv: update to 0.21.1.

---
 srcpkgs/python3-dotenv/template | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-dotenv/template b/srcpkgs/python3-dotenv/template
index c3869a7e25be..9dbd84cba690 100644
--- a/srcpkgs/python3-dotenv/template
+++ b/srcpkgs/python3-dotenv/template
@@ -1,10 +1,13 @@
 # Template file for 'python3-dotenv'
 pkgname=python3-dotenv
-version=0.21.0
+version=0.21.1
 revision=1
 build_style=python3-module
 # CLI tests and test_set_key_permission_error fail in xbps-src's build environment
-make_check_args="-k not((test_cli)or(test_set_key_permission_error))"
+make_check_args="-k not(test_run)
+ --deselect tests/test_cli.py::test_get_default_path
+ --deselect tests/test_main.py::test_set_key_permission_error
+ --deselect tests/test_main.py::test_set_key_unauthorized_file"
 hostmakedepends="python3-setuptools"
 depends="python3-click"
 checkdepends="${depends} python3-ipython python3-mock python3-pytest python3-sh"
@@ -12,8 +15,9 @@ short_desc="Python module to get and set variables in .env files"
 maintainer="Kartik Singh <kartik.ynwa@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://github.com/theskumar/python-dotenv"
-distfiles="https://github.com/theskumar/python-dotenv/archive/v${version}.tar.gz"
-checksum=6496ae52e472bfb1498a5ffe0112550d93dc92596a1f9e4d8356943fffc6cbe4
+changelog="https://raw.githubusercontent.com/theskumar/python-dotenv/main/CHANGELOG.md"
+distfiles="https://github.com/theskumar/python-dotenv/archive/refs/tags/v${version}.tar.gz"
+checksum=c7c8c77984ac4d6914c09182133b49204a1bec383783b879016135c1e69393fe
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: python3-dotenv: update to 0.21.1.
  2023-02-17 19:10 [PR PATCH] python3-dotenv: update to 0.21.1 icp1994
  2023-02-17 19:30 ` [PR PATCH] [Updated] " icp1994
@ 2023-02-19  4:24 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2023-02-19  4:24 UTC (permalink / raw)
  To: ml

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

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

python3-dotenv: update to 0.21.1.
https://github.com/void-linux/void-packages/pull/42330

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**

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

end of thread, other threads:[~2023-02-19  4:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-17 19:10 [PR PATCH] python3-dotenv: update to 0.21.1 icp1994
2023-02-17 19:30 ` [PR PATCH] [Updated] " icp1994
2023-02-19  4:24 ` [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).