Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-asteval: update to 0.9.26.
@ 2022-02-14 11:04 tibequadorian
  2022-02-14 11:09 ` [PR PATCH] [Updated] " tibequadorian
  2022-02-20 11:59 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 2 replies; 3+ messages in thread
From: tibequadorian @ 2022-02-14 11:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages python3-asteval
https://github.com/void-linux/void-packages/pull/35609

python3-asteval: update to 0.9.26.
<!-- 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 [skip CI](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/35609.patch is attached

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

From 4b9e2e4644ca6772f0ff9089c01d81b2328b9955 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Mon, 14 Feb 2022 12:04:16 +0100
Subject: [PATCH] python3-asteval: update to 0.9.26.

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

diff --git a/srcpkgs/python3-asteval/template b/srcpkgs/python3-asteval/template
index b10c2760a080..073c9338ebcd 100644
--- a/srcpkgs/python3-asteval/template
+++ b/srcpkgs/python3-asteval/template
@@ -1,10 +1,10 @@
 # Template file for 'python3-asteval'
 pkgname=python3-asteval
-version=0.9.21
-revision=3
+version=0.9.26
+revision=1
 wrksrc=${pkgname#*-}-${version}
 build_style=python3-module
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools_scm"
 depends="python3"
 checkdepends="python3-pytest"
 short_desc="Safe, minimalistic evaluator of python expression using ast module"
@@ -12,7 +12,9 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/newville/asteval"
 distfiles="https://github.com/newville/asteval/archive/${version}.tar.gz"
-checksum=e152ae28555fbe5c3b5c03c5426127df25042c1136bf6cfe3db23dcf100a0a00
+checksum=5a7c502bc0f03c1f7e4d4d968438b6ac8bf2f9fc50f3f166c6e1ca778e9fac34
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$version
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] python3-asteval: update to 0.9.26.
  2022-02-14 11:04 [PR PATCH] python3-asteval: update to 0.9.26 tibequadorian
@ 2022-02-14 11:09 ` tibequadorian
  2022-02-20 11:59 ` [PR PATCH] [Merged]: " paper42
  1 sibling, 0 replies; 3+ messages in thread
From: tibequadorian @ 2022-02-14 11:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages python3-asteval
https://github.com/void-linux/void-packages/pull/35609

python3-asteval: update to 0.9.26.
<!-- 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 [skip CI](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/35609.patch is attached

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

From 2103718e8af5b9ef29165adf07d0d105a2143db4 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Mon, 14 Feb 2022 12:04:16 +0100
Subject: [PATCH] python3-asteval: update to 0.9.26.

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

diff --git a/srcpkgs/python3-asteval/template b/srcpkgs/python3-asteval/template
index b10c2760a080..0b9e73bd0f85 100644
--- a/srcpkgs/python3-asteval/template
+++ b/srcpkgs/python3-asteval/template
@@ -1,18 +1,18 @@
 # Template file for 'python3-asteval'
 pkgname=python3-asteval
-version=0.9.21
-revision=3
+version=0.9.26
+revision=1
 wrksrc=${pkgname#*-}-${version}
 build_style=python3-module
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools_scm"
 depends="python3"
 checkdepends="python3-pytest"
 short_desc="Safe, minimalistic evaluator of python expression using ast module"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/newville/asteval"
-distfiles="https://github.com/newville/asteval/archive/${version}.tar.gz"
-checksum=e152ae28555fbe5c3b5c03c5426127df25042c1136bf6cfe3db23dcf100a0a00
+distfiles="${PYPI_SITE}/a/asteval/asteval-${version}.tar.gz"
+checksum=36125613ec21ed3e33e370ca8960a1f1e8a2324d78a8016bfa5ad76f1e16ef05
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: python3-asteval: update to 0.9.26.
  2022-02-14 11:04 [PR PATCH] python3-asteval: update to 0.9.26 tibequadorian
  2022-02-14 11:09 ` [PR PATCH] [Updated] " tibequadorian
@ 2022-02-20 11:59 ` paper42
  1 sibling, 0 replies; 3+ messages in thread
From: paper42 @ 2022-02-20 11:59 UTC (permalink / raw)
  To: ml

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

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

python3-asteval: update to 0.9.26.
https://github.com/void-linux/void-packages/pull/35609

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 [skip CI](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] 3+ messages in thread

end of thread, other threads:[~2022-02-20 11:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-14 11:04 [PR PATCH] python3-asteval: update to 0.9.26 tibequadorian
2022-02-14 11:09 ` [PR PATCH] [Updated] " tibequadorian
2022-02-20 11:59 ` [PR PATCH] [Merged]: " paper42

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