Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] cargo-edit: update to 0.3.3
Date: Thu, 20 Jun 2019 23:59:41 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-12591@inbox.vuxu.org> (raw)

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

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

https://github.com/jcgruenhage/void-packages cargo-edit
https://github.com/void-linux/void-packages/pull/12591

cargo-edit: update to 0.3.3


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

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

From d0a1dad4d0e7d1b3f8e1a2402f56bb9797b04fc0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Thu, 20 Jun 2019 23:57:20 +0200
Subject: [PATCH] cargo-edit: update to 0.3.3

---
 ...001-Cargo.toml-bump-version-to-0.3.2.patch | 25 -------------------
 .../0002-Cargo.lock-update-to-0.3.2.patch     | 25 -------------------
 srcpkgs/cargo-edit/template                   |  4 +--
 3 files changed, 2 insertions(+), 52 deletions(-)
 delete mode 100644 srcpkgs/cargo-edit/patches/0001-Cargo.toml-bump-version-to-0.3.2.patch
 delete mode 100644 srcpkgs/cargo-edit/patches/0002-Cargo.lock-update-to-0.3.2.patch

diff --git a/srcpkgs/cargo-edit/patches/0001-Cargo.toml-bump-version-to-0.3.2.patch b/srcpkgs/cargo-edit/patches/0001-Cargo.toml-bump-version-to-0.3.2.patch
deleted file mode 100644
index 3b660896f57..00000000000
--- a/srcpkgs/cargo-edit/patches/0001-Cargo.toml-bump-version-to-0.3.2.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 114cc7df87209eeb6ddd550113b1a6c7e439e803 Mon Sep 17 00:00:00 2001
-From: Andronik Ordian <write@reusable.software>
-Date: Tue, 4 Jun 2019 12:23:48 +0200
-Subject: [PATCH 1/2] [Cargo.toml] bump version to 0.3.2
-
----
- Cargo.toml | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git Cargo.toml Cargo.toml
-index 93366811..7855ca03 100644
---- Cargo.toml
-+++ Cargo.toml
-@@ -25,7 +25,7 @@ license = "Apache-2.0/MIT"
- name = "cargo-edit"
- readme = "README.md"
- repository = "https://github.com/killercup/cargo-edit"
--version = "0.3.1"
-+version = "0.3.2"
- edition = "2018"
- 
- [[bin]]
--- 
-2.22.0
-
diff --git a/srcpkgs/cargo-edit/patches/0002-Cargo.lock-update-to-0.3.2.patch b/srcpkgs/cargo-edit/patches/0002-Cargo.lock-update-to-0.3.2.patch
deleted file mode 100644
index b72efc0cb03..00000000000
--- a/srcpkgs/cargo-edit/patches/0002-Cargo.lock-update-to-0.3.2.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From cbc392d33781e8259d3519648c4fbb344683548a Mon Sep 17 00:00:00 2001
-From: Andronik Ordian <write@reusable.software>
-Date: Tue, 4 Jun 2019 13:04:56 +0200
-Subject: [PATCH 2/2] [Cargo.lock] update to 0.3.2
-
----
- Cargo.lock | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git Cargo.lock Cargo.lock
-index 2dadd44c..f9977723 100644
---- Cargo.lock
-+++ Cargo.lock
-@@ -123,7 +123,7 @@ dependencies = [
- 
- [[package]]
- name = "cargo-edit"
--version = "0.3.1"
-+version = "0.3.2"
- dependencies = [
-  "assert_cli 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
-  "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
--- 
-2.22.0
-
diff --git a/srcpkgs/cargo-edit/template b/srcpkgs/cargo-edit/template
index 40d318d8550..798ab27beb7 100644
--- a/srcpkgs/cargo-edit/template
+++ b/srcpkgs/cargo-edit/template
@@ -1,6 +1,6 @@
 # Template file for 'cargo-edit'
 pkgname=cargo-edit
-version=0.3.2
+version=0.3.3
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
@@ -10,7 +10,7 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="MIT"
 homepage="https://github.com/killercup/cargo-edit"
 distfiles="https://github.com/killercup/cargo-edit/archive/v${version}.tar.gz"
-checksum=5d239f596d67ee1ef8a71e93aa367ee40d4ae0cc9f45064105959a22727ecf95
+checksum=8b5df34e2df8002e9777daa983eef389d302526a0dce5e7a70a3cccf780b0064
 
 post_install() {
 	vlicense LICENSE

             reply	other threads:[~2019-06-20 21:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-20 21:59 voidlinux-github [this message]
2019-06-21  0:18 ` [PR PATCH] [Merged]: " voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-12591@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).