public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/find-work-bugzilla/
Date: Mon,  2 Dec 2024 14:17:30 +0000 (UTC)	[thread overview]
Message-ID: <1733144622.85c6b7fafc16b4b906585c7a1556b33cb61d113e.cybertailor@gentoo> (raw)

commit:     85c6b7fafc16b4b906585c7a1556b33cb61d113e
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Dec  2 13:03:42 2024 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon Dec  2 13:03:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=85c6b7fa

dev-util/find-work-bugzilla: add 1.0.0, drop 0.2.2

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-util/find-work-bugzilla/Manifest                           |  2 +-
 ...k-bugzilla-0.2.2.ebuild => find-work-bugzilla-1.0.0.ebuild} | 10 ++--------
 2 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/dev-util/find-work-bugzilla/Manifest b/dev-util/find-work-bugzilla/Manifest
index 0c5b8bb1c..cd7d02cee 100644
--- a/dev-util/find-work-bugzilla/Manifest
+++ b/dev-util/find-work-bugzilla/Manifest
@@ -1,2 +1,2 @@
-DIST find_work_bugzilla-0.2.2.tar.gz 5801 BLAKE2B 760f95853987ffaeedbc1b8ea32bcb7b2e943506bf3e7ccb708da1f7f990837843bdeeabc3789382eeea98f9db20265761e31321a935809794316df19d0e36d1 SHA512 7ab50d90e24d3f6d18565c02ceaeaea938a6e3ac2f39e56a0b6b19c4bd2667366de4b811d457bdb02d41c20d7ae2d4505b032fa7c02a981e94f858be30a30d2b
 DIST find_work_bugzilla-0.3.0.tar.gz 6098 BLAKE2B 433302126bfe54925ec1d7b0808238d17970ab866b88dfe22d0376619f8bcd4fc7803f5829062644fa9aa1c93814f7dc9e82630bdca88f6c235378cce5953c43 SHA512 5e6625cc80c25bd53778012e0331ddb52870299ce48eea751308b14576217043e708d7006b1a903d333a2e66f0b1b9f8178745e32c976c13c84a36c3dd0e59f6
+DIST find_work_bugzilla-1.0.0.tar.gz 6317 BLAKE2B 7cae7fea9090877bf81cb0c0d0c043a0a530c9c295e895aeaa793f3e35701609d9d5817c50092650c58af8b2b4f535192e2a5f3401cc4f3dbf479bbd533621a1 SHA512 12b3ae347aeea5134e3fa79da3c9e1e94e07b8e1574d292faf262ec833111c7c079b1f6d9dec72f67b73c0d83c8e165672a8ae9885ed4c0ff9a24976906addd2

diff --git a/dev-util/find-work-bugzilla/find-work-bugzilla-0.2.2.ebuild b/dev-util/find-work-bugzilla/find-work-bugzilla-1.0.0.ebuild
similarity index 81%
rename from dev-util/find-work-bugzilla/find-work-bugzilla-0.2.2.ebuild
rename to dev-util/find-work-bugzilla/find-work-bugzilla-1.0.0.ebuild
index 8955469bd..cf98ec67e 100644
--- a/dev-util/find-work-bugzilla/find-work-bugzilla-0.2.2.ebuild
+++ b/dev-util/find-work-bugzilla/find-work-bugzilla-1.0.0.ebuild
@@ -26,8 +26,8 @@ RDEPEND="
 	>=dev-python/pydantic-core-2[${PYTHON_USEDEP}]
 	<dev-python/pydantic-core-3[${PYTHON_USEDEP}]
 	dev-python/python-bugzilla[${PYTHON_USEDEP}]
-	dev-python/tabulate[${PYTHON_USEDEP}]
-	>=dev-util/find-work-0.91[${PYTHON_USEDEP}]
+	>=dev-util/find-work-1[${PYTHON_USEDEP}]
+	<dev-util/find-work-2[${PYTHON_USEDEP}]
 "
 BDEPEND="
 	test? (
@@ -37,12 +37,6 @@ BDEPEND="
 
 distutils_enable_tests pytest
 
-python_test() {
-	cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
-	distutils_write_namespace find_work
-	epytest "${S}"
-}
-
 src_install() {
 	distutils-r1_src_install
 	doman man/*.1


             reply	other threads:[~2024-12-02 14:17 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-02 14:17 Anna Vyalkova [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-20 15:15 [gentoo-commits] repo/proj/guru:dev commit in: dev-util/find-work-bugzilla/ Anna Vyalkova
2024-11-06 15:15 Anna Vyalkova
2024-08-22  0:54 Anna Vyalkova
2024-08-08 23:40 Anna Vyalkova
2024-08-08 21:01 Anna Vyalkova

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=1733144622.85c6b7fafc16b4b906585c7a1556b33cb61d113e.cybertailor@gentoo \
    --to=cyber+gentoo@sysrq.in \
    --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