Github messages for voidlinux
 help / color / mirror / Atom feed
From: ishaanbhimwal <ishaanbhimwal@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] python3-gitlab: update to 3.6.0 and adopt
Date: Sun, 17 Jul 2022 00:02:34 +0200	[thread overview]
Message-ID: <20220716220234.iS-Q6f6rDiNfxmQrlgQ1UDyt6ObWlomeeSmQXb8JIQs@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38089@inbox.vuxu.org>

[-- 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
 }

  parent reply	other threads:[~2022-07-16 22:02 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-15 20:05 [PR PATCH] " 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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220716220234.iS-Q6f6rDiNfxmQrlgQ1UDyt6ObWlomeeSmQXb8JIQs@z \
    --to=ishaanbhimwal@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).