Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-perf: update to 1.6.1.
@ 2019-10-12 19:59 voidlinux-github
  2019-10-15 19:26 ` voidlinux-github
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: voidlinux-github @ 2019-10-12 19:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages python3-perf
https://github.com/void-linux/void-packages/pull/15418

python3-perf: update to 1.6.1.


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

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

From f2d927eba7674a263a40531f999c5aac188323c7 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 12 Oct 2019 22:25:48 +0300
Subject: [PATCH] python3-perf: update to 1.6.1.

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

diff --git a/srcpkgs/python3-perf/template b/srcpkgs/python3-perf/template
index 4f3a09237eb..2cf0e1fdb86 100644
--- a/srcpkgs/python3-perf/template
+++ b/srcpkgs/python3-perf/template
@@ -1,9 +1,9 @@
 # Template file for 'python3-perf'
 pkgname=python3-perf
-version=1.6.0
+version=1.6.1
 revision=1
 archs=noarch
-wrksrc="perf-${version}"
+wrksrc="pyperf-${version}"
 build_style=python3-module
 pycompile_module="perf"
 hostmakedepends="python3-setuptools"
@@ -14,7 +14,7 @@ license="MIT"
 homepage="https://github.com/vstinner/perf"
 #changelog="https://raw.githubusercontent.com/vstinner/perf/master/doc/changelog.rst"
 distfiles="https://github.com/vstinner/perf/archive/${version}.tar.gz"
-checksum=c1f6f0262be85e7e14daa0875c7d226d6a87b2cf9eebbfb91f6e7c34ef223df0
+checksum=fbe793f6f2e036ab4dcca105b5c5aa34fd331dd881e7a3e158e5e218c63cfc32
 
 post_install() {
 	vlicense COPYING

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

* Re: python3-perf: update to 1.6.1.
  2019-10-12 19:59 [PR PATCH] python3-perf: update to 1.6.1 voidlinux-github
@ 2019-10-15 19:26 ` voidlinux-github
  2019-10-15 19:33 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-10-15 19:26 UTC (permalink / raw)
  To: ml

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

New comment by jnbr on void-packages repository

https://github.com/void-linux/void-packages/pull/15418#issuecomment-542367363

Comment:
```
Version 1.6.1 (2019-05-21)
--------------------------

The project name changes to "pyperf" from "perf", to avoid confusion
with the `Linux perf project <https://perf.wiki.kernel.org/>`_ which has
a Python binding called "perf" as well.
```

Please point distfiles and homepage to new name as well.

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

* Re: [PR PATCH] [Updated] python3-perf: update to 1.6.1.
  2019-10-12 19:59 [PR PATCH] python3-perf: update to 1.6.1 voidlinux-github
  2019-10-15 19:26 ` voidlinux-github
  2019-10-15 19:33 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-15 19:33 ` voidlinux-github
  2019-10-15 19:34 ` voidlinux-github
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-10-15 19:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages python3-perf
https://github.com/void-linux/void-packages/pull/15418

python3-perf: update to 1.6.1.


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

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

From 4b99c1fbd970f760f14100796a46cf09dc4af708 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 12 Oct 2019 22:25:48 +0300
Subject: [PATCH] python3-perf: update to 1.6.1.

---
 srcpkgs/python3-perf/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-perf/template b/srcpkgs/python3-perf/template
index 4f3a09237eb..a03251f97e8 100644
--- a/srcpkgs/python3-perf/template
+++ b/srcpkgs/python3-perf/template
@@ -1,20 +1,20 @@
 # Template file for 'python3-perf'
 pkgname=python3-perf
-version=1.6.0
+version=1.6.1
 revision=1
 archs=noarch
-wrksrc="perf-${version}"
+wrksrc="pyperf-${version}"
 build_style=python3-module
-pycompile_module="perf"
+pycompile_module="pyperf"
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-six"
 short_desc="Toolkit to run Python benchmarks"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
-homepage="https://github.com/vstinner/perf"
-#changelog="https://raw.githubusercontent.com/vstinner/perf/master/doc/changelog.rst"
-distfiles="https://github.com/vstinner/perf/archive/${version}.tar.gz"
-checksum=c1f6f0262be85e7e14daa0875c7d226d6a87b2cf9eebbfb91f6e7c34ef223df0
+homepage="https://pyperf.readthedocs.io"
+changelog="https://raw.githubusercontent.com/vstinner/pyperf/master/doc/changelog.rst"
+distfiles="https://github.com/vstinner/pyperf/archive/${version}.tar.gz"
+checksum=fbe793f6f2e036ab4dcca105b5c5aa34fd331dd881e7a3e158e5e218c63cfc32
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR PATCH] [Updated] python3-perf: update to 1.6.1.
  2019-10-12 19:59 [PR PATCH] python3-perf: update to 1.6.1 voidlinux-github
  2019-10-15 19:26 ` voidlinux-github
@ 2019-10-15 19:33 ` voidlinux-github
  2019-10-15 19:33 ` voidlinux-github
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-10-15 19:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages python3-perf
https://github.com/void-linux/void-packages/pull/15418

python3-perf: update to 1.6.1.


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

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

From 4b99c1fbd970f760f14100796a46cf09dc4af708 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 12 Oct 2019 22:25:48 +0300
Subject: [PATCH] python3-perf: update to 1.6.1.

---
 srcpkgs/python3-perf/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-perf/template b/srcpkgs/python3-perf/template
index 4f3a09237eb..a03251f97e8 100644
--- a/srcpkgs/python3-perf/template
+++ b/srcpkgs/python3-perf/template
@@ -1,20 +1,20 @@
 # Template file for 'python3-perf'
 pkgname=python3-perf
-version=1.6.0
+version=1.6.1
 revision=1
 archs=noarch
-wrksrc="perf-${version}"
+wrksrc="pyperf-${version}"
 build_style=python3-module
-pycompile_module="perf"
+pycompile_module="pyperf"
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-six"
 short_desc="Toolkit to run Python benchmarks"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
-homepage="https://github.com/vstinner/perf"
-#changelog="https://raw.githubusercontent.com/vstinner/perf/master/doc/changelog.rst"
-distfiles="https://github.com/vstinner/perf/archive/${version}.tar.gz"
-checksum=c1f6f0262be85e7e14daa0875c7d226d6a87b2cf9eebbfb91f6e7c34ef223df0
+homepage="https://pyperf.readthedocs.io"
+changelog="https://raw.githubusercontent.com/vstinner/pyperf/master/doc/changelog.rst"
+distfiles="https://github.com/vstinner/pyperf/archive/${version}.tar.gz"
+checksum=fbe793f6f2e036ab4dcca105b5c5aa34fd331dd881e7a3e158e5e218c63cfc32
 
 post_install() {
 	vlicense COPYING

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

* Re: python3-perf: update to 1.6.1.
  2019-10-12 19:59 [PR PATCH] python3-perf: update to 1.6.1 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-15 19:33 ` voidlinux-github
@ 2019-10-15 19:34 ` voidlinux-github
  2019-10-15 20:03 ` voidlinux-github
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-10-15 19:34 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/15418#issuecomment-542370342

Comment:
> ```
> Version 1.6.1 (2019-05-21)
> --------------------------
> 
> The project name changes to "pyperf" from "perf", to avoid confusion
> with the `Linux perf project <https://perf.wiki.kernel.org/>`_ which has
> a Python binding called "perf" as well.
> ```
> 
> Please point distfiles and homepage to new name as well.

Done :)

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

* Re: python3-perf: update to 1.6.1.
  2019-10-12 19:59 [PR PATCH] python3-perf: update to 1.6.1 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-10-15 19:34 ` voidlinux-github
@ 2019-10-15 20:03 ` voidlinux-github
  2019-10-15 20:07 ` voidlinux-github
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-10-15 20:03 UTC (permalink / raw)
  To: ml

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

New comment by jnbr on void-packages repository

https://github.com/void-linux/void-packages/pull/15418#issuecomment-542380987

Comment:
Should the package be renamed?

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

* Re: python3-perf: update to 1.6.1.
  2019-10-12 19:59 [PR PATCH] python3-perf: update to 1.6.1 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-10-15 20:03 ` voidlinux-github
@ 2019-10-15 20:07 ` voidlinux-github
  2019-10-16 11:03 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-10-15 20:07 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/15418#issuecomment-542382524

Comment:
> Should the package be renamed?

It is an orphaned package and seems to have no revdeps - change is easy if you think it makes sense.

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

* Re: [PR PATCH] [Updated] python3-perf: update to 1.6.1.
  2019-10-12 19:59 [PR PATCH] python3-perf: update to 1.6.1 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-10-15 20:07 ` voidlinux-github
@ 2019-10-16 11:03 ` voidlinux-github
  2019-10-16 11:03 ` voidlinux-github
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-10-16 11:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages python3-perf
https://github.com/void-linux/void-packages/pull/15418

python3-perf: update to 1.6.1.


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

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

From 3c6a15a2941c3ecd0efffae35cdea0fe520e6100 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 12 Oct 2019 22:25:48 +0300
Subject: [PATCH] python3-perf: update to 1.6.1.

---
 srcpkgs/python3-perf/template   | 21 ---------------------
 srcpkgs/python3-pyperf/template | 21 +++++++++++++++++++++
 2 files changed, 21 insertions(+), 21 deletions(-)
 delete mode 100644 srcpkgs/python3-perf/template
 create mode 100644 srcpkgs/python3-pyperf/template

diff --git a/srcpkgs/python3-perf/template b/srcpkgs/python3-perf/template
deleted file mode 100644
index 4f3a09237eb..00000000000
--- a/srcpkgs/python3-perf/template
+++ /dev/null
@@ -1,21 +0,0 @@
-# Template file for 'python3-perf'
-pkgname=python3-perf
-version=1.6.0
-revision=1
-archs=noarch
-wrksrc="perf-${version}"
-build_style=python3-module
-pycompile_module="perf"
-hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-six"
-short_desc="Toolkit to run Python benchmarks"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="MIT"
-homepage="https://github.com/vstinner/perf"
-#changelog="https://raw.githubusercontent.com/vstinner/perf/master/doc/changelog.rst"
-distfiles="https://github.com/vstinner/perf/archive/${version}.tar.gz"
-checksum=c1f6f0262be85e7e14daa0875c7d226d6a87b2cf9eebbfb91f6e7c34ef223df0
-
-post_install() {
-	vlicense COPYING
-}
diff --git a/srcpkgs/python3-pyperf/template b/srcpkgs/python3-pyperf/template
new file mode 100644
index 00000000000..ef82ac39f4e
--- /dev/null
+++ b/srcpkgs/python3-pyperf/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-pyperf'
+pkgname=python3-pyperf
+version=1.6.1
+revision=1
+archs=noarch
+wrksrc="pyperf-${version}"
+build_style=python3-module
+pycompile_module="pyperf"
+hostmakedepends="python3-setuptools"
+depends="python3-setuptools python3-six"
+short_desc="Toolkit to run Python benchmarks"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="MIT"
+homepage="https://pyperf.readthedocs.io"
+changelog="https://raw.githubusercontent.com/vstinner/pyperf/master/doc/changelog.rst"
+distfiles="https://github.com/vstinner/pyperf/archive/${version}.tar.gz"
+checksum=fbe793f6f2e036ab4dcca105b5c5aa34fd331dd881e7a3e158e5e218c63cfc32
+
+post_install() {
+	vlicense COPYING
+}

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

* Re: [PR PATCH] [Updated] python3-perf: update to 1.6.1.
  2019-10-12 19:59 [PR PATCH] python3-perf: update to 1.6.1 voidlinux-github
                   ` (6 preceding siblings ...)
  2019-10-16 11:03 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-16 11:03 ` voidlinux-github
  2019-10-16 11:04 ` voidlinux-github
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-10-16 11:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages python3-perf
https://github.com/void-linux/void-packages/pull/15418

python3-perf: update to 1.6.1.


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

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

From 3c6a15a2941c3ecd0efffae35cdea0fe520e6100 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 12 Oct 2019 22:25:48 +0300
Subject: [PATCH] python3-perf: update to 1.6.1.

---
 srcpkgs/python3-perf/template   | 21 ---------------------
 srcpkgs/python3-pyperf/template | 21 +++++++++++++++++++++
 2 files changed, 21 insertions(+), 21 deletions(-)
 delete mode 100644 srcpkgs/python3-perf/template
 create mode 100644 srcpkgs/python3-pyperf/template

diff --git a/srcpkgs/python3-perf/template b/srcpkgs/python3-perf/template
deleted file mode 100644
index 4f3a09237eb..00000000000
--- a/srcpkgs/python3-perf/template
+++ /dev/null
@@ -1,21 +0,0 @@
-# Template file for 'python3-perf'
-pkgname=python3-perf
-version=1.6.0
-revision=1
-archs=noarch
-wrksrc="perf-${version}"
-build_style=python3-module
-pycompile_module="perf"
-hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-six"
-short_desc="Toolkit to run Python benchmarks"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="MIT"
-homepage="https://github.com/vstinner/perf"
-#changelog="https://raw.githubusercontent.com/vstinner/perf/master/doc/changelog.rst"
-distfiles="https://github.com/vstinner/perf/archive/${version}.tar.gz"
-checksum=c1f6f0262be85e7e14daa0875c7d226d6a87b2cf9eebbfb91f6e7c34ef223df0
-
-post_install() {
-	vlicense COPYING
-}
diff --git a/srcpkgs/python3-pyperf/template b/srcpkgs/python3-pyperf/template
new file mode 100644
index 00000000000..ef82ac39f4e
--- /dev/null
+++ b/srcpkgs/python3-pyperf/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-pyperf'
+pkgname=python3-pyperf
+version=1.6.1
+revision=1
+archs=noarch
+wrksrc="pyperf-${version}"
+build_style=python3-module
+pycompile_module="pyperf"
+hostmakedepends="python3-setuptools"
+depends="python3-setuptools python3-six"
+short_desc="Toolkit to run Python benchmarks"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="MIT"
+homepage="https://pyperf.readthedocs.io"
+changelog="https://raw.githubusercontent.com/vstinner/pyperf/master/doc/changelog.rst"
+distfiles="https://github.com/vstinner/pyperf/archive/${version}.tar.gz"
+checksum=fbe793f6f2e036ab4dcca105b5c5aa34fd331dd881e7a3e158e5e218c63cfc32
+
+post_install() {
+	vlicense COPYING
+}

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

* Re: python3-perf: update to 1.6.1.
  2019-10-12 19:59 [PR PATCH] python3-perf: update to 1.6.1 voidlinux-github
                   ` (7 preceding siblings ...)
  2019-10-16 11:03 ` voidlinux-github
@ 2019-10-16 11:04 ` voidlinux-github
  2019-10-16 16:41 ` voidlinux-github
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-10-16 11:04 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/15418#issuecomment-542648103

Comment:
@jnbr : Ι pushed the rename.

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

* Re: python3-perf: update to 1.6.1.
  2019-10-12 19:59 [PR PATCH] python3-perf: update to 1.6.1 voidlinux-github
                   ` (8 preceding siblings ...)
  2019-10-16 11:04 ` voidlinux-github
@ 2019-10-16 16:41 ` voidlinux-github
  2019-10-16 18:25 ` voidlinux-github
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-10-16 16:41 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/15418#issuecomment-542789696

Comment:
Current installs won't get update if renamed like that. I would stay with existing name.

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

* Re: python3-perf: update to 1.6.1.
  2019-10-12 19:59 [PR PATCH] python3-perf: update to 1.6.1 voidlinux-github
                   ` (9 preceding siblings ...)
  2019-10-16 16:41 ` voidlinux-github
@ 2019-10-16 18:25 ` voidlinux-github
  2019-10-18 19:53 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-10-16 18:25 UTC (permalink / raw)
  To: ml

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

New comment by jnbr on void-packages repository

https://github.com/void-linux/void-packages/pull/15418#issuecomment-542831312

Comment:
Sorry for late response.
You could add a subpackage `python3-perf` which depends on `python3-pyperf`, and add `replaces=python-perf` to `python-pyperf`.
Or keep the old package name.

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

* Re: [PR PATCH] [Updated] python3-perf: update to 1.6.1.
  2019-10-12 19:59 [PR PATCH] python3-perf: update to 1.6.1 voidlinux-github
                   ` (11 preceding siblings ...)
  2019-10-18 19:53 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-18 19:53 ` voidlinux-github
  2019-10-18 19:55 ` voidlinux-github
  2019-10-19  7:19 ` [PR PATCH] [Merged]: " voidlinux-github
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-10-18 19:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages python3-perf
https://github.com/void-linux/void-packages/pull/15418

python3-perf: update to 1.6.1.


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

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

From 26ca74837576e90b23568d32b8264e151d3daf21 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 12 Oct 2019 22:25:48 +0300
Subject: [PATCH] python3-perf: update to 1.6.1.

---
 srcpkgs/python3-perf/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-perf/template b/srcpkgs/python3-perf/template
index 4f3a09237eb..a03251f97e8 100644
--- a/srcpkgs/python3-perf/template
+++ b/srcpkgs/python3-perf/template
@@ -1,20 +1,20 @@
 # Template file for 'python3-perf'
 pkgname=python3-perf
-version=1.6.0
+version=1.6.1
 revision=1
 archs=noarch
-wrksrc="perf-${version}"
+wrksrc="pyperf-${version}"
 build_style=python3-module
-pycompile_module="perf"
+pycompile_module="pyperf"
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-six"
 short_desc="Toolkit to run Python benchmarks"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
-homepage="https://github.com/vstinner/perf"
-#changelog="https://raw.githubusercontent.com/vstinner/perf/master/doc/changelog.rst"
-distfiles="https://github.com/vstinner/perf/archive/${version}.tar.gz"
-checksum=c1f6f0262be85e7e14daa0875c7d226d6a87b2cf9eebbfb91f6e7c34ef223df0
+homepage="https://pyperf.readthedocs.io"
+changelog="https://raw.githubusercontent.com/vstinner/pyperf/master/doc/changelog.rst"
+distfiles="https://github.com/vstinner/pyperf/archive/${version}.tar.gz"
+checksum=fbe793f6f2e036ab4dcca105b5c5aa34fd331dd881e7a3e158e5e218c63cfc32
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR PATCH] [Updated] python3-perf: update to 1.6.1.
  2019-10-12 19:59 [PR PATCH] python3-perf: update to 1.6.1 voidlinux-github
                   ` (10 preceding siblings ...)
  2019-10-16 18:25 ` voidlinux-github
@ 2019-10-18 19:53 ` voidlinux-github
  2019-10-18 19:53 ` voidlinux-github
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-10-18 19:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages python3-perf
https://github.com/void-linux/void-packages/pull/15418

python3-perf: update to 1.6.1.


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

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

From 26ca74837576e90b23568d32b8264e151d3daf21 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 12 Oct 2019 22:25:48 +0300
Subject: [PATCH] python3-perf: update to 1.6.1.

---
 srcpkgs/python3-perf/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-perf/template b/srcpkgs/python3-perf/template
index 4f3a09237eb..a03251f97e8 100644
--- a/srcpkgs/python3-perf/template
+++ b/srcpkgs/python3-perf/template
@@ -1,20 +1,20 @@
 # Template file for 'python3-perf'
 pkgname=python3-perf
-version=1.6.0
+version=1.6.1
 revision=1
 archs=noarch
-wrksrc="perf-${version}"
+wrksrc="pyperf-${version}"
 build_style=python3-module
-pycompile_module="perf"
+pycompile_module="pyperf"
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-six"
 short_desc="Toolkit to run Python benchmarks"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
-homepage="https://github.com/vstinner/perf"
-#changelog="https://raw.githubusercontent.com/vstinner/perf/master/doc/changelog.rst"
-distfiles="https://github.com/vstinner/perf/archive/${version}.tar.gz"
-checksum=c1f6f0262be85e7e14daa0875c7d226d6a87b2cf9eebbfb91f6e7c34ef223df0
+homepage="https://pyperf.readthedocs.io"
+changelog="https://raw.githubusercontent.com/vstinner/pyperf/master/doc/changelog.rst"
+distfiles="https://github.com/vstinner/pyperf/archive/${version}.tar.gz"
+checksum=fbe793f6f2e036ab4dcca105b5c5aa34fd331dd881e7a3e158e5e218c63cfc32
 
 post_install() {
 	vlicense COPYING

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

* Re: python3-perf: update to 1.6.1.
  2019-10-12 19:59 [PR PATCH] python3-perf: update to 1.6.1 voidlinux-github
                   ` (12 preceding siblings ...)
  2019-10-18 19:53 ` voidlinux-github
@ 2019-10-18 19:55 ` voidlinux-github
  2019-10-19  7:19 ` [PR PATCH] [Merged]: " voidlinux-github
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-10-18 19:55 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/15418#issuecomment-543912731

Comment:
Back to python3-perf then :)

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

* Re: [PR PATCH] [Merged]: python3-perf: update to 1.6.1.
  2019-10-12 19:59 [PR PATCH] python3-perf: update to 1.6.1 voidlinux-github
                   ` (13 preceding siblings ...)
  2019-10-18 19:55 ` voidlinux-github
@ 2019-10-19  7:19 ` voidlinux-github
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-10-19  7:19 UTC (permalink / raw)
  To: ml

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

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

python3-perf: update to 1.6.1.
https://github.com/void-linux/void-packages/pull/15418

Description:


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

end of thread, other threads:[~2019-10-19  7:19 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-12 19:59 [PR PATCH] python3-perf: update to 1.6.1 voidlinux-github
2019-10-15 19:26 ` voidlinux-github
2019-10-15 19:33 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-15 19:33 ` voidlinux-github
2019-10-15 19:34 ` voidlinux-github
2019-10-15 20:03 ` voidlinux-github
2019-10-15 20:07 ` voidlinux-github
2019-10-16 11:03 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-16 11:03 ` voidlinux-github
2019-10-16 11:04 ` voidlinux-github
2019-10-16 16:41 ` voidlinux-github
2019-10-16 18:25 ` voidlinux-github
2019-10-18 19:53 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-18 19:53 ` voidlinux-github
2019-10-18 19:55 ` voidlinux-github
2019-10-19  7:19 ` [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).