From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 20 13:14:15 2023 Received: (at submit) by debbugs.gnu.org; 20 Jul 2023 17:14:15 +0000 Received: from localhost ([127.0.0.1]:59766 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qMXEE-0008Ow-T9 for submit@debbugs.gnu.org; Thu, 20 Jul 2023 13:14:15 -0400 Received: from lists.gnu.org ([2001:470:142::17]:53834) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qMXED-0008Ok-Dd for submit@debbugs.gnu.org; Thu, 20 Jul 2023 13:14:13 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qMXE8-0005gq-4C for guix-patches@gnu.org; Thu, 20 Jul 2023 13:14:08 -0400 Received: from araneo.si ([194.195.87.103] helo=localhost) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qMXE6-0001cX-H8 for guix-patches@gnu.org; Thu, 20 Jul 2023 13:14:07 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=20230712; bh=gFd5cFwpt8n eazLr44r2CTsTnvPIBaeXEcNX+iLW/rE=; h=date:subject:cc:to:from; d=araneo.si; b=ammpohumC+ZJe47frgVzIiWQ8zK3OMcLFi0K4i4Rf0kGw9rWciP4I3G TDEVpT0IcWjBkBQflzFWh48PSR+C/p0tYncCsAACGyqIwJZmwjFClyC3Itt4rk4aYMQPNW HZS4fjUobAGcUR1vZSGhU4MzfXZ+yqW+/jr9dhLAPpipP0= Received: by araneo.si (OpenSMTPD) with ESMTPSA id faf8aed1 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Thu, 20 Jul 2023 17:14:02 +0000 (UTC) From: Timotej Lazar To: guix-patches@gnu.org Subject: [PATCH] gnu: Add python-pynetbox. Date: Thu, 20 Jul 2023 19:13:48 +0200 Message-ID: <70f18c6352132594189e45021e5b0f31bc0d86cf.1689873228.git.timotej.lazar@araneo.si> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 X-Debbugs-Cc: Lars-Dominik Braun , jgart Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=194.195.87.103; envelope-from=timotej.lazar@araneo.si; helo=localhost X-Spam_score_int: 17 X-Spam_score: 1.7 X-Spam_bar: + X-Spam_report: (1.7 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FSL_HELO_NON_FQDN_1=0.001, HELO_LOCALHOST=3.828, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit Cc: Timotej Lazar X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) * gnu/packages/python-web.scm (python-pynetbox): New variable. --- gnu/packages/python-web.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 6f855a503b..bce7fbd0e8 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -8686,3 +8686,28 @@ (define-public python-enoslib scientific testbeds. It lets you deploy networks of machines on actual hardware on Grid'5000 or via OpenStack, to Vagrant, Chameleon, and more.") (license license:gpl3+))) + +(define-public python-pynetbox + (package + (name "python-pynetbox") + (version "7.0.1") + (source (origin + (method url-fetch) + (uri (pypi-uri "pynetbox" version)) + (sha256 + (base32 + "16ps9zgcjzyzn95lry277741i8php4ci3plsyd2vqxd57havba7b")))) + (build-system pyproject-build-system) + (arguments + (list #:phases #~(modify-phases %standard-phases + (add-after 'unpack 'disable-failing-tests + (lambda _ + ;; Integration tests depend on docker. + (delete-file-recursively "tests/integration")))))) + (propagated-inputs (list python-requests)) + (native-inputs (list python-pytest python-pyyaml python-setuptools-scm)) + (home-page "https://github.com/netbox-community/pynetbox") + (synopsis "NetBox API client library") + (description "Python module to query and edit data stored in a +@url{https://netbox.dev,NetBox} instance.") + (license license:asl2.0))) base-commit: 21b718f4d6c3ded8ef50d12f6e9ae6474f74620f -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 05 11:27:36 2023 Received: (at 64747) by debbugs.gnu.org; 5 Oct 2023 15:27:37 +0000 Received: from localhost ([127.0.0.1]:48271 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qoQGG-0004JM-Jj for submit@debbugs.gnu.org; Thu, 05 Oct 2023 11:27:36 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58930) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qoQGF-0004J8-1i for 64747@debbugs.gnu.org; Thu, 05 Oct 2023 11:27:35 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qoQFp-00055k-9X; Thu, 05 Oct 2023 11:27:09 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=AF1fslx/SiWMpSERsBJHokkb+iSxip6JdEBHLP5f61w=; b=jh9iGUFv5WyrA5OTckZM ipU284Sy9wSod7XGfzVXHzZWUKeNUh6TEj9Gb9OhdoFPSGXBcY3DCoNI4FukO9zHieO5OyEobnAWa 2i7EsZ3laeFMneJzqxqB7ul7qfcFnSrNFB5CtdtSQrf4vVz0ZYmHbvbj8e40d5FO7PbbFuxE3Zas0 GTY706oRBU4mmg75x/Meg/HvflVY4SnZHy6iNoRBT4opfW3609M96m/wxv2DbLQrzoNjNwMVl5aSX VANPsId/iexHaVD8FFttIXGQiglGED2qLbFedCHEm1/5EEb+vhwzShvxuzxUo3wQETIT5Z1u1Sh3n KSVh9fWYr++MUg==; From: Mathieu Othacehe To: Timotej Lazar Subject: Re: bug#64747: [PATCH] gnu: Add python-pynetbox. References: <70f18c6352132594189e45021e5b0f31bc0d86cf.1689873228.git.timotej.lazar@araneo.si> Date: Thu, 05 Oct 2023 17:27:07 +0200 In-Reply-To: <70f18c6352132594189e45021e5b0f31bc0d86cf.1689873228.git.timotej.lazar@araneo.si> (Timotej Lazar's message of "Thu, 20 Jul 2023 19:13:48 +0200") Message-ID: <87fs2pum2c.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 64747 Cc: 64747@debbugs.gnu.org, Lars-Dominik Braun , jgart X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hey, Sorry for the laaate review. > + (version "7.0.1") The patch looks OK, but the 7.2.0 is up there, would you mind updating please? Thanks, Mathieu From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 05 12:32:33 2023 Received: (at 64747-done) by debbugs.gnu.org; 5 Oct 2023 16:32:33 +0000 Received: from localhost ([127.0.0.1]:48374 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qoRH6-0005RG-N9 for submit@debbugs.gnu.org; Thu, 05 Oct 2023 12:32:32 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53324) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qoRH4-0005R3-Oy for 64747-done@debbugs.gnu.org; Thu, 05 Oct 2023 12:32:31 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qoRGg-0008Lb-HO; Thu, 05 Oct 2023 12:32:06 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=J83fu+UmPYBtPe6W3opD+jT6wBRrby0oHD7zJrugExg=; b=gK/bNOe/pmKKJZV1vzmV phpSgRo21rafQLM1Qvcie/IP3mGnD06ZajNhNZPkhfvU4Hd29k2dWvr/7RHoaHHSEPxUPGDkTg5nN BscDFh5oNBf+UKMfKgw7a5kLEIYISKAmP9SZ268hMyJAlRV2dc7+l6c8mx1B/INUtzE1MK9UfpDVR pj6CymUH/kia949armC+6t3PJWF7+di3g5GDDFxbOMRwiL54oA91IONbLWYl4f3KBUr8HiV/ja87S QPclxwBQtf3QT5k0ru47YX9xKVZDBU3KhMKg6cEXtxGX3RvtnNMw6nDAA5t1pqgC61cz3A/QoNB4w EvY3J43r6hFTPg==; From: Mathieu Othacehe To: Timotej Lazar Subject: Re: bug#64747: [PATCH] gnu: Add python-pynetbox. References: <70f18c6352132594189e45021e5b0f31bc0d86cf.1689873228.git.timotej.lazar@araneo.si> <87fs2pum2c.fsf@gnu.org> Date: Thu, 05 Oct 2023 18:32:02 +0200 In-Reply-To: <87fs2pum2c.fsf@gnu.org> (Mathieu Othacehe's message of "Thu, 05 Oct 2023 17:27:07 +0200") Message-ID: <87cyxtuj25.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 64747-done Cc: jgart , 64747-done@debbugs.gnu.org, Lars-Dominik Braun X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > The patch looks OK, but the 7.2.0 is up there, would you mind updating > please? I did that myself with 29243a9f39744f6275ba0a9e0a182f257a2a46eb. Thanks, Mathieu From unknown Wed Aug 20 06:39:41 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 03 Nov 2023 11:24:13 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator