Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] openvswitch: update to 2.17.0, fix python dependency.
@ 2022-03-03 20:13 classabbyamp
  2022-03-03 20:14 ` [PR PATCH] [Updated] " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: classabbyamp @ 2022-03-03 20:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages openvswitch-2.17.0
https://github.com/void-linux/void-packages/pull/35952

openvswitch: update to 2.17.0, fix python dependency.
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35952.patch is attached

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

From 13554d470aeb100227a153cede2c7de17e547867 Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Thu, 3 Mar 2022 15:11:47 -0500
Subject: [PATCH] openvswitch: update to 2.17.0, fix python dependency.

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

diff --git a/srcpkgs/openvswitch/template b/srcpkgs/openvswitch/template
index b8a8acb0265b..105a474795b2 100644
--- a/srcpkgs/openvswitch/template
+++ b/srcpkgs/openvswitch/template
@@ -1,6 +1,6 @@
 # Template file for 'openvswitch'
 pkgname=openvswitch
-version=2.14.2
+version=2.17.0
 revision=3
 archs="i686* x86_64* ppc64*"
 build_style=gnu-configure
@@ -8,13 +8,14 @@ configure_args="--with-rundir=/run/openvswitch"
 pycompile_dirs="usr/share/openvswitch/python"
 hostmakedepends="pkg-config python3"
 makedepends="openssl-devel libcap-ng-devel"
-depends="python"
+depends="python3"
+checkdepends="iproute2"
 short_desc="Production quality, multilayer virtual switch"
 maintainer="Renato Aguiar <renato@renatoaguiar.net>"
 license="Apache-2.0"
 homepage="http://openvswitch.org/"
 distfiles="http://openvswitch.org/releases/${pkgname}-${version}.tar.gz"
-checksum=65f420f954e250d895fb2db22a132e1cb560bc5e2b9051e834511348108e597a
+checksum=e03bfab7ca82d81a7d3a36de4f390a3b5210e3f39657671f922877cd4ea6dc73
 python_version=3
 _completiondir="/usr/share/bash-completion/completions"
 make_install_args+=" completiondir=${_completiondir}"

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

* Re: [PR PATCH] [Updated] openvswitch: update to 2.17.0, fix python dependency.
  2022-03-03 20:13 [PR PATCH] openvswitch: update to 2.17.0, fix python dependency classabbyamp
@ 2022-03-03 20:14 ` classabbyamp
  2022-03-05 23:04 ` classabbyamp
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-03-03 20:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages openvswitch-2.17.0
https://github.com/void-linux/void-packages/pull/35952

openvswitch: update to 2.17.0, fix python dependency.
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35952.patch is attached

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

From f290e7da37be77f793382536b955bd3859f6529c Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Thu, 3 Mar 2022 15:11:47 -0500
Subject: [PATCH] openvswitch: update to 2.17.0, fix python dependency.

---
 srcpkgs/openvswitch/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/openvswitch/template b/srcpkgs/openvswitch/template
index b8a8acb0265b..71ff33fda5a2 100644
--- a/srcpkgs/openvswitch/template
+++ b/srcpkgs/openvswitch/template
@@ -1,20 +1,21 @@
 # Template file for 'openvswitch'
 pkgname=openvswitch
-version=2.14.2
-revision=3
+version=2.17.0
+revision=1
 archs="i686* x86_64* ppc64*"
 build_style=gnu-configure
 configure_args="--with-rundir=/run/openvswitch"
 pycompile_dirs="usr/share/openvswitch/python"
 hostmakedepends="pkg-config python3"
 makedepends="openssl-devel libcap-ng-devel"
-depends="python"
+depends="python3"
+checkdepends="iproute2"
 short_desc="Production quality, multilayer virtual switch"
 maintainer="Renato Aguiar <renato@renatoaguiar.net>"
 license="Apache-2.0"
 homepage="http://openvswitch.org/"
 distfiles="http://openvswitch.org/releases/${pkgname}-${version}.tar.gz"
-checksum=65f420f954e250d895fb2db22a132e1cb560bc5e2b9051e834511348108e597a
+checksum=e03bfab7ca82d81a7d3a36de4f390a3b5210e3f39657671f922877cd4ea6dc73
 python_version=3
 _completiondir="/usr/share/bash-completion/completions"
 make_install_args+=" completiondir=${_completiondir}"

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

* Re: [PR PATCH] [Updated] openvswitch: update to 2.17.0, fix python dependency.
  2022-03-03 20:13 [PR PATCH] openvswitch: update to 2.17.0, fix python dependency classabbyamp
  2022-03-03 20:14 ` [PR PATCH] [Updated] " classabbyamp
@ 2022-03-05 23:04 ` classabbyamp
  2022-03-06  3:13 ` classabbyamp
  2022-03-06 14:35 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-03-05 23:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages openvswitch-2.17.0
https://github.com/void-linux/void-packages/pull/35952

openvswitch: update to 2.17.0, fix python dependency.
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35952.patch is attached

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

From 20c662ce75b60a53c0cf4975759d8daf0c47b74b Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Thu, 3 Mar 2022 15:11:47 -0500
Subject: [PATCH] openvswitch: update to 2.17.0, fix python dependency.

---
 srcpkgs/openvswitch/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/openvswitch/template b/srcpkgs/openvswitch/template
index b8a8acb0265b..71ff33fda5a2 100644
--- a/srcpkgs/openvswitch/template
+++ b/srcpkgs/openvswitch/template
@@ -1,20 +1,21 @@
 # Template file for 'openvswitch'
 pkgname=openvswitch
-version=2.14.2
-revision=3
+version=2.17.0
+revision=1
 archs="i686* x86_64* ppc64*"
 build_style=gnu-configure
 configure_args="--with-rundir=/run/openvswitch"
 pycompile_dirs="usr/share/openvswitch/python"
 hostmakedepends="pkg-config python3"
 makedepends="openssl-devel libcap-ng-devel"
-depends="python"
+depends="python3"
+checkdepends="iproute2"
 short_desc="Production quality, multilayer virtual switch"
 maintainer="Renato Aguiar <renato@renatoaguiar.net>"
 license="Apache-2.0"
 homepage="http://openvswitch.org/"
 distfiles="http://openvswitch.org/releases/${pkgname}-${version}.tar.gz"
-checksum=65f420f954e250d895fb2db22a132e1cb560bc5e2b9051e834511348108e597a
+checksum=e03bfab7ca82d81a7d3a36de4f390a3b5210e3f39657671f922877cd4ea6dc73
 python_version=3
 _completiondir="/usr/share/bash-completion/completions"
 make_install_args+=" completiondir=${_completiondir}"

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

* Re: [PR PATCH] [Updated] openvswitch: update to 2.17.0, fix python dependency.
  2022-03-03 20:13 [PR PATCH] openvswitch: update to 2.17.0, fix python dependency classabbyamp
  2022-03-03 20:14 ` [PR PATCH] [Updated] " classabbyamp
  2022-03-05 23:04 ` classabbyamp
@ 2022-03-06  3:13 ` classabbyamp
  2022-03-06 14:35 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-03-06  3:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages openvswitch-2.17.0
https://github.com/void-linux/void-packages/pull/35952

openvswitch: update to 2.17.0, fix python dependency.
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35952.patch is attached

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

From dbcd1502187edc8ab9cd8ac5a6928db355dae0f9 Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Thu, 3 Mar 2022 15:11:47 -0500
Subject: [PATCH] openvswitch: update to 2.17.0, fix python dependency.

---
 srcpkgs/openvswitch/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/openvswitch/template b/srcpkgs/openvswitch/template
index b8a8acb0265b..71ff33fda5a2 100644
--- a/srcpkgs/openvswitch/template
+++ b/srcpkgs/openvswitch/template
@@ -1,20 +1,21 @@
 # Template file for 'openvswitch'
 pkgname=openvswitch
-version=2.14.2
-revision=3
+version=2.17.0
+revision=1
 archs="i686* x86_64* ppc64*"
 build_style=gnu-configure
 configure_args="--with-rundir=/run/openvswitch"
 pycompile_dirs="usr/share/openvswitch/python"
 hostmakedepends="pkg-config python3"
 makedepends="openssl-devel libcap-ng-devel"
-depends="python"
+depends="python3"
+checkdepends="iproute2"
 short_desc="Production quality, multilayer virtual switch"
 maintainer="Renato Aguiar <renato@renatoaguiar.net>"
 license="Apache-2.0"
 homepage="http://openvswitch.org/"
 distfiles="http://openvswitch.org/releases/${pkgname}-${version}.tar.gz"
-checksum=65f420f954e250d895fb2db22a132e1cb560bc5e2b9051e834511348108e597a
+checksum=e03bfab7ca82d81a7d3a36de4f390a3b5210e3f39657671f922877cd4ea6dc73
 python_version=3
 _completiondir="/usr/share/bash-completion/completions"
 make_install_args+=" completiondir=${_completiondir}"

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

* Re: [PR PATCH] [Merged]: openvswitch: update to 2.17.0, fix python dependency.
  2022-03-03 20:13 [PR PATCH] openvswitch: update to 2.17.0, fix python dependency classabbyamp
                   ` (2 preceding siblings ...)
  2022-03-06  3:13 ` classabbyamp
@ 2022-03-06 14:35 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-03-06 14:35 UTC (permalink / raw)
  To: ml

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

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

openvswitch: update to 2.17.0, fix python dependency.
https://github.com/void-linux/void-packages/pull/35952

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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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] 5+ messages in thread

end of thread, other threads:[~2022-03-06 14:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-03 20:13 [PR PATCH] openvswitch: update to 2.17.0, fix python dependency classabbyamp
2022-03-03 20:14 ` [PR PATCH] [Updated] " classabbyamp
2022-03-05 23:04 ` classabbyamp
2022-03-06  3:13 ` classabbyamp
2022-03-06 14:35 ` [PR PATCH] [Merged]: " paper42

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