Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python-rebulk: update to 2.0.1.
@ 2020-05-02 21:16 cpixl
  2020-05-02 21:34 ` [PR PATCH] [Updated] " cpixl
  2020-05-02 21:56 ` [PR PATCH] [Merged]: " jnbr
  0 siblings, 2 replies; 3+ messages in thread
From: cpixl @ 2020-05-02 21:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cpixl/void-packages python-rebulk
https://github.com/void-linux/void-packages/pull/21568

python-rebulk: update to 2.0.1.


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

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

From 6f535507d401aa9836a2ff163da7c843ab8fc9e1 Mon Sep 17 00:00:00 2001
From: Daniel Santana <daniel@santana.tech>
Date: Sat, 2 May 2020 18:15:52 -0300
Subject: [PATCH] python-rebulk: update to 2.0.1.

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

diff --git a/srcpkgs/python-rebulk/template b/srcpkgs/python-rebulk/template
index 8f9c2621304..a2a36bd5150 100644
--- a/srcpkgs/python-rebulk/template
+++ b/srcpkgs/python-rebulk/template
@@ -1,7 +1,7 @@
 # Template file for 'python-rebulk'
 pkgname=python-rebulk
-version=2.0.0
-revision=2
+version=2.0.1
+revision=1
 archs=noarch
 wrksrc="rebulk-${version}"
 build_style=python-module
@@ -13,7 +13,7 @@ maintainer="Daniel Santana <daniel@santana.tech>"
 license="MIT"
 homepage="https://github.com/Toilal/rebulk"
 distfiles="${PYPI_SITE}/r/rebulk/rebulk-${version}.tar.gz"
-checksum=1b0d526859ef3e8647f37c606d7ae7c32259e370b3f1519e4219a3ba72740aec
+checksum=320ded3cc456347d828f95e9aa5f8bab77ac01943cad024c06012069fe19690a
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] python-rebulk: update to 2.0.1.
  2020-05-02 21:16 [PR PATCH] python-rebulk: update to 2.0.1 cpixl
@ 2020-05-02 21:34 ` cpixl
  2020-05-02 21:56 ` [PR PATCH] [Merged]: " jnbr
  1 sibling, 0 replies; 3+ messages in thread
From: cpixl @ 2020-05-02 21:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cpixl/void-packages python-rebulk
https://github.com/void-linux/void-packages/pull/21568

python-rebulk: update to 2.0.1.


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

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

From 84ed90a1995ff6cf17a334ace64ebd65096de613 Mon Sep 17 00:00:00 2001
From: Daniel Santana <daniel@santana.tech>
Date: Sat, 2 May 2020 18:15:52 -0300
Subject: [PATCH] python-rebulk: update to 2.0.1.

---
 srcpkgs/python-rebulk/template | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python-rebulk/template b/srcpkgs/python-rebulk/template
index 8f9c2621304..3bc58c3a7dd 100644
--- a/srcpkgs/python-rebulk/template
+++ b/srcpkgs/python-rebulk/template
@@ -1,11 +1,10 @@
 # Template file for 'python-rebulk'
 pkgname=python-rebulk
-version=2.0.0
-revision=2
+version=2.0.1
+revision=1
 archs=noarch
 wrksrc="rebulk-${version}"
 build_style=python-module
-pycompile_module="rebulk"
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python python-six"
 short_desc="Define search patterns in bulk to perform advanced matching (Python2)"
@@ -13,7 +12,7 @@ maintainer="Daniel Santana <daniel@santana.tech>"
 license="MIT"
 homepage="https://github.com/Toilal/rebulk"
 distfiles="${PYPI_SITE}/r/rebulk/rebulk-${version}.tar.gz"
-checksum=1b0d526859ef3e8647f37c606d7ae7c32259e370b3f1519e4219a3ba72740aec
+checksum=320ded3cc456347d828f95e9aa5f8bab77ac01943cad024c06012069fe19690a
 
 post_install() {
 	vlicense LICENSE
@@ -21,7 +20,6 @@ post_install() {
 
 python3-rebulk_package() {
 	archs=noarch
-	pycompile_module="rebulk"
 	depends="python3 python3-six"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

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

* Re: [PR PATCH] [Merged]: python-rebulk: update to 2.0.1.
  2020-05-02 21:16 [PR PATCH] python-rebulk: update to 2.0.1 cpixl
  2020-05-02 21:34 ` [PR PATCH] [Updated] " cpixl
@ 2020-05-02 21:56 ` jnbr
  1 sibling, 0 replies; 3+ messages in thread
From: jnbr @ 2020-05-02 21:56 UTC (permalink / raw)
  To: ml

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

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

python-rebulk: update to 2.0.1.
https://github.com/void-linux/void-packages/pull/21568

Description:


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

end of thread, other threads:[~2020-05-02 21:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-02 21:16 [PR PATCH] python-rebulk: update to 2.0.1 cpixl
2020-05-02 21:34 ` [PR PATCH] [Updated] " cpixl
2020-05-02 21:56 ` [PR PATCH] [Merged]: " jnbr

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