Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-dpkt: update to 1.9.4
@ 2020-10-01 15:13 misuchiru03
  2020-10-02 17:33 ` Chocimier
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: misuchiru03 @ 2020-10-01 15:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/misuchiru03/void-packages up_python3-dpkt_1.9.4
https://github.com/void-linux/void-packages/pull/25233

python3-dpkt: update to 1.9.4


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-up_python3-dpkt_1.9.4-25233.patch --]
[-- Type: text/x-diff, Size: 1090 bytes --]

From b8894cf065b6957fc304b9b59c92bcf01f1c3eed Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Thu, 1 Oct 2020 10:12:28 -0500
Subject: [PATCH] python3-dpkt: update to 1.9.4

---
 srcpkgs/python3-dpkt/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-dpkt/template b/srcpkgs/python3-dpkt/template
index 5ca1a6b1dbb..53968549ae0 100644
--- a/srcpkgs/python3-dpkt/template
+++ b/srcpkgs/python3-dpkt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dpkt'
 pkgname=python3-dpkt
-version=1.9.2
+version=1.9.4
 revision=1
-archs=noarch
 wrksrc="dpkt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -11,7 +10,7 @@ maintainer="Alex Childs <misuchiru03+void@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://github.com/kbandla/dpkt"
 distfiles="${PYPI_SITE}/d/dpkt/dpkt-${version}.tar.gz"
-checksum=52a92ecd5ca04d5bd852bb11cb2eac4bbe38b42a7c472e0d950eeb9f82a81e54
+checksum=f4e579cbaf6e2285ebf3a9e84019459b4367636bac079ba169527e582fca48b4
 
 post_install() {
 	vlicense LICENSE

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

* Re: python3-dpkt: update to 1.9.4
  2020-10-01 15:13 [PR PATCH] python3-dpkt: update to 1.9.4 misuchiru03
@ 2020-10-02 17:33 ` Chocimier
  2020-10-03  5:34 ` [PR PATCH] [Updated] " misuchiru03
  2020-10-09 20:16 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: Chocimier @ 2020-10-02 17:33 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/25233#issuecomment-702863819

Comment:
Missing depends="python3"

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

* Re: [PR PATCH] [Updated] python3-dpkt: update to 1.9.4
  2020-10-01 15:13 [PR PATCH] python3-dpkt: update to 1.9.4 misuchiru03
  2020-10-02 17:33 ` Chocimier
@ 2020-10-03  5:34 ` misuchiru03
  2020-10-09 20:16 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: misuchiru03 @ 2020-10-03  5:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/misuchiru03/void-packages up_python3-dpkt_1.9.4
https://github.com/void-linux/void-packages/pull/25233

python3-dpkt: update to 1.9.4


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-up_python3-dpkt_1.9.4-25233.patch --]
[-- Type: text/x-diff, Size: 1150 bytes --]

From 432dd4e051a09db4c81c6758b1cad6fc0fd892ef Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Thu, 1 Oct 2020 10:12:28 -0500
Subject: [PATCH] python3-dpkt: update to 1.9.4

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

diff --git a/srcpkgs/python3-dpkt/template b/srcpkgs/python3-dpkt/template
index 5ca1a6b1dbb..91a142f8993 100644
--- a/srcpkgs/python3-dpkt/template
+++ b/srcpkgs/python3-dpkt/template
@@ -1,17 +1,17 @@
 # Template file for 'python3-dpkt'
 pkgname=python3-dpkt
-version=1.9.2
+version=1.9.4
 revision=1
-archs=noarch
 wrksrc="dpkt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
+depends="python3"
 short_desc="Basic TCP/IP packet creation and parsing"
 maintainer="Alex Childs <misuchiru03+void@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://github.com/kbandla/dpkt"
 distfiles="${PYPI_SITE}/d/dpkt/dpkt-${version}.tar.gz"
-checksum=52a92ecd5ca04d5bd852bb11cb2eac4bbe38b42a7c472e0d950eeb9f82a81e54
+checksum=f4e579cbaf6e2285ebf3a9e84019459b4367636bac079ba169527e582fca48b4
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: python3-dpkt: update to 1.9.4
  2020-10-01 15:13 [PR PATCH] python3-dpkt: update to 1.9.4 misuchiru03
  2020-10-02 17:33 ` Chocimier
  2020-10-03  5:34 ` [PR PATCH] [Updated] " misuchiru03
@ 2020-10-09 20:16 ` ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2020-10-09 20:16 UTC (permalink / raw)
  To: ml

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

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

python3-dpkt: update to 1.9.4
https://github.com/void-linux/void-packages/pull/25233

Description:


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

end of thread, other threads:[~2020-10-09 20:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-01 15:13 [PR PATCH] python3-dpkt: update to 1.9.4 misuchiru03
2020-10-02 17:33 ` Chocimier
2020-10-03  5:34 ` [PR PATCH] [Updated] " misuchiru03
2020-10-09 20:16 ` [PR PATCH] [Merged]: " ericonr

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