From: jgarte <jgarte@users.noreply.github.com> To: ml@inbox.vuxu.org Subject: Re: [PR PATCH] [Updated] python3-bibtexparser: update to 1.2.0. Date: Tue, 30 Nov 2021 22:06:38 +0100 [thread overview] Message-ID: <20211130210638.8_6WUITOvpIhmb-fcdRx-fm5TC2V8rc9czhtJny3v6Y@z> (raw) In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34299@inbox.vuxu.org> [-- Attachment #1: Type: text/plain, Size: 496 bytes --] There is an updated pull request by jgarte against master on the void-packages repository https://github.com/jgarte/void-packages python3-bibtexparser https://github.com/void-linux/void-packages/pull/34299 python3-bibtexparser: update to 1.2.0. #### Testing the changes - I tested the changes in this PR: briefly #### Local build testing - I built this PR locally for my native architecture, (x86_64) A patch file from https://github.com/void-linux/void-packages/pull/34299.patch is attached [-- Warning: decoded text below may be mangled, UTF-8 assumed --] [-- Attachment #2: github-pr-python3-bibtexparser-34299.patch --] [-- Type: text/x-diff, Size: 1533 bytes --] From 046b6b149df6fd143968040c6006eff9a0c44d92 Mon Sep 17 00:00:00 2001 From: jgart <jgart@dismail.de> Date: Mon, 29 Nov 2021 01:00:56 -0500 Subject: [PATCH] python3-bibtexparser: update to 1.2.0. Co-authored-by: paper <michal@vasilek.cz> --- srcpkgs/python3-bibtexparser/template | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-bibtexparser/template b/srcpkgs/python3-bibtexparser/template index aa6651428b66..d2ca63af00c4 100644 --- a/srcpkgs/python3-bibtexparser/template +++ b/srcpkgs/python3-bibtexparser/template @@ -1,14 +1,20 @@ # Template file for 'python3-bibtexparser' pkgname=python3-bibtexparser -version=1.1.0 -revision=5 +version=1.2.0 +revision=1 wrksrc="bibtexparser-${version}" build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3-parsing python3-future" +depends="python3-parsing" +checkdepends="python3-future python3-pytest $depends" short_desc="Python3 package for parsing BibTeX" maintainer="xaltsc <xaltsc@protonmail.ch>" license="LGPL-3.0-only" -homepage="https://github.com/sciunto-org/python-bibtexparser" +homepage="https://pypi.org/project/bibtexparser/" +changelog="https://raw.githubusercontent.com/sciunto-org/python-bibtexparser/master/CHANGELOG" distfiles="${PYPI_SITE}/b/bibtexparser/bibtexparser-${version}.tar.gz" -checksum=df8966ea752db6d74657a69b9d684a61aa33457ad6d9d50e41c50ef7f374907f +checksum=0f9ab94e3fc36ee2ee6a3713c5dd7320d4b6ee52bd66ecbab03c6b06675ae410 + +do_check() { + python3 -m pytest +}
next prev parent reply other threads:[~2021-11-30 21:06 UTC|newest] Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-11-29 6:03 [PR PATCH] " jgarte 2021-11-29 6:48 ` [PR PATCH] [Updated] " jgarte 2021-11-29 7:58 ` jgarte 2021-11-29 16:11 ` [PR REVIEW] " dotnetfox 2021-11-29 16:29 ` dotnetfox 2021-11-29 16:41 ` paper42 2021-11-29 17:08 ` dotnetfox 2021-11-29 17:13 ` dotnetfox 2021-11-29 17:31 ` paper42 2021-11-29 18:49 ` [PR PATCH] [Updated] " jgarte 2021-11-29 19:26 ` [PR REVIEW] " jgarte 2021-11-29 19:33 ` paper42 2021-11-29 22:11 ` [PR PATCH] [Updated] " jgarte 2021-11-29 22:11 ` jgarte 2021-11-29 22:12 ` [PR PATCH] [Updated] " jgarte 2021-11-30 18:41 ` [PR REVIEW] " paper42 2021-11-30 18:43 ` paper42 2021-11-30 20:37 ` [PR PATCH] [Updated] " jgarte 2021-11-30 20:39 ` [PR REVIEW] " jgarte 2021-11-30 20:39 ` jgarte 2021-11-30 20:40 ` [PR PATCH] [Updated] " jgarte 2021-11-30 20:42 ` jgarte 2021-11-30 20:44 ` jgarte 2021-11-30 21:00 ` [PR PATCH] [Updated] " jgarte 2021-11-30 21:01 ` jgarte 2021-11-30 21:06 ` jgarte [this message] 2021-11-30 21:17 ` [PR PATCH] [Updated] " jgarte 2021-11-30 21:31 ` jgarte 2021-11-30 22:43 ` paper42 2021-11-30 23:40 ` jgarte 2021-11-30 23:45 ` jgarte 2021-12-11 3:24 ` [PR REVIEW] " ericonr 2021-12-15 22:38 ` paper42 2022-01-12 0:20 ` jgarte 2022-06-16 2:14 ` github-actions 2022-07-01 2:14 ` [PR PATCH] [Closed]: " github-actions
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=20211130210638.8_6WUITOvpIhmb-fcdRx-fm5TC2V8rc9czhtJny3v6Y@z \ --to=jgarte@users.noreply.github.com \ --cc=ml@inbox.vuxu.org \ --subject='Re: [PR PATCH] [Updated] python3-bibtexparser: update to 1.2.0.' \ /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
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).