Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-socks: update to 2.2.0.
@ 2023-04-16 22:55 ar-jan
  2023-04-30  7:16 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: ar-jan @ 2023-04-16 22:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ar-jan/void-packages python3-socks
https://github.com/void-linux/void-packages/pull/43487

python3-socks: update to 2.2.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From f12584b008ab0040b2057b6b9c7ae2697c61f918 Mon Sep 17 00:00:00 2001
From: Arjan Mossel <arjanmossel@gmail.com>
Date: Mon, 17 Apr 2023 00:51:58 +0200
Subject: [PATCH 1/2] python3-aiohttp_socks: update to 0.8.0.

---
 srcpkgs/python3-aiohttp_socks/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-aiohttp_socks/template b/srcpkgs/python3-aiohttp_socks/template
index 4675228d6805..10c8125e0753 100644
--- a/srcpkgs/python3-aiohttp_socks/template
+++ b/srcpkgs/python3-aiohttp_socks/template
@@ -1,9 +1,9 @@
 # Template file for 'python3-aiohttp_socks'
 pkgname=python3-aiohttp_socks
-version=0.6.0
-revision=3
-build_style=python3-module
-hostmakedepends="python3-setuptools"
+version=0.8.0
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel"
 depends="python3-aiohttp python3-socks"
 checkdepends="python3-aiohttp python3-attrs python3-socks"
 short_desc="SOCKS proxy connector for aiohttp"
@@ -11,4 +11,4 @@ maintainer="Christian Buschau <christian.buschau@mailbox.org>"
 license="Apache-2.0"
 homepage="https://github.com/romis2012/aiohttp-socks"
 distfiles="${PYPI_SITE}/a/aiohttp_socks/aiohttp_socks-${version}.tar.gz"
-checksum=b95dcfba3740c8499f4ff633846d72108459d25650ebc1ae8b299cb817088013
+checksum=927b1d3b347448f86ff5245c9ca19e40f397eb93906682be592790678c982f37

From f7c08011e501119fcce165006e7a35f512ab1607 Mon Sep 17 00:00:00 2001
From: Arjan Mossel <arjanmossel@gmail.com>
Date: Mon, 17 Apr 2023 00:53:49 +0200
Subject: [PATCH 2/2] python3-socks: update to 2.2.0.

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

diff --git a/srcpkgs/python3-socks/template b/srcpkgs/python3-socks/template
index 08fe1500d82d..f79051c99e6f 100644
--- a/srcpkgs/python3-socks/template
+++ b/srcpkgs/python3-socks/template
@@ -1,13 +1,13 @@
 # Template file for 'python3-socks'
 pkgname=python3-socks
-version=1.2.4
-revision=4
+version=2.2.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
 checkdepends="python3-async-timeout python3-curio python3-trio python3-attrs
  python3-async_generator python3-sniffio python3-sortedcontainers
- python3-outcome python3-idna"
+ python3-anyio python3-outcome python3-idna"
 # Optional dependencies:
 # async-timeout >= 3.0.1
 # trio >= 0.16.0
@@ -17,4 +17,4 @@ maintainer="Arjan Mossel <arjanmossel@gmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/romis2012/python-socks"
 distfiles="${PYPI_SITE}/p/python-socks/python-socks-${version}.tar.gz"
-checksum=7d0ef2578cead9f762b71317d25a6c118fabaf79535555e75b3e102f5158ddd8
+checksum=81500aca769165660cbbf38500849ffbedd50a8c50b6694f5132da3e21c7b30a

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

* Re: [PR PATCH] [Merged]: python3-socks: update to 2.2.0.
  2023-04-16 22:55 [PR PATCH] python3-socks: update to 2.2.0 ar-jan
@ 2023-04-30  7:16 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2023-04-30  7:16 UTC (permalink / raw)
  To: ml

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

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

python3-socks: update to 2.2.0.
https://github.com/void-linux/void-packages/pull/43487

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-04-30  7:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-16 22:55 [PR PATCH] python3-socks: update to 2.2.0 ar-jan
2023-04-30  7:16 ` [PR PATCH] [Merged]: " classabbyamp

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