Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] hatch: update to 1.8.1.
@ 2023-12-15 19:12 jcgruenhage
  2023-12-16 14:44 ` [PR PATCH] [Updated] " jcgruenhage
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: jcgruenhage @ 2023-12-15 19:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages hatch-1.8.1_1
https://github.com/void-linux/void-packages/pull/47776

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

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

It was tested, and I concluded it does not work. if anyone is available to help look at the failing tests, I'd appreciate it.

<!--
#### 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/47776.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hatch-1.8.1_1-47776.patch --]
[-- Type: text/x-diff, Size: 2952 bytes --]

From 76fb4eb033f55f0867874643bf0ca3b4b2157afe Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Fri, 15 Dec 2023 20:11:00 +0100
Subject: [PATCH 1/2] hatchling: update to 1.20.0.

---
 srcpkgs/hatchling/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/hatchling/template b/srcpkgs/hatchling/template
index 360011c6c1ab2..94c5aa6f877cd 100644
--- a/srcpkgs/hatchling/template
+++ b/srcpkgs/hatchling/template
@@ -1,7 +1,7 @@
 # Template file for 'hatchling'
 pkgname=hatchling
-version=1.18.0
-revision=2
+version=1.20.0
+revision=1
 build_style=python3-pep517
 _deps="python3-editables python3-packaging python3-pathspec python3-pluggy
  python3-trove-classifiers"
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://hatch.pypa.io/latest/"
 changelog="https://raw.githubusercontent.com/pypa/hatch/master/docs/history/hatchling.md"
 distfiles="${PYPI_SITE}/h/hatchling/hatchling-${version}.tar.gz"
-checksum=50e99c3110ce0afc3f7bdbadff1c71c17758e476731c27607940cfa6686489ca
+checksum=0e0893cbe3d5f9275fc0e5b629087fc23b17abd7065e4db0a310e0a0237bc945
 
 post_install() {
 	vlicense LICENSE.txt

From 918329e62fa3e113e9af076d425185c103286fce Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Fri, 15 Dec 2023 20:11:04 +0100
Subject: [PATCH 2/2] hatch: update to 1.8.1.

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

diff --git a/srcpkgs/hatch/template b/srcpkgs/hatch/template
index 3880eab586962..1efd49cf7ef80 100644
--- a/srcpkgs/hatch/template
+++ b/srcpkgs/hatch/template
@@ -1,7 +1,7 @@
 # Template file for 'hatch'
 pkgname=hatch
-version=1.6.3
-revision=3
+version=1.8.1
+revision=1
 build_style=python3-pep517
 # ignore backend tests, because updating hatchling when there is no new hatch
 # version yet breaks these in hatch.
@@ -10,8 +10,8 @@ make_check_args="--ignore tests/backend
 _deps="python3-click hatchling python3-httpx python3-hyperlink python3-keyring
  python3-packaging python3-pexpect python3-platformdirs python3-pyperclip
  python3-rich python3-shellingham python3-tomli-w python3-tomlkit
- python3-userpath python3-virtualenv"
-hostmakedepends="hatchling ${_deps}"
+ python3-userpath python3-virtualenv python3-zstandard"
+hostmakedepends="hatchling hatch-vcs ${_deps}"
 depends="${_deps}"
 checkdepends="${_deps} python3-pytest python3-pytest-mock
  python3-pytest-xdist git python3-pip"
@@ -21,7 +21,7 @@ license="MIT"
 homepage="https://hatch.pypa.io/latest/"
 changelog="https://raw.githubusercontent.com/pypa/hatch/master/docs/history/hatch.md"
 distfiles="${PYPI_SITE}/h/hatch/hatch-${version}.tar.gz"
-checksum=650e671ba300318e498ef93bbe3b99b32ce14920764fb8753f89993f63eed79a
+checksum=fdc574184dcb1d52a63a3cfd08431bf674ad3be2fd7316cbf5fb6d4bdbc3032f
 make_check_pre="env PYTHONPATH=./src"
 
 post_install() {

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

* Re: [PR PATCH] [Updated] hatch: update to 1.8.1.
  2023-12-15 19:12 [PR PATCH] hatch: update to 1.8.1 jcgruenhage
@ 2023-12-16 14:44 ` jcgruenhage
  2024-03-14 11:45 ` [PR PATCH] [Closed]: " jcgruenhage
  2024-03-14 11:45 ` jcgruenhage
  2 siblings, 0 replies; 4+ messages in thread
From: jcgruenhage @ 2023-12-16 14:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages hatch-1.8.1_1
https://github.com/void-linux/void-packages/pull/47776

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

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

It was tested, and I concluded it does not work. if anyone is available to help look at the failing tests, I'd appreciate it.

To clarify what I mean with "it does not work": That's the tests. The package itself seems to work just fine, in contrast to the current version in the repo.

<!--
#### 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/47776.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hatch-1.8.1_1-47776.patch --]
[-- Type: text/x-diff, Size: 3126 bytes --]

From 76fb4eb033f55f0867874643bf0ca3b4b2157afe Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Fri, 15 Dec 2023 20:11:00 +0100
Subject: [PATCH 1/2] hatchling: update to 1.20.0.

---
 srcpkgs/hatchling/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/hatchling/template b/srcpkgs/hatchling/template
index 360011c6c1ab2..94c5aa6f877cd 100644
--- a/srcpkgs/hatchling/template
+++ b/srcpkgs/hatchling/template
@@ -1,7 +1,7 @@
 # Template file for 'hatchling'
 pkgname=hatchling
-version=1.18.0
-revision=2
+version=1.20.0
+revision=1
 build_style=python3-pep517
 _deps="python3-editables python3-packaging python3-pathspec python3-pluggy
  python3-trove-classifiers"
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://hatch.pypa.io/latest/"
 changelog="https://raw.githubusercontent.com/pypa/hatch/master/docs/history/hatchling.md"
 distfiles="${PYPI_SITE}/h/hatchling/hatchling-${version}.tar.gz"
-checksum=50e99c3110ce0afc3f7bdbadff1c71c17758e476731c27607940cfa6686489ca
+checksum=0e0893cbe3d5f9275fc0e5b629087fc23b17abd7065e4db0a310e0a0237bc945
 
 post_install() {
 	vlicense LICENSE.txt

From e5e8241919fa032811aee3342f937c8ab3a121c0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Fri, 15 Dec 2023 20:11:04 +0100
Subject: [PATCH 2/2] hatch: update to 1.8.1.

---
 srcpkgs/hatch/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/hatch/template b/srcpkgs/hatch/template
index 3880eab586962..ab6611e578e14 100644
--- a/srcpkgs/hatch/template
+++ b/srcpkgs/hatch/template
@@ -1,7 +1,7 @@
 # Template file for 'hatch'
 pkgname=hatch
-version=1.6.3
-revision=3
+version=1.8.1
+revision=1
 build_style=python3-pep517
 # ignore backend tests, because updating hatchling when there is no new hatch
 # version yet breaks these in hatch.
@@ -10,18 +10,18 @@ make_check_args="--ignore tests/backend
 _deps="python3-click hatchling python3-httpx python3-hyperlink python3-keyring
  python3-packaging python3-pexpect python3-platformdirs python3-pyperclip
  python3-rich python3-shellingham python3-tomli-w python3-tomlkit
- python3-userpath python3-virtualenv"
-hostmakedepends="hatchling ${_deps}"
+ python3-userpath python3-virtualenv python3-zstandard"
+hostmakedepends="hatchling hatch-vcs ${_deps}"
 depends="${_deps}"
 checkdepends="${_deps} python3-pytest python3-pytest-mock
  python3-pytest-xdist git python3-pip"
-short_desc="Modern, extensible Python project management "
+short_desc="Modern, extensible Python project management"
 maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="MIT"
 homepage="https://hatch.pypa.io/latest/"
 changelog="https://raw.githubusercontent.com/pypa/hatch/master/docs/history/hatch.md"
 distfiles="${PYPI_SITE}/h/hatch/hatch-${version}.tar.gz"
-checksum=650e671ba300318e498ef93bbe3b99b32ce14920764fb8753f89993f63eed79a
+checksum=fdc574184dcb1d52a63a3cfd08431bf674ad3be2fd7316cbf5fb6d4bdbc3032f
 make_check_pre="env PYTHONPATH=./src"
 
 post_install() {

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

* Re: [PR PATCH] [Closed]: hatch: update to 1.8.1.
  2023-12-15 19:12 [PR PATCH] hatch: update to 1.8.1 jcgruenhage
  2023-12-16 14:44 ` [PR PATCH] [Updated] " jcgruenhage
@ 2024-03-14 11:45 ` jcgruenhage
  2024-03-14 11:45 ` jcgruenhage
  2 siblings, 0 replies; 4+ messages in thread
From: jcgruenhage @ 2024-03-14 11:45 UTC (permalink / raw)
  To: ml

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

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

hatch: update to 1.8.1.
https://github.com/void-linux/void-packages/pull/47776

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

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

It was tested, and I concluded it does not work. if anyone is available to help look at the failing tests, I'd appreciate it.

To clarify what I mean with "it does not work": That's the tests. The package itself seems to work just fine, in contrast to the current version in the repo.

<!--
#### 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
-->


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

* Re: hatch: update to 1.8.1.
  2023-12-15 19:12 [PR PATCH] hatch: update to 1.8.1 jcgruenhage
  2023-12-16 14:44 ` [PR PATCH] [Updated] " jcgruenhage
  2024-03-14 11:45 ` [PR PATCH] [Closed]: " jcgruenhage
@ 2024-03-14 11:45 ` jcgruenhage
  2 siblings, 0 replies; 4+ messages in thread
From: jcgruenhage @ 2024-03-14 11:45 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/47776#issuecomment-1997261427

Comment:
See #49286

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

end of thread, other threads:[~2024-03-14 11:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-15 19:12 [PR PATCH] hatch: update to 1.8.1 jcgruenhage
2023-12-16 14:44 ` [PR PATCH] [Updated] " jcgruenhage
2024-03-14 11:45 ` [PR PATCH] [Closed]: " jcgruenhage
2024-03-14 11:45 ` jcgruenhage

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