Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rustypaste: update to 0.11.1, rustypaste-cli: update to 0.5.0
@ 2023-07-01 17:06 tranzystorek-io
  2023-07-05  3:01 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: tranzystorek-io @ 2023-07-01 17:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages rpaste
https://github.com/void-linux/void-packages/pull/44768

rustypaste: update to 0.11.1, rustypaste-cli: update to 0.5.0
- rustypaste: update to 0.11.1
- rustypaste-cli: update to 0.5.0

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

Ping @lukas-jo

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/44768.patch is attached

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

From 06279f3c513becd4f9075e7c1e1bbc29ce1aa6c4 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 1 Jul 2023 18:39:03 +0200
Subject: [PATCH 1/2] rustypaste: update to 0.11.1

---
 srcpkgs/rustypaste/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/rustypaste/template b/srcpkgs/rustypaste/template
index f04fb2e37d6a..b1d056dfd53a 100644
--- a/srcpkgs/rustypaste/template
+++ b/srcpkgs/rustypaste/template
@@ -1,6 +1,6 @@
 # Template file for 'rustypaste'
 pkgname=rustypaste
-version=0.10.0
+version=0.11.1
 revision=1
 build_style=cargo
 make_check_args="-- --test-threads 1"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/orhun/rustypaste"
 changelog="https://raw.githubusercontent.com/orhun/rustypaste/master/CHANGELOG.md"
 distfiles="https://github.com/orhun/rustypaste/archive/refs/tags/v${version}.tar.gz"
-checksum=54e4235716ccece450b51ffbd7a42a21b730650d3b481901e95d91477819806b
+checksum=5e6be43231b9dc1765390414c2d370717444be52f1ce4f23cf454c50bdfbb44d
 conf_files="/etc/rustypaste/config.toml"
 
 system_accounts="_rustypaste"

From 30b74d00c43ae496930658067719af7fd8f74200 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 1 Jul 2023 18:39:23 +0200
Subject: [PATCH 2/2] rustypaste-cli: update to 0.5.0

---
 srcpkgs/rustypaste-cli/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/rustypaste-cli/template b/srcpkgs/rustypaste-cli/template
index 663a222a059f..a521dd887b08 100644
--- a/srcpkgs/rustypaste-cli/template
+++ b/srcpkgs/rustypaste-cli/template
@@ -1,6 +1,6 @@
 # Template file for 'rustypaste-cli'
 pkgname=rustypaste-cli
-version=0.4.0
+version=0.5.0
 revision=1
 build_style=cargo
 short_desc="CLI tool for rustypaste"
@@ -9,7 +9,7 @@ license="MIT"
 homepage="https://github.com/orhun/rustypaste-cli"
 changelog="https://raw.githubusercontent.com/orhun/rustypaste-cli/master/CHANGELOG.md"
 distfiles="https://github.com/orhun/rustypaste-cli/archive/refs/tags/v${version}.tar.gz"
-checksum=c534d047202dcae17255a816882ac6358f82735270843f0b7ae525cc15fc2e91
+checksum=6af63a98fdd852e4a930568d74b75442c48cea741410ef87efc7694910d94be2
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: rustypaste: update to 0.11.1, rustypaste-cli: update to 0.5.0
  2023-07-01 17:06 [PR PATCH] rustypaste: update to 0.11.1, rustypaste-cli: update to 0.5.0 tranzystorek-io
@ 2023-07-05  3:01 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2023-07-05  3:01 UTC (permalink / raw)
  To: ml

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

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

rustypaste: update to 0.11.1, rustypaste-cli: update to 0.5.0
https://github.com/void-linux/void-packages/pull/44768

Description:
- rustypaste: update to 0.11.1
- rustypaste-cli: update to 0.5.0

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

Ping @lukas-jo

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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] 2+ messages in thread

end of thread, other threads:[~2023-07-05  3:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-01 17:06 [PR PATCH] rustypaste: update to 0.11.1, rustypaste-cli: update to 0.5.0 tranzystorek-io
2023-07-05  3:01 ` [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).