From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 69AD1158089 for ; Thu, 5 Oct 2023 15:00:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AADB32BC019; Thu, 5 Oct 2023 15:00:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8C2722BC019 for ; Thu, 5 Oct 2023 15:00:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 61C90335CE9 for ; Thu, 5 Oct 2023 15:00:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B973F99C for ; Thu, 5 Oct 2023 15:00:51 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1696518047.3d44154e3e24205de91ccf90f0124c7c6f167d7b.sping@gentoo> Subject: [gentoo-commits] proj/elogv:master commit in: / X-VCS-Repository: proj/elogv X-VCS-Files: ChangeLog pyproject.toml X-VCS-Directories: / X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 3d44154e3e24205de91ccf90f0124c7c6f167d7b X-VCS-Branch: master Date: Thu, 5 Oct 2023 15:00:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 741fcd82-50e3-4d18-a039-36ee451f1e0a X-Archives-Hash: c602ccf99713c4f30f9f19688f1edc97 commit: 3d44154e3e24205de91ccf90f0124c7c6f167d7b Author: Sebastian Pipping gentoo org> AuthorDate: Thu Oct 5 14:58:43 2023 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Thu Oct 5 15:00:47 2023 +0000 URL: https://gitweb.gentoo.org/proj/elogv.git/commit/?id=3d44154e Release 0.8.1 Signed-off-by: Sebastian Pipping gentoo.org> ChangeLog | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 512c4c5..3a230f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ # ChangeLog for elogv +0.8.1 + * Port to setuptools and PEP517 (Gentoo bug #841134) + 0.8.0 * Set "packages=[]" in setup.py to fix the build diff --git a/pyproject.toml b/pyproject.toml index 15e7ca1..88ad65f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "elogv" -version = "0.8.0" +version = "0.8.1" authors = [ {name = "Luca Marturana", email = "lucamarturana@gmail.com"}, ]