Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-memory_allocator: update to 0.1.3.
@ 2022-10-09 16:26 tornaria
  2022-10-09 18:37 ` tornaria
  2022-10-11  4:49 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: tornaria @ 2022-10-09 16:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages memory_allocator
https://github.com/void-linux/void-packages/pull/39840

python3-memory_allocator: update to 0.1.3.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

I'm running the testsuite of sagemath-9.5 (from our repo) with the updated memory_allocator and it works ok.

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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/39840.patch is attached

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

From 848c47dda7c76ee439f2ce9f987456d309ed25d1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sun, 9 Oct 2022 13:16:42 -0300
Subject: [PATCH] python3-memory_allocator: update to 0.1.3.

---
 srcpkgs/python3-memory_allocator/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-memory_allocator/template b/srcpkgs/python3-memory_allocator/template
index e4fbb51478fa..52e1590492fb 100644
--- a/srcpkgs/python3-memory_allocator/template
+++ b/srcpkgs/python3-memory_allocator/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-memory_allocator'
 pkgname=python3-memory_allocator
-version=0.1.2
+version=0.1.3
 revision=1
 wrksrc=memory_allocator-$version
 build_style=python3-module
@@ -9,6 +9,7 @@ makedepends="python3-devel"
 short_desc="Extension class to allocate memory easily with cython"
 maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
 license="GPL-3.0-or-later"
-homepage="https://github.com/kliem/memory_allocator"
+homepage="https://github.com/sagemath/memory_allocator"
+changelog="https://github.com/sagemath/memory_allocator#changelog"
 distfiles="${PYPI_SITE}/m/memory_allocator/memory_allocator-${version}.tar.gz"
-checksum=ddf42a2dcc678062f30c63c868335204d46a4ecdf4db0dc43ed4529f1d0ffab9
+checksum=13805c2ae1c01b7489fab5e8eac9361662b4f2c02412e3652eece48ff6953162

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

* Re: python3-memory_allocator: update to 0.1.3.
  2022-10-09 16:26 [PR PATCH] python3-memory_allocator: update to 0.1.3 tornaria
@ 2022-10-09 18:37 ` tornaria
  2022-10-11  4:49 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: tornaria @ 2022-10-09 18:37 UTC (permalink / raw)
  To: ml

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

New comment by tornaria on void-packages repository

https://github.com/void-linux/void-packages/pull/39840#issuecomment-1272603441

Comment:
This looks like a transient failure in `xlocate -S`?

 https://github.com/void-linux/void-packages/actions/runs/3214795672/jobs/5255433612#step:10:1

I don't think there are any file conflicts here:
```
$ xbps-query -f python3-memory_allocator
/usr/lib/python3.10/site-packages/memory_allocator/__init__.pxd
/usr/lib/python3.10/site-packages/memory_allocator/__init__.py
/usr/lib/python3.10/site-packages/memory_allocator/memory.pxd
/usr/lib/python3.10/site-packages/memory_allocator/memory_allocator.pxd
/usr/lib/python3.10/site-packages/memory_allocator/memory_allocator.so
/usr/lib/python3.10/site-packages/memory_allocator/signals.pxd
/usr/lib/python3.10/site-packages/memory_allocator/test.so
/usr/lib/python3.10/site-packages/memory_allocator-0.1.3-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/memory_allocator-0.1.3-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/memory_allocator-0.1.3-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/memory_allocator-0.1.3-py3.10.egg-info/not-zip-safe
/usr/lib/python3.10/site-packages/memory_allocator-0.1.3-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/memory_allocator-0.1.3-py3.10.egg-info/top_level.txt
```


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

* Re: [PR PATCH] [Merged]: python3-memory_allocator: update to 0.1.3.
  2022-10-09 16:26 [PR PATCH] python3-memory_allocator: update to 0.1.3 tornaria
  2022-10-09 18:37 ` tornaria
@ 2022-10-11  4:49 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2022-10-11  4:49 UTC (permalink / raw)
  To: ml

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

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

python3-memory_allocator: update to 0.1.3.
https://github.com/void-linux/void-packages/pull/39840

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

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

I'm running the testsuite of sagemath-9.5 (from our repo) with the updated memory_allocator and it works ok.

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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
-->


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

end of thread, other threads:[~2022-10-11  4:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-09 16:26 [PR PATCH] python3-memory_allocator: update to 0.1.3 tornaria
2022-10-09 18:37 ` tornaria
2022-10-11  4:49 ` [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).