Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-Telethon: update to 1.32.1.
@ 2023-11-18  4:55 Luciogi
  2023-11-18  4:59 ` [PR PATCH] [Updated] " Luciogi
  2023-11-29 23:43 ` [PR PATCH] [Merged]: " Duncaen
  0 siblings, 2 replies; 3+ messages in thread
From: Luciogi @ 2023-11-18  4:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Luciogi/void-packages py3-Telethon
https://github.com/void-linux/void-packages/pull/47293

python3-Telethon: update to 1.32.1.
#### Testing the changes
- I tested the changes in this PR: **YES**

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


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-py3-Telethon-47293.patch --]
[-- Type: text/x-diff, Size: 1563 bytes --]

From 9868bdfb0205495f36c477c5bb11523671f483d5 Mon Sep 17 00:00:00 2001
From: Luciogi <lucigithubcommit@skiff.com>
Date: Sat, 18 Nov 2023 09:54:11 +0500
Subject: [PATCH] python3-Telethon: update to 1.32.1.

---
 srcpkgs/python3-Telethon/template | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-Telethon/template b/srcpkgs/python3-Telethon/template
index dfca95c869307..926dd21b5c1af 100644
--- a/srcpkgs/python3-Telethon/template
+++ b/srcpkgs/python3-Telethon/template
@@ -1,8 +1,12 @@
 # Template file for 'python3-Telethon'
 pkgname=python3-Telethon
-version=1.21.1
-revision=4
+version=1.32.1
+revision=1
 build_style=python3-module
+make_check_args="--deselect tests/readthedocs/quick_references/test_client_reference.py::test_all_methods_present 
+ --deselect tests/telethon/test_utils.py::test_private_get_extension 
+ --deselect tests/telethon/extensions/test_html.py::test_entities_together 
+ --deselect tests/telethon/extensions/test_markdown.py::test_entities_together"
 hostmakedepends="python3-setuptools"
 depends="python3-pyaes python3-rsa"
 checkdepends="$depends python3-pytest python3-pytest-asyncio"
@@ -11,7 +15,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/LonamiWebs/Telethon"
 distfiles="https://github.com/LonamiWebs/Telethon/archive/v${version}.tar.gz"
-checksum=793a98e775f7f4261fb7fa7a4a447f92a663e6697c7a7a5afcf3a54bfd3cf289
+checksum=ccf9ff5a8516c2b25cea5f94a677dee8715c10dfccc21b2e7dd5a7717f42d9d3
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] python3-Telethon: update to 1.32.1.
  2023-11-18  4:55 [PR PATCH] python3-Telethon: update to 1.32.1 Luciogi
@ 2023-11-18  4:59 ` Luciogi
  2023-11-29 23:43 ` [PR PATCH] [Merged]: " Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: Luciogi @ 2023-11-18  4:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Luciogi/void-packages py3-Telethon
https://github.com/void-linux/void-packages/pull/47293

python3-Telethon: update to 1.32.1.
#### Testing the changes
- I tested the changes in this PR: **YES**

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


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-py3-Telethon-47293.patch --]
[-- Type: text/x-diff, Size: 1560 bytes --]

From eaabf6713e86154a0e6c3c4f36a51de274a2c8c7 Mon Sep 17 00:00:00 2001
From: Luciogi <lucigithubcommit@skiff.com>
Date: Sat, 18 Nov 2023 09:54:11 +0500
Subject: [PATCH] python3-Telethon: update to 1.32.1.

---
 srcpkgs/python3-Telethon/template | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-Telethon/template b/srcpkgs/python3-Telethon/template
index dfca95c869307..6c8275c5d11ec 100644
--- a/srcpkgs/python3-Telethon/template
+++ b/srcpkgs/python3-Telethon/template
@@ -1,8 +1,12 @@
 # Template file for 'python3-Telethon'
 pkgname=python3-Telethon
-version=1.21.1
-revision=4
+version=1.32.1
+revision=1
 build_style=python3-module
+make_check_args="--deselect tests/readthedocs/quick_references/test_client_reference.py::test_all_methods_present
+ --deselect tests/telethon/test_utils.py::test_private_get_extension
+ --deselect tests/telethon/extensions/test_html.py::test_entities_together
+ --deselect tests/telethon/extensions/test_markdown.py::test_entities_together"
 hostmakedepends="python3-setuptools"
 depends="python3-pyaes python3-rsa"
 checkdepends="$depends python3-pytest python3-pytest-asyncio"
@@ -11,7 +15,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/LonamiWebs/Telethon"
 distfiles="https://github.com/LonamiWebs/Telethon/archive/v${version}.tar.gz"
-checksum=793a98e775f7f4261fb7fa7a4a447f92a663e6697c7a7a5afcf3a54bfd3cf289
+checksum=ccf9ff5a8516c2b25cea5f94a677dee8715c10dfccc21b2e7dd5a7717f42d9d3
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: python3-Telethon: update to 1.32.1.
  2023-11-18  4:55 [PR PATCH] python3-Telethon: update to 1.32.1 Luciogi
  2023-11-18  4:59 ` [PR PATCH] [Updated] " Luciogi
@ 2023-11-29 23:43 ` Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: Duncaen @ 2023-11-29 23:43 UTC (permalink / raw)
  To: ml

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

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

python3-Telethon: update to 1.32.1.
https://github.com/void-linux/void-packages/pull/47293

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

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


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

end of thread, other threads:[~2023-11-29 23:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-18  4:55 [PR PATCH] python3-Telethon: update to 1.32.1 Luciogi
2023-11-18  4:59 ` [PR PATCH] [Updated] " Luciogi
2023-11-29 23:43 ` [PR PATCH] [Merged]: " Duncaen

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