* [PR PATCH] libbytesize: update to 2.7.
@ 2022-11-19 22:46 motorto
2022-11-24 7:01 ` [PR PATCH] [Merged]: " classabbyamp
0 siblings, 1 reply; 3+ messages in thread
From: motorto @ 2022-11-19 22:46 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 711 bytes --]
There is a new pull request by motorto against master on the void-packages repository
https://github.com/motorto/void-packages libbytesize_2.7
https://github.com/void-linux/void-packages/pull/40627
libbytesize: update to 2.7.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **NO**, small bump news doesn't state anything that could change workflow,
`https://github.com/storaged-project/libbytesize/blob/master/NEWS.rst`
#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl
A patch file from https://github.com/void-linux/void-packages/pull/40627.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libbytesize_2.7-40627.patch --]
[-- Type: text/x-diff, Size: 1633 bytes --]
From c1a4ea0c3a21e84faef378cf8d7bd7f3e777ac53 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sat, 19 Nov 2022 22:44:37 +0000
Subject: [PATCH] libbytesize: update to 2.7.
---
srcpkgs/libbytesize/template | 13 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)
diff --git a/srcpkgs/libbytesize/template b/srcpkgs/libbytesize/template
index 884bcb8918d8..2aabc29dcc64 100644
--- a/srcpkgs/libbytesize/template
+++ b/srcpkgs/libbytesize/template
@@ -1,7 +1,7 @@
# Template file for 'libbytesize'
pkgname=libbytesize
-version=2.6
-revision=3
+version=2.7
+revision=1
build_style=gnu-configure
hostmakedepends="gettext python3"
makedepends="mpfr-devel pcre2-devel"
@@ -12,17 +12,10 @@ license="LGPL-2.1-or-later"
homepage="https://github.com/storaged-project/libbytesize"
changelog="https://raw.githubusercontent.com/storaged-project/libbytesize/master/NEWS.rst"
distfiles="https://github.com/storaged-project/libbytesize/releases/download/${version}/libbytesize-${version}.tar.gz"
-checksum=efaa2b35b2bb3b52bf7b4ff5d0ed2c5c61360a5196053808d615dd0aa2cf0741
+checksum=8bae8287af6ef5624c320f70defdcd84ddc0c2057d3b59a5871897f27697811e
# checks fails in libbytesize_unittest.sh
make_check=no
-pre_check() {
- # Disable test that depends on unpackaged pocketlint
- sed -i 's|canary_tests.sh$||g' tests/Makefile
- # Default locale doesn't work
- sed -i 's|DEFAULT_LOCALE =.*|DEFAULT_LOCALE = "C"|g' tests/libbytesize_unittest.py
-}
-
libbytesize-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PR PATCH] [Merged]: libbytesize: update to 2.7.
2022-11-19 22:46 [PR PATCH] libbytesize: update to 2.7 motorto
@ 2022-11-24 7:01 ` classabbyamp
0 siblings, 0 replies; 3+ messages in thread
From: classabbyamp @ 2022-11-24 7:01 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 552 bytes --]
There's a merged pull request on the void-packages repository
libbytesize: update to 2.7.
https://github.com/void-linux/void-packages/pull/40627
Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **NO**, small bump news doesn't state anything that could change workflow,
`https://github.com/storaged-project/libbytesize/blob/master/NEWS.rst`
#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PR PATCH] libbytesize: update to 2.7.
@ 2022-11-20 11:57 skmpz
0 siblings, 0 replies; 3+ messages in thread
From: skmpz @ 2022-11-20 11:57 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1247 bytes --]
There is a new pull request by skmpz against master on the void-packages repository
https://github.com/skmpz/void-packages libbytesize-2.7
https://github.com/void-linux/void-packages/pull/40643
libbytesize: update to 2.7.
<!-- 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 [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/40643.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libbytesize-2.7-40643.patch --]
[-- Type: text/x-diff, Size: 1221 bytes --]
From a7114b218a5407cef30f5bf42e4c742f3b0112fd Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Sun, 20 Nov 2022 15:56:47 +0400
Subject: [PATCH] libbytesize: update to 2.7.
---
srcpkgs/libbytesize/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/libbytesize/template b/srcpkgs/libbytesize/template
index 884bcb8918d8..425d261b0d31 100644
--- a/srcpkgs/libbytesize/template
+++ b/srcpkgs/libbytesize/template
@@ -1,7 +1,7 @@
# Template file for 'libbytesize'
pkgname=libbytesize
-version=2.6
-revision=3
+version=2.7
+revision=1
build_style=gnu-configure
hostmakedepends="gettext python3"
makedepends="mpfr-devel pcre2-devel"
@@ -12,7 +12,7 @@ license="LGPL-2.1-or-later"
homepage="https://github.com/storaged-project/libbytesize"
changelog="https://raw.githubusercontent.com/storaged-project/libbytesize/master/NEWS.rst"
distfiles="https://github.com/storaged-project/libbytesize/releases/download/${version}/libbytesize-${version}.tar.gz"
-checksum=efaa2b35b2bb3b52bf7b4ff5d0ed2c5c61360a5196053808d615dd0aa2cf0741
+checksum=8bae8287af6ef5624c320f70defdcd84ddc0c2057d3b59a5871897f27697811e
# checks fails in libbytesize_unittest.sh
make_check=no
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-11-24 7:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-19 22:46 [PR PATCH] libbytesize: update to 2.7 motorto
2022-11-24 7:01 ` [PR PATCH] [Merged]: " classabbyamp
2022-11-20 11:57 [PR PATCH] " skmpz
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).