Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-zope.cachedescriptors: update to 4.4.
@ 2022-10-10  7:58 shizonic
  2022-10-11  4:31 ` [PR REVIEW] " classabbyamp
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: shizonic @ 2022-10-10  7:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/shizonic/void-packages python3-zope.cachedescriptors
https://github.com/void-linux/void-packages/pull/39859

python3-zope.cachedescriptors: update to 4.4.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

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

From 8a1ed1e21c7f2bd10368a7f65396bd503d424b64 Mon Sep 17 00:00:00 2001
From: Toby Merz <realtiaz@gmail.com>
Date: Mon, 10 Oct 2022 09:56:15 +0200
Subject: [PATCH] python3-zope.cachedescriptors: update to 4.4.

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

diff --git a/srcpkgs/python3-zope.cachedescriptors/template b/srcpkgs/python3-zope.cachedescriptors/template
index 737d32f6b5cd..b97822174512 100644
--- a/srcpkgs/python3-zope.cachedescriptors/template
+++ b/srcpkgs/python3-zope.cachedescriptors/template
@@ -1,10 +1,9 @@
 # Template file for 'python3-zope.cachedescriptors'
 pkgname=python3-zope.cachedescriptors
-version=4.3.1
-revision=4
+version=4.4
+revision=1
 wrksrc="zope.cachedescriptors-${version}"
 build_style=python3-module
-pycompile_module="zope/cachedescriptors"
 hostmakedepends="python3-setuptools"
 depends="python3 python3-setuptools"
 short_desc="Method and property caching decorators"
@@ -12,7 +11,7 @@ maintainer="shizonic <realtiaz@gmail.com>"
 license="ZPL-2.1"
 homepage="http://github.com/zopefoundation/zope.cachedescriptors"
 distfiles="${PYPI_SITE}/z/zope.cachedescriptors/zope.cachedescriptors-${version}.tar.gz"
-checksum=1f4d1a702f2ea3d177a1ffb404235551bb85560100ec88e6c98691734b1d194a
+checksum=d45c487486f7df81f2992f1a00912624bf77259d83c5d98aa76b678716e3d11a
 
 post_install() {
 	vlicense LICENSE.txt LICENSE

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

* Re: [PR REVIEW] python3-zope.cachedescriptors: update to 4.4.
  2022-10-10  7:58 [PR PATCH] python3-zope.cachedescriptors: update to 4.4 shizonic
@ 2022-10-11  4:31 ` classabbyamp
  2022-10-11  8:11 ` [PR PATCH] [Updated] " shizonic
  2022-10-11 17:11 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-10-11  4:31 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39859#discussion_r991803963

Comment:
```suggestion
homepage="http://github.com/zopefoundation/zope.cachedescriptors"
changelog="https://raw.githubusercontent.com/zopefoundation/zope.cachedescriptors/master/CHANGES.rst"
```

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

* Re: [PR PATCH] [Updated] python3-zope.cachedescriptors: update to 4.4.
  2022-10-10  7:58 [PR PATCH] python3-zope.cachedescriptors: update to 4.4 shizonic
  2022-10-11  4:31 ` [PR REVIEW] " classabbyamp
@ 2022-10-11  8:11 ` shizonic
  2022-10-11 17:11 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: shizonic @ 2022-10-11  8:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/shizonic/void-packages python3-zope.cachedescriptors
https://github.com/void-linux/void-packages/pull/39859

python3-zope.cachedescriptors: update to 4.4.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

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

From b9495ec4ce155d41eb54be51fa61bafc5e6f2178 Mon Sep 17 00:00:00 2001
From: Toby Merz <realtiaz@gmail.com>
Date: Mon, 10 Oct 2022 09:56:15 +0200
Subject: [PATCH] python3-zope.cachedescriptors: update to 4.4.

---
 srcpkgs/python3-zope.cachedescriptors/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-zope.cachedescriptors/template b/srcpkgs/python3-zope.cachedescriptors/template
index 737d32f6b5cd..6fe254fd6e6f 100644
--- a/srcpkgs/python3-zope.cachedescriptors/template
+++ b/srcpkgs/python3-zope.cachedescriptors/template
@@ -1,18 +1,18 @@
 # Template file for 'python3-zope.cachedescriptors'
 pkgname=python3-zope.cachedescriptors
-version=4.3.1
-revision=4
+version=4.4
+revision=1
 wrksrc="zope.cachedescriptors-${version}"
 build_style=python3-module
-pycompile_module="zope/cachedescriptors"
 hostmakedepends="python3-setuptools"
 depends="python3 python3-setuptools"
 short_desc="Method and property caching decorators"
 maintainer="shizonic <realtiaz@gmail.com>"
 license="ZPL-2.1"
 homepage="http://github.com/zopefoundation/zope.cachedescriptors"
+changelog="https://raw.githubusercontent.com/zopefoundation/zope.cachedescriptors/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/z/zope.cachedescriptors/zope.cachedescriptors-${version}.tar.gz"
-checksum=1f4d1a702f2ea3d177a1ffb404235551bb85560100ec88e6c98691734b1d194a
+checksum=d45c487486f7df81f2992f1a00912624bf77259d83c5d98aa76b678716e3d11a
 
 post_install() {
 	vlicense LICENSE.txt LICENSE

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

* Re: [PR PATCH] [Merged]: python3-zope.cachedescriptors: update to 4.4.
  2022-10-10  7:58 [PR PATCH] python3-zope.cachedescriptors: update to 4.4 shizonic
  2022-10-11  4:31 ` [PR REVIEW] " classabbyamp
  2022-10-11  8:11 ` [PR PATCH] [Updated] " shizonic
@ 2022-10-11 17:11 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-10-11 17:11 UTC (permalink / raw)
  To: ml

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

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

python3-zope.cachedescriptors: update to 4.4.
https://github.com/void-linux/void-packages/pull/39859

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

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

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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-10  7:58 [PR PATCH] python3-zope.cachedescriptors: update to 4.4 shizonic
2022-10-11  4:31 ` [PR REVIEW] " classabbyamp
2022-10-11  8:11 ` [PR PATCH] [Updated] " shizonic
2022-10-11 17:11 ` [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).