From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-serialization/
Date: Thu, 11 Jan 2024 04:56:03 +0000 (UTC) [thread overview]
Message-ID: <1704948958.d61f68d2b35dc94528deee108a850f64437fa71b.mgorny@gentoo> (raw)
commit: d61f68d2b35dc94528deee108a850f64437fa71b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 11 04:48:29 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 11 04:55:58 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d61f68d2
dev-python/oslo-serialization: Bump to 5.3.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/oslo-serialization/Manifest | 1 +
.../oslo-serialization-5.3.0.ebuild | 47 ++++++++++++++++++++++
2 files changed, 48 insertions(+)
diff --git a/dev-python/oslo-serialization/Manifest b/dev-python/oslo-serialization/Manifest
index 68f719b0627a..c1d28fea52a9 100644
--- a/dev-python/oslo-serialization/Manifest
+++ b/dev-python/oslo-serialization/Manifest
@@ -1 +1,2 @@
DIST oslo.serialization-5.2.0.tar.gz 35123 BLAKE2B 02dc1538562cdd0b5f601e9899561d44c6a651c514d3b4f00dbf05256e7109f485e1edabf1d69e578b903f177046128ddec944c85f2a2d238be9bf937bbe66d6 SHA512 6903b3a57ea3da75be5e22d0d9b5f14c8068be181be1845a5fed106d61e41c1f2288f9a667ec44b068670002b06f7f3f2d22821d34133fe60665f7146d133d22
+DIST oslo.serialization-5.3.0.tar.gz 35320 BLAKE2B 4c2aa63faff4b0d8409bfaf900c1ab826e474e87491d549e4ec13b209a354a0c64950579a2d1ff70974ba303aa01c2c6e9c6de0ed238d048c4dc137646646c2b SHA512 490a74993725f0a2c244ba2437c6afd414b870c469bcd29c5db260b08d449188156e453ca515cca0d104f494e8e9b5755d95dffdf800eba39396f995c4d78b85
diff --git a/dev-python/oslo-serialization/oslo-serialization-5.3.0.ebuild b/dev-python/oslo-serialization/oslo-serialization-5.3.0.ebuild
new file mode 100644
index 000000000000..47964539a1b2
--- /dev/null
+++ b/dev-python/oslo-serialization/oslo-serialization-5.3.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYPI_PN=${PN/-/.}
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Oslo Serialization library"
+HOMEPAGE="
+ https://opendev.org/openstack/oslo.serialization/
+ https://github.com/openstack/oslo.serialization/
+ https://pypi.org/project/oslo.serialization/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+ >=dev-python/msgpack-0.5.2[${PYTHON_USEDEP}]
+ >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+ >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
+ dev-python/tzdata[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
+ test? (
+ >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
+ >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests unittest
+distutils_enable_sphinx doc/source \
+ dev-python/openstackdocstheme
+
+python_prepare_all() {
+ # remove spurious rdep on pbr
+ sed -i -e '/pbr/d' requirements.txt || die
+ distutils-r1_python_prepare_all
+}
next reply other threads:[~2024-01-11 4:56 UTC|newest]
Thread overview: 77+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-11 4:56 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-31 9:21 [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-serialization/ Michał Górny
2024-08-31 8:33 Arthur Zamarin
2024-08-16 3:18 Michał Górny
2024-06-11 19:25 Michał Górny
2024-03-09 14:19 Michał Górny
2024-02-23 3:40 Michał Górny
2024-01-29 10:11 Michał Górny
2024-01-29 8:01 Sam James
2023-10-29 4:46 Michał Górny
2023-10-29 3:53 Sam James
2023-10-03 1:59 Sam James
2023-10-03 1:51 Sam James
2023-08-28 18:15 Michał Górny
2023-08-28 16:53 Michał Górny
2023-06-22 14:36 Michał Górny
2023-04-22 9:16 Michał Górny
2023-04-22 9:05 Arthur Zamarin
2023-03-21 20:06 Michał Górny
2023-03-14 5:02 Michał Górny
2023-03-13 19:28 Arthur Zamarin
2023-02-22 5:09 Michał Górny
2023-02-11 7:28 Michał Górny
2023-02-11 7:27 Michał Górny
2022-08-17 19:34 Arthur Zamarin
2022-08-17 18:52 Sam James
2022-07-15 13:45 Arthur Zamarin
2022-07-12 15:48 Michał Górny
2022-05-28 16:00 Jakov Smolić
2022-03-21 8:54 Michał Górny
2022-03-21 7:47 Agostino Sarubbo
2022-02-24 18:08 Michał Górny
2022-02-16 22:34 Michał Górny
2021-10-02 8:35 Arthur Zamarin
2021-09-25 22:03 Michał Górny
2021-09-25 19:56 Sam James
2021-08-19 21:53 Michał Górny
2021-06-22 14:13 Michał Górny
2021-06-22 14:13 Michał Górny
2021-06-22 14:13 Michał Górny
2021-05-16 12:45 Sam James
2021-03-09 17:17 Matthew Thode
2021-02-22 23:50 Matthew Thode
2021-02-09 8:10 Matthew Thode
2020-11-18 9:47 Michał Górny
2020-11-18 9:47 Michał Górny
2020-11-17 21:15 Thomas Deutschmann
2020-11-14 21:52 Michał Górny
2020-10-11 1:29 Matthew Thode
2020-07-02 23:54 Matthew Thode
2020-06-02 18:40 Matthew Thode
2019-01-28 0:25 Matthew Thode
2018-06-18 1:59 Matt Thode
2018-03-31 0:59 Matt Thode
2018-03-09 17:59 Matt Thode
2018-02-16 6:08 Matt Thode
2018-01-28 4:13 Matt Thode
2018-01-28 4:13 Matt Thode
2018-01-08 17:29 Matt Thode
2017-12-21 7:13 Matt Thode
2017-11-22 2:00 Matt Thode
2017-10-28 1:01 Matt Thode
2017-09-28 16:23 Matt Thode
2017-08-27 4:26 Matt Thode
2017-07-06 16:58 Matt Thode
2017-03-13 1:30 Zac Medico
2017-02-27 2:16 Matt Thode
2016-10-04 19:10 Matt Thode
2016-02-28 7:25 Matt Thode
2016-02-09 9:33 Justin Lecher
2015-11-15 1:42 Alex Brandt
2015-11-15 1:42 Alex Brandt
2015-11-15 1:42 Alex Brandt
2015-11-10 8:24 Agostino Sarubbo
2015-11-10 8:19 Agostino Sarubbo
2015-10-18 20:58 Matt Thode
2015-10-18 6:58 Matt Thode
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=1704948958.d61f68d2b35dc94528deee108a850f64437fa71b.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