Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-ifaddr: update to 0.2.0
@ 2024-01-31 21:13 c0m4r
  2024-01-31 21:55 ` [PR PATCH] [Updated] " c0m4r
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: c0m4r @ 2024-01-31 21:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/c0m4r/void-packages patch-3
https://github.com/void-linux/void-packages/pull/48465

python3-ifaddr: update to 0.2.0
#### 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/48465.patch is attached

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

From 63e4d9719302711d1eeebc24e30ed3891d4eacea Mon Sep 17 00:00:00 2001
From: c0m4r <github@wolfet.pl>
Date: Wed, 31 Jan 2024 22:09:37 +0100
Subject: [PATCH] python3-ifaddr: update to 0.2.0

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

diff --git a/srcpkgs/python3-ifaddr/template b/srcpkgs/python3-ifaddr/template
index cb37ba2c0d61b..20b3c094b10e5 100644
--- a/srcpkgs/python3-ifaddr/template
+++ b/srcpkgs/python3-ifaddr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ifaddr'
 pkgname=python3-ifaddr
-version=0.1.7
-revision=5
+version=0.2.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
@@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/pydron/ifaddr"
 distfiles="${PYPI_SITE}/i/ifaddr/ifaddr-${version}.tar.gz"
-checksum=1f9e8a6ca6f16db5a37d3356f07b6e52344f6f9f7e806d618537731669eb1a94
+checksum=cc0cbfcaabf765d44595825fb96a99bb12c79716b73b44330ea38ee2b0c4aed4
 
 post_install() {
 	 sed -n '/Copyright/,/SOFTWARE\./p' setup.py >LICENSE.txt

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

* Re: [PR PATCH] [Updated] python3-ifaddr: update to 0.2.0
  2024-01-31 21:13 [PR PATCH] python3-ifaddr: update to 0.2.0 c0m4r
@ 2024-01-31 21:55 ` c0m4r
  2024-01-31 22:00 ` c0m4r
  2024-02-02  7:38 ` [PR PATCH] [Closed]: " c0m4r
  2 siblings, 0 replies; 4+ messages in thread
From: c0m4r @ 2024-01-31 21:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/c0m4r/void-packages patch-3
https://github.com/void-linux/void-packages/pull/48465

python3-ifaddr: update to 0.2.0
#### 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/48465.patch is attached

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

From 685a63049fe2ae7b1f63d3e05c4ea7cffc85eb40 Mon Sep 17 00:00:00 2001
From: c0m4r <github@wolfet.pl>
Date: Wed, 31 Jan 2024 22:54:31 +0100
Subject: [PATCH] python3-ifaddr: update to 0.2.0

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

diff --git a/srcpkgs/python3-ifaddr/template b/srcpkgs/python3-ifaddr/template
index cb37ba2c0d61b..42a497c7b4f41 100644
--- a/srcpkgs/python3-ifaddr/template
+++ b/srcpkgs/python3-ifaddr/template
@@ -1,16 +1,17 @@
 # Template file for 'python3-ifaddr'
 pkgname=python3-ifaddr
-version=0.1.7
-revision=5
+version=0.2.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
+checkdepends="python3-pytest"
 short_desc="Enumerates all IP addresses on all network adapters of the system"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/pydron/ifaddr"
 distfiles="${PYPI_SITE}/i/ifaddr/ifaddr-${version}.tar.gz"
-checksum=1f9e8a6ca6f16db5a37d3356f07b6e52344f6f9f7e806d618537731669eb1a94
+checksum=cc0cbfcaabf765d44595825fb96a99bb12c79716b73b44330ea38ee2b0c4aed4
 
 post_install() {
 	 sed -n '/Copyright/,/SOFTWARE\./p' setup.py >LICENSE.txt

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

* Re: python3-ifaddr: update to 0.2.0
  2024-01-31 21:13 [PR PATCH] python3-ifaddr: update to 0.2.0 c0m4r
  2024-01-31 21:55 ` [PR PATCH] [Updated] " c0m4r
@ 2024-01-31 22:00 ` c0m4r
  2024-02-02  7:38 ` [PR PATCH] [Closed]: " c0m4r
  2 siblings, 0 replies; 4+ messages in thread
From: c0m4r @ 2024-01-31 22:00 UTC (permalink / raw)
  To: ml

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

New comment by c0m4r on void-packages repository

https://github.com/void-linux/void-packages/pull/48465#issuecomment-1920048313

Comment:
setup.py test was previously failing due to

```
iphlpapi = ctypes.windll.LoadLibrary("Iphlpapi")  # type: ignore
```

in `ifaddr/_win32.py`, which is loaded only on nt platforms, I've added pytest to use `ifaddr/test_ifaddr.py` instead

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

* Re: [PR PATCH] [Closed]: python3-ifaddr: update to 0.2.0
  2024-01-31 21:13 [PR PATCH] python3-ifaddr: update to 0.2.0 c0m4r
  2024-01-31 21:55 ` [PR PATCH] [Updated] " c0m4r
  2024-01-31 22:00 ` c0m4r
@ 2024-02-02  7:38 ` c0m4r
  2 siblings, 0 replies; 4+ messages in thread
From: c0m4r @ 2024-02-02  7:38 UTC (permalink / raw)
  To: ml

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

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

python3-ifaddr: update to 0.2.0
https://github.com/void-linux/void-packages/pull/48465

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] 4+ messages in thread

end of thread, other threads:[~2024-02-02  7:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-31 21:13 [PR PATCH] python3-ifaddr: update to 0.2.0 c0m4r
2024-01-31 21:55 ` [PR PATCH] [Updated] " c0m4r
2024-01-31 22:00 ` c0m4r
2024-02-02  7:38 ` [PR PATCH] [Closed]: " c0m4r

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