Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-cachetools: update to 5.2.0.
@ 2022-07-23  5:11 pfpulux
  2022-08-01 17:30 ` classabbyamp
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: pfpulux @ 2022-07-23  5:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pfpulux/void-packages python3-chachetools
https://github.com/void-linux/void-packages/pull/38196

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

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

<!--
#### 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 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/38196.patch is attached

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

From e82e69032af7d55059c0d6ab4f98f5af9e3ace6a Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.eu>
Date: Sat, 23 Jul 2022 07:08:05 +0200
Subject: [PATCH] python3-cachetools: update to 5.2.0.

---
 srcpkgs/python3-cachetools/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-cachetools/template b/srcpkgs/python3-cachetools/template
index 8d499d2a7de8..06cb27d8eb73 100644
--- a/srcpkgs/python3-cachetools/template
+++ b/srcpkgs/python3-cachetools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cachetools'
 pkgname=python3-cachetools
-version=4.2.4
-revision=2
+version=5.2.0
+revision=1
 wrksrc="cachetools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -11,7 +11,7 @@ maintainer="Peter Bui <pbui@github.bx612.space>"
 license="MIT"
 homepage="https://github.com/tkem/cachetools/"
 distfiles="${PYPI_SITE}/c/cachetools/cachetools-${version}.tar.gz"
-checksum=89ea6f1b638d5a73a4f9226be57ac5e4f399d22770b92355f92dcb0f7f001693
+checksum=6a94c6402995a99c3970cc7e4884bb60b4a8639938157eeed436098bf9831757
 
 post_install() {
 	vlicense LICENSE

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

* Re: python3-cachetools: update to 5.2.0.
  2022-07-23  5:11 [PR PATCH] python3-cachetools: update to 5.2.0 pfpulux
@ 2022-08-01 17:30 ` classabbyamp
  2022-11-06  2:13 ` github-actions
  2022-11-21  2:11 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-08-01 17:30 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38196#issuecomment-1201502751

Comment:
[v5.0.0 had some breaking changes](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst#v500-2021-12-21). can you check if the packages that use python3-cachetools (`xbps-query -RX python3-cachetools`) still work with the new version?

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

* Re: python3-cachetools: update to 5.2.0.
  2022-07-23  5:11 [PR PATCH] python3-cachetools: update to 5.2.0 pfpulux
  2022-08-01 17:30 ` classabbyamp
@ 2022-11-06  2:13 ` github-actions
  2022-11-21  2:11 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2022-11-06  2:13 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/38196#issuecomment-1304697057

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: python3-cachetools: update to 5.2.0.
  2022-07-23  5:11 [PR PATCH] python3-cachetools: update to 5.2.0 pfpulux
  2022-08-01 17:30 ` classabbyamp
  2022-11-06  2:13 ` github-actions
@ 2022-11-21  2:11 ` github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2022-11-21  2:11 UTC (permalink / raw)
  To: ml

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

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

python3-cachetools: update to 5.2.0.
https://github.com/void-linux/void-packages/pull/38196

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

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

<!--
#### 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 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] 4+ messages in thread

end of thread, other threads:[~2022-11-21  2:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-23  5:11 [PR PATCH] python3-cachetools: update to 5.2.0 pfpulux
2022-08-01 17:30 ` classabbyamp
2022-11-06  2:13 ` github-actions
2022-11-21  2:11 ` [PR PATCH] [Closed]: " github-actions

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