Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mugshot: update to 0.4.3.
@ 2021-06-07 23:53 machadofguilherme
  2021-06-08  2:41 ` cinerea0
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: machadofguilherme @ 2021-06-07 23:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/machadofguilherme/void-packages novo-mugshot
https://github.com/void-linux/void-packages/pull/31352

mugshot: update to 0.4.3.
<!-- 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/31352.patch is attached

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

From f9ca2bd6cee0430710248a046ae39e4460697d26 Mon Sep 17 00:00:00 2001
From: Guilherme Machado <machadofguilherme@gmail.com>
Date: Mon, 7 Jun 2021 20:43:40 -0300
Subject: [PATCH] mugshot: update to 0.4.3.

---
 srcpkgs/mugshot/template | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/mugshot/template b/srcpkgs/mugshot/template
index 31bde94e8556..78d2e449352a 100644
--- a/srcpkgs/mugshot/template
+++ b/srcpkgs/mugshot/template
@@ -1,13 +1,14 @@
 # Template file for 'mugshot'
 pkgname=mugshot
-version=0.4.1
-revision=3
-build_style=python3-module
+version=0.4.3
+revision=1
+wrksrc="mugshot-mugshot-${version}"
+build_style="python3-module"
 hostmakedepends="intltool python3-distutils-extra"
 depends="accountsservice gtk+3 python3-dbus python3-gobject python3-pexpect"
-short_desc="Program to update personal user details"
-maintainer="zethra <jediben97@gmail.com>"
+short_desc="User Management Utility for Linux"
+maintainer="Guilherme Machado <machadofguilherme@gmail.com>"
 license="GPL-3.0-or-later"
-homepage="https://launchpad.net/mugshot"
-distfiles="https://launchpad.net/mugshot/${version%.*}/${version}/+download/mugshot-${version}.tar.gz"
-checksum=d2b52b0b1737bd65d6f6478c4f907b0f641899b5f3b130a155e95d170742f286
+homepage="https://github.com/bluesabre/mugshot"
+distfiles="https://github.com/bluesabre/mugshot/archive/${pkgname}-${version}.tar.gz"
+checksum=afab48b119091b70d66689931fe1bec95c761a9da16d3ad070f37c6fb54286f8

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

* Re: mugshot: update to 0.4.3.
  2021-06-07 23:53 [PR PATCH] mugshot: update to 0.4.3 machadofguilherme
@ 2021-06-08  2:41 ` cinerea0
  2021-06-08  2:49 ` machadofguilherme
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 12+ messages in thread
From: cinerea0 @ 2021-06-08  2:41 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/31352#issuecomment-856393636

Comment:
Looks like you need to rebase your commits on top of a more "fresh" branch for the CI checks to go through.

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

* Re: mugshot: update to 0.4.3.
  2021-06-07 23:53 [PR PATCH] mugshot: update to 0.4.3 machadofguilherme
  2021-06-08  2:41 ` cinerea0
@ 2021-06-08  2:49 ` machadofguilherme
  2021-06-08  3:03 ` cinerea0
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 12+ messages in thread
From: machadofguilherme @ 2021-06-08  2:49 UTC (permalink / raw)
  To: ml

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

New comment by machadofguilherme on void-packages repository

https://github.com/void-linux/void-packages/pull/31352#issuecomment-856396499

Comment:
> Looks like you need to rebase your commits on top of a more "fresh" branch for the CI checks to go through.

How could I do this, cinerea0?

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

* Re: mugshot: update to 0.4.3.
  2021-06-07 23:53 [PR PATCH] mugshot: update to 0.4.3 machadofguilherme
  2021-06-08  2:41 ` cinerea0
  2021-06-08  2:49 ` machadofguilherme
@ 2021-06-08  3:03 ` cinerea0
  2021-06-08  3:19 ` cinerea0
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 12+ messages in thread
From: cinerea0 @ 2021-06-08  3:03 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/31352#issuecomment-856401281

Comment:
Simplest way in this case would probably be these steps:

1. `git reset HEAD~1`
2. `git pull upstream master` (or whatever you named the voidlinux/void-packages remote)
3. Re-commit the changes in this PR.
4. `git push -f origin novo-muhshot`

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

* Re: mugshot: update to 0.4.3.
  2021-06-07 23:53 [PR PATCH] mugshot: update to 0.4.3 machadofguilherme
                   ` (2 preceding siblings ...)
  2021-06-08  3:03 ` cinerea0
@ 2021-06-08  3:19 ` cinerea0
  2021-06-08  3:36 ` [PR PATCH] [Updated] " machadofguilherme
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 12+ messages in thread
From: cinerea0 @ 2021-06-08  3:19 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/31352#issuecomment-856401281

Comment:
Simplest way in this case would probably be these steps:

1. `git reset HEAD~1`
2. `git pull upstream master` (or whatever you named the voidlinux/void-packages remote)
3. Re-commit the changes in this PR.
4. `git push -f origin novo-mugshot`

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

* Re: [PR PATCH] [Updated] mugshot: update to 0.4.3.
  2021-06-07 23:53 [PR PATCH] mugshot: update to 0.4.3 machadofguilherme
                   ` (3 preceding siblings ...)
  2021-06-08  3:19 ` cinerea0
@ 2021-06-08  3:36 ` machadofguilherme
  2021-06-08  3:40 ` machadofguilherme
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 12+ messages in thread
From: machadofguilherme @ 2021-06-08  3:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/machadofguilherme/void-packages novo-mugshot
https://github.com/void-linux/void-packages/pull/31352

mugshot: update to 0.4.3.
<!-- 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?
- [x] 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/31352.patch is attached

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

From 1b71e9c0df887a5d3cfd1b6eec6a61e4df5d797d Mon Sep 17 00:00:00 2001
From: Guilherme Machado <machadofguilherme@gmail.com>
Date: Mon, 7 Jun 2021 20:43:40 -0300
Subject: [PATCH] mugshot: update to 0.4.3.

---
 srcpkgs/mugshot/template | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/mugshot/template b/srcpkgs/mugshot/template
index 31bde94e8556..78d2e449352a 100644
--- a/srcpkgs/mugshot/template
+++ b/srcpkgs/mugshot/template
@@ -1,13 +1,14 @@
 # Template file for 'mugshot'
 pkgname=mugshot
-version=0.4.1
-revision=3
-build_style=python3-module
+version=0.4.3
+revision=1
+wrksrc="mugshot-mugshot-${version}"
+build_style="python3-module"
 hostmakedepends="intltool python3-distutils-extra"
 depends="accountsservice gtk+3 python3-dbus python3-gobject python3-pexpect"
-short_desc="Program to update personal user details"
-maintainer="zethra <jediben97@gmail.com>"
+short_desc="User Management Utility for Linux"
+maintainer="Guilherme Machado <machadofguilherme@gmail.com>"
 license="GPL-3.0-or-later"
-homepage="https://launchpad.net/mugshot"
-distfiles="https://launchpad.net/mugshot/${version%.*}/${version}/+download/mugshot-${version}.tar.gz"
-checksum=d2b52b0b1737bd65d6f6478c4f907b0f641899b5f3b130a155e95d170742f286
+homepage="https://github.com/bluesabre/mugshot"
+distfiles="https://github.com/bluesabre/mugshot/archive/${pkgname}-${version}.tar.gz"
+checksum=afab48b119091b70d66689931fe1bec95c761a9da16d3ad070f37c6fb54286f8

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

* Re: mugshot: update to 0.4.3.
  2021-06-07 23:53 [PR PATCH] mugshot: update to 0.4.3 machadofguilherme
                   ` (4 preceding siblings ...)
  2021-06-08  3:36 ` [PR PATCH] [Updated] " machadofguilherme
@ 2021-06-08  3:40 ` machadofguilherme
  2021-06-09  1:41 ` [PR PATCH] [Closed]: " machadofguilherme
  2021-06-09  2:48 ` ericonr
  7 siblings, 0 replies; 12+ messages in thread
From: machadofguilherme @ 2021-06-08  3:40 UTC (permalink / raw)
  To: ml

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

New comment by machadofguilherme on void-packages repository

https://github.com/void-linux/void-packages/pull/31352#issuecomment-856413749

Comment:
I ran the command lines you said. Thanks! I hope it works.

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

* Re: [PR PATCH] [Closed]: mugshot: update to 0.4.3.
  2021-06-07 23:53 [PR PATCH] mugshot: update to 0.4.3 machadofguilherme
                   ` (5 preceding siblings ...)
  2021-06-08  3:40 ` machadofguilherme
@ 2021-06-09  1:41 ` machadofguilherme
  2021-06-09  2:48 ` ericonr
  7 siblings, 0 replies; 12+ messages in thread
From: machadofguilherme @ 2021-06-09  1:41 UTC (permalink / raw)
  To: ml

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

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

mugshot: update to 0.4.3.
https://github.com/void-linux/void-packages/pull/31352

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?
- [x] 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
-->


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

* Re: mugshot: update to 0.4.3.
  2021-06-07 23:53 [PR PATCH] mugshot: update to 0.4.3 machadofguilherme
                   ` (6 preceding siblings ...)
  2021-06-09  1:41 ` [PR PATCH] [Closed]: " machadofguilherme
@ 2021-06-09  2:48 ` ericonr
  7 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2021-06-09  2:48 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31352#issuecomment-857329684

Comment:
Are you no longer interested in this PR?

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

* Re: mugshot: update to 0.4.3
  2021-06-07  2:04 [PR PATCH] " machadofguilherme
  2021-06-07  3:01 ` cinerea0
  2021-06-07  3:23 ` machadofguilherme
@ 2021-06-07 16:28 ` cinerea0
  2 siblings, 0 replies; 12+ messages in thread
From: cinerea0 @ 2021-06-07 16:28 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/31335#issuecomment-856084244

Comment:
Sorry, what I meant by "squash" is that you should combine your four commits into one and then force-push it. The maintainers here generally adhere to a one package changed = one commit rule.

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

* Re: mugshot: update to 0.4.3
  2021-06-07  2:04 [PR PATCH] " machadofguilherme
  2021-06-07  3:01 ` cinerea0
@ 2021-06-07  3:23 ` machadofguilherme
  2021-06-07 16:28 ` cinerea0
  2 siblings, 0 replies; 12+ messages in thread
From: machadofguilherme @ 2021-06-07  3:23 UTC (permalink / raw)
  To: ml

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

New comment by machadofguilherme on void-packages repository

https://github.com/void-linux/void-packages/pull/31335#issuecomment-855547751

Comment:
> Você pode querer marcar uma das duas últimas caixas em seu comentário inicial, o que for mais verdadeiro, e esmagar seus commits. Isso tornará as coisas mais fáceis quando um mantenedor aparecer.

Thanks. It's done, mate.

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

* Re: mugshot: update to 0.4.3
  2021-06-07  2:04 [PR PATCH] " machadofguilherme
@ 2021-06-07  3:01 ` cinerea0
  2021-06-07  3:23 ` machadofguilherme
  2021-06-07 16:28 ` cinerea0
  2 siblings, 0 replies; 12+ messages in thread
From: cinerea0 @ 2021-06-07  3:01 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/31335#issuecomment-855541204

Comment:
You may want to check one of the last two boxes in your initial comment, whichever is most true, and squash your commits. It will make things run smoother when a maintainer shows up.

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

end of thread, other threads:[~2021-06-09  2:48 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-07 23:53 [PR PATCH] mugshot: update to 0.4.3 machadofguilherme
2021-06-08  2:41 ` cinerea0
2021-06-08  2:49 ` machadofguilherme
2021-06-08  3:03 ` cinerea0
2021-06-08  3:19 ` cinerea0
2021-06-08  3:36 ` [PR PATCH] [Updated] " machadofguilherme
2021-06-08  3:40 ` machadofguilherme
2021-06-09  1:41 ` [PR PATCH] [Closed]: " machadofguilherme
2021-06-09  2:48 ` ericonr
  -- strict thread matches above, loose matches on Subject: below --
2021-06-07  2:04 [PR PATCH] " machadofguilherme
2021-06-07  3:01 ` cinerea0
2021-06-07  3:23 ` machadofguilherme
2021-06-07 16:28 ` cinerea0

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