Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cargo-outdated: update to 0.11.1.
@ 2022-10-03  7:08 icp1994
  2022-10-03  7:31 ` [PR PATCH] [Updated] " icp1994
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: icp1994 @ 2022-10-03  7:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages cargo-outdated
https://github.com/void-linux/void-packages/pull/39653

cargo-outdated: update to 0.11.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

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

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

From 3f418c12da84b02f3b28cf9790f1371ddcea436d Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sun, 2 Oct 2022 19:08:02 +0530
Subject: [PATCH] cargo-outdated: update to 0.11.1.

---
 srcpkgs/cargo-outdated/template | 14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/cargo-outdated/template b/srcpkgs/cargo-outdated/template
index 5105eb05af5f..8afada02ccaf 100644
--- a/srcpkgs/cargo-outdated/template
+++ b/srcpkgs/cargo-outdated/template
@@ -1,7 +1,7 @@
 # Template file for 'cargo-outdated'
 pkgname=cargo-outdated
-version=0.9.9
-revision=3
+version=0.11.1
+revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
 makedepends="libgit2-devel openssl-devel"
@@ -10,15 +10,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/kbknapp/cargo-outdated"
 distfiles="https://github.com/kbknapp/cargo-outdated/archive/v${version}.tar.gz"
-checksum=f23bb266d0f31316817e6350b4a02a91cbb6b02baa280092bbd9719ebfee31b4
-
-# remove with dependency update to cargo 0.44 or newer
-export LIBGIT2_SYS_USE_PKG_CONFIG=1
-
-pre_build() {
-	cargo update --package openssl-sys --precise 0.9.58
-	cargo update --package openssl --precise 0.10.30
-}
+checksum=2d80f0243d70a3563c48644dd3567519c32a733fb5d20f1161fd5d9f8e6e9146
 
 post_install() {
 	vlicense LICENSE-MIT

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

* Re: [PR PATCH] [Updated] cargo-outdated: update to 0.11.1.
  2022-10-03  7:08 [PR PATCH] cargo-outdated: update to 0.11.1 icp1994
@ 2022-10-03  7:31 ` icp1994
  2022-10-03  7:35 ` icp1994
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: icp1994 @ 2022-10-03  7:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages cargo-outdated
https://github.com/void-linux/void-packages/pull/39653

cargo-outdated: update to 0.11.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

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

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

From 923cf800a8bec27f48d9274fe7ed9a67d2a95a1d Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sun, 2 Oct 2022 19:08:02 +0530
Subject: [PATCH] cargo-outdated: update to 0.11.1.

---
 srcpkgs/cargo-outdated/template | 16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)

diff --git a/srcpkgs/cargo-outdated/template b/srcpkgs/cargo-outdated/template
index 5105eb05af5f..baabc3b35fae 100644
--- a/srcpkgs/cargo-outdated/template
+++ b/srcpkgs/cargo-outdated/template
@@ -1,24 +1,16 @@
 # Template file for 'cargo-outdated'
 pkgname=cargo-outdated
-version=0.9.9
-revision=3
+version=0.11.1
+revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
-makedepends="libgit2-devel openssl-devel"
+makedepends="libgit2-devel openssl-devel zlib-devel"
 short_desc="Cargo subcommand for displaying when dependencies are out of date"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/kbknapp/cargo-outdated"
 distfiles="https://github.com/kbknapp/cargo-outdated/archive/v${version}.tar.gz"
-checksum=f23bb266d0f31316817e6350b4a02a91cbb6b02baa280092bbd9719ebfee31b4
-
-# remove with dependency update to cargo 0.44 or newer
-export LIBGIT2_SYS_USE_PKG_CONFIG=1
-
-pre_build() {
-	cargo update --package openssl-sys --precise 0.9.58
-	cargo update --package openssl --precise 0.10.30
-}
+checksum=2d80f0243d70a3563c48644dd3567519c32a733fb5d20f1161fd5d9f8e6e9146
 
 post_install() {
 	vlicense LICENSE-MIT

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

* Re: [PR PATCH] [Updated] cargo-outdated: update to 0.11.1.
  2022-10-03  7:08 [PR PATCH] cargo-outdated: update to 0.11.1 icp1994
  2022-10-03  7:31 ` [PR PATCH] [Updated] " icp1994
@ 2022-10-03  7:35 ` icp1994
  2022-10-03  7:40 ` icp1994
  2022-10-08 21:57 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: icp1994 @ 2022-10-03  7:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages cargo-outdated
https://github.com/void-linux/void-packages/pull/39653

cargo-outdated: update to 0.11.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

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

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

From 5d80929c4472cd7d5854f45eb973c8c970131955 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sun, 2 Oct 2022 19:08:02 +0530
Subject: [PATCH] cargo-outdated: update to 0.11.1.

---
 srcpkgs/cargo-outdated/template | 16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)

diff --git a/srcpkgs/cargo-outdated/template b/srcpkgs/cargo-outdated/template
index 5105eb05af5f..db3e8d807409 100644
--- a/srcpkgs/cargo-outdated/template
+++ b/srcpkgs/cargo-outdated/template
@@ -1,24 +1,16 @@
 # Template file for 'cargo-outdated'
 pkgname=cargo-outdated
-version=0.9.9
-revision=3
+version=0.11.1
+revision=1
 build_style=cargo
-hostmakedepends="pkg-config"
+hostmakedepends="pkg-config zlib-devel"
 makedepends="libgit2-devel openssl-devel"
 short_desc="Cargo subcommand for displaying when dependencies are out of date"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/kbknapp/cargo-outdated"
 distfiles="https://github.com/kbknapp/cargo-outdated/archive/v${version}.tar.gz"
-checksum=f23bb266d0f31316817e6350b4a02a91cbb6b02baa280092bbd9719ebfee31b4
-
-# remove with dependency update to cargo 0.44 or newer
-export LIBGIT2_SYS_USE_PKG_CONFIG=1
-
-pre_build() {
-	cargo update --package openssl-sys --precise 0.9.58
-	cargo update --package openssl --precise 0.10.30
-}
+checksum=2d80f0243d70a3563c48644dd3567519c32a733fb5d20f1161fd5d9f8e6e9146
 
 post_install() {
 	vlicense LICENSE-MIT

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

* Re: [PR PATCH] [Updated] cargo-outdated: update to 0.11.1.
  2022-10-03  7:08 [PR PATCH] cargo-outdated: update to 0.11.1 icp1994
  2022-10-03  7:31 ` [PR PATCH] [Updated] " icp1994
  2022-10-03  7:35 ` icp1994
@ 2022-10-03  7:40 ` icp1994
  2022-10-08 21:57 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: icp1994 @ 2022-10-03  7:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages cargo-outdated
https://github.com/void-linux/void-packages/pull/39653

cargo-outdated: update to 0.11.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

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

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

From 9060d83feb73fed3c7e52a7c112566fc146e7f16 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sun, 2 Oct 2022 19:08:02 +0530
Subject: [PATCH] cargo-outdated: update to 0.11.1.

---
 srcpkgs/cargo-outdated/template | 17 +++++------------
 1 file changed, 5 insertions(+), 12 deletions(-)

diff --git a/srcpkgs/cargo-outdated/template b/srcpkgs/cargo-outdated/template
index 5105eb05af5f..b85917735f72 100644
--- a/srcpkgs/cargo-outdated/template
+++ b/srcpkgs/cargo-outdated/template
@@ -1,24 +1,17 @@
 # Template file for 'cargo-outdated'
 pkgname=cargo-outdated
-version=0.9.9
-revision=3
+version=0.11.1
+revision=1
 build_style=cargo
-hostmakedepends="pkg-config"
+hostmakedepends="pkg-config zlib-devel"
 makedepends="libgit2-devel openssl-devel"
 short_desc="Cargo subcommand for displaying when dependencies are out of date"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/kbknapp/cargo-outdated"
+changelog="https://raw.githubusercontent.com/kbknapp/cargo-outdated/master/CHANGELOG.md"
 distfiles="https://github.com/kbknapp/cargo-outdated/archive/v${version}.tar.gz"
-checksum=f23bb266d0f31316817e6350b4a02a91cbb6b02baa280092bbd9719ebfee31b4
-
-# remove with dependency update to cargo 0.44 or newer
-export LIBGIT2_SYS_USE_PKG_CONFIG=1
-
-pre_build() {
-	cargo update --package openssl-sys --precise 0.9.58
-	cargo update --package openssl --precise 0.10.30
-}
+checksum=2d80f0243d70a3563c48644dd3567519c32a733fb5d20f1161fd5d9f8e6e9146
 
 post_install() {
 	vlicense LICENSE-MIT

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

* Re: [PR PATCH] [Merged]: cargo-outdated: update to 0.11.1.
  2022-10-03  7:08 [PR PATCH] cargo-outdated: update to 0.11.1 icp1994
                   ` (2 preceding siblings ...)
  2022-10-03  7:40 ` icp1994
@ 2022-10-08 21:57 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-10-08 21:57 UTC (permalink / raw)
  To: ml

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

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

cargo-outdated: update to 0.11.1.
https://github.com/void-linux/void-packages/pull/39653

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

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

end of thread, other threads:[~2022-10-08 21:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-03  7:08 [PR PATCH] cargo-outdated: update to 0.11.1 icp1994
2022-10-03  7:31 ` [PR PATCH] [Updated] " icp1994
2022-10-03  7:35 ` icp1994
2022-10-03  7:40 ` icp1994
2022-10-08 21:57 ` [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).