Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-telegram: update to 0.15.0
@ 2022-04-23  8:06 tuxliban
  2022-05-01  8:27 ` [PR PATCH] [Updated] " paper42
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: tuxliban @ 2022-04-23  8:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tuxliban/void-packages python3-telegram
https://github.com/void-linux/void-packages/pull/36826

python3-telegram: update to 0.15.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### Local build testing
- I built this PR locally for my native architecture, (musl)
- I built this PR locally for architecture:
  - x86_64


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

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

From dbdbc63a06758c130f2807a25e6d455dba6076ae Mon Sep 17 00:00:00 2001
From: Tuxliban Torvalds <tenshalito@gmail.com>
Date: Sat, 23 Apr 2022 03:02:01 -0500
Subject: [PATCH] python3-telegram: update to 0.15.0

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

diff --git a/srcpkgs/python3-telegram/template b/srcpkgs/python3-telegram/template
index b9eebe0fde9a..73b992c2b1e7 100644
--- a/srcpkgs/python3-telegram/template
+++ b/srcpkgs/python3-telegram/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-telegram'
 pkgname=python3-telegram
-version=0.14.0
-revision=3
+version=0.15.0
+revision=1
 wrksrc=python-telegram-${version}
 build_style=python3-module
 hostmakedepends="python3"
@@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/alexander-akhmetov/python-telegram"
 distfiles="https://github.com/alexander-akhmetov/python-telegram/archive/${version}.tar.gz"
-checksum=11b0a2387bae642eb7f134fe35b9ef67b8183aa961412bcdfa86ff404beed897
+checksum=eaa9c883e9a6415590eaada88b39817247361ee2ba959526081a14f3e66ecc0b
 
 post_extract() {
 	rm -r telegram/lib

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

* Re: [PR PATCH] [Updated] python3-telegram: update to 0.15.0
  2022-04-23  8:06 [PR PATCH] python3-telegram: update to 0.15.0 tuxliban
@ 2022-05-01  8:27 ` paper42
  2022-05-01  8:44 ` paper42
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-05-01  8:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tuxliban/void-packages python3-telegram
https://github.com/void-linux/void-packages/pull/36826

python3-telegram: update to 0.15.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### Local build testing
- I built this PR locally for my native architecture, (musl)
- I built this PR locally for architecture:
  - x86_64


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

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

From dc600a3a1b8c1b0c1f3f4c5a5232a8c56ebb70e8 Mon Sep 17 00:00:00 2001
From: Tuxliban Torvalds <tenshalito@gmail.com>
Date: Sat, 23 Apr 2022 03:02:01 -0500
Subject: [PATCH] python3-telegram: update to 0.15.0

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

diff --git a/srcpkgs/python3-telegram/template b/srcpkgs/python3-telegram/template
index b9eebe0fde9a..6854409999ef 100644
--- a/srcpkgs/python3-telegram/template
+++ b/srcpkgs/python3-telegram/template
@@ -1,17 +1,17 @@
 # Template file for 'python3-telegram'
 pkgname=python3-telegram
-version=0.14.0
-revision=3
+version=0.15.0
+revision=1
 wrksrc=python-telegram-${version}
 build_style=python3-module
-hostmakedepends="python3"
+hostmakedepends="python3-setuptools"
 depends="libtd python3-setuptools"
 short_desc="Python library for building Telegram clients"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/alexander-akhmetov/python-telegram"
 distfiles="https://github.com/alexander-akhmetov/python-telegram/archive/${version}.tar.gz"
-checksum=11b0a2387bae642eb7f134fe35b9ef67b8183aa961412bcdfa86ff404beed897
+checksum=eaa9c883e9a6415590eaada88b39817247361ee2ba959526081a14f3e66ecc0b
 
 post_extract() {
 	rm -r telegram/lib

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

* Re: [PR PATCH] [Updated] python3-telegram: update to 0.15.0
  2022-04-23  8:06 [PR PATCH] python3-telegram: update to 0.15.0 tuxliban
  2022-05-01  8:27 ` [PR PATCH] [Updated] " paper42
@ 2022-05-01  8:44 ` paper42
  2022-05-01  8:45 ` paper42
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-05-01  8:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tuxliban/void-packages python3-telegram
https://github.com/void-linux/void-packages/pull/36826

python3-telegram: update to 0.15.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### Local build testing
- I built this PR locally for my native architecture, (musl)
- I built this PR locally for architecture:
  - x86_64


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

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

From 8618cd3b4ceb7689dd0a6624afcb61ef2d94cd76 Mon Sep 17 00:00:00 2001
From: Tuxliban Torvalds <tenshalito@gmail.com>
Date: Sat, 23 Apr 2022 03:02:01 -0500
Subject: [PATCH] python3-telegram: update to 0.15.0

---
 srcpkgs/python3-telegram/template | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-telegram/template b/srcpkgs/python3-telegram/template
index b9eebe0fde9a..13b971bbd6b9 100644
--- a/srcpkgs/python3-telegram/template
+++ b/srcpkgs/python3-telegram/template
@@ -1,20 +1,23 @@
 # Template file for 'python3-telegram'
 pkgname=python3-telegram
-version=0.14.0
-revision=3
+version=0.15.0
+revision=1
 wrksrc=python-telegram-${version}
 build_style=python3-module
-hostmakedepends="python3"
+hostmakedepends="python3-setuptools"
 depends="libtd python3-setuptools"
+checkdepends="python3-pytest $depends"
 short_desc="Python library for building Telegram clients"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/alexander-akhmetov/python-telegram"
 distfiles="https://github.com/alexander-akhmetov/python-telegram/archive/${version}.tar.gz"
-checksum=11b0a2387bae642eb7f134fe35b9ef67b8183aa961412bcdfa86ff404beed897
+checksum=eaa9c883e9a6415590eaada88b39817247361ee2ba959526081a14f3e66ecc0b
 
 post_extract() {
-	rm -r telegram/lib
+	# mocked_resource.assert_called_once_with('telegram', 'lib/linux/libtdjson.so')
+	# AssertionError: Expected 'mock' to be called once. Called 0 times.
+	rm tests/test_tdjson.py
 }
 
 post_install() {

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

* Re: python3-telegram: update to 0.15.0
  2022-04-23  8:06 [PR PATCH] python3-telegram: update to 0.15.0 tuxliban
  2022-05-01  8:27 ` [PR PATCH] [Updated] " paper42
  2022-05-01  8:44 ` paper42
@ 2022-05-01  8:45 ` paper42
  2022-05-01  8:48 ` [PR PATCH] [Merged]: " paper42
  2022-05-02  6:02 ` tuxliban
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-05-01  8:45 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/36826#issuecomment-1114173455

Comment:
Because the telegram-tg update was merged, but this one was not, telegram-tg was broken. Please put updates that depend on each other to one PR next time. Thanks to @benalb for noticing this. 

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

* Re: [PR PATCH] [Merged]: python3-telegram: update to 0.15.0
  2022-04-23  8:06 [PR PATCH] python3-telegram: update to 0.15.0 tuxliban
                   ` (2 preceding siblings ...)
  2022-05-01  8:45 ` paper42
@ 2022-05-01  8:48 ` paper42
  2022-05-02  6:02 ` tuxliban
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-05-01  8:48 UTC (permalink / raw)
  To: ml

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

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

python3-telegram: update to 0.15.0
https://github.com/void-linux/void-packages/pull/36826

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

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

#### Local build testing
- I built this PR locally for my native architecture, (musl)
- I built this PR locally for architecture:
  - x86_64


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

* Re: python3-telegram: update to 0.15.0
  2022-04-23  8:06 [PR PATCH] python3-telegram: update to 0.15.0 tuxliban
                   ` (3 preceding siblings ...)
  2022-05-01  8:48 ` [PR PATCH] [Merged]: " paper42
@ 2022-05-02  6:02 ` tuxliban
  4 siblings, 0 replies; 6+ messages in thread
From: tuxliban @ 2022-05-02  6:02 UTC (permalink / raw)
  To: ml

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

New comment by tuxliban on void-packages repository

https://github.com/void-linux/void-packages/pull/36826#issuecomment-1114523845

Comment:
> Please put updates that depend on each other to one PR next time.

Thank you very much for the comment, I will keep it in mind for future pull requests.

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

end of thread, other threads:[~2022-05-02  6:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-23  8:06 [PR PATCH] python3-telegram: update to 0.15.0 tuxliban
2022-05-01  8:27 ` [PR PATCH] [Updated] " paper42
2022-05-01  8:44 ` paper42
2022-05-01  8:45 ` paper42
2022-05-01  8:48 ` [PR PATCH] [Merged]: " paper42
2022-05-02  6:02 ` tuxliban

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