Github messages for voidlinux
 help / color / mirror / Atom feed
From: jcgruenhage <jcgruenhage@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] hatchling 1.4.1 1
Date: Wed, 06 Jul 2022 11:54:37 +0200	[thread overview]
Message-ID: <20220706095437.kyHdQ5AhXcFZCX1tN7_LCJtNuoKrYqJY3nn2-cgmjy4@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-37892@inbox.vuxu.org>

[-- 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

  reply	other threads:[~2022-07-06  9:54 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-06  9:45 [PR PATCH] " jcgruenhage
2022-07-06  9:54 ` jcgruenhage [this message]
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 ` [PR PATCH] [Updated] hatch-1.3.1/hatchling-1.5.0 jcgruenhage
2022-07-31 21:46 ` [PR REVIEW] 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220706095437.kyHdQ5AhXcFZCX1tN7_LCJtNuoKrYqJY3nn2-cgmjy4@z \
    --to=jcgruenhage@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).