Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python-dogpile.cache: update to 0.9.2.
@ 2020-05-08 15:07 cpixl
  2020-05-08 19:20 ` Chocimier
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: cpixl @ 2020-05-08 15:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cpixl/void-packages python-dogpile.cache
https://github.com/void-linux/void-packages/pull/21753

python-dogpile.cache: update to 0.9.2.


A patch file from https://github.com/void-linux/void-packages/pull/21753.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-dogpile.cache-21753.patch --]
[-- Type: text/x-diff, Size: 1119 bytes --]

From 4ce8fadf229dfc323ef9c7c3a9437b5497be6466 Mon Sep 17 00:00:00 2001
From: Daniel Santana <daniel@santana.tech>
Date: Fri, 8 May 2020 12:06:39 -0300
Subject: [PATCH] python-dogpile.cache: update to 0.9.2.

---
 srcpkgs/python-dogpile.cache/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python-dogpile.cache/template b/srcpkgs/python-dogpile.cache/template
index 4ef8364cd0f..338635fdd6e 100644
--- a/srcpkgs/python-dogpile.cache/template
+++ b/srcpkgs/python-dogpile.cache/template
@@ -1,6 +1,6 @@
 # Template file for 'python-dogpile.cache'
 pkgname=python-dogpile.cache
-version=0.9.0
+version=0.9.2
 revision=1
 archs=noarch
 wrksrc="dogpile.cache-${version}"
@@ -12,7 +12,7 @@ maintainer="Daniel Santana <daniel@santana.tech>"
 license="BSD-3-Clause"
 homepage="https://github.com/sqlalchemy/dogpile.cache"
 distfiles="${PYPI_SITE}/d/dogpile.cache/dogpile.cache-${version}.tar.gz"
-checksum=b348835825c9dcd251d9aad1f89f257277ac198a3e35a61980ab4cb28c75216b
+checksum=bc9dde1ffa5de0179efbcdc73773ef0553921130ad01955422f2932be35c059e
 
 post_install() {
 	vlicense LICENSE

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

* Re: python-dogpile.cache: update to 0.9.2.
  2020-05-08 15:07 [PR PATCH] python-dogpile.cache: update to 0.9.2 cpixl
@ 2020-05-08 19:20 ` Chocimier
  2020-05-10  2:45 ` [PR PATCH] [Updated] " cpixl
  2020-05-11 18:28 ` [PR PATCH] [Merged]: " Hoshpak
  2 siblings, 0 replies; 4+ messages in thread
From: Chocimier @ 2020-05-08 19:20 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/21753#issuecomment-625976006

Comment:
Please add

```
checkdepends="${depends} python3-decorator tox"
```
```
do_check() {
       tox -e py27,py${py3_ver/./}
}

```

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

* Re: [PR PATCH] [Updated] python-dogpile.cache: update to 0.9.2.
  2020-05-08 15:07 [PR PATCH] python-dogpile.cache: update to 0.9.2 cpixl
  2020-05-08 19:20 ` Chocimier
@ 2020-05-10  2:45 ` cpixl
  2020-05-11 18:28 ` [PR PATCH] [Merged]: " Hoshpak
  2 siblings, 0 replies; 4+ messages in thread
From: cpixl @ 2020-05-10  2:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cpixl/void-packages python-dogpile.cache
https://github.com/void-linux/void-packages/pull/21753

python-dogpile.cache: update to 0.9.2.


A patch file from https://github.com/void-linux/void-packages/pull/21753.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-dogpile.cache-21753.patch --]
[-- Type: text/x-diff, Size: 1382 bytes --]

From c5c474b0c0d324c10dd5c1d0e7f742d3ca116140 Mon Sep 17 00:00:00 2001
From: Daniel Santana <daniel@santana.tech>
Date: Fri, 8 May 2020 12:06:39 -0300
Subject: [PATCH] python-dogpile.cache: update to 0.9.2.

---
 srcpkgs/python-dogpile.cache/template | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python-dogpile.cache/template b/srcpkgs/python-dogpile.cache/template
index 4ef8364cd0f..d87521665e8 100644
--- a/srcpkgs/python-dogpile.cache/template
+++ b/srcpkgs/python-dogpile.cache/template
@@ -1,18 +1,23 @@
 # Template file for 'python-dogpile.cache'
 pkgname=python-dogpile.cache
-version=0.9.0
+version=0.9.2
 revision=1
 archs=noarch
 wrksrc="dogpile.cache-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python python-decorator"
+checkdepends="python3-decorator tox"
 short_desc="Caching front-end based on the Dogpile lock (Python2)"
 maintainer="Daniel Santana <daniel@santana.tech>"
 license="BSD-3-Clause"
 homepage="https://github.com/sqlalchemy/dogpile.cache"
 distfiles="${PYPI_SITE}/d/dogpile.cache/dogpile.cache-${version}.tar.gz"
-checksum=b348835825c9dcd251d9aad1f89f257277ac198a3e35a61980ab4cb28c75216b
+checksum=bc9dde1ffa5de0179efbcdc73773ef0553921130ad01955422f2932be35c059e
+
+do_check() {
+	tox -e py27,py${py3_ver/./}
+}
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: python-dogpile.cache: update to 0.9.2.
  2020-05-08 15:07 [PR PATCH] python-dogpile.cache: update to 0.9.2 cpixl
  2020-05-08 19:20 ` Chocimier
  2020-05-10  2:45 ` [PR PATCH] [Updated] " cpixl
@ 2020-05-11 18:28 ` Hoshpak
  2 siblings, 0 replies; 4+ messages in thread
From: Hoshpak @ 2020-05-11 18:28 UTC (permalink / raw)
  To: ml

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

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

python-dogpile.cache: update to 0.9.2.
https://github.com/void-linux/void-packages/pull/21753

Description:


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

end of thread, other threads:[~2020-05-11 18:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-08 15:07 [PR PATCH] python-dogpile.cache: update to 0.9.2 cpixl
2020-05-08 19:20 ` Chocimier
2020-05-10  2:45 ` [PR PATCH] [Updated] " cpixl
2020-05-11 18:28 ` [PR PATCH] [Merged]: " Hoshpak

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