Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python-dogpile.cache: update to 0.8.0.
@ 2019-09-22 18:02 voidlinux-github
  2019-09-22 18:47 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-22 18:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dan-santana/void-packages python-dogpile-cache
https://github.com/void-linux/void-packages/pull/14648

python-dogpile.cache: update to 0.8.0.


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

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

From c2fa7a4656e59693c442536914ea84de25fd6977 Mon Sep 17 00:00:00 2001
From: Daniel Santana <daniel@santana.tech>
Date: Sun, 22 Sep 2019 15:01:41 -0300
Subject: [PATCH] python-dogpile.cache: update to 0.8.0.

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

diff --git a/srcpkgs/python-dogpile.cache/template b/srcpkgs/python-dogpile.cache/template
index a2e4a436f2f..ab2cf4a26f4 100644
--- a/srcpkgs/python-dogpile.cache/template
+++ b/srcpkgs/python-dogpile.cache/template
@@ -1,7 +1,7 @@
 # Template file for 'python-dogpile.cache'
 pkgname=python-dogpile.cache
-version=0.7.1
-revision=2
+version=0.8.0
+revision=1
 archs=noarch
 wrksrc="dogpile.cache-${version}"
 build_style=python-module
@@ -13,7 +13,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=691b7f199561c4bd6e7e96f164a43cc3781b0c87bea29b7d59d859f873fd4a31
+checksum=70f5eae4aec908f76188a2c287e07105f60c05d879bb9a4efcc5ba44563d8de6
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] python-dogpile.cache: update to 0.8.0.
  2019-09-22 18:02 [PR PATCH] python-dogpile.cache: update to 0.8.0 voidlinux-github
@ 2019-09-22 18:47 ` voidlinux-github
  2019-09-22 18:47 ` voidlinux-github
  2019-09-23  7:31 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-22 18:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dan-santana/void-packages python-dogpile-cache
https://github.com/void-linux/void-packages/pull/14648

python-dogpile.cache: update to 0.8.0.


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

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

From d0f93ce8b64314a9f96be7f5a0c172160b5ddf4a Mon Sep 17 00:00:00 2001
From: Daniel Santana <daniel@santana.tech>
Date: Sun, 22 Sep 2019 15:01:41 -0300
Subject: [PATCH] python-dogpile.cache: update to 0.8.0.

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

diff --git a/srcpkgs/python-dogpile.cache/template b/srcpkgs/python-dogpile.cache/template
index a2e4a436f2f..f6e106fb4e8 100644
--- a/srcpkgs/python-dogpile.cache/template
+++ b/srcpkgs/python-dogpile.cache/template
@@ -1,19 +1,19 @@
 # Template file for 'python-dogpile.cache'
 pkgname=python-dogpile.cache
-version=0.7.1
-revision=2
+version=0.8.0
+revision=1
 archs=noarch
 wrksrc="dogpile.cache-${version}"
 build_style=python-module
 pycompile_module="dogpile"
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python python-decorator"
-short_desc="A caching front-end based on the Dogpile lock (Python2)"
+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=691b7f199561c4bd6e7e96f164a43cc3781b0c87bea29b7d59d859f873fd4a31
+checksum=70f5eae4aec908f76188a2c287e07105f60c05d879bb9a4efcc5ba44563d8de6
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] python-dogpile.cache: update to 0.8.0.
  2019-09-22 18:02 [PR PATCH] python-dogpile.cache: update to 0.8.0 voidlinux-github
  2019-09-22 18:47 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-22 18:47 ` voidlinux-github
  2019-09-23  7:31 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-22 18:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dan-santana/void-packages python-dogpile-cache
https://github.com/void-linux/void-packages/pull/14648

python-dogpile.cache: update to 0.8.0.


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

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

From d0f93ce8b64314a9f96be7f5a0c172160b5ddf4a Mon Sep 17 00:00:00 2001
From: Daniel Santana <daniel@santana.tech>
Date: Sun, 22 Sep 2019 15:01:41 -0300
Subject: [PATCH] python-dogpile.cache: update to 0.8.0.

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

diff --git a/srcpkgs/python-dogpile.cache/template b/srcpkgs/python-dogpile.cache/template
index a2e4a436f2f..f6e106fb4e8 100644
--- a/srcpkgs/python-dogpile.cache/template
+++ b/srcpkgs/python-dogpile.cache/template
@@ -1,19 +1,19 @@
 # Template file for 'python-dogpile.cache'
 pkgname=python-dogpile.cache
-version=0.7.1
-revision=2
+version=0.8.0
+revision=1
 archs=noarch
 wrksrc="dogpile.cache-${version}"
 build_style=python-module
 pycompile_module="dogpile"
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python python-decorator"
-short_desc="A caching front-end based on the Dogpile lock (Python2)"
+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=691b7f199561c4bd6e7e96f164a43cc3781b0c87bea29b7d59d859f873fd4a31
+checksum=70f5eae4aec908f76188a2c287e07105f60c05d879bb9a4efcc5ba44563d8de6
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: python-dogpile.cache: update to 0.8.0.
  2019-09-22 18:02 [PR PATCH] python-dogpile.cache: update to 0.8.0 voidlinux-github
  2019-09-22 18:47 ` [PR PATCH] [Updated] " voidlinux-github
  2019-09-22 18:47 ` voidlinux-github
@ 2019-09-23  7:31 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-23  7:31 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.8.0.
https://github.com/void-linux/void-packages/pull/14648

Description:


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

end of thread, other threads:[~2019-09-23  7:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-22 18:02 [PR PATCH] python-dogpile.cache: update to 0.8.0 voidlinux-github
2019-09-22 18:47 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-22 18:47 ` voidlinux-github
2019-09-23  7:31 ` [PR PATCH] [Merged]: " voidlinux-github

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