From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pysmi/
Date: Sat, 2 Nov 2024 06:32:13 +0000 (UTC) [thread overview]
Message-ID: <1730529121.d56d1ac02f22e0be22ac1f145bf3decf6528e829.mgorny@gentoo> (raw)
commit: d56d1ac02f22e0be22ac1f145bf3decf6528e829
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 2 05:56:31 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 2 06:32:01 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d56d1ac0
dev-python/pysmi: Bump to 1.5.7
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pysmi/Manifest | 1 +
dev-python/pysmi/pysmi-1.5.7.ebuild | 42 +++++++++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/dev-python/pysmi/Manifest b/dev-python/pysmi/Manifest
index d67294d9340e..721a28e7250c 100644
--- a/dev-python/pysmi/Manifest
+++ b/dev-python/pysmi/Manifest
@@ -1,2 +1,3 @@
DIST pysmi-1.5.0.tar.gz 124064 BLAKE2B 763501b0fd575e356944372f0f173857d8a982a1cc7342636807d7147f7b6615d9c9518f099fb3071356957f0775e7bbd6b5f37d2110947ad22585cc44dff461 SHA512 f99fbc186b2fd481b16269e5b3622821b932459ec97023968ce8e0ae5c2d863702122a44fafb26d901b8a0b03c02f97e60c6999bdde0f19d551a61daf4e926b5
DIST pysmi-1.5.6.tar.gz 123690 BLAKE2B bd5ca7b8bb5e9eaa3e16f59e4c32eed3cc80a0d17e7834fd0512271ea1b24dfc473d3b63943c4e621d6ba4e469eb5005fe1855387bed831e314e1e349a655d84 SHA512 86522b72726cd6f279a8259ed1037f23b2c03b302c0981e6a89f5a7e93b602a65b2bc8e3a264dea738f10710280a618b93f24563c89e66a30cc0661a90e79549
+DIST pysmi-1.5.7.tar.gz 128727 BLAKE2B b53e5c3992bafe66052550b92a2e835773c1f6549135466ab541d1cbc04b96fdbe240276561f41d88651f7f3debedd3505166129efcbe230c28bb98e79ae95be SHA512 80eab0c3c685da1ab46a8a7945ad7e31df0b2d7b089bb00e0df5445b4df9ab6ba3d244c69878a5e078cfb9f660307c0261e73c09b7e0e1b1acec157cafa6eaf6
diff --git a/dev-python/pysmi/pysmi-1.5.7.ebuild b/dev-python/pysmi/pysmi-1.5.7.ebuild
new file mode 100644
index 000000000000..8dc08d8ad203
--- /dev/null
+++ b/dev-python/pysmi/pysmi-1.5.7.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2017-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..13} )
+inherit distutils-r1 pypi
+
+DESCRIPTION="Pure-Python implementation of SNMP/SMI MIB parsing and conversion library"
+HOMEPAGE="
+ https://github.com/lextudio/pysmi/
+ https://pypi.org/project/pysmi/
+"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~sparc ~x86"
+
+RDEPEND="
+ >=dev-python/jinja-3.1.3[${PYTHON_USEDEP}]
+ >=dev-python/ply-3.11[${PYTHON_USEDEP}]
+ >=dev-python/requests-2.26.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ >=dev-python/pysnmp-6.1.0[${PYTHON_USEDEP}]
+ )
+"
+
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+python_test() {
+ local EPYTEST_DESELECT=(
+ # incompatibility with pysnmp >= 7
+ tests/test_objecttype_smiv2_pysnmp.py::ObjectTypeBitsTestCase::testObjectTypeSyntax
+ )
+
+ local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+ epytest
+}
next reply other threads:[~2024-11-02 6:32 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-02 6:32 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-23 9:52 [gentoo-commits] repo/gentoo:master commit in: dev-python/pysmi/ Sam James
2024-11-05 19:30 Michał Górny
2024-10-30 16:41 Michał Górny
2024-09-21 10:43 Michał Górny
2024-09-21 9:59 Sam James
2024-09-14 14:07 Michał Górny
2024-09-14 13:22 Arthur Zamarin
2024-09-14 11:42 Arthur Zamarin
2024-08-31 8:00 Arthur Zamarin
2024-08-31 7:08 Arthur Zamarin
2024-08-31 7:08 Arthur Zamarin
2024-08-31 5:36 Sam James
2024-08-31 5:23 Sam James
2024-08-31 4:58 Sam James
2024-08-31 4:58 Sam James
2023-11-24 16:26 Michał Górny
2023-11-23 19:48 Michał Górny
2023-08-12 3:05 Michał Górny
2023-08-12 0:10 Sam James
2023-07-08 15:23 Michał Górny
2023-02-16 3:58 Sam James
2021-10-04 20:40 Sam James
2021-08-07 12:16 Michał Górny
2021-08-07 12:16 Michał Górny
2021-08-07 12:16 Michał Górny
2021-02-23 9:33 David Seifert
2020-04-17 22:21 David Seifert
2020-03-28 18:26 Michał Górny
2020-02-12 7:51 Agostino Sarubbo
2019-08-09 10:51 Tony Vroon
2018-08-05 13:53 Patrice Clement
2018-06-27 21:54 Sergei Trofimovich
2018-06-26 2:04 Aaron Bauman
2018-06-25 23:20 Thomas Deutschmann
2018-01-09 15:28 Jeroen Roovers
2017-11-07 22:52 Sergei Trofimovich
2017-08-03 8:16 Sergei Trofimovich
2017-07-29 22:27 Sergei Trofimovich
2017-07-25 8:19 Tony Vroon
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=1730529121.d56d1ac02f22e0be22ac1f145bf3decf6528e829.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