Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cozy: update to 1.0.2.
@ 2021-06-03  9:52 steinex
  2021-06-03 21:18 ` [PR REVIEW] " ericonr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: steinex @ 2021-06-03  9:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/steinex/void-packages cozy
https://github.com/void-linux/void-packages/pull/31272

cozy: update to 1.0.2.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/31272.patch is attached

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

From 1e176ebf18a6c3280e3580e22f786d3447362f4b Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Thu, 3 Jun 2021 11:35:32 +0200
Subject: [PATCH] cozy: update to 1.0.2.

---
 srcpkgs/cozy/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/cozy/template b/srcpkgs/cozy/template
index 527336245255..4a1a9795a7b5 100644
--- a/srcpkgs/cozy/template
+++ b/srcpkgs/cozy/template
@@ -1,18 +1,18 @@
 # Template file for 'cozy'
 pkgname=cozy
-version=1.0.1
+version=1.0.2
 revision=1
 build_style=meson
 hostmakedepends="pkg-config glib-devel python3 python3-distro python3-peewee
  python3-mutagen python3-gobject-devel gettext desktop-file-utils"
-makedepends="glib-devel python3-distro python3-peewee python3-mutagen
- python3-gobject-devel libhandy1-devel"
-depends="python3 python3-peewee gst-libav gst-plugins-good1 gst1-python3
- python3-mutagen python3-distro python3-apsw python3-packaging python3-pytz
- python3-requests python3-gobject libhandy1"
+makedepends="glib-devel granite-devel python3-distro python3-peewee
+ python3-mutagen python3-gobject-devel libhandy1-devel"
+depends="granite python3 python3-peewee gst-libav gst-plugins-good1
+ gst1-python3 python3-mutagen python3-distro python3-apsw python3-packaging
+ python3-pytz python3-requests python3-gobject libhandy1"
 short_desc="Audio book player"
 maintainer="johannes <johannes.brechtmann@gmail.com>"
 license="GPL-3.0-only, LGPL-3.0-only"
 homepage="https://github.com/geigi/cozy"
 distfiles="https://github.com/geigi/cozy/archive/${version}.tar.gz"
-checksum=e88eb449b91a0d3cad131dbbf638d1e196be884e6cd0b6ea1fb16753006751a9
+checksum=74f73d8dd03eb09f82d516a761a26a6b2302cb6b172a369a1201ef78d6f1a1f2

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

* Re: [PR REVIEW] cozy: update to 1.0.2.
  2021-06-03  9:52 [PR PATCH] cozy: update to 1.0.2 steinex
@ 2021-06-03 21:18 ` ericonr
  2021-06-04 10:45 ` [PR PATCH] [Updated] " steinex
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-06-03 21:18 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31272#discussion_r645131826

Comment:
Can you remove `python3` from here? And ideally make the changes be in a single line each, the diff ended up bigger than it had to be, I think.

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

* Re: [PR PATCH] [Updated] cozy: update to 1.0.2.
  2021-06-03  9:52 [PR PATCH] cozy: update to 1.0.2 steinex
  2021-06-03 21:18 ` [PR REVIEW] " ericonr
@ 2021-06-04 10:45 ` steinex
  2021-06-04 10:47 ` steinex
  2021-06-04 11:34 ` [PR PATCH] [Merged]: " ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: steinex @ 2021-06-04 10:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/steinex/void-packages cozy
https://github.com/void-linux/void-packages/pull/31272

cozy: update to 1.0.2.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/31272.patch is attached

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

From 4c6e44217623fae0c589df7a1e509efb90b4483e Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Fri, 4 Jun 2021 12:17:34 +0200
Subject: [PATCH] cozy: update to 1.0.2.

---
 srcpkgs/cozy/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/cozy/template b/srcpkgs/cozy/template
index 527336245255..7922c9c2ddaf 100644
--- a/srcpkgs/cozy/template
+++ b/srcpkgs/cozy/template
@@ -1,18 +1,18 @@
 # Template file for 'cozy'
 pkgname=cozy
-version=1.0.1
+version=1.0.2
 revision=1
 build_style=meson
 hostmakedepends="pkg-config glib-devel python3 python3-distro python3-peewee
  python3-mutagen python3-gobject-devel gettext desktop-file-utils"
 makedepends="glib-devel python3-distro python3-peewee python3-mutagen
- python3-gobject-devel libhandy1-devel"
-depends="python3 python3-peewee gst-libav gst-plugins-good1 gst1-python3
+ python3-gobject-devel libhandy1-devel granite-devel"
+depends="python3-peewee gst-libav gst-plugins-good1 gst1-python3
  python3-mutagen python3-distro python3-apsw python3-packaging python3-pytz
- python3-requests python3-gobject libhandy1"
+ python3-requests python3-gobject libhandy1 granite"
 short_desc="Audio book player"
 maintainer="johannes <johannes.brechtmann@gmail.com>"
 license="GPL-3.0-only, LGPL-3.0-only"
 homepage="https://github.com/geigi/cozy"
 distfiles="https://github.com/geigi/cozy/archive/${version}.tar.gz"
-checksum=e88eb449b91a0d3cad131dbbf638d1e196be884e6cd0b6ea1fb16753006751a9
+checksum=74f73d8dd03eb09f82d516a761a26a6b2302cb6b172a369a1201ef78d6f1a1f2

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

* Re: cozy: update to 1.0.2.
  2021-06-03  9:52 [PR PATCH] cozy: update to 1.0.2 steinex
  2021-06-03 21:18 ` [PR REVIEW] " ericonr
  2021-06-04 10:45 ` [PR PATCH] [Updated] " steinex
@ 2021-06-04 10:47 ` steinex
  2021-06-04 11:34 ` [PR PATCH] [Merged]: " ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: steinex @ 2021-06-04 10:47 UTC (permalink / raw)
  To: ml

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

New comment by steinex on void-packages repository

https://github.com/void-linux/void-packages/pull/31272#issuecomment-854611497

Comment:
@ericonr Thanks, fixed. I initially tried to keep the depends roughly in alphabetical order but the diff is smaller now.

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

* Re: [PR PATCH] [Merged]: cozy: update to 1.0.2.
  2021-06-03  9:52 [PR PATCH] cozy: update to 1.0.2 steinex
                   ` (2 preceding siblings ...)
  2021-06-04 10:47 ` steinex
@ 2021-06-04 11:34 ` ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2021-06-04 11:34 UTC (permalink / raw)
  To: ml

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

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

cozy: update to 1.0.2.
https://github.com/void-linux/void-packages/pull/31272

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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:[~2021-06-04 11:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-03  9:52 [PR PATCH] cozy: update to 1.0.2 steinex
2021-06-03 21:18 ` [PR REVIEW] " ericonr
2021-06-04 10:45 ` [PR PATCH] [Updated] " steinex
2021-06-04 10:47 ` steinex
2021-06-04 11:34 ` [PR PATCH] [Merged]: " ahesford

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