Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-gitlab: update to 3.6.0 and adopt
@ 2022-07-15 20:05 ishaanbhimwal
  2022-07-15 20:10 ` [PR PATCH] [Updated] " ishaanbhimwal
                   ` (20 more replies)
  0 siblings, 21 replies; 22+ messages in thread
From: ishaanbhimwal @ 2022-07-15 20:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ishaanbhimwal/void-packages python3-gitlab
https://github.com/void-linux/void-packages/pull/38089

python3-gitlab: update to 3.6.0 and adopt
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/38089.patch is attached

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

From c507937a03e2c7f2a1ae00b250aef1fb0b42f69c Mon Sep 17 00:00:00 2001
From: Ishaan Bhimwal <ishaanbhimwal@protonmail.com>
Date: Sat, 16 Jul 2022 01:20:22 +0530
Subject: [PATCH] python3-gitlab: update to 3.6.0 and adopt

---
 srcpkgs/python3-gitlab/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-gitlab/template b/srcpkgs/python3-gitlab/template
index ecd31be86034..4510a5fff432 100644
--- a/srcpkgs/python3-gitlab/template
+++ b/srcpkgs/python3-gitlab/template
@@ -1,19 +1,19 @@
 # Template file for 'python3-gitlab'
 pkgname=python3-gitlab
-version=1.12.1
-revision=5
+version=3.6.0
+revision=1
 wrksrc=python-gitlab-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-requests python3-six"
+depends="python3-setuptools python3-requests python3-requests-toolbelt python3-six"
 checkdepends="${depends}"
 short_desc="Wrapper for GitLab's API (Python3)"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
 license="LGPL-3.0-or-later"
 homepage="https://github.com/gpocentek/python-gitlab"
 changelog="https://raw.githubusercontent.com/python-gitlab/python-gitlab/master/ChangeLog.rst"
 distfiles="${PYPI_SITE}/p/python-gitlab/python-gitlab-${version}.tar.gz"
-checksum=984e110c1f76fd939652c30ce3101267a7064e34417cbfc4687e6106d4db54ec
+checksum=bdbb771e0b5fb41a00bc6422143431fbc3bb124117f78ec4e8ea84c432f1cee1
 conflicts="python-gitlab>=0"
 
 do_check() {

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

* Re: [PR PATCH] [Updated] python3-gitlab: update to 3.6.0 and adopt
  2022-07-15 20:05 [PR PATCH] python3-gitlab: update to 3.6.0 and adopt ishaanbhimwal
@ 2022-07-15 20:10 ` ishaanbhimwal
  2022-07-15 20:14 ` ishaanbhimwal
                   ` (19 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: ishaanbhimwal @ 2022-07-15 20:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ishaanbhimwal/void-packages python3-gitlab
https://github.com/void-linux/void-packages/pull/38089

python3-gitlab: update to 3.6.0 and adopt
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/38089.patch is attached

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

From 7b953a8de4c511e04ee0af83ce91bb3ab2f57923 Mon Sep 17 00:00:00 2001
From: Ishaan Bhimwal <ishaanbhimwal@protonmail.com>
Date: Sat, 16 Jul 2022 01:20:22 +0530
Subject: [PATCH] python3-gitlab: update to 3.6.0 and adopt

---
 srcpkgs/python3-gitlab/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-gitlab/template b/srcpkgs/python3-gitlab/template
index ecd31be86034..a9963f7a8370 100644
--- a/srcpkgs/python3-gitlab/template
+++ b/srcpkgs/python3-gitlab/template
@@ -1,19 +1,19 @@
 # Template file for 'python3-gitlab'
 pkgname=python3-gitlab
-version=1.12.1
-revision=5
+version=3.6.0
+revision=1
 wrksrc=python-gitlab-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-requests python3-six"
+depends="python3-setuptools python3-requests python3-requests-toolbelt python3-six"
 checkdepends="${depends}"
 short_desc="Wrapper for GitLab's API (Python3)"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
 license="LGPL-3.0-or-later"
 homepage="https://github.com/gpocentek/python-gitlab"
 changelog="https://raw.githubusercontent.com/python-gitlab/python-gitlab/master/ChangeLog.rst"
 distfiles="${PYPI_SITE}/p/python-gitlab/python-gitlab-${version}.tar.gz"
-checksum=984e110c1f76fd939652c30ce3101267a7064e34417cbfc4687e6106d4db54ec
+checksum=901c54ff926f10479cb591a34d65f0a3022f2bcc41074f9a192c7fa7e4c57061
 conflicts="python-gitlab>=0"
 
 do_check() {

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

* Re: [PR PATCH] [Updated] python3-gitlab: update to 3.6.0 and adopt
  2022-07-15 20:05 [PR PATCH] python3-gitlab: update to 3.6.0 and adopt ishaanbhimwal
  2022-07-15 20:10 ` [PR PATCH] [Updated] " ishaanbhimwal
@ 2022-07-15 20:14 ` ishaanbhimwal
  2022-07-15 20:18 ` ishaanbhimwal
                   ` (18 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: ishaanbhimwal @ 2022-07-15 20:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ishaanbhimwal/void-packages python3-gitlab
https://github.com/void-linux/void-packages/pull/38089

python3-gitlab: update to 3.6.0 and adopt
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/38089.patch is attached

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

From 94e5b9676682a1ec79ee6720dd643b4f5b9bb64e Mon Sep 17 00:00:00 2001
From: Ishaan Bhimwal <ishaanbhimwal@protonmail.com>
Date: Sat, 16 Jul 2022 01:20:22 +0530
Subject: [PATCH] python3-gitlab: update to 3.6.0 and adopt

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

diff --git a/srcpkgs/python3-gitlab/template b/srcpkgs/python3-gitlab/template
index ecd31be86034..2d8421e23454 100644
--- a/srcpkgs/python3-gitlab/template
+++ b/srcpkgs/python3-gitlab/template
@@ -1,21 +1,21 @@
 # Template file for 'python3-gitlab'
 pkgname=python3-gitlab
-version=1.12.1
-revision=5
+version=3.6.0
+revision=1
 wrksrc=python-gitlab-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-requests python3-six"
+depends="python3-setuptools python3-requests python3-requests-toolbelt python3-six"
 checkdepends="${depends}"
 short_desc="Wrapper for GitLab's API (Python3)"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
 license="LGPL-3.0-or-later"
 homepage="https://github.com/gpocentek/python-gitlab"
 changelog="https://raw.githubusercontent.com/python-gitlab/python-gitlab/master/ChangeLog.rst"
 distfiles="${PYPI_SITE}/p/python-gitlab/python-gitlab-${version}.tar.gz"
-checksum=984e110c1f76fd939652c30ce3101267a7064e34417cbfc4687e6106d4db54ec
+checksum=901c54ff926f10479cb591a34d65f0a3022f2bcc41074f9a192c7fa7e4c57061
 conflicts="python-gitlab>=0"
 
 do_check() {
-	python2 setup.py test
+	python3 setup.py test
 }

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

* Re: [PR PATCH] [Updated] python3-gitlab: update to 3.6.0 and adopt
  2022-07-15 20:05 [PR PATCH] python3-gitlab: update to 3.6.0 and adopt ishaanbhimwal
  2022-07-15 20:10 ` [PR PATCH] [Updated] " ishaanbhimwal
  2022-07-15 20:14 ` ishaanbhimwal
@ 2022-07-15 20:18 ` ishaanbhimwal
  2022-07-16  7:23 ` ishaanbhimwal
                   ` (17 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: ishaanbhimwal @ 2022-07-15 20:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ishaanbhimwal/void-packages python3-gitlab
https://github.com/void-linux/void-packages/pull/38089

python3-gitlab: update to 3.6.0 and adopt
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/38089.patch is attached

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

From 49b6969dc4dadf24e8904b2f6a78b30ad20b8dc0 Mon Sep 17 00:00:00 2001
From: Ishaan Bhimwal <ishaanbhimwal@protonmail.com>
Date: Sat, 16 Jul 2022 01:20:22 +0530
Subject: [PATCH] python3-gitlab: update to 3.6.0 and adopt

---
 srcpkgs/python3-gitlab/template | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/python3-gitlab/template b/srcpkgs/python3-gitlab/template
index ecd31be86034..4e57160b9ea7 100644
--- a/srcpkgs/python3-gitlab/template
+++ b/srcpkgs/python3-gitlab/template
@@ -1,21 +1,17 @@
 # Template file for 'python3-gitlab'
 pkgname=python3-gitlab
-version=1.12.1
-revision=5
+version=3.6.0
+revision=1
 wrksrc=python-gitlab-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-requests python3-six"
+depends="python3-setuptools python3-requests python3-requests-toolbelt python3-six"
 checkdepends="${depends}"
 short_desc="Wrapper for GitLab's API (Python3)"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
 license="LGPL-3.0-or-later"
 homepage="https://github.com/gpocentek/python-gitlab"
 changelog="https://raw.githubusercontent.com/python-gitlab/python-gitlab/master/ChangeLog.rst"
 distfiles="${PYPI_SITE}/p/python-gitlab/python-gitlab-${version}.tar.gz"
-checksum=984e110c1f76fd939652c30ce3101267a7064e34417cbfc4687e6106d4db54ec
+checksum=901c54ff926f10479cb591a34d65f0a3022f2bcc41074f9a192c7fa7e4c57061
 conflicts="python-gitlab>=0"
-
-do_check() {
-	python2 setup.py test
-}

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

* Re: [PR PATCH] [Updated] python3-gitlab: update to 3.6.0 and adopt
  2022-07-15 20:05 [PR PATCH] python3-gitlab: update to 3.6.0 and adopt ishaanbhimwal
                   ` (2 preceding siblings ...)
  2022-07-15 20:18 ` ishaanbhimwal
@ 2022-07-16  7:23 ` ishaanbhimwal
  2022-07-16  7:27 ` [PR REVIEW] " paper42
                   ` (16 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: ishaanbhimwal @ 2022-07-16  7:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ishaanbhimwal/void-packages python3-gitlab
https://github.com/void-linux/void-packages/pull/38089

python3-gitlab: update to 3.6.0 and adopt
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/38089.patch is attached

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

From 10ae750a544ea473a3b78da4dbfd773c89e7f5ee Mon Sep 17 00:00:00 2001
From: Ishaan Bhimwal <ishaanbhimwal@protonmail.com>
Date: Sat, 16 Jul 2022 01:20:22 +0530
Subject: [PATCH] python3-gitlab: update to 3.6.0 and adopt

---
 srcpkgs/python3-gitlab/template | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/python3-gitlab/template b/srcpkgs/python3-gitlab/template
index ecd31be86034..c5136c2791da 100644
--- a/srcpkgs/python3-gitlab/template
+++ b/srcpkgs/python3-gitlab/template
@@ -1,21 +1,18 @@
 # Template file for 'python3-gitlab'
 pkgname=python3-gitlab
-version=1.12.1
-revision=5
+version=3.6.0
+revision=1
 wrksrc=python-gitlab-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-requests python3-six"
+depends="python3-setuptools python3-requests python3-requests-toolbelt python3-six"
 checkdepends="${depends}"
 short_desc="Wrapper for GitLab's API (Python3)"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
 license="LGPL-3.0-or-later"
 homepage="https://github.com/gpocentek/python-gitlab"
 changelog="https://raw.githubusercontent.com/python-gitlab/python-gitlab/master/ChangeLog.rst"
 distfiles="${PYPI_SITE}/p/python-gitlab/python-gitlab-${version}.tar.gz"
-checksum=984e110c1f76fd939652c30ce3101267a7064e34417cbfc4687e6106d4db54ec
+checksum=901c54ff926f10479cb591a34d65f0a3022f2bcc41074f9a192c7fa7e4c57061
 conflicts="python-gitlab>=0"
-
-do_check() {
-	python2 setup.py test
-}
+make_check=ci-skip #fails in do_check() due to "gitlab.exceptions.GitlabGetError: 404: 404 Project Not Found"

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

* Re: [PR REVIEW] python3-gitlab: update to 3.6.0 and adopt
  2022-07-15 20:05 [PR PATCH] python3-gitlab: update to 3.6.0 and adopt ishaanbhimwal
                   ` (4 preceding siblings ...)
  2022-07-16  7:27 ` [PR REVIEW] " paper42
@ 2022-07-16  7:27 ` paper42
  2022-07-16  7:34 ` paper42
                   ` (14 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: paper42 @ 2022-07-16  7:27 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/38089#discussion_r922645851

Comment:
why is setuptools required? six is not mentioned at all in upstream.

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

* Re: [PR REVIEW] python3-gitlab: update to 3.6.0 and adopt
  2022-07-15 20:05 [PR PATCH] python3-gitlab: update to 3.6.0 and adopt ishaanbhimwal
                   ` (3 preceding siblings ...)
  2022-07-16  7:23 ` ishaanbhimwal
@ 2022-07-16  7:27 ` paper42
  2022-07-16  7:27 ` paper42
                   ` (15 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: paper42 @ 2022-07-16  7:27 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/38089#discussion_r922645878

Comment:
This failure is also happening on my computer, so it is not CI specific

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

* Re: [PR REVIEW] python3-gitlab: update to 3.6.0 and adopt
  2022-07-15 20:05 [PR PATCH] python3-gitlab: update to 3.6.0 and adopt ishaanbhimwal
                   ` (5 preceding siblings ...)
  2022-07-16  7:27 ` paper42
@ 2022-07-16  7:34 ` paper42
  2022-07-16  7:34 ` paper42
                   ` (13 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: paper42 @ 2022-07-16  7:34 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/38089#discussion_r922646418

Comment:
run tests with pytest and disable functional tests
```
checkdepends="python3-pytest $depends"
post_extract() {
	rm -r tests/functional
}
```
there might be some more missing dependencies from checkdepends

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

* Re: [PR REVIEW] python3-gitlab: update to 3.6.0 and adopt
  2022-07-15 20:05 [PR PATCH] python3-gitlab: update to 3.6.0 and adopt ishaanbhimwal
                   ` (6 preceding siblings ...)
  2022-07-16  7:34 ` paper42
@ 2022-07-16  7:34 ` paper42
  2022-07-16 21:40 ` [PR PATCH] [Updated] " ishaanbhimwal
                   ` (12 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: paper42 @ 2022-07-16  7:34 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/38089#discussion_r922646418

Comment:
run tests with pytest and disable functional tests
```sh
checkdepends="python3-pytest $depends"
post_extract() {
	rm -r tests/functional
}
```
there might be some more missing dependencies from checkdepends

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

* Re: [PR PATCH] [Updated] python3-gitlab: update to 3.6.0 and adopt
  2022-07-15 20:05 [PR PATCH] python3-gitlab: update to 3.6.0 and adopt ishaanbhimwal
                   ` (7 preceding siblings ...)
  2022-07-16  7:34 ` paper42
@ 2022-07-16 21:40 ` ishaanbhimwal
  2022-07-16 21:45 ` ishaanbhimwal
                   ` (11 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: ishaanbhimwal @ 2022-07-16 21:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ishaanbhimwal/void-packages python3-gitlab
https://github.com/void-linux/void-packages/pull/38089

python3-gitlab: update to 3.6.0 and adopt
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/38089.patch is attached

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

From 002be24c3089b4be30730deb4281799e3cb7163a Mon Sep 17 00:00:00 2001
From: Ishaan Bhimwal <ishaanbhimwal@protonmail.com>
Date: Sat, 16 Jul 2022 01:20:22 +0530
Subject: [PATCH] python3-gitlab: update to 3.6.0 and adopt

---
 srcpkgs/python3-gitlab/template | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/python3-gitlab/template b/srcpkgs/python3-gitlab/template
index ecd31be86034..197393a6dfe8 100644
--- a/srcpkgs/python3-gitlab/template
+++ b/srcpkgs/python3-gitlab/template
@@ -1,21 +1,21 @@
 # Template file for 'python3-gitlab'
 pkgname=python3-gitlab
-version=1.12.1
-revision=5
+version=3.6.0
+revision=1
 wrksrc=python-gitlab-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-requests python3-six"
-checkdepends="${depends}"
+depends="python3-requests python3-requests-toolbelt"
+checkdepends="python3-pytest ${depends}"
 short_desc="Wrapper for GitLab's API (Python3)"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
 license="LGPL-3.0-or-later"
 homepage="https://github.com/gpocentek/python-gitlab"
 changelog="https://raw.githubusercontent.com/python-gitlab/python-gitlab/master/ChangeLog.rst"
 distfiles="${PYPI_SITE}/p/python-gitlab/python-gitlab-${version}.tar.gz"
-checksum=984e110c1f76fd939652c30ce3101267a7064e34417cbfc4687e6106d4db54ec
+checksum=901c54ff926f10479cb591a34d65f0a3022f2bcc41074f9a192c7fa7e4c57061
 conflicts="python-gitlab>=0"
 
-do_check() {
-	python2 setup.py test
+post_extract() {
+	rm -r tests/functional
 }

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

* Re: [PR PATCH] [Updated] python3-gitlab: update to 3.6.0 and adopt
  2022-07-15 20:05 [PR PATCH] python3-gitlab: update to 3.6.0 and adopt ishaanbhimwal
                   ` (8 preceding siblings ...)
  2022-07-16 21:40 ` [PR PATCH] [Updated] " ishaanbhimwal
@ 2022-07-16 21:45 ` ishaanbhimwal
  2022-07-16 21:46 ` [PR REVIEW] " ishaanbhimwal
                   ` (10 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: ishaanbhimwal @ 2022-07-16 21:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ishaanbhimwal/void-packages python3-gitlab
https://github.com/void-linux/void-packages/pull/38089

python3-gitlab: update to 3.6.0 and adopt
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/38089.patch is attached

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

From b7186bc1971805b6fbdf4880c24bb32257edfd1e Mon Sep 17 00:00:00 2001
From: Ishaan Bhimwal <ishaanbhimwal@protonmail.com>
Date: Sat, 16 Jul 2022 01:20:22 +0530
Subject: [PATCH] python3-gitlab: update to 3.6.0 and adopt

---
 srcpkgs/python3-gitlab/template | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/python3-gitlab/template b/srcpkgs/python3-gitlab/template
index ecd31be86034..76d4119fbddf 100644
--- a/srcpkgs/python3-gitlab/template
+++ b/srcpkgs/python3-gitlab/template
@@ -1,21 +1,21 @@
 # Template file for 'python3-gitlab'
 pkgname=python3-gitlab
-version=1.12.1
-revision=5
+version=3.6.0
+revision=1
 wrksrc=python-gitlab-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-requests python3-six"
-checkdepends="${depends}"
+depends="python3-requests python3-requests-toolbelt"
+checkdepends="python3-pytest python3-responses ${depends}"
 short_desc="Wrapper for GitLab's API (Python3)"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
 license="LGPL-3.0-or-later"
 homepage="https://github.com/gpocentek/python-gitlab"
 changelog="https://raw.githubusercontent.com/python-gitlab/python-gitlab/master/ChangeLog.rst"
 distfiles="${PYPI_SITE}/p/python-gitlab/python-gitlab-${version}.tar.gz"
-checksum=984e110c1f76fd939652c30ce3101267a7064e34417cbfc4687e6106d4db54ec
+checksum=901c54ff926f10479cb591a34d65f0a3022f2bcc41074f9a192c7fa7e4c57061
 conflicts="python-gitlab>=0"
 
-do_check() {
-	python2 setup.py test
+post_extract() {
+	rm -r tests/functional
 }

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

* Re: [PR REVIEW] python3-gitlab: update to 3.6.0 and adopt
  2022-07-15 20:05 [PR PATCH] python3-gitlab: update to 3.6.0 and adopt ishaanbhimwal
                   ` (9 preceding siblings ...)
  2022-07-16 21:45 ` ishaanbhimwal
@ 2022-07-16 21:46 ` ishaanbhimwal
  2022-07-16 22:00 ` [PR PATCH] [Updated] " ishaanbhimwal
                   ` (9 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: ishaanbhimwal @ 2022-07-16 21:46 UTC (permalink / raw)
  To: ml

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

New review comment by ishaanbhimwal on void-packages repository

https://github.com/void-linux/void-packages/pull/38089#discussion_r922724275

Comment:
they were already there so i didn't consider removing them. now that i have tested without them, the package works just fine.

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

* Re: [PR PATCH] [Updated] python3-gitlab: update to 3.6.0 and adopt
  2022-07-15 20:05 [PR PATCH] python3-gitlab: update to 3.6.0 and adopt ishaanbhimwal
                   ` (10 preceding siblings ...)
  2022-07-16 21:46 ` [PR REVIEW] " ishaanbhimwal
@ 2022-07-16 22:00 ` ishaanbhimwal
  2022-07-16 22:02 ` ishaanbhimwal
                   ` (8 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: ishaanbhimwal @ 2022-07-16 22:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ishaanbhimwal/void-packages python3-gitlab
https://github.com/void-linux/void-packages/pull/38089

python3-gitlab: update to 3.6.0 and adopt
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/38089.patch is attached

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

From df031c42de369d6d3d33c07068ae05435af199ad Mon Sep 17 00:00:00 2001
From: Ishaan Bhimwal <ishaanbhimwal@protonmail.com>
Date: Sat, 16 Jul 2022 01:20:22 +0530
Subject: [PATCH] python3-gitlab: update to 3.6.0 and adopt

---
 srcpkgs/python3-gitlab/template | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/python3-gitlab/template b/srcpkgs/python3-gitlab/template
index ecd31be86034..e13199e1f74e 100644
--- a/srcpkgs/python3-gitlab/template
+++ b/srcpkgs/python3-gitlab/template
@@ -1,21 +1,21 @@
 # Template file for 'python3-gitlab'
 pkgname=python3-gitlab
-version=1.12.1
-revision=5
+version=3.6.0
+revision=1
 wrksrc=python-gitlab-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-requests python3-six"
-checkdepends="${depends}"
+depends="python3-setuptools python3-requests python3-requests-toolbelt python3-six"
+checkdepends="python3-pytest python3-responses ${depends}"
 short_desc="Wrapper for GitLab's API (Python3)"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
 license="LGPL-3.0-or-later"
 homepage="https://github.com/gpocentek/python-gitlab"
 changelog="https://raw.githubusercontent.com/python-gitlab/python-gitlab/master/ChangeLog.rst"
 distfiles="${PYPI_SITE}/p/python-gitlab/python-gitlab-${version}.tar.gz"
-checksum=984e110c1f76fd939652c30ce3101267a7064e34417cbfc4687e6106d4db54ec
+checksum=901c54ff926f10479cb591a34d65f0a3022f2bcc41074f9a192c7fa7e4c57061
 conflicts="python-gitlab>=0"
 
-do_check() {
-	python2 setup.py test
+post_extract() {
+	rm -r tests/functional
 }

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

* Re: [PR PATCH] [Updated] python3-gitlab: update to 3.6.0 and adopt
  2022-07-15 20:05 [PR PATCH] python3-gitlab: update to 3.6.0 and adopt ishaanbhimwal
                   ` (11 preceding siblings ...)
  2022-07-16 22:00 ` [PR PATCH] [Updated] " ishaanbhimwal
@ 2022-07-16 22:02 ` ishaanbhimwal
  2022-07-18 12:39 ` ishaanbhimwal
                   ` (7 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: ishaanbhimwal @ 2022-07-16 22:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ishaanbhimwal/void-packages python3-gitlab
https://github.com/void-linux/void-packages/pull/38089

python3-gitlab: update to 3.6.0 and adopt
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/38089.patch is attached

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

From 055d66f3266c2e41aa5ded5a0177f3a0731f5ec4 Mon Sep 17 00:00:00 2001
From: Ishaan Bhimwal <ishaanbhimwal@protonmail.com>
Date: Sat, 16 Jul 2022 01:20:22 +0530
Subject: [PATCH] python3-gitlab: update to 3.6.0 and adopt

---
 srcpkgs/python3-gitlab/template | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/python3-gitlab/template b/srcpkgs/python3-gitlab/template
index ecd31be86034..76d4119fbddf 100644
--- a/srcpkgs/python3-gitlab/template
+++ b/srcpkgs/python3-gitlab/template
@@ -1,21 +1,21 @@
 # Template file for 'python3-gitlab'
 pkgname=python3-gitlab
-version=1.12.1
-revision=5
+version=3.6.0
+revision=1
 wrksrc=python-gitlab-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-requests python3-six"
-checkdepends="${depends}"
+depends="python3-requests python3-requests-toolbelt"
+checkdepends="python3-pytest python3-responses ${depends}"
 short_desc="Wrapper for GitLab's API (Python3)"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
 license="LGPL-3.0-or-later"
 homepage="https://github.com/gpocentek/python-gitlab"
 changelog="https://raw.githubusercontent.com/python-gitlab/python-gitlab/master/ChangeLog.rst"
 distfiles="${PYPI_SITE}/p/python-gitlab/python-gitlab-${version}.tar.gz"
-checksum=984e110c1f76fd939652c30ce3101267a7064e34417cbfc4687e6106d4db54ec
+checksum=901c54ff926f10479cb591a34d65f0a3022f2bcc41074f9a192c7fa7e4c57061
 conflicts="python-gitlab>=0"
 
-do_check() {
-	python2 setup.py test
+post_extract() {
+	rm -r tests/functional
 }

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

* Re: [PR PATCH] [Updated] python3-gitlab: update to 3.6.0 and adopt
  2022-07-15 20:05 [PR PATCH] python3-gitlab: update to 3.6.0 and adopt ishaanbhimwal
                   ` (12 preceding siblings ...)
  2022-07-16 22:02 ` ishaanbhimwal
@ 2022-07-18 12:39 ` ishaanbhimwal
  2022-07-18 12:41 ` ishaanbhimwal
                   ` (6 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: ishaanbhimwal @ 2022-07-18 12:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ishaanbhimwal/void-packages python3-gitlab
https://github.com/void-linux/void-packages/pull/38089

python3-gitlab: update to 3.6.0 and adopt
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/38089.patch is attached

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

From a229a218845b4ddab9f94100d00bcb4f468d35ea Mon Sep 17 00:00:00 2001
From: Ishaan Bhimwal <ishaanbhimwal@protonmail.com>
Date: Sat, 16 Jul 2022 01:20:22 +0530
Subject: [PATCH] python3-gitlab: update to 3.6.0 and adopt

---
 srcpkgs/python3-gitlab/template | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/python3-gitlab/template b/srcpkgs/python3-gitlab/template
index ecd31be86034..b4c8fff359e1 100644
--- a/srcpkgs/python3-gitlab/template
+++ b/srcpkgs/python3-gitlab/template
@@ -1,21 +1,21 @@
 # Template file for 'python3-gitlab'
 pkgname=python3-gitlab
-version=1.12.1
-revision=5
+version=3.6.0
+revision=1
 wrksrc=python-gitlab-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-requests python3-six"
-checkdepends="${depends}"
+depends="python3-requests python3-requests-toolbelt"
+checkdepends="python3-pytest python3-setuptools ${depends}"
 short_desc="Wrapper for GitLab's API (Python3)"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
 license="LGPL-3.0-or-later"
 homepage="https://github.com/gpocentek/python-gitlab"
 changelog="https://raw.githubusercontent.com/python-gitlab/python-gitlab/master/ChangeLog.rst"
 distfiles="${PYPI_SITE}/p/python-gitlab/python-gitlab-${version}.tar.gz"
-checksum=984e110c1f76fd939652c30ce3101267a7064e34417cbfc4687e6106d4db54ec
+checksum=901c54ff926f10479cb591a34d65f0a3022f2bcc41074f9a192c7fa7e4c57061
 conflicts="python-gitlab>=0"
 
-do_check() {
-	python2 setup.py test
+post_extract() {
+	rm -r tests/functional
 }

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

* Re: [PR PATCH] [Updated] python3-gitlab: update to 3.6.0 and adopt
  2022-07-15 20:05 [PR PATCH] python3-gitlab: update to 3.6.0 and adopt ishaanbhimwal
                   ` (13 preceding siblings ...)
  2022-07-18 12:39 ` ishaanbhimwal
@ 2022-07-18 12:41 ` ishaanbhimwal
  2022-07-18 12:45 ` ishaanbhimwal
                   ` (5 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: ishaanbhimwal @ 2022-07-18 12:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ishaanbhimwal/void-packages python3-gitlab
https://github.com/void-linux/void-packages/pull/38089

python3-gitlab: update to 3.6.0 and adopt
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/38089.patch is attached

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

From baa7c6be463b47b3d8c8815b4e45b62b91583f3a Mon Sep 17 00:00:00 2001
From: Ishaan Bhimwal <ishaanbhimwal@protonmail.com>
Date: Sat, 16 Jul 2022 01:20:22 +0530
Subject: [PATCH] python3-gitlab: update to 3.6.0 and adopt

---
 srcpkgs/python3-gitlab/template | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/python3-gitlab/template b/srcpkgs/python3-gitlab/template
index ecd31be86034..c0fba4b22cca 100644
--- a/srcpkgs/python3-gitlab/template
+++ b/srcpkgs/python3-gitlab/template
@@ -1,21 +1,21 @@
 # Template file for 'python3-gitlab'
 pkgname=python3-gitlab
-version=1.12.1
-revision=5
+version=3.6.0
+revision=1
 wrksrc=python-gitlab-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-requests python3-six"
-checkdepends="${depends}"
+depends="python3-requests python3-requests-toolbelt"
+checkdepends="python3-pytest python3-responses python3-setuptools ${depends}"
 short_desc="Wrapper for GitLab's API (Python3)"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
 license="LGPL-3.0-or-later"
 homepage="https://github.com/gpocentek/python-gitlab"
 changelog="https://raw.githubusercontent.com/python-gitlab/python-gitlab/master/ChangeLog.rst"
 distfiles="${PYPI_SITE}/p/python-gitlab/python-gitlab-${version}.tar.gz"
-checksum=984e110c1f76fd939652c30ce3101267a7064e34417cbfc4687e6106d4db54ec
+checksum=901c54ff926f10479cb591a34d65f0a3022f2bcc41074f9a192c7fa7e4c57061
 conflicts="python-gitlab>=0"
 
-do_check() {
-	python2 setup.py test
+post_extract() {
+	rm -r tests/functional
 }

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

* Re: [PR PATCH] [Updated] python3-gitlab: update to 3.6.0 and adopt
  2022-07-15 20:05 [PR PATCH] python3-gitlab: update to 3.6.0 and adopt ishaanbhimwal
                   ` (14 preceding siblings ...)
  2022-07-18 12:41 ` ishaanbhimwal
@ 2022-07-18 12:45 ` ishaanbhimwal
  2022-07-18 12:47 ` ishaanbhimwal
                   ` (4 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: ishaanbhimwal @ 2022-07-18 12:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ishaanbhimwal/void-packages python3-gitlab
https://github.com/void-linux/void-packages/pull/38089

python3-gitlab: update to 3.6.0 and adopt
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/38089.patch is attached

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

From 1d91af21d03ac00b21baecd49f066986dec1883e Mon Sep 17 00:00:00 2001
From: Ishaan Bhimwal <ishaanbhimwal@protonmail.com>
Date: Sat, 16 Jul 2022 01:20:22 +0530
Subject: [PATCH] python3-gitlab: update to 3.6.0 and adopt

---
 srcpkgs/python3-gitlab/template | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/python3-gitlab/template b/srcpkgs/python3-gitlab/template
index ecd31be86034..32ae0e3585b7 100644
--- a/srcpkgs/python3-gitlab/template
+++ b/srcpkgs/python3-gitlab/template
@@ -1,21 +1,21 @@
 # Template file for 'python3-gitlab'
 pkgname=python3-gitlab
-version=1.12.1
-revision=5
+version=3.6.0
+revision=1
 wrksrc=python-gitlab-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-requests python3-six"
-checkdepends="${depends}"
+depends="python3-requests python3-requests-toolbelt"
+checkdepends="python3-pytest python3-responses python3-wheel ${depends}"
 short_desc="Wrapper for GitLab's API (Python3)"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
 license="LGPL-3.0-or-later"
 homepage="https://github.com/gpocentek/python-gitlab"
 changelog="https://raw.githubusercontent.com/python-gitlab/python-gitlab/master/ChangeLog.rst"
 distfiles="${PYPI_SITE}/p/python-gitlab/python-gitlab-${version}.tar.gz"
-checksum=984e110c1f76fd939652c30ce3101267a7064e34417cbfc4687e6106d4db54ec
+checksum=901c54ff926f10479cb591a34d65f0a3022f2bcc41074f9a192c7fa7e4c57061
 conflicts="python-gitlab>=0"
 
-do_check() {
-	python2 setup.py test
+post_extract() {
+	rm -r tests/functional
 }

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

* Re: python3-gitlab: update to 3.6.0 and adopt
  2022-07-15 20:05 [PR PATCH] python3-gitlab: update to 3.6.0 and adopt ishaanbhimwal
                   ` (15 preceding siblings ...)
  2022-07-18 12:45 ` ishaanbhimwal
@ 2022-07-18 12:47 ` ishaanbhimwal
  2022-07-18 18:38 ` [PR REVIEW] " paper42
                   ` (3 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: ishaanbhimwal @ 2022-07-18 12:47 UTC (permalink / raw)
  To: ml

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

New comment by ishaanbhimwal on void-packages repository

https://github.com/void-linux/void-packages/pull/38089#issuecomment-1187329013

Comment:
ping @paper42 

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

* Re: [PR REVIEW] python3-gitlab: update to 3.6.0 and adopt
  2022-07-15 20:05 [PR PATCH] python3-gitlab: update to 3.6.0 and adopt ishaanbhimwal
                   ` (16 preceding siblings ...)
  2022-07-18 12:47 ` ishaanbhimwal
@ 2022-07-18 18:38 ` paper42
  2022-07-18 18:50 ` [PR PATCH] [Updated] " ishaanbhimwal
                   ` (2 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: paper42 @ 2022-07-18 18:38 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/38089#discussion_r923701053

Comment:
```suggestion
homepage="https://github.com/python-gitlab/python-gitlab"
```

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

* Re: [PR PATCH] [Updated] python3-gitlab: update to 3.6.0 and adopt
  2022-07-15 20:05 [PR PATCH] python3-gitlab: update to 3.6.0 and adopt ishaanbhimwal
                   ` (17 preceding siblings ...)
  2022-07-18 18:38 ` [PR REVIEW] " paper42
@ 2022-07-18 18:50 ` ishaanbhimwal
  2022-07-18 18:57 ` [PR PATCH] [Merged]: " paper42
  2022-07-18 19:12 ` ishaanbhimwal
  20 siblings, 0 replies; 22+ messages in thread
From: ishaanbhimwal @ 2022-07-18 18:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ishaanbhimwal/void-packages python3-gitlab
https://github.com/void-linux/void-packages/pull/38089

python3-gitlab: update to 3.6.0 and adopt
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/38089.patch is attached

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

From c60ba46618389acd9cea1cc00a14b162623fdb81 Mon Sep 17 00:00:00 2001
From: Ishaan Bhimwal <ishaanbhimwal@protonmail.com>
Date: Sat, 16 Jul 2022 01:20:22 +0530
Subject: [PATCH] python3-gitlab: update to 3.6.0 and adopt

---
 srcpkgs/python3-gitlab/template | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/python3-gitlab/template b/srcpkgs/python3-gitlab/template
index ecd31be86034..7ee508031bf5 100644
--- a/srcpkgs/python3-gitlab/template
+++ b/srcpkgs/python3-gitlab/template
@@ -1,21 +1,21 @@
 # Template file for 'python3-gitlab'
 pkgname=python3-gitlab
-version=1.12.1
-revision=5
+version=3.6.0
+revision=1
 wrksrc=python-gitlab-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-requests python3-six"
-checkdepends="${depends}"
+depends="python3-requests python3-requests-toolbelt"
+checkdepends="python3-pytest python3-responses python3-wheel ${depends}"
 short_desc="Wrapper for GitLab's API (Python3)"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
 license="LGPL-3.0-or-later"
-homepage="https://github.com/gpocentek/python-gitlab"
+homepage="https://github.com/python-gitlab/python-gitlab"
 changelog="https://raw.githubusercontent.com/python-gitlab/python-gitlab/master/ChangeLog.rst"
 distfiles="${PYPI_SITE}/p/python-gitlab/python-gitlab-${version}.tar.gz"
-checksum=984e110c1f76fd939652c30ce3101267a7064e34417cbfc4687e6106d4db54ec
+checksum=901c54ff926f10479cb591a34d65f0a3022f2bcc41074f9a192c7fa7e4c57061
 conflicts="python-gitlab>=0"
 
-do_check() {
-	python2 setup.py test
+post_extract() {
+	rm -r tests/functional
 }

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

* Re: [PR PATCH] [Merged]: python3-gitlab: update to 3.6.0 and adopt
  2022-07-15 20:05 [PR PATCH] python3-gitlab: update to 3.6.0 and adopt ishaanbhimwal
                   ` (18 preceding siblings ...)
  2022-07-18 18:50 ` [PR PATCH] [Updated] " ishaanbhimwal
@ 2022-07-18 18:57 ` paper42
  2022-07-18 19:12 ` ishaanbhimwal
  20 siblings, 0 replies; 22+ messages in thread
From: paper42 @ 2022-07-18 18:57 UTC (permalink / raw)
  To: ml

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

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

python3-gitlab: update to 3.6.0 and adopt
https://github.com/void-linux/void-packages/pull/38089

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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] 22+ messages in thread

* Re: python3-gitlab: update to 3.6.0 and adopt
  2022-07-15 20:05 [PR PATCH] python3-gitlab: update to 3.6.0 and adopt ishaanbhimwal
                   ` (19 preceding siblings ...)
  2022-07-18 18:57 ` [PR PATCH] [Merged]: " paper42
@ 2022-07-18 19:12 ` ishaanbhimwal
  20 siblings, 0 replies; 22+ messages in thread
From: ishaanbhimwal @ 2022-07-18 19:12 UTC (permalink / raw)
  To: ml

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

New comment by ishaanbhimwal on void-packages repository

https://github.com/void-linux/void-packages/pull/38089#issuecomment-1187329013

Comment:
ping @paper42 

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

end of thread, other threads:[~2022-07-18 19:12 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-15 20:05 [PR PATCH] python3-gitlab: update to 3.6.0 and adopt ishaanbhimwal
2022-07-15 20:10 ` [PR PATCH] [Updated] " ishaanbhimwal
2022-07-15 20:14 ` ishaanbhimwal
2022-07-15 20:18 ` ishaanbhimwal
2022-07-16  7:23 ` ishaanbhimwal
2022-07-16  7:27 ` [PR REVIEW] " paper42
2022-07-16  7:27 ` paper42
2022-07-16  7:34 ` paper42
2022-07-16  7:34 ` paper42
2022-07-16 21:40 ` [PR PATCH] [Updated] " ishaanbhimwal
2022-07-16 21:45 ` ishaanbhimwal
2022-07-16 21:46 ` [PR REVIEW] " ishaanbhimwal
2022-07-16 22:00 ` [PR PATCH] [Updated] " ishaanbhimwal
2022-07-16 22:02 ` ishaanbhimwal
2022-07-18 12:39 ` ishaanbhimwal
2022-07-18 12:41 ` ishaanbhimwal
2022-07-18 12:45 ` ishaanbhimwal
2022-07-18 12:47 ` ishaanbhimwal
2022-07-18 18:38 ` [PR REVIEW] " paper42
2022-07-18 18:50 ` [PR PATCH] [Updated] " ishaanbhimwal
2022-07-18 18:57 ` [PR PATCH] [Merged]: " paper42
2022-07-18 19:12 ` ishaanbhimwal

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