Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] reuse: update to 1.0.0.
@ 2022-05-24 14:19 k4leg
  2022-05-24 14:39 ` [PR PATCH] [Updated] " k4leg
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: k4leg @ 2022-05-24 14:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/k4leg/void-packages reuse-update
https://github.com/void-linux/void-packages/pull/37269

reuse: update to 1.0.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/37269.patch is attached

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

From 8a3b162e3c378454a972c646d1f3b45eabfe0601 Mon Sep 17 00:00:00 2001
From: Bogdan Drozd <python.bogdan@gmail.com>
Date: Tue, 24 May 2022 17:13:53 +0300
Subject: [PATCH] reuse: update to 1.0.0.

---
 srcpkgs/reuse/template | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/reuse/template b/srcpkgs/reuse/template
index 156b73ea9dbe..efdd9914ca80 100644
--- a/srcpkgs/reuse/template
+++ b/srcpkgs/reuse/template
@@ -1,18 +1,16 @@
 # Template file for 'reuse'
 pkgname=reuse
-version=0.13.0
-revision=2
+version=1.0.0
+revision=1
 build_style=python3-module
-make_check_args="--deselect tests/test_lint.py::test_lint_read_errors
- --deselect tests/test_report.py::test_generate_project_report_read_error"
-hostmakedepends="python3-setuptools python3-setuptools_scm gettext"
-depends="python3-binaryornot python3-boolean.py python3-debian python3-Jinja2
- python3-license-expression python3-requests"
-checkdepends="python3-pytest $depends"
+hostmakedepends="gettext python3-setuptools python3-setuptools_scm"
+depends="python3-Jinja2 python3-binaryornot python3-boolean.py python3-debian
+ python3-license-expression python3-requests python3-setuptools"
+checkdepends="$depends git mercurial python3-pytest"
 short_desc="Helper tool for compliance with REUSE Specification"
 maintainer="k4leg <python.bogdan@gmail.com>"
-license="GPL-3.0-or-later, CC0-1.0, Apache-2.0"
+license="Apache-2.0, CC-BY-SA-4.0, CC0-1.0, GPL-3.0-or-later"
 homepage="https://reuse.software"
 changelog="https://raw.githubusercontent.com/fsfe/reuse-tool/master/CHANGELOG.md"
 distfiles="${PYPI_SITE}/r/reuse/reuse-${version}.tar.gz"
-checksum=89c87bd49308c8059cc36f8116872d73dc6e5788a29af8869be6532202bff801
+checksum=db3022be2d87f69c8f508b928023de3026f454ce17d01e22f770f7147ac1e8d4

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

* Re: [PR PATCH] [Updated] reuse: update to 1.0.0.
  2022-05-24 14:19 [PR PATCH] reuse: update to 1.0.0 k4leg
@ 2022-05-24 14:39 ` k4leg
  2022-06-03 17:23 ` [PR REVIEW] " paper42
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: k4leg @ 2022-05-24 14:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/k4leg/void-packages reuse-update
https://github.com/void-linux/void-packages/pull/37269

reuse: update to 1.0.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/37269.patch is attached

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

From fd954bb577f90a28692baa8c92d5c3ad0b33115c Mon Sep 17 00:00:00 2001
From: Bogdan Drozd <python.bogdan@gmail.com>
Date: Tue, 24 May 2022 17:13:53 +0300
Subject: [PATCH] reuse: update to 1.0.0.

---
 srcpkgs/reuse/template | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/reuse/template b/srcpkgs/reuse/template
index 156b73ea9dbe..d43a4d513a4a 100644
--- a/srcpkgs/reuse/template
+++ b/srcpkgs/reuse/template
@@ -1,18 +1,20 @@
 # Template file for 'reuse'
 pkgname=reuse
-version=0.13.0
-revision=2
+version=1.0.0
+revision=1
 build_style=python3-module
+# These tests pass on local machine but don't pass in CI.
 make_check_args="--deselect tests/test_lint.py::test_lint_read_errors
+ --deselect tests/test_main_addheader.py::test_addheader_to_read_only_file_does_not_traceback
  --deselect tests/test_report.py::test_generate_project_report_read_error"
-hostmakedepends="python3-setuptools python3-setuptools_scm gettext"
-depends="python3-binaryornot python3-boolean.py python3-debian python3-Jinja2
- python3-license-expression python3-requests"
-checkdepends="python3-pytest $depends"
+hostmakedepends="gettext python3-setuptools python3-setuptools_scm"
+depends="python3-Jinja2 python3-binaryornot python3-boolean.py python3-debian
+ python3-license-expression python3-requests python3-setuptools"
+checkdepends="$depends git mercurial python3-pytest"
 short_desc="Helper tool for compliance with REUSE Specification"
 maintainer="k4leg <python.bogdan@gmail.com>"
-license="GPL-3.0-or-later, CC0-1.0, Apache-2.0"
+license="Apache-2.0, CC-BY-SA-4.0, CC0-1.0, GPL-3.0-or-later"
 homepage="https://reuse.software"
 changelog="https://raw.githubusercontent.com/fsfe/reuse-tool/master/CHANGELOG.md"
 distfiles="${PYPI_SITE}/r/reuse/reuse-${version}.tar.gz"
-checksum=89c87bd49308c8059cc36f8116872d73dc6e5788a29af8869be6532202bff801
+checksum=db3022be2d87f69c8f508b928023de3026f454ce17d01e22f770f7147ac1e8d4

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

* Re: [PR REVIEW] reuse: update to 1.0.0.
  2022-05-24 14:19 [PR PATCH] reuse: update to 1.0.0 k4leg
  2022-05-24 14:39 ` [PR PATCH] [Updated] " k4leg
@ 2022-06-03 17:23 ` paper42
  2022-06-03 18:54 ` [PR PATCH] [Updated] " k4leg
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-06-03 17:23 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/37269#discussion_r889180977

Comment:
there is no need to move stuff around, it only creates an unreadable diff, could you fix that?

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

* Re: [PR PATCH] [Updated] reuse: update to 1.0.0.
  2022-05-24 14:19 [PR PATCH] reuse: update to 1.0.0 k4leg
  2022-05-24 14:39 ` [PR PATCH] [Updated] " k4leg
  2022-06-03 17:23 ` [PR REVIEW] " paper42
@ 2022-06-03 18:54 ` k4leg
  2022-06-03 18:57 ` k4leg
  2022-06-25  0:41 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: k4leg @ 2022-06-03 18:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/k4leg/void-packages reuse-update
https://github.com/void-linux/void-packages/pull/37269

reuse: update to 1.0.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/37269.patch is attached

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

From 1b905cc2027ec813ae48e542694d7b871ff5f604 Mon Sep 17 00:00:00 2001
From: Bogdan Drozd <python.bogdan@gmail.com>
Date: Tue, 24 May 2022 17:13:53 +0300
Subject: [PATCH] reuse: update to 1.0.0.

---
 srcpkgs/reuse/template | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/reuse/template b/srcpkgs/reuse/template
index 156b73ea9dbe..9da8deb6dcb8 100644
--- a/srcpkgs/reuse/template
+++ b/srcpkgs/reuse/template
@@ -1,18 +1,20 @@
 # Template file for 'reuse'
 pkgname=reuse
-version=0.13.0
-revision=2
+version=1.0.0
+revision=1
 build_style=python3-module
+# These tests pass on local machine but don't pass in CI.
 make_check_args="--deselect tests/test_lint.py::test_lint_read_errors
+ --deselect tests/test_main_addheader.py::test_addheader_to_read_only_file_does_not_traceback
  --deselect tests/test_report.py::test_generate_project_report_read_error"
 hostmakedepends="python3-setuptools python3-setuptools_scm gettext"
 depends="python3-binaryornot python3-boolean.py python3-debian python3-Jinja2
- python3-license-expression python3-requests"
-checkdepends="python3-pytest $depends"
+ python3-license-expression python3-requests python3-setuptools"
+checkdepends="python3-pytest $depends git mercurial"
 short_desc="Helper tool for compliance with REUSE Specification"
 maintainer="k4leg <python.bogdan@gmail.com>"
-license="GPL-3.0-or-later, CC0-1.0, Apache-2.0"
+license="GPL-3.0-or-later, CC0-1.0, Apache-2.0, CC-BY-SA-4.0"
 homepage="https://reuse.software"
 changelog="https://raw.githubusercontent.com/fsfe/reuse-tool/master/CHANGELOG.md"
 distfiles="${PYPI_SITE}/r/reuse/reuse-${version}.tar.gz"
-checksum=89c87bd49308c8059cc36f8116872d73dc6e5788a29af8869be6532202bff801
+checksum=db3022be2d87f69c8f508b928023de3026f454ce17d01e22f770f7147ac1e8d4

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

* Re: [PR PATCH] [Updated] reuse: update to 1.0.0.
  2022-05-24 14:19 [PR PATCH] reuse: update to 1.0.0 k4leg
                   ` (2 preceding siblings ...)
  2022-06-03 18:54 ` [PR PATCH] [Updated] " k4leg
@ 2022-06-03 18:57 ` k4leg
  2022-06-25  0:41 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: k4leg @ 2022-06-03 18:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/k4leg/void-packages reuse-update
https://github.com/void-linux/void-packages/pull/37269

reuse: update to 1.0.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/37269.patch is attached

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

From 8754094107675e9e49d76bb841977a0b0f855f5e Mon Sep 17 00:00:00 2001
From: Bogdan Drozd <python.bogdan@gmail.com>
Date: Tue, 24 May 2022 17:13:53 +0300
Subject: [PATCH] reuse: update to 1.0.0.

---
 srcpkgs/reuse/template | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/reuse/template b/srcpkgs/reuse/template
index 156b73ea9dbe..9da8deb6dcb8 100644
--- a/srcpkgs/reuse/template
+++ b/srcpkgs/reuse/template
@@ -1,18 +1,20 @@
 # Template file for 'reuse'
 pkgname=reuse
-version=0.13.0
-revision=2
+version=1.0.0
+revision=1
 build_style=python3-module
+# These tests pass on local machine but don't pass in CI.
 make_check_args="--deselect tests/test_lint.py::test_lint_read_errors
+ --deselect tests/test_main_addheader.py::test_addheader_to_read_only_file_does_not_traceback
  --deselect tests/test_report.py::test_generate_project_report_read_error"
 hostmakedepends="python3-setuptools python3-setuptools_scm gettext"
 depends="python3-binaryornot python3-boolean.py python3-debian python3-Jinja2
- python3-license-expression python3-requests"
-checkdepends="python3-pytest $depends"
+ python3-license-expression python3-requests python3-setuptools"
+checkdepends="python3-pytest $depends git mercurial"
 short_desc="Helper tool for compliance with REUSE Specification"
 maintainer="k4leg <python.bogdan@gmail.com>"
-license="GPL-3.0-or-later, CC0-1.0, Apache-2.0"
+license="GPL-3.0-or-later, CC0-1.0, Apache-2.0, CC-BY-SA-4.0"
 homepage="https://reuse.software"
 changelog="https://raw.githubusercontent.com/fsfe/reuse-tool/master/CHANGELOG.md"
 distfiles="${PYPI_SITE}/r/reuse/reuse-${version}.tar.gz"
-checksum=89c87bd49308c8059cc36f8116872d73dc6e5788a29af8869be6532202bff801
+checksum=db3022be2d87f69c8f508b928023de3026f454ce17d01e22f770f7147ac1e8d4

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

* Re: [PR PATCH] [Merged]: reuse: update to 1.0.0.
  2022-05-24 14:19 [PR PATCH] reuse: update to 1.0.0 k4leg
                   ` (3 preceding siblings ...)
  2022-06-03 18:57 ` k4leg
@ 2022-06-25  0:41 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-06-25  0:41 UTC (permalink / raw)
  To: ml

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

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

reuse: update to 1.0.0.
https://github.com/void-linux/void-packages/pull/37269

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

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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] 6+ messages in thread

end of thread, other threads:[~2022-06-25  0:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-24 14:19 [PR PATCH] reuse: update to 1.0.0 k4leg
2022-05-24 14:39 ` [PR PATCH] [Updated] " k4leg
2022-06-03 17:23 ` [PR REVIEW] " paper42
2022-06-03 18:54 ` [PR PATCH] [Updated] " k4leg
2022-06-03 18:57 ` k4leg
2022-06-25  0:41 ` [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).