Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: python3-dotenv: update to 0.17.1.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-31470@inbox.vuxu.org>
  2021-06-15 20:01 ` python3-dotenv: update to 0.17.1 ericonr
@ 2021-06-15 20:01 ` ericonr
  2021-06-16  4:19 ` kartikynwa
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 16+ messages in thread
From: ericonr @ 2021-06-15 20:01 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31470#issuecomment-861793074

Comment:
I assume you've tested docker-compose with this?

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

* Re: python3-dotenv: update to 0.17.1.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-31470@inbox.vuxu.org>
  2021-06-15 20:01 ` python3-dotenv: update to 0.17.1 ericonr
  2021-06-15 20:01 ` ericonr
@ 2021-06-16  4:19 ` kartikynwa
  2021-06-16  4:24 ` [PR PATCH] [Updated] " kartikynwa
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 16+ messages in thread
From: kartikynwa @ 2021-06-16  4:19 UTC (permalink / raw)
  To: ml

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

New comment by kartikynwa on void-packages repository

https://github.com/void-linux/void-packages/pull/31470#issuecomment-862026550

Comment:
@ericonr

I didn't use ci-skip anywhere. Will force push a commit and see if it triggers the builds.


I have tested it. I use it on my machine for development. Here is a short example:

```
~/docker-compose-test
❯ xbps-query python3-dotenv | grep ver
pkgver: python3-dotenv-0.17.1_1

~/docker-compose-test
❯ cat docker-compose.yml
version: "3.9"

services:
  hello:
    container_name: ${NAME}
    image: hello-world:latest

~/docker-compose-test
❯ cat .env
NAME=hello-world-container

~/docker-compose-test
❯ sudo docker-compose up
Starting hello-world-container ... done
Attaching to hello-world-container
hello-world-container |
hello-world-container | Hello from Docker!
hello-world-container | This message shows that your installation appears to be working correctly.
hello-world-container |
hello-world-container | To generate this message, Docker took the following steps:
hello-world-container |  1. The Docker client contacted the Docker daemon.
hello-world-container |  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
hello-world-container |     (amd64)
hello-world-container |  3. The Docker daemon created a new container from that image which runs the
hello-world-container |     executable that produces the output you are currently reading.
hello-world-container |  4. The Docker daemon streamed that output to the Docker client, which sent it
hello-world-container |     to your terminal.
hello-world-container |
hello-world-container | To try something more ambitious, you can run an Ubuntu container with:
hello-world-container |  $ docker run -it ubuntu bash
hello-world-container |
hello-world-container | Share images, automate workflows, and more with a free Docker ID:
hello-world-container |  https://hub.docker.com/
hello-world-container |
hello-world-container | For more examples and ideas, visit:
hello-world-container |  https://docs.docker.com/get-started/
hello-world-container |
hello-world-container exited with code 0
```

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

* Re: [PR PATCH] [Updated] python3-dotenv: update to 0.17.1.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-31470@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  2021-06-16  4:19 ` kartikynwa
@ 2021-06-16  4:24 ` kartikynwa
  2021-06-16  4:29 ` kartikynwa
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 16+ messages in thread
From: kartikynwa @ 2021-06-16  4:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kartikynwa/void-packages dotenv-update
https://github.com/void-linux/void-packages/pull/31470

python3-dotenv: update to 0.17.1.
<!-- 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.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl

#### Notes

The only package that depends on this is `docker-compose`. I don't think it needs to be rebuilt since it's a python3 module. Am I correct?

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

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

From 1693298c7c0ca488031628792450a17f897b7f07 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Mon, 14 Jun 2021 13:03:10 +0530
Subject: [PATCH] python3-dotenv: update to 0.17.1.

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

diff --git a/srcpkgs/python3-dotenv/template b/srcpkgs/python3-dotenv/template
index 8a1ef9a178db..37a188da9d20 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.15.0
+version=0.17.1
 revision=1
 wrksrc="python-dotenv-${version}"
 build_style=python3-module
@@ -11,7 +11,7 @@ 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=ce19063fe78960e849e0ac103ef65e6f58158e3d3577022315a333cebbc1cd43
+checksum=cb8593136e22aec6af307357a36eaaa8d94d8cd7b10041620ec607dbfca2e230
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] python3-dotenv: update to 0.17.1.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-31470@inbox.vuxu.org>
                   ` (3 preceding siblings ...)
  2021-06-16  4:24 ` [PR PATCH] [Updated] " kartikynwa
@ 2021-06-16  4:29 ` kartikynwa
  2021-06-16  4:35 ` kartikynwa
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 16+ messages in thread
From: kartikynwa @ 2021-06-16  4:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kartikynwa/void-packages dotenv-update
https://github.com/void-linux/void-packages/pull/31470

python3-dotenv: update to 0.17.1.
<!-- 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.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl

#### Notes

The only package that depends on this is `docker-compose`. I don't think it needs to be rebuilt since it's a python3 module. Am I correct?

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

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

From ecf1c3325127d36e3200446562718c225455bb3c Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Mon, 14 Jun 2021 13:03:10 +0530
Subject: [PATCH] python3-dotenv: update to 0.17.1.

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

diff --git a/srcpkgs/python3-dotenv/template b/srcpkgs/python3-dotenv/template
index 8a1ef9a178db..7b25d0d1b62b 100644
--- a/srcpkgs/python3-dotenv/template
+++ b/srcpkgs/python3-dotenv/template
@@ -1,17 +1,18 @@
 # Template file for 'python3-dotenv'
 pkgname=python3-dotenv
-version=0.15.0
+version=0.17.1
 revision=1
 wrksrc="python-dotenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-click"
+checkdepends="python3-pytest python3-mock"
 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=ce19063fe78960e849e0ac103ef65e6f58158e3d3577022315a333cebbc1cd43
+checksum=cb8593136e22aec6af307357a36eaaa8d94d8cd7b10041620ec607dbfca2e230
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] python3-dotenv: update to 0.17.1.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-31470@inbox.vuxu.org>
                   ` (4 preceding siblings ...)
  2021-06-16  4:29 ` kartikynwa
@ 2021-06-16  4:35 ` kartikynwa
  2021-06-16  4:38 ` kartikynwa
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 16+ messages in thread
From: kartikynwa @ 2021-06-16  4:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kartikynwa/void-packages dotenv-update
https://github.com/void-linux/void-packages/pull/31470

python3-dotenv: update to 0.17.1.
<!-- 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.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl

#### Notes

The only package that depends on this is `docker-compose`. I don't think it needs to be rebuilt since it's a python3 module. Am I correct?

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

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

From 9862f685cfce8abfbead02aa2e034c6be7fad2de Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Mon, 14 Jun 2021 13:03:10 +0530
Subject: [PATCH] python3-dotenv: update to 0.17.1.

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

diff --git a/srcpkgs/python3-dotenv/template b/srcpkgs/python3-dotenv/template
index 8a1ef9a178db..1a4a18d70cde 100644
--- a/srcpkgs/python3-dotenv/template
+++ b/srcpkgs/python3-dotenv/template
@@ -1,17 +1,18 @@
 # Template file for 'python3-dotenv'
 pkgname=python3-dotenv
-version=0.15.0
+version=0.17.1
 revision=1
 wrksrc="python-dotenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-click"
+checkdepends="python3-click python3-pytest python3-mock"
 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=ce19063fe78960e849e0ac103ef65e6f58158e3d3577022315a333cebbc1cd43
+checksum=cb8593136e22aec6af307357a36eaaa8d94d8cd7b10041620ec607dbfca2e230
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] python3-dotenv: update to 0.17.1.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-31470@inbox.vuxu.org>
                   ` (5 preceding siblings ...)
  2021-06-16  4:35 ` kartikynwa
@ 2021-06-16  4:38 ` kartikynwa
  2021-06-16  4:43 ` kartikynwa
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 16+ messages in thread
From: kartikynwa @ 2021-06-16  4:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kartikynwa/void-packages dotenv-update
https://github.com/void-linux/void-packages/pull/31470

python3-dotenv: update to 0.17.1.
<!-- 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.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl

#### Notes

The only package that depends on this is `docker-compose`. I don't think it needs to be rebuilt since it's a python3 module. Am I correct?

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

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

From 0bfd740fa605eedb626ae24f4bcde9deb4e13971 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Mon, 14 Jun 2021 13:03:10 +0530
Subject: [PATCH] python3-dotenv: update to 0.17.1.

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

diff --git a/srcpkgs/python3-dotenv/template b/srcpkgs/python3-dotenv/template
index 8a1ef9a178db..3d248667221c 100644
--- a/srcpkgs/python3-dotenv/template
+++ b/srcpkgs/python3-dotenv/template
@@ -1,17 +1,18 @@
 # Template file for 'python3-dotenv'
 pkgname=python3-dotenv
-version=0.15.0
+version=0.17.1
 revision=1
 wrksrc="python-dotenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-click"
+checkdepends="python3-click python3-mock python3-pytest python3-sh"
 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=ce19063fe78960e849e0ac103ef65e6f58158e3d3577022315a333cebbc1cd43
+checksum=cb8593136e22aec6af307357a36eaaa8d94d8cd7b10041620ec607dbfca2e230
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] python3-dotenv: update to 0.17.1.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-31470@inbox.vuxu.org>
                   ` (6 preceding siblings ...)
  2021-06-16  4:38 ` kartikynwa
@ 2021-06-16  4:43 ` kartikynwa
  2021-06-16  4:46 ` kartikynwa
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 16+ messages in thread
From: kartikynwa @ 2021-06-16  4:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kartikynwa/void-packages dotenv-update
https://github.com/void-linux/void-packages/pull/31470

python3-dotenv: update to 0.17.1.
<!-- 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.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl

#### Notes

The only package that depends on this is `docker-compose`. I don't think it needs to be rebuilt since it's a python3 module. Am I correct?

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

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

From c2bf732bcc77bc8715ca26f6b16ca37e561ce9bb Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Mon, 14 Jun 2021 13:03:10 +0530
Subject: [PATCH] python3-dotenv: update to 0.17.1.

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

diff --git a/srcpkgs/python3-dotenv/template b/srcpkgs/python3-dotenv/template
index 8a1ef9a178db..eac0db4256b8 100644
--- a/srcpkgs/python3-dotenv/template
+++ b/srcpkgs/python3-dotenv/template
@@ -1,17 +1,18 @@
 # Template file for 'python3-dotenv'
 pkgname=python3-dotenv
-version=0.15.0
+version=0.17.1
 revision=1
 wrksrc="python-dotenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-click"
+checkdepends="${depends} python3-mock python3-pytest python3-sh"
 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=ce19063fe78960e849e0ac103ef65e6f58158e3d3577022315a333cebbc1cd43
+checksum=cb8593136e22aec6af307357a36eaaa8d94d8cd7b10041620ec607dbfca2e230
 
 post_install() {
 	vlicense LICENSE

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

* Re: python3-dotenv: update to 0.17.1.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-31470@inbox.vuxu.org>
                   ` (7 preceding siblings ...)
  2021-06-16  4:43 ` kartikynwa
@ 2021-06-16  4:46 ` kartikynwa
  2021-06-17  2:55 ` ericonr
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 16+ messages in thread
From: kartikynwa @ 2021-06-16  4:46 UTC (permalink / raw)
  To: ml

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

New comment by kartikynwa on void-packages repository

https://github.com/void-linux/void-packages/pull/31470#issuecomment-862035041

Comment:
@ericonr So some of the tests are failing because the test suite is using `python3-sh` to call `dotenv` which is an executable installed by this package which is not found. I am guessing it's not installed or it's not in the $PATH. Any idea what I can do about this?

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

* Re: python3-dotenv: update to 0.17.1.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-31470@inbox.vuxu.org>
                   ` (8 preceding siblings ...)
  2021-06-16  4:46 ` kartikynwa
@ 2021-06-17  2:55 ` ericonr
  2021-06-21 12:03 ` ericonr
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 16+ messages in thread
From: ericonr @ 2021-06-17  2:55 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31470#issuecomment-862876928

Comment:
If you can figure out a way to skip those tests, I think we can push the package with tests enabled (might be missing `python3-ipython` in `checkdepends` though.

Otherwise, `make_check=no` with a comment is a good hammer to disable tests.

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

* Re: python3-dotenv: update to 0.17.1.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-31470@inbox.vuxu.org>
                   ` (9 preceding siblings ...)
  2021-06-17  2:55 ` ericonr
@ 2021-06-21 12:03 ` ericonr
  2021-06-23  6:29 ` kartikynwa
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 16+ messages in thread
From: ericonr @ 2021-06-21 12:03 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31470#issuecomment-864977609

Comment:
Assuming it works, it seems 0.18.0 is out D:

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

* Re: python3-dotenv: update to 0.17.1.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-31470@inbox.vuxu.org>
                   ` (10 preceding siblings ...)
  2021-06-21 12:03 ` ericonr
@ 2021-06-23  6:29 ` kartikynwa
  2021-06-23  6:45 ` [PR PATCH] [Updated] " kartikynwa
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 16+ messages in thread
From: kartikynwa @ 2021-06-23  6:29 UTC (permalink / raw)
  To: ml

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

New comment by kartikynwa on void-packages repository

https://github.com/void-linux/void-packages/pull/31470#issuecomment-866566838

Comment:
@ericonr I will update it to 0.18 in a bit. 

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

* Re: [PR PATCH] [Updated] python3-dotenv: update to 0.17.1.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-31470@inbox.vuxu.org>
                   ` (11 preceding siblings ...)
  2021-06-23  6:29 ` kartikynwa
@ 2021-06-23  6:45 ` kartikynwa
  2021-06-23  6:49 ` kartikynwa
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 16+ messages in thread
From: kartikynwa @ 2021-06-23  6:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kartikynwa/void-packages dotenv-update
https://github.com/void-linux/void-packages/pull/31470

python3-dotenv: update to 0.17.1.
<!-- 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.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl

#### Notes

The only package that depends on this is `docker-compose`. I don't think it needs to be rebuilt since it's a python3 module. Am I correct?

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

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

From d8c2f57c697bd84dd88e4368a8ffc96926c7bd69 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Mon, 14 Jun 2021 13:03:10 +0530
Subject: [PATCH 1/2] python3-dotenv: update to 0.17.1.

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

diff --git a/srcpkgs/python3-dotenv/template b/srcpkgs/python3-dotenv/template
index 8a1ef9a178db..2241a2cd09fa 100644
--- a/srcpkgs/python3-dotenv/template
+++ b/srcpkgs/python3-dotenv/template
@@ -1,17 +1,20 @@
 # Template file for 'python3-dotenv'
 pkgname=python3-dotenv
-version=0.15.0
+version=0.17.1
 revision=1
 wrksrc="python-dotenv-${version}"
 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))"
 hostmakedepends="python3-setuptools"
 depends="python3-click"
+checkdepends="${depends} python3-ipython python3-mock python3-pytest python3-sh"
 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=ce19063fe78960e849e0ac103ef65e6f58158e3d3577022315a333cebbc1cd43
+checksum=cb8593136e22aec6af307357a36eaaa8d94d8cd7b10041620ec607dbfca2e230
 
 post_install() {
 	vlicense LICENSE

From 170dc45e29c61819b5fc064ef3f73d436c9ac01c Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Wed, 23 Jun 2021 12:14:45 +0530
Subject: [PATCH 2/2] update to 0.18.0

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

diff --git a/srcpkgs/python3-dotenv/template b/srcpkgs/python3-dotenv/template
index 2241a2cd09fa..de28adabfc21 100644
--- a/srcpkgs/python3-dotenv/template
+++ b/srcpkgs/python3-dotenv/template
@@ -1,11 +1,11 @@
 # Template file for 'python3-dotenv'
 pkgname=python3-dotenv
-version=0.17.1
+version=0.18.0
 revision=1
 wrksrc="python-dotenv-${version}"
 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_cli)"
 hostmakedepends="python3-setuptools"
 depends="python3-click"
 checkdepends="${depends} python3-ipython python3-mock python3-pytest python3-sh"
@@ -14,7 +14,7 @@ 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=cb8593136e22aec6af307357a36eaaa8d94d8cd7b10041620ec607dbfca2e230
+checksum=8bc6225d158a8f27f693596eeefaee4243a2581b1522b0d464066fa327c630ef
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] python3-dotenv: update to 0.17.1.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-31470@inbox.vuxu.org>
                   ` (12 preceding siblings ...)
  2021-06-23  6:45 ` [PR PATCH] [Updated] " kartikynwa
@ 2021-06-23  6:49 ` kartikynwa
  2021-06-23  6:51 ` python3-dotenv: update to 0.18.0 kartikynwa
  2021-06-23 12:03 ` [PR PATCH] [Merged]: " ericonr
  15 siblings, 0 replies; 16+ messages in thread
From: kartikynwa @ 2021-06-23  6:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kartikynwa/void-packages dotenv-update
https://github.com/void-linux/void-packages/pull/31470

python3-dotenv: update to 0.17.1.
<!-- 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.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl

#### Notes

The only package that depends on this is `docker-compose`. I don't think it needs to be rebuilt since it's a python3 module. Am I correct?

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

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

From 94cedf4cf8a308a4a701a44163c0cabd5a3e8101 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Mon, 14 Jun 2021 13:03:10 +0530
Subject: [PATCH] python3-dotenv: update to 0.18.0.

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

diff --git a/srcpkgs/python3-dotenv/template b/srcpkgs/python3-dotenv/template
index 8a1ef9a178db..0620617cd637 100644
--- a/srcpkgs/python3-dotenv/template
+++ b/srcpkgs/python3-dotenv/template
@@ -1,17 +1,20 @@
 # Template file for 'python3-dotenv'
 pkgname=python3-dotenv
-version=0.15.0
+version=0.18.0
 revision=1
 wrksrc="python-dotenv-${version}"
 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))"
 hostmakedepends="python3-setuptools"
 depends="python3-click"
+checkdepends="${depends} python3-ipython python3-mock python3-pytest python3-sh"
 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=ce19063fe78960e849e0ac103ef65e6f58158e3d3577022315a333cebbc1cd43
+checksum=8bc6225d158a8f27f693596eeefaee4243a2581b1522b0d464066fa327c630ef
 
 post_install() {
 	vlicense LICENSE

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

* Re: python3-dotenv: update to 0.18.0.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-31470@inbox.vuxu.org>
                   ` (13 preceding siblings ...)
  2021-06-23  6:49 ` kartikynwa
@ 2021-06-23  6:51 ` kartikynwa
  2021-06-23 12:03 ` [PR PATCH] [Merged]: " ericonr
  15 siblings, 0 replies; 16+ messages in thread
From: kartikynwa @ 2021-06-23  6:51 UTC (permalink / raw)
  To: ml

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

New comment by kartikynwa on void-packages repository

https://github.com/void-linux/void-packages/pull/31470#issuecomment-866577986

Comment:
@ericonr Have tested the update and it works fine. Both as python module and cli. I have tested it with docker-compose as well and it works there too.

The issues with some test cases failing in xbps-src still persist so I have left the `make_check_args` variable intact. I tried without it first but the build fails.

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

* Re: [PR PATCH] [Merged]: python3-dotenv: update to 0.18.0.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-31470@inbox.vuxu.org>
                   ` (14 preceding siblings ...)
  2021-06-23  6:51 ` python3-dotenv: update to 0.18.0 kartikynwa
@ 2021-06-23 12:03 ` ericonr
  15 siblings, 0 replies; 16+ messages in thread
From: ericonr @ 2021-06-23 12:03 UTC (permalink / raw)
  To: ml

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

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

python3-dotenv: update to 0.18.0.
https://github.com/void-linux/void-packages/pull/31470

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.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl

#### Notes

The only package that depends on this is `docker-compose`. I don't think it needs to be rebuilt since it's a python3 module. Am I correct?

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

* Re: python3-dotenv: update to 0.17.1.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-31470@inbox.vuxu.org>
@ 2021-06-15 20:01 ` ericonr
  2021-06-15 20:01 ` ericonr
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 16+ messages in thread
From: ericonr @ 2021-06-15 20:01 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31470#issuecomment-861792886

Comment:
> The only package that depends on this is docker-compose. I don't think it needs to be rebuilt since it's a python3 module. Am I correct?

yes :)

Do you have `ci-skip` somewhere?

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

end of thread, other threads:[~2021-06-23 12:03 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-31470@inbox.vuxu.org>
2021-06-15 20:01 ` python3-dotenv: update to 0.17.1 ericonr
2021-06-15 20:01 ` ericonr
2021-06-16  4:19 ` kartikynwa
2021-06-16  4:24 ` [PR PATCH] [Updated] " kartikynwa
2021-06-16  4:29 ` kartikynwa
2021-06-16  4:35 ` kartikynwa
2021-06-16  4:38 ` kartikynwa
2021-06-16  4:43 ` kartikynwa
2021-06-16  4:46 ` kartikynwa
2021-06-17  2:55 ` ericonr
2021-06-21 12:03 ` ericonr
2021-06-23  6:29 ` kartikynwa
2021-06-23  6:45 ` [PR PATCH] [Updated] " kartikynwa
2021-06-23  6:49 ` kartikynwa
2021-06-23  6:51 ` python3-dotenv: update to 0.18.0 kartikynwa
2021-06-23 12:03 ` [PR PATCH] [Merged]: " ericonr

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