Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-github3: update to 3.2.0.
@ 2022-09-02 11:11 classabbyamp
  2022-09-06  5:48 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: classabbyamp @ 2022-09-02 11:11 UTC (permalink / raw)
  To: ml

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

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

* Re: [PR PATCH] [Merged]: python3-github3: update to 3.2.0.
  2022-09-02 11:11 [PR PATCH] python3-github3: update to 3.2.0 classabbyamp
@ 2022-09-06  5:48 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2022-09-06  5:48 UTC (permalink / raw)
  To: ml

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

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

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

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



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

end of thread, other threads:[~2022-09-06  5:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-02 11:11 [PR PATCH] python3-github3: update to 3.2.0 classabbyamp
2022-09-06  5:48 ` [PR PATCH] [Merged]: " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).