public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/semver/
Date: Mon,  9 Oct 2023 13:59:39 +0000 (UTC)	[thread overview]
Message-ID: <1696859974.93fb4b01e8c305672aa4c2f4674103a361404e84.mgorny@gentoo> (raw)

commit:     93fb4b01e8c305672aa4c2f4674103a361404e84
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  9 13:51:30 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Oct  9 13:59:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93fb4b01

dev-python/semver: Bump to 3.0.2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/semver/Manifest            |  1 +
 dev-python/semver/semver-3.0.2.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/semver/Manifest b/dev-python/semver/Manifest
index b1795af3641d..004f0559e631 100644
--- a/dev-python/semver/Manifest
+++ b/dev-python/semver/Manifest
@@ -1 +1,2 @@
 DIST semver-3.0.1.tar.gz 205762 BLAKE2B f2dbe25d321938bbfe32a21ad23ae62d4033a29c0155b138586e1b9e6d32c0c90e5859dbee0705f0726f616dda10a48b69201f1b7b26cfb4cecdbf3733d7a17d SHA512 93dd23a884eb9d64aca6285840f5fd6d7fe5e21abab37ca77a35118efba1fcca67b424a86db03dc32ae355a8593c184a4b0eb3f807ff35373b84c63dd823eb3d
+DIST semver-3.0.2.tar.gz 214988 BLAKE2B c436ccc99bab2044472444e48de46f7b584291872db6d311d4a16aad0755f633cbe366bd0be6149431fd2db06011018a6cc5bd527f8627a1fbed8999086d2531 SHA512 f7b848f76ae72a8f0f06800d6c02b11a07149dfdff191e356709b75ac15ad19c010d8f13bc32ea082e15858524b38639838fbc09c2d9eb067eee8e163eb1e497

diff --git a/dev-python/semver/semver-3.0.2.ebuild b/dev-python/semver/semver-3.0.2.ebuild
new file mode 100644
index 000000000000..385401fa732a
--- /dev/null
+++ b/dev-python/semver/semver-3.0.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2019-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A Python module for semantic versioning"
+HOMEPAGE="
+	https://github.com/python-semver/python-semver/
+	https://pypi.org/project/semver/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+
+BDEPEND="
+	dev-python/setuptools-scm[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+	epytest -o addopts=
+}


             reply	other threads:[~2023-10-09 13:59 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-09 13:59 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-18  9:29 [gentoo-commits] repo/gentoo:master commit in: dev-python/semver/ Michał Górny
2024-02-28 20:50 Jakov Smolić
2024-02-14 17:25 Michał Górny
2023-12-30 18:35 Michał Górny
2023-07-24 11:34 Michał Górny
2023-06-14 16:11 Michał Górny
2023-06-01 15:03 Michał Górny
2023-04-08  6:08 Michał Górny
2023-04-03  2:50 Michał Górny
2023-02-17  7:15 Sam James
2022-08-12  9:18 Yixun Lan
2021-06-26  2:55 Sam James
2021-06-05 18:20 Michał Górny
2020-11-02 10:34 Michał Górny
2020-10-23 21:48 Georgy Yakovlev
2020-10-23 21:48 Georgy Yakovlev
2020-10-23 21:48 Georgy Yakovlev
2020-06-17  5:58 Georgy Yakovlev
2020-06-11  2:01 Georgy Yakovlev
2020-06-11  2:00 Georgy Yakovlev
2020-02-29 23:06 Georgy Yakovlev
2020-02-22  1:30 Georgy Yakovlev
2020-02-22  1:30 Georgy Yakovlev
2020-02-06  5:59 Michał Górny
2019-11-19 19:37 Georgy Yakovlev
2019-11-19  1:35 Georgy Yakovlev
2019-03-28  8:26 Georgy Yakovlev

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=1696859974.93fb4b01e8c305672aa4c2f4674103a361404e84.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.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