Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Pre commit 2.18.1
@ 2022-04-06 19:08 jbenden
  2022-04-06 19:10 ` [PR PATCH] [Updated] " jbenden
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: jbenden @ 2022-04-06 19:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jbenden/void-packages pre-commit-2.18.1
https://github.com/void-linux/void-packages/pull/36546

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

#### Local build testing
- I built this PR locally for my native architecture, (`x86_64`-`glibc`)

#### Notes

- This includes an update for `python3-identify` to version 2.4.12.
- Includes script to fix version update checking for `pre-commit`.

A patch file from https://github.com/void-linux/void-packages/pull/36546.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pre-commit-2.18.1-36546.patch --]
[-- Type: text/x-diff, Size: 2767 bytes --]

From dbebd269598c5554c12e0543fbbadef0e3a6e449 Mon Sep 17 00:00:00 2001
From: Joseph Benden <joe@benden.us>
Date: Wed, 6 Apr 2022 11:55:29 -0700
Subject: [PATCH 1/3] python3-identify: update to 2.4.12

Signed-off-by: Joseph Benden <joe@benden.us>
---
 srcpkgs/python3-identify/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-identify/template b/srcpkgs/python3-identify/template
index 65fd70ec42c6..7d2c231b6727 100644
--- a/srcpkgs/python3-identify/template
+++ b/srcpkgs/python3-identify/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-identify'
 pkgname=python3-identify
-version=2.4.11
+version=2.4.12
 revision=1
 wrksrc="identify-${version}"
 build_style=python3-module
@@ -11,7 +11,7 @@ maintainer="Joseph Benden <joe@benden.us>"
 license="MIT"
 homepage="https://github.com/chriskuehl/identify"
 distfiles="${PYPI_SITE}/i/identify/identify-${version}.tar.gz"
-checksum=2986942d3974c8f2e5019a190523b0b0e2a07cb8e89bf236727fb4b26f27f8fd
+checksum=3f3244a559290e7d3deb9e9adc7b33594c1bc85a9dd82e0f1be519bf12a1ec17
 
 post_install() {
 	vlicense LICENSE

From 785e3a4efbabfae8f47b9ce6a2d1acb830c4d14a Mon Sep 17 00:00:00 2001
From: Joseph Benden <joe@benden.us>
Date: Wed, 6 Apr 2022 11:56:29 -0700
Subject: [PATCH 2/3] pre-commit: fix update checks

Signed-off-by: Joseph Benden <joe@benden.us>
---
 srcpkgs/pre-commit/update | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 srcpkgs/pre-commit/update

diff --git a/srcpkgs/pre-commit/update b/srcpkgs/pre-commit/update
new file mode 100644
index 000000000000..c44d58c699eb
--- /dev/null
+++ b/srcpkgs/pre-commit/update
@@ -0,0 +1 @@
+pattern="pre_commit-\K[0-9.]+(?=.tar.gz)"

From ba3212d9a79197d1bd6b333e977b9219d0450a1d Mon Sep 17 00:00:00 2001
From: Joseph Benden <joe@benden.us>
Date: Wed, 6 Apr 2022 11:56:57 -0700
Subject: [PATCH 3/3] pre-commit: update to 2.18.1

Signed-off-by: Joseph Benden <joe@benden.us>
---
 srcpkgs/pre-commit/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/pre-commit/template b/srcpkgs/pre-commit/template
index 3eecb71e1136..58e2730dde1f 100644
--- a/srcpkgs/pre-commit/template
+++ b/srcpkgs/pre-commit/template
@@ -1,6 +1,6 @@
 # Template file for 'pre-commit'
 pkgname=pre-commit
-version=2.17.0
+version=2.18.1
 revision=1
 wrksrc="pre_commit-${version}"
 build_style=python3-module
@@ -11,7 +11,7 @@ maintainer="Joseph Benden <joe@benden.us>"
 license="MIT"
 homepage="https://pre-commit.com/"
 distfiles="${PYPI_SITE}/p/pre-commit/pre_commit-${version}.tar.gz"
-checksum=c1a8040ff15ad3d648c70cc3e55b93e4d2d5b687320955505587fd79bbaed06a
+checksum=5d445ee1fa8738d506881c5d84f83c62bb5be6b2838e32207433647e8e5ebe10
 make_check=no   # No tests available
 
 post_install() {

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

* Re: [PR PATCH] [Updated] Pre commit 2.18.1
  2022-04-06 19:08 [PR PATCH] Pre commit 2.18.1 jbenden
@ 2022-04-06 19:10 ` jbenden
  2022-04-07 17:41 ` [PR PATCH] [Merged]: " Chocimier
  2022-04-07 17:42 ` [PR REVIEW] " Chocimier
  2 siblings, 0 replies; 4+ messages in thread
From: jbenden @ 2022-04-06 19:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jbenden/void-packages pre-commit-2.18.1
https://github.com/void-linux/void-packages/pull/36546

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

#### Local build testing
- I built this PR locally for my native architecture, (`x86_64`-`glibc`)

#### Notes

- This includes an update for `python3-identify` to version 2.4.12.
- Includes script to fix version update checking for `pre-commit`.

A patch file from https://github.com/void-linux/void-packages/pull/36546.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pre-commit-2.18.1-36546.patch --]
[-- Type: text/x-diff, Size: 2767 bytes --]

From ec5f866e3f81928972c02c872e91e92da7b5f709 Mon Sep 17 00:00:00 2001
From: Joseph Benden <joe@benden.us>
Date: Wed, 6 Apr 2022 11:55:29 -0700
Subject: [PATCH 1/3] python3-identify: update to 2.4.12

Signed-off-by: Joseph Benden <joe@benden.us>
---
 srcpkgs/python3-identify/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-identify/template b/srcpkgs/python3-identify/template
index 65fd70ec42c6..7d2c231b6727 100644
--- a/srcpkgs/python3-identify/template
+++ b/srcpkgs/python3-identify/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-identify'
 pkgname=python3-identify
-version=2.4.11
+version=2.4.12
 revision=1
 wrksrc="identify-${version}"
 build_style=python3-module
@@ -11,7 +11,7 @@ maintainer="Joseph Benden <joe@benden.us>"
 license="MIT"
 homepage="https://github.com/chriskuehl/identify"
 distfiles="${PYPI_SITE}/i/identify/identify-${version}.tar.gz"
-checksum=2986942d3974c8f2e5019a190523b0b0e2a07cb8e89bf236727fb4b26f27f8fd
+checksum=3f3244a559290e7d3deb9e9adc7b33594c1bc85a9dd82e0f1be519bf12a1ec17
 
 post_install() {
 	vlicense LICENSE

From a48cc191e4002ef2cabd9ce8029d0d6ce48f398a Mon Sep 17 00:00:00 2001
From: Joseph Benden <joe@benden.us>
Date: Wed, 6 Apr 2022 11:56:29 -0700
Subject: [PATCH 2/3] pre-commit: fix update checks

Signed-off-by: Joseph Benden <joe@benden.us>
---
 srcpkgs/pre-commit/update | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 srcpkgs/pre-commit/update

diff --git a/srcpkgs/pre-commit/update b/srcpkgs/pre-commit/update
new file mode 100644
index 000000000000..c44d58c699eb
--- /dev/null
+++ b/srcpkgs/pre-commit/update
@@ -0,0 +1 @@
+pattern="pre_commit-\K[0-9.]+(?=.tar.gz)"

From 0b4893ce17fc5ac0716e70a471722e4958c00408 Mon Sep 17 00:00:00 2001
From: Joseph Benden <joe@benden.us>
Date: Wed, 6 Apr 2022 11:56:57 -0700
Subject: [PATCH 3/3] pre-commit: update to 2.18.1

Signed-off-by: Joseph Benden <joe@benden.us>
---
 srcpkgs/pre-commit/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/pre-commit/template b/srcpkgs/pre-commit/template
index 3eecb71e1136..58e2730dde1f 100644
--- a/srcpkgs/pre-commit/template
+++ b/srcpkgs/pre-commit/template
@@ -1,6 +1,6 @@
 # Template file for 'pre-commit'
 pkgname=pre-commit
-version=2.17.0
+version=2.18.1
 revision=1
 wrksrc="pre_commit-${version}"
 build_style=python3-module
@@ -11,7 +11,7 @@ maintainer="Joseph Benden <joe@benden.us>"
 license="MIT"
 homepage="https://pre-commit.com/"
 distfiles="${PYPI_SITE}/p/pre-commit/pre_commit-${version}.tar.gz"
-checksum=c1a8040ff15ad3d648c70cc3e55b93e4d2d5b687320955505587fd79bbaed06a
+checksum=5d445ee1fa8738d506881c5d84f83c62bb5be6b2838e32207433647e8e5ebe10
 make_check=no   # No tests available
 
 post_install() {

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

* Re: [PR PATCH] [Merged]: Pre commit 2.18.1
  2022-04-06 19:08 [PR PATCH] Pre commit 2.18.1 jbenden
  2022-04-06 19:10 ` [PR PATCH] [Updated] " jbenden
@ 2022-04-07 17:41 ` Chocimier
  2022-04-07 17:42 ` [PR REVIEW] " Chocimier
  2 siblings, 0 replies; 4+ messages in thread
From: Chocimier @ 2022-04-07 17:41 UTC (permalink / raw)
  To: ml

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

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

Pre commit 2.18.1
https://github.com/void-linux/void-packages/pull/36546

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

#### Local build testing
- I built this PR locally for my native architecture, (`x86_64`-`glibc`)

#### Notes

- This includes an update for `python3-identify` to version 2.4.12.
- Includes script to fix version update checking for `pre-commit`.

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

* Re: [PR REVIEW] Pre commit 2.18.1
  2022-04-06 19:08 [PR PATCH] Pre commit 2.18.1 jbenden
  2022-04-06 19:10 ` [PR PATCH] [Updated] " jbenden
  2022-04-07 17:41 ` [PR PATCH] [Merged]: " Chocimier
@ 2022-04-07 17:42 ` Chocimier
  2 siblings, 0 replies; 4+ messages in thread
From: Chocimier @ 2022-04-07 17:42 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/36546#discussion_r845410195

Comment:
The same could be done simpler with `pkgname=pre_commit` here.

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

end of thread, other threads:[~2022-04-07 17:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-06 19:08 [PR PATCH] Pre commit 2.18.1 jbenden
2022-04-06 19:10 ` [PR PATCH] [Updated] " jbenden
2022-04-07 17:41 ` [PR PATCH] [Merged]: " Chocimier
2022-04-07 17:42 ` [PR REVIEW] " Chocimier

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