Github messages for voidlinux
 help / color / mirror / Atom feed
From: classabbyamp <classabbyamp@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] python3-github3: update to 3.2.0.
Date: Fri, 02 Sep 2022 13:11:02 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-39060@inbox.vuxu.org> (raw)

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

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

https://github.com/classabbyamp/void-packages update/python3-github3
https://github.com/void-linux/void-packages/pull/39060

python3-github3: update to 3.2.0.
- New package: python3-betamax-0.8.1
- New package: python3-betamax-matchers-0.4.0
- python3-github3: update to 3.2.0.

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

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



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

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

From f188f8c5ca3e5ed5a0c912125ffbc021e22112f0 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Thu, 1 Sep 2022 19:26:11 -0400
Subject: [PATCH 1/3] New package: python3-betamax-0.8.1

---
 srcpkgs/python3-betamax/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-betamax/template

diff --git a/srcpkgs/python3-betamax/template b/srcpkgs/python3-betamax/template
new file mode 100644
index 000000000000..442cd6107794
--- /dev/null
+++ b/srcpkgs/python3-betamax/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-betamax'
+pkgname=python3-betamax
+version=0.8.1
+revision=1
+wrksrc="${pkgname#python3-}-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-requests"
+checkdepends="$depends python3-pytest"
+short_desc="VCR imitation designed only for python-requests (Python3)"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="Apache-2.0"
+homepage="https://betamax.readthedocs.org"
+changelog="https://raw.githubusercontent.com/betamaxpy/betamax/master/HISTORY.rst"
+distfiles="${PYPI_SITE}/b/betamax/betamax-${version}.tar.gz"
+checksum=5bf004ceffccae881213fb722f34517166b84a34919b92ffc14d1dbd050b71c2
+# does some stuff with long-deprecated pytest things
+make_check=no

From 79a66fa12eece1cf28412cb83e0ebda23df48b99 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Thu, 1 Sep 2022 19:28:47 -0400
Subject: [PATCH 2/3] New package: python3-betamax-matchers-0.4.0

---
 srcpkgs/python3-betamax-matchers/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-betamax-matchers/template

diff --git a/srcpkgs/python3-betamax-matchers/template b/srcpkgs/python3-betamax-matchers/template
new file mode 100644
index 000000000000..de0c09642d7a
--- /dev/null
+++ b/srcpkgs/python3-betamax-matchers/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-betamax-matchers'
+pkgname=python3-betamax-matchers
+version=0.4.0
+revision=1
+wrksrc="${pkgname#python3-}-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-betamax python3-requests-toolbelt"
+checkdepends="$depends"
+short_desc="Group of experimental matchers for Betamax (Python3)"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="Apache-2.0"
+homepage="https://github.com/betamaxpy/betamax_matchers"
+changelog="https://raw.githubusercontent.com/betamaxpy/betamax_matchers/master/HISTORY.rst"
+distfiles="${PYPI_SITE}/b/betamax-matchers/betamax-matchers-${version}.tar.gz"
+checksum=83609d39ac25a7eed8ad3bec426cd15e647c89b4f0f1583ec44a4481bde4171f

From f7b6820cd0008e702f5c08c52845881f854c89dd Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Thu, 1 Sep 2022 19:28:58 -0400
Subject: [PATCH 3/3] python3-github3: update to 3.2.0.

---
 srcpkgs/python3-github3/template | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-github3/template b/srcpkgs/python3-github3/template
index 5ff03dbac0bb..1ea9a42668c1 100644
--- a/srcpkgs/python3-github3/template
+++ b/srcpkgs/python3-github3/template
@@ -1,18 +1,20 @@
 # Template file for 'python3-github3'
 pkgname=python3-github3
-version=1.3.0
-revision=5
+version=3.2.0
+revision=1
 wrksrc="github3.py-${version}"
 build_style=python3-module
+make_check_args="-k not(test_delete_key)"
 hostmakedepends="python3-setuptools"
-depends="python3-requests python3-uritemplate"
+depends="python3-requests python3-uritemplate python3-dateutil python3-PyJWT"
+checkdepends="$depends python3-pytest-xdist python3-betamax-matchers"
 short_desc="Wrapper for GitHub's API (Python3)"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://github3py.readthedocs.org"
 changelog="https://raw.githubusercontent.com/sigmavirus24/github3.py/master/docs/source/release-notes/${version}.rst"
 distfiles="${PYPI_SITE}/g/github3.py/github3.py-${version}.tar.gz"
-checksum=15a115c18f7bfcf934dfef7ab103844eb9f620c586bad65967708926da47cbda
+checksum=09b72be1497d346b0968cde8360a0d6af79dc206d0149a63cd3ec86c65c377cc
 
 post_install() {
 	vlicense LICENSE

             reply	other threads:[~2022-09-02 11:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-02 11:11 classabbyamp [this message]
2022-09-06  5:48 ` [PR PATCH] [Merged]: " classabbyamp

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-39060@inbox.vuxu.org \
    --to=classabbyamp@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).