Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] hatchling 1.4.1 1
@ 2022-07-06  9:45 jcgruenhage
  2022-07-06  9:54 ` [PR PATCH] [Updated] " jcgruenhage
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: jcgruenhage @ 2022-07-06  9:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages hatchling-1.4.1_1
https://github.com/void-linux/void-packages/pull/37892

hatchling 1.4.1 1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

I've tried building and testing all packages that depend on hatchling, and except for hatch everything went smoothly. The test failures in hatch don't look very problematic to me though. Should we just deselect those?

Log: https://pastebin.com/raw/uywdGiZY

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hatchling-1.4.1_1-37892.patch --]
[-- Type: text/x-diff, Size: 2141 bytes --]

From 4a77baa0eeda397de66159ada44790b13f5ffe22 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Wed, 6 Jul 2022 11:39:23 +0200
Subject: [PATCH 1/2] hatch: add changelog

---
 srcpkgs/hatch/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/hatch/template b/srcpkgs/hatch/template
index f8b068a2a713..de378dc1dd59 100644
--- a/srcpkgs/hatch/template
+++ b/srcpkgs/hatch/template
@@ -29,6 +29,7 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="MIT"
 homepage="https://hatch.pypa.io/latest/"
 distfiles="${PYPI_SITE}/h/${pkgname}/${pkgname}-${version}.tar.gz"
+changelog="https://raw.githubusercontent.com/pypa/hatch/master/docs/history.md"
 checksum=61761e1fe14474fb2be7e264555b99fc343b4e63c0ee32aa3497c651e4cdec03
 make_check_pre="env PYTHONPATH=./src"
 

From 84727abb54330ed20f2db33c11fe9b0910e4ae4a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Wed, 6 Jul 2022 11:39:29 +0200
Subject: [PATCH 2/2] hatchling: update to 1.4.1.

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

diff --git a/srcpkgs/hatchling/template b/srcpkgs/hatchling/template
index 894c15c8f719..dbd85209cadf 100644
--- a/srcpkgs/hatchling/template
+++ b/srcpkgs/hatchling/template
@@ -1,6 +1,6 @@
 # Template file for 'hatchling'
 pkgname=hatchling
-version=1.3.1
+version=1.4.1
 revision=1
 build_style=python3-pep517
 _deps="python3-pathspec python3-tomli python3-pluggy python3-packaging"
@@ -10,8 +10,9 @@ short_desc="Extensible, standards compliant build backend used by Hatch"
 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.md"
 distfiles="${PYPI_SITE}/h/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=aaa63019c9d666053d9ff318097335e766123844547c52940155c0401c3c142f
+checksum=13461b42876ade4f75ee5d2a2c656b288ca0aab7f048ef66657ef166996b2118
 
 post_install() {
 	vlicense LICENSE.txt

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

* Re: [PR PATCH] [Updated] hatchling 1.4.1 1
  2022-07-06  9:45 [PR PATCH] hatchling 1.4.1 1 jcgruenhage
@ 2022-07-06  9:54 ` jcgruenhage
  2022-07-06 15:38 ` icp1994
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: jcgruenhage @ 2022-07-06  9:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages hatchling-1.4.1_1
https://github.com/void-linux/void-packages/pull/37892

hatchling 1.4.1 1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

I've tried building and testing all packages that depend on hatchling, and except for hatch everything went smoothly. The test failures in hatch don't look very problematic to me though. Should we just deselect those?

Log: https://pastebin.com/raw/uywdGiZY

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hatchling-1.4.1_1-37892.patch --]
[-- Type: text/x-diff, Size: 2199 bytes --]

From d9fdd8c295b0a7d1eb2ad74b29bbc8e51c5373e6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Wed, 6 Jul 2022 11:39:23 +0200
Subject: [PATCH 1/2] hatch: add changelog

---
 srcpkgs/hatch/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/hatch/template b/srcpkgs/hatch/template
index f8b068a2a713..43eb77528db8 100644
--- a/srcpkgs/hatch/template
+++ b/srcpkgs/hatch/template
@@ -28,6 +28,7 @@ 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.md"
 distfiles="${PYPI_SITE}/h/${pkgname}/${pkgname}-${version}.tar.gz"
 checksum=61761e1fe14474fb2be7e264555b99fc343b4e63c0ee32aa3497c651e4cdec03
 make_check_pre="env PYTHONPATH=./src"

From f822f01d104637386571e98221dc299ff62d17ed Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Wed, 6 Jul 2022 11:39:29 +0200
Subject: [PATCH 2/2] hatchling: update to 1.4.1.

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

diff --git a/srcpkgs/hatchling/template b/srcpkgs/hatchling/template
index 894c15c8f719..dbd85209cadf 100644
--- a/srcpkgs/hatchling/template
+++ b/srcpkgs/hatchling/template
@@ -1,6 +1,6 @@
 # Template file for 'hatchling'
 pkgname=hatchling
-version=1.3.1
+version=1.4.1
 revision=1
 build_style=python3-pep517
 _deps="python3-pathspec python3-tomli python3-pluggy python3-packaging"
@@ -10,8 +10,9 @@ short_desc="Extensible, standards compliant build backend used by Hatch"
 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.md"
 distfiles="${PYPI_SITE}/h/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=aaa63019c9d666053d9ff318097335e766123844547c52940155c0401c3c142f
+checksum=13461b42876ade4f75ee5d2a2c656b288ca0aab7f048ef66657ef166996b2118
 
 post_install() {
 	vlicense LICENSE.txt

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

* Re: hatchling 1.4.1 1
  2022-07-06  9:45 [PR PATCH] hatchling 1.4.1 1 jcgruenhage
  2022-07-06  9:54 ` [PR PATCH] [Updated] " jcgruenhage
@ 2022-07-06 15:38 ` icp1994
  2022-07-21  6:44 ` jcgruenhage
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: icp1994 @ 2022-07-06 15:38 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/37892#issuecomment-1176375188

Comment:
Shouldn't [python3-editables](https://pypi.org/project/editables/) be a [dependency](https://github.com/pypa/hatch/blob/hatchling-v1.4.1/backend/src/hatchling/ouroboros.py#L36) for `hatchling`? That one is not packaged yet it seems.

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

* Re: hatchling 1.4.1 1
  2022-07-06  9:45 [PR PATCH] hatchling 1.4.1 1 jcgruenhage
  2022-07-06  9:54 ` [PR PATCH] [Updated] " jcgruenhage
  2022-07-06 15:38 ` icp1994
@ 2022-07-21  6:44 ` jcgruenhage
  2022-07-21  6:45 ` jcgruenhage
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: jcgruenhage @ 2022-07-21  6:44 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/37892#issuecomment-1191103524

Comment:
yeah, should be, although it seems unrelated to the problem

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

* Re: hatchling 1.4.1 1
  2022-07-06  9:45 [PR PATCH] hatchling 1.4.1 1 jcgruenhage
                   ` (2 preceding siblings ...)
  2022-07-21  6:44 ` jcgruenhage
@ 2022-07-21  6:45 ` jcgruenhage
  2022-07-21  6:45 ` [PR PATCH] [Updated] " jcgruenhage
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: jcgruenhage @ 2022-07-21  6:45 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/37892#issuecomment-1191104191

Comment:
(As in: I tested it locally again with the update to the newer hatch/hatchling versions and there the tests passed again, and only after that I also added the editables dep)

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

* Re: [PR PATCH] [Updated] hatchling 1.4.1 1
  2022-07-06  9:45 [PR PATCH] hatchling 1.4.1 1 jcgruenhage
                   ` (3 preceding siblings ...)
  2022-07-21  6:45 ` jcgruenhage
@ 2022-07-21  6:45 ` jcgruenhage
  2022-07-21  7:04 ` hatch-1.3.1/hatchling-1.5.0 icp1994
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: jcgruenhage @ 2022-07-21  6:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages hatchling-1.4.1_1
https://github.com/void-linux/void-packages/pull/37892

hatchling 1.4.1 1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

I've tried building and testing all packages that depend on hatchling, and except for hatch everything went smoothly. The test failures in hatch don't look very problematic to me though. Should we just deselect those?

Log: https://pastebin.com/raw/uywdGiZY

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hatchling-1.4.1_1-37892.patch --]
[-- Type: text/x-diff, Size: 4111 bytes --]

From bee24bf040d3e501d1abfb0eaa08c28c33023527 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Thu, 21 Jul 2022 08:43:01 +0200
Subject: [PATCH 1/3] New package: python3-editables-0.3

---
 srcpkgs/python3-editables/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/python3-editables/template

diff --git a/srcpkgs/python3-editables/template b/srcpkgs/python3-editables/template
new file mode 100644
index 000000000000..694345cea9be
--- /dev/null
+++ b/srcpkgs/python3-editables/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-editables'
+pkgname=python3-editables
+version=0.3
+revision=1
+wrksrc="${pkgname/python3-/}-${version}"
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel"
+depends="python3"
+checkdepends="python3-pip python3-coverage python3-pytest-cov python3-pytest python3-virtualenv"
+short_desc="Editable installations for Python"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MIT"
+homepage="https://github.com/pfmoore/editables"
+changelog="https://github.com/pfmoore/editables/raw/main/CHANGELOG.md"
+distfiles="https://github.com/pfmoore/editables/archive/refs/tags/${version}.tar.gz"
+checksum=42f7240164af1e028ccb7b60e72f54bbd8b639e9409595fbeffac5d3fb610643
+make_check_pre="env PYTHONPATH=./src"
+
+post_install() {
+	vlicense LICENSE.txt
+}

From ca1ab4bcd6cb2a396fce0298c9d125eb0c0619ea Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Wed, 6 Jul 2022 11:39:29 +0200
Subject: [PATCH 2/3] hatchling: update to 1.5.0.

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

diff --git a/srcpkgs/hatchling/template b/srcpkgs/hatchling/template
index 894c15c8f719..522b18aabed1 100644
--- a/srcpkgs/hatchling/template
+++ b/srcpkgs/hatchling/template
@@ -1,17 +1,18 @@
 # Template file for 'hatchling'
 pkgname=hatchling
-version=1.3.1
+version=1.5.0
 revision=1
 build_style=python3-pep517
-_deps="python3-pathspec python3-tomli python3-pluggy python3-packaging"
+_deps="python3-pathspec python3-tomli python3-pluggy python3-packaging python3-editables"
 hostmakedepends="python3-setuptools ${_deps}"
 depends="${_deps}"
 short_desc="Extensible, standards compliant build backend used by Hatch"
 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.md"
 distfiles="${PYPI_SITE}/h/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=aaa63019c9d666053d9ff318097335e766123844547c52940155c0401c3c142f
+checksum=9ca409a41140cc662164680b78adcd3ba77b23a945984bd9970d11fe38e86a38
 
 post_install() {
 	vlicense LICENSE.txt

From 1e71f12a2cae8066bdba17a4c160a41d2a186c0e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Wed, 6 Jul 2022 11:39:23 +0200
Subject: [PATCH 3/3] hatch: update to 1.3.1.

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

diff --git a/srcpkgs/hatch/template b/srcpkgs/hatch/template
index f8b068a2a713..2dcdfb52d735 100644
--- a/srcpkgs/hatch/template
+++ b/srcpkgs/hatch/template
@@ -1,6 +1,6 @@
 # Template file for 'hatch'
 pkgname=hatch
-version=1.2.1
+version=1.3.1
 revision=1
 build_style=python3-pep517
 make_check_args="--deselect tests/backend/test_build.py::test_editable
@@ -28,8 +28,9 @@ 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.md"
 distfiles="${PYPI_SITE}/h/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=61761e1fe14474fb2be7e264555b99fc343b4e63c0ee32aa3497c651e4cdec03
+checksum=fb1bdad4a22d3443137036b246898c5d3c7552ff4ba399b4605548cef0a22496
 make_check_pre="env PYTHONPATH=./src"
 
 post_install() {

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

* Re: hatch-1.3.1/hatchling-1.5.0
  2022-07-06  9:45 [PR PATCH] hatchling 1.4.1 1 jcgruenhage
                   ` (4 preceding siblings ...)
  2022-07-21  6:45 ` [PR PATCH] [Updated] " jcgruenhage
@ 2022-07-21  7:04 ` icp1994
  2022-07-21  9:25 ` hatch-1.3.1/hatchling-1.5.0 jcgruenhage
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: icp1994 @ 2022-07-21  7:04 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/37892#issuecomment-1191120554

Comment:
Ah I see the editable tests were already disabled via `make_check_args`

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

* Re: hatch-1.3.1/hatchling-1.5.0
  2022-07-06  9:45 [PR PATCH] hatchling 1.4.1 1 jcgruenhage
                   ` (5 preceding siblings ...)
  2022-07-21  7:04 ` hatch-1.3.1/hatchling-1.5.0 icp1994
@ 2022-07-21  9:25 ` jcgruenhage
  2022-07-23  2:30 ` [PR REVIEW] hatch-1.3.1/hatchling-1.5.0 classabbyamp
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: jcgruenhage @ 2022-07-21  9:25 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/37892#issuecomment-1191256449

Comment:
yeah... ._.

I've tried re-enabling them after I had added the editables dep, but they still seem to fail. I'll try to figure out why they still fail

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

* Re: [PR REVIEW] hatch-1.3.1/hatchling-1.5.0
  2022-07-06  9:45 [PR PATCH] hatchling 1.4.1 1 jcgruenhage
                   ` (6 preceding siblings ...)
  2022-07-21  9:25 ` hatch-1.3.1/hatchling-1.5.0 jcgruenhage
@ 2022-07-23  2:30 ` classabbyamp
  2022-07-31 21:46 ` jcgruenhage
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: classabbyamp @ 2022-07-23  2:30 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/37892#discussion_r928067270

Comment:
why does this need pip and virtualenv?

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

* Re: [PR PATCH] [Updated] hatch-1.3.1/hatchling-1.5.0
  2022-07-06  9:45 [PR PATCH] hatchling 1.4.1 1 jcgruenhage
                   ` (8 preceding siblings ...)
  2022-07-31 21:46 ` jcgruenhage
@ 2022-07-31 21:46 ` jcgruenhage
  2022-07-31 21:48 ` hatch-1.3.1/hatchling-1.5.0 jcgruenhage
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: jcgruenhage @ 2022-07-31 21:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages hatchling-1.4.1_1
https://github.com/void-linux/void-packages/pull/37892

hatch-1.3.1/hatchling-1.5.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

I've tried building and testing all packages that depend on hatchling, and except for hatch everything went smoothly. The test failures in hatch don't look very problematic to me though. Should we just deselect those?

Log: https://pastebin.com/raw/uywdGiZY

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hatchling-1.4.1_1-37892.patch --]
[-- Type: text/x-diff, Size: 4080 bytes --]

From 2f5292618abfe12ba1267a405594db6e0a8af1bd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Thu, 21 Jul 2022 08:43:01 +0200
Subject: [PATCH 1/3] New package: python3-editables-0.3

---
 srcpkgs/python3-editables/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/python3-editables/template

diff --git a/srcpkgs/python3-editables/template b/srcpkgs/python3-editables/template
new file mode 100644
index 000000000000..fb5f33eca8a4
--- /dev/null
+++ b/srcpkgs/python3-editables/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-editables'
+pkgname=python3-editables
+version=0.3
+revision=1
+wrksrc="${pkgname/python3-/}-${version}"
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel"
+depends="python3"
+checkdepends="python3-coverage python3-pytest-cov python3-pytest"
+short_desc="Editable installations for Python"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MIT"
+homepage="https://github.com/pfmoore/editables"
+changelog="https://github.com/pfmoore/editables/raw/main/CHANGELOG.md"
+distfiles="https://github.com/pfmoore/editables/archive/refs/tags/${version}.tar.gz"
+checksum=42f7240164af1e028ccb7b60e72f54bbd8b639e9409595fbeffac5d3fb610643
+make_check_pre="env PYTHONPATH=./src"
+
+post_install() {
+	vlicense LICENSE.txt
+}

From b3f091b3fd3f41b074bd8c52b6f8851084ba91ac Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Wed, 6 Jul 2022 11:39:29 +0200
Subject: [PATCH 2/3] hatchling: update to 1.6.0.

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

diff --git a/srcpkgs/hatchling/template b/srcpkgs/hatchling/template
index 894c15c8f719..539da808b6c3 100644
--- a/srcpkgs/hatchling/template
+++ b/srcpkgs/hatchling/template
@@ -1,17 +1,18 @@
 # Template file for 'hatchling'
 pkgname=hatchling
-version=1.3.1
+version=1.6.0
 revision=1
 build_style=python3-pep517
-_deps="python3-pathspec python3-tomli python3-pluggy python3-packaging"
+_deps="python3-pathspec python3-tomli python3-pluggy python3-packaging python3-editables"
 hostmakedepends="python3-setuptools ${_deps}"
 depends="${_deps}"
 short_desc="Extensible, standards compliant build backend used by Hatch"
 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.md"
 distfiles="${PYPI_SITE}/h/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=aaa63019c9d666053d9ff318097335e766123844547c52940155c0401c3c142f
+checksum=bd6e8505de511ac4217ff50927f6d1845494608e401e63a62b830c31fb613544
 
 post_install() {
 	vlicense LICENSE.txt

From 9746a24a84a73ff2ceb2ab6d6e7f145245443461 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Wed, 6 Jul 2022 11:39:23 +0200
Subject: [PATCH 3/3] hatch: update to 1.3.1.

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

diff --git a/srcpkgs/hatch/template b/srcpkgs/hatch/template
index f8b068a2a713..2dcdfb52d735 100644
--- a/srcpkgs/hatch/template
+++ b/srcpkgs/hatch/template
@@ -1,6 +1,6 @@
 # Template file for 'hatch'
 pkgname=hatch
-version=1.2.1
+version=1.3.1
 revision=1
 build_style=python3-pep517
 make_check_args="--deselect tests/backend/test_build.py::test_editable
@@ -28,8 +28,9 @@ 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.md"
 distfiles="${PYPI_SITE}/h/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=61761e1fe14474fb2be7e264555b99fc343b4e63c0ee32aa3497c651e4cdec03
+checksum=fb1bdad4a22d3443137036b246898c5d3c7552ff4ba399b4605548cef0a22496
 make_check_pre="env PYTHONPATH=./src"
 
 post_install() {

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

* Re: [PR REVIEW] hatch-1.3.1/hatchling-1.5.0
  2022-07-06  9:45 [PR PATCH] hatchling 1.4.1 1 jcgruenhage
                   ` (7 preceding siblings ...)
  2022-07-23  2:30 ` [PR REVIEW] hatch-1.3.1/hatchling-1.5.0 classabbyamp
@ 2022-07-31 21:46 ` jcgruenhage
  2022-07-31 21:46 ` [PR PATCH] [Updated] hatch-1.3.1/hatchling-1.5.0 jcgruenhage
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: jcgruenhage @ 2022-07-31 21:46 UTC (permalink / raw)
  To: ml

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

New review comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/37892#discussion_r934043415

Comment:
I'm pretty sure there was a reason I added this, but I don't know anymore, and the tests of `editables` seem to pass without it, so I've removed them again.

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

* Re: hatch-1.3.1/hatchling-1.5.0
  2022-07-06  9:45 [PR PATCH] hatchling 1.4.1 1 jcgruenhage
                   ` (9 preceding siblings ...)
  2022-07-31 21:46 ` [PR PATCH] [Updated] hatch-1.3.1/hatchling-1.5.0 jcgruenhage
@ 2022-07-31 21:48 ` jcgruenhage
  2022-08-02  6:03 ` hatch-1.3.1/hatchling-1.6.0 icp1994
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: jcgruenhage @ 2022-07-31 21:48 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/37892#issuecomment-1200506702

Comment:
So, I've updated this again, and there's been new tests failing that weren't among the failed tests yet. I haven't had the time to investigate this, but I don't want to have a longer and longer list of failures here, so in case anyone else has the time to help investigate the test failures building up for `hatch`, I'd appreciate it.

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

* Re: hatch-1.3.1/hatchling-1.6.0
  2022-07-06  9:45 [PR PATCH] hatchling 1.4.1 1 jcgruenhage
                   ` (10 preceding siblings ...)
  2022-07-31 21:48 ` hatch-1.3.1/hatchling-1.5.0 jcgruenhage
@ 2022-08-02  6:03 ` icp1994
  2022-08-02 16:13 ` hatch-1.3.1/hatchling-1.6.0 jcgruenhage
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: icp1994 @ 2022-08-02  6:03 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/37892#issuecomment-1202054231

Comment:
After some tinkering around, I think I have figured out what's causing the new errors. I'll list the reasoning sequentially for easier reading.

1. The tests for `hatchling` comes bundled with the `hatch` source in `tests/backend` folder.
2. At the time of `hatch-1.3.1` release, the latest release of `hatchling` was `1.5.0`. The `tests/backend` inside `hatch-1.3.1.tar.gz` were therefore meant to run alongside `hatchling-1.5.0`.
3. But with the current template, building `hatch-1.3.1` pulls `hatchling-1.6.0` as dependency so some of the old tests which aren't compatible anymore with the newer `hatchling` version fails.

We should be able to merge `hatchling-1.5.0` and `hatch-1.3.1` first and then `hatchling-1.6.0` in a separate commit since the `hatchling` package runs no tests. Or we could decouple `hatchling` tests from `hatch` so this headache doesn't occur in the future whenever we skip a couple minor updates and the tests become incompatible.

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

* Re: hatch-1.3.1/hatchling-1.6.0
  2022-07-06  9:45 [PR PATCH] hatchling 1.4.1 1 jcgruenhage
                   ` (11 preceding siblings ...)
  2022-08-02  6:03 ` hatch-1.3.1/hatchling-1.6.0 icp1994
@ 2022-08-02 16:13 ` jcgruenhage
  2022-08-02 16:17 ` [PR PATCH] [Updated] hatch-1.3.1/hatchling-1.6.0 jcgruenhage
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: jcgruenhage @ 2022-08-02 16:13 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/37892#issuecomment-1202933867

Comment:
Thanks for doing the detective work, totally makes sense! I'm currently trying what happens if I just ignore `backend/tests` and `tests/backend` in `hatch`, then it should work just fine. I prefer this over carefully updating the versions in a specific order, because that'll cause headaches in the future as well.

I'd still like to get the tests in `hatchling` to work though, so that these tests are only ignored when building `hatch`, but actually are being run when building `hatchling`.


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

* Re: [PR PATCH] [Updated] hatch-1.3.1/hatchling-1.6.0
  2022-07-06  9:45 [PR PATCH] hatchling 1.4.1 1 jcgruenhage
                   ` (12 preceding siblings ...)
  2022-08-02 16:13 ` hatch-1.3.1/hatchling-1.6.0 jcgruenhage
@ 2022-08-02 16:17 ` jcgruenhage
  2022-08-02 16:18 ` hatch-1.3.1/hatchling-1.6.0 jcgruenhage
  2022-08-03 11:58 ` [PR PATCH] [Merged]: hatch-1.3.1/hatchling-1.6.0 sgn
  15 siblings, 0 replies; 17+ messages in thread
From: jcgruenhage @ 2022-08-02 16:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages hatchling-1.4.1_1
https://github.com/void-linux/void-packages/pull/37892

hatch-1.3.1/hatchling-1.6.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

I've tried building and testing all packages that depend on hatchling, and except for hatch everything went smoothly. The test failures in hatch don't look very problematic to me though. Should we just deselect those?

Log: https://pastebin.com/raw/uywdGiZY

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hatchling-1.4.1_1-37892.patch --]
[-- Type: text/x-diff, Size: 5653 bytes --]

From 933cb6128714eab14dc326d50c06a9daaccf339c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Thu, 21 Jul 2022 08:43:01 +0200
Subject: [PATCH 1/3] New package: python3-editables-0.3

---
 srcpkgs/python3-editables/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/python3-editables/template

diff --git a/srcpkgs/python3-editables/template b/srcpkgs/python3-editables/template
new file mode 100644
index 000000000000..fb5f33eca8a4
--- /dev/null
+++ b/srcpkgs/python3-editables/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-editables'
+pkgname=python3-editables
+version=0.3
+revision=1
+wrksrc="${pkgname/python3-/}-${version}"
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel"
+depends="python3"
+checkdepends="python3-coverage python3-pytest-cov python3-pytest"
+short_desc="Editable installations for Python"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MIT"
+homepage="https://github.com/pfmoore/editables"
+changelog="https://github.com/pfmoore/editables/raw/main/CHANGELOG.md"
+distfiles="https://github.com/pfmoore/editables/archive/refs/tags/${version}.tar.gz"
+checksum=42f7240164af1e028ccb7b60e72f54bbd8b639e9409595fbeffac5d3fb610643
+make_check_pre="env PYTHONPATH=./src"
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 3b44dfda9f3c3df3b6fbd79aee2e0eadefedabf7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Wed, 6 Jul 2022 11:39:29 +0200
Subject: [PATCH 2/3] hatchling: update to 1.6.0.

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

diff --git a/srcpkgs/hatchling/template b/srcpkgs/hatchling/template
index 894c15c8f719..539da808b6c3 100644
--- a/srcpkgs/hatchling/template
+++ b/srcpkgs/hatchling/template
@@ -1,17 +1,18 @@
 # Template file for 'hatchling'
 pkgname=hatchling
-version=1.3.1
+version=1.6.0
 revision=1
 build_style=python3-pep517
-_deps="python3-pathspec python3-tomli python3-pluggy python3-packaging"
+_deps="python3-pathspec python3-tomli python3-pluggy python3-packaging python3-editables"
 hostmakedepends="python3-setuptools ${_deps}"
 depends="${_deps}"
 short_desc="Extensible, standards compliant build backend used by Hatch"
 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.md"
 distfiles="${PYPI_SITE}/h/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=aaa63019c9d666053d9ff318097335e766123844547c52940155c0401c3c142f
+checksum=bd6e8505de511ac4217ff50927f6d1845494608e401e63a62b830c31fb613544
 
 post_install() {
 	vlicense LICENSE.txt

From 780d92d3127e3d0a1dd16eb0a6c61c8d78eb005e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Wed, 6 Jul 2022 11:39:23 +0200
Subject: [PATCH 3/3] hatch: update to 1.3.1.

---
 srcpkgs/hatch/template | 24 ++++++++----------------
 1 file changed, 8 insertions(+), 16 deletions(-)

diff --git a/srcpkgs/hatch/template b/srcpkgs/hatch/template
index f8b068a2a713..5269561edf34 100644
--- a/srcpkgs/hatch/template
+++ b/srcpkgs/hatch/template
@@ -1,22 +1,13 @@
 # Template file for 'hatch'
 pkgname=hatch
-version=1.2.1
+version=1.3.1
 revision=1
 build_style=python3-pep517
-make_check_args="--deselect tests/backend/test_build.py::test_editable
- --deselect tests/backend/builders/test_custom.py::test_default
- --deselect tests/backend/builders/test_custom.py::test_explicit_path
- --deselect tests/backend/builders/test_wheel.py::TestBuildStandard::test_default_auto_detection
- --deselect tests/backend/builders/test_wheel.py::TestBuildStandard::test_editable_default
- --deselect tests/backend/builders/test_wheel.py::TestBuildStandard::test_editable_default_extra_dependencies
- --deselect tests/backend/builders/test_wheel.py::TestBuildStandard::test_editable_default_force_include
- --deselect tests/backend/builders/test_wheel.py::TestBuildStandard::test_editable_exact
- --deselect tests/backend/builders/test_wheel.py::TestBuildStandard::test_editable_exact_extra_dependencies
- --deselect tests/backend/builders/test_wheel.py::TestBuildStandard::test_editable_exact_force_include
- --deselect tests/backend/builders/test_wheel.py::TestBuildStandard::test_editable_pth
- --deselect tests/cli/run/test_run.py::test_scripts_no_environment
- --deselect tests/backend/dep/test_core.py::test_unknown_extra
- --deselect tests/backend/dep/test_core.py::test_extra_met"
+# ignore backend tests, because updating hatchling when there is no new hatch
+# version yet breaks these in hatch.
+make_check_args="--deselect tests/cli/run/test_run.py::test_scripts_no_environment
+ --ignore tests/backend
+ --ignore backend/tests"
 hostmakedepends="hatchling"
 depends="python3-atomicwrites python3-click hatchling python3-httpx
  python3-keyring python3-pexpect python3-platformdirs python3-pyperclip
@@ -28,8 +19,9 @@ 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.md"
 distfiles="${PYPI_SITE}/h/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=61761e1fe14474fb2be7e264555b99fc343b4e63c0ee32aa3497c651e4cdec03
+checksum=fb1bdad4a22d3443137036b246898c5d3c7552ff4ba399b4605548cef0a22496
 make_check_pre="env PYTHONPATH=./src"
 
 post_install() {

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

* Re: hatch-1.3.1/hatchling-1.6.0
  2022-07-06  9:45 [PR PATCH] hatchling 1.4.1 1 jcgruenhage
                   ` (13 preceding siblings ...)
  2022-08-02 16:17 ` [PR PATCH] [Updated] hatch-1.3.1/hatchling-1.6.0 jcgruenhage
@ 2022-08-02 16:18 ` jcgruenhage
  2022-08-03 11:58 ` [PR PATCH] [Merged]: hatch-1.3.1/hatchling-1.6.0 sgn
  15 siblings, 0 replies; 17+ messages in thread
From: jcgruenhage @ 2022-08-02 16:18 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/37892#issuecomment-1202945172

Comment:
Let's see what the CI says, but it builds successfully locally, tests pass correctly!

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

* Re: [PR PATCH] [Merged]: hatch-1.3.1/hatchling-1.6.0
  2022-07-06  9:45 [PR PATCH] hatchling 1.4.1 1 jcgruenhage
                   ` (14 preceding siblings ...)
  2022-08-02 16:18 ` hatch-1.3.1/hatchling-1.6.0 jcgruenhage
@ 2022-08-03 11:58 ` sgn
  15 siblings, 0 replies; 17+ messages in thread
From: sgn @ 2022-08-03 11:58 UTC (permalink / raw)
  To: ml

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

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

hatch-1.3.1/hatchling-1.6.0
https://github.com/void-linux/void-packages/pull/37892

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

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

I've tried building and testing all packages that depend on hatchling, and except for hatch everything went smoothly. The test failures in hatch don't look very problematic to me though. Should we just deselect those?

Log: https://pastebin.com/raw/uywdGiZY

<!--
#### 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] 17+ messages in thread

end of thread, other threads:[~2022-08-03 11:58 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-06  9:45 [PR PATCH] hatchling 1.4.1 1 jcgruenhage
2022-07-06  9:54 ` [PR PATCH] [Updated] " jcgruenhage
2022-07-06 15:38 ` icp1994
2022-07-21  6:44 ` jcgruenhage
2022-07-21  6:45 ` jcgruenhage
2022-07-21  6:45 ` [PR PATCH] [Updated] " jcgruenhage
2022-07-21  7:04 ` hatch-1.3.1/hatchling-1.5.0 icp1994
2022-07-21  9:25 ` hatch-1.3.1/hatchling-1.5.0 jcgruenhage
2022-07-23  2:30 ` [PR REVIEW] hatch-1.3.1/hatchling-1.5.0 classabbyamp
2022-07-31 21:46 ` jcgruenhage
2022-07-31 21:46 ` [PR PATCH] [Updated] hatch-1.3.1/hatchling-1.5.0 jcgruenhage
2022-07-31 21:48 ` hatch-1.3.1/hatchling-1.5.0 jcgruenhage
2022-08-02  6:03 ` hatch-1.3.1/hatchling-1.6.0 icp1994
2022-08-02 16:13 ` hatch-1.3.1/hatchling-1.6.0 jcgruenhage
2022-08-02 16:17 ` [PR PATCH] [Updated] hatch-1.3.1/hatchling-1.6.0 jcgruenhage
2022-08-02 16:18 ` hatch-1.3.1/hatchling-1.6.0 jcgruenhage
2022-08-03 11:58 ` [PR PATCH] [Merged]: hatch-1.3.1/hatchling-1.6.0 sgn

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