From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 04 09:07:40 2025 Received: (at submit) by debbugs.gnu.org; 4 Jan 2025 14:07:40 +0000 Received: from localhost ([127.0.0.1]:53993 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tU4oW-0001RK-C2 for submit@debbugs.gnu.org; Sat, 04 Jan 2025 09:07:40 -0500 Received: from lists.gnu.org ([2001:470:142::17]:34760) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tU4oQ-0001Qy-GS for submit@debbugs.gnu.org; Sat, 04 Jan 2025 09:07:38 -0500 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 1tU4oF-0001ky-Ed for guix-patches@gnu.org; Sat, 04 Jan 2025 09:07:23 -0500 Received: from mx0.riseup.net ([198.252.153.6]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tU4oD-0008Sa-K5 for guix-patches@gnu.org; Sat, 04 Jan 2025 09:07:23 -0500 Received: from fews02-sea.riseup.net (fews02-sea-pn.riseup.net [10.0.1.112]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx0.riseup.net (Postfix) with ESMTPS id 4YQMhQ2LY8z9wBJ; Sat, 4 Jan 2025 14:07:18 +0000 (UTC) X-Riseup-User-ID: 1120E9DCD7992AF42DAA5FB41C5CF2EE526496B516379F938F2F95F6F863DD25 Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews02-sea.riseup.net (Postfix) with ESMTPSA id 4YQMhQ1DjBzFtGK; Sat, 4 Jan 2025 14:07:18 +0000 (UTC) Received: from danialbehzadi by mahtab with local (Exim 4.98) (envelope-from ) id 1tU4o7-00000000BR5-1nmx; Sat, 04 Jan 2025 17:37:15 +0330 From: Danial Behzadi To: guix-patches@gnu.org Subject: [PATCH] gnu: tractor: Update to 5.0.0. Date: Sat, 4 Jan 2025 17:37:11 +0330 Message-ID: <9cbaa3d4ab5696ff2a3174c0ab18317e560e304e.1735570393.git.dani.behzi@ubuntu.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=198.252.153.6; envelope-from=dani.behzi@ubuntu.com; helo=mx0.riseup.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: submit Cc: Danial Behzadi 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: -1.0 (-) --- gnu/packages/tor.scm | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm index 421f673..f02fc82 100644 --- a/gnu/packages/tor.scm +++ b/gnu/packages/tor.scm @@ -438,21 +438,20 @@ (define-public nyx (define-public tractor (package (name "tractor") - (version "4.1.1") + (version "5.0.0") (source (origin (method url-fetch) (uri (pypi-uri "traxtor" version)) (sha256 (base32 - "1542g6alycwlmvndxcijzn4d5lgycmxxb78gqd8qwgm9kw0fnr3q")))) + "0is50z3v0mw9am31zizblq5ai30vz83qp6qsdingbn7f7cqzldmh")))) (build-system pyproject-build-system) (native-inputs (list python-setuptools python-wheel (list glib "bin"))) ; for glib-compile-schemas. (inputs (list python-fire - python-psutil python-pygobject python-requests python-stem @@ -465,19 +464,16 @@ (define-public tractor (add-after 'install 'install-man-page (lambda _ (let ((man1 (string-append #$output "/share/man/man1"))) - (install-file "tractor/man/tractor.1" man1)))) + (install-file "data/tractor.1" man1)))) (add-after 'install 'install-bash-completion (lambda _ - (mkdir "bash-completion") - (rename-file "tractor/tractor-completion" - "bash-completion/tractor") (let ((bash-completion (string-append #$output "/share/bash-completion/completions"))) - (install-file "bash-completion/tractor" bash-completion)))) + (install-file "data/completion/bash/tractor" bash-completion)))) (add-after 'install 'install-gschema (lambda _ (let ((schemas (string-append #$output "/share/glib-2.0/schemas"))) - (install-file "tractor/tractor.gschema.xml" schemas))))))) + (install-file "src/tractor/tractor.gschema.xml" schemas))))))) (home-page "https://framagit.org/tractor") (synopsis "Setup an onion routing proxy") (description -- 2.45.2 From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 04 10:29:25 2025 Received: (at 75351-done) by debbugs.gnu.org; 4 Feb 2025 15:29:25 +0000 Received: from localhost ([127.0.0.1]:46236 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tfKrd-0006Z5-6A for submit@debbugs.gnu.org; Tue, 04 Feb 2025 10:29:25 -0500 Received: from mail-wr1-x42a.google.com ([2a00:1450:4864:20::42a]:61780) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1tfKrb-0006Yn-1i for 75351-done@debbugs.gnu.org; Tue, 04 Feb 2025 10:29:23 -0500 Received: by mail-wr1-x42a.google.com with SMTP id ffacd0b85a97d-3862a921123so3911395f8f.3 for <75351-done@debbugs.gnu.org>; Tue, 04 Feb 2025 07:29:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1738682957; x=1739287757; darn=debbugs.gnu.org; h=mime-version:message-id:date:subject:to:from:from:to:cc:subject :date:message-id:reply-to; bh=ctXzNzvKHQxXtkarPufAvGvP2YiGnvqUGRSv0iLqUm0=; b=ZMnEe0mV0xGrfvyhkPmiWfS0JUh6UuEm+f7GUCr6Nyuc8mPmkroqwlIC3MOcVJnFLz 54a6LoEUzWGISNTWp4qjpNmnKUvDvkKaNa3UnhedFFPL6ttk+E64rQdn2IkWuxPhNgeO RrqCLPU11KyxzKQLFLrwrS88hueYsEJpDge4OlR2PyzR0z9jkV9UuXwqcPxnrTWejcc/ R3G4014/HnK4Slj+hphOgQJBORluF4l7jedSafmnpScHSA6aHrySr7EAcnpIQeQWBSxb Q+ldaqK14mhNRyUoTNfnhY5PGeNTQemda1ozAZuDNs3Y0IvKjdw+9ZKV+4isrZpfHizq hPrA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1738682957; x=1739287757; h=mime-version:message-id:date:subject:to:from:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=ctXzNzvKHQxXtkarPufAvGvP2YiGnvqUGRSv0iLqUm0=; b=RoTTMDk1AuEQALO37A5Pgz1eqz1/zMPe251wJRpvivieFPCM29uaRj8/6c1VxSinG+ j9BJhrrLNXqh2/STi4fk2vHkjc2r9YZxsJ603Z58muONQc7ZrX1MP4xmeesW34KqXD7j 68wfgJF+APgrH6VedMgt/I9UbikMNo153Lb329FaJuGycUgqn++LLbu+w47H/DtwdMsP GhoeApCjCvJphoJzdy/CBW3ODSkB+cfTTBQa+Y4Rdkp8Nfivzf2D127TFkUbAdG+oMdq xd4cVrgCZ6HsjsAykZ7SyM5r0LfKcuD71aKLFHHiEWJ2m8RYoGQfEciGLoMVMaRZlHJH 0GxA== X-Gm-Message-State: AOJu0YyUXR5oKOkaCOhz31TTy0IZGoe3B3r+gYXbBmkttG6XhhhxLqH9 cwWkJq9VSUR4djn2x06SKL7vOCghYzyqabVXl6MQg3nhtRwKto5xlckocGZXqmA= X-Gm-Gg: ASbGncv08VoJgbNMopJdmZwLACqP/+ioaNVuYtkQWR2/DligiOogcjnaKqukD0ZRSbZ QTNpescjVSWp6RAOj2Bx3T/nuYSpP7DuyIgIc3/KrM9sefKPWjrAio9MnNXih0j8+bmL4QSOgfk qfwPeTvSK0d7WDiKwpSsJUOx3qaAKx4xeyBsHXbH1VCpmotDBcHkZ7K6mA9AeAUFY6Wh5jC7dBY 8QDlcJmLr8dhzAo1IKQYurmHlP8mP9e68EHCjEbSnUk2T1Dul7pj5t6/N8VjkGUSfP6hwb3OfqI pkluGuRmFLTrkPgHXe6hXT00lSTfD6g+9AAkZs71WKE1pXE23I2wGXe3HB6n6Ixk+mQ= X-Google-Smtp-Source: AGHT+IG9uhV04VrKYnyJxjlJNTZkUHJjmrYa4xsVf/0M/s83lfAo7mvNc8XSoDV7CazuC0jwY+iHNQ== X-Received: by 2002:a5d:5f93:0:b0:386:3213:5b9b with SMTP id ffacd0b85a97d-38c51e8e12fmr22975437f8f.43.1738682956623; Tue, 04 Feb 2025 07:29:16 -0800 (PST) Received: from guxtil (cpc100684-bagu15-2-0-cust967.1-3.cable.virginm.net. [86.8.111.200]) by smtp.gmail.com with ESMTPSA id ffacd0b85a97d-38c5c0ec369sm15929819f8f.8.2025.02.04.07.29.15 for <75351-done@debbugs.gnu.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 04 Feb 2025 07:29:15 -0800 (PST) From: Sharlatan Hellseher To: 75351-done@debbugs.gnu.org Subject: [PATCH] gnu: tractor: Update to 5.0.0. Date: Tue, 04 Feb 2025 15:29:14 +0000 Message-ID: <87o6zhiv91.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 75351-done 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: -1.0 (-) --=-=-= Content-Type: text/plain Hi, Thanks for the patch. Pushed to master as f61d448a075 * gnu: tractor: Update to 5.0.0. -- Oleg --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEmEeB3micIcJkGAhndtcnv/Ys0rUFAmeiMkoACgkQdtcnv/Ys 0rV5tRAAtFhPKPWmLvZ14/UzMLqGve72tJ7FSX69Fw4F6m6dfvI7c0pByPHdBET2 OfBMG2SPIcRPeOvP/pVw421zcMWvvltwjJmYXB6Ek6lziqNleGjvWhGnLsOjYvJG thmq8DtsO8dKCpHyROb7SvENuJcZ0qCOdLrbgrtHD0YRT5trRhxsr/3cXGfCKRJw jVxRiAZJYi39AiLUVrscHcW8GewnjWEX3eujD51BkZ+028PxE+Hh6kun0xXTt1Z9 czy2EXA0/qRaPyvrr0OriyWdHIxDaVhnWbSBNXgLJmiBu31KbYbciXn+0aX3BJae TNXePZcnP0vuAkdrXNd4zTgWzKB9Pp1rYMjVedJ7jJdLWrueoPysvSi3Er2aQzIM Jy2PWLlIw8psW6bocGrWOHRRZOXHGBb8ut/BnVQBsEfi2WobkaX3RJvLokJA96Hv ZyA71G6z/rI/GuqYDCIi2fVFtdTc+9b6WPwvvGKoXWWEdp5+hrwFDqvYbrSBlzcP fdY4RbdkbxvI+DdcXsBvti5QKSfd3XWwU1IczkKIuZL/PUQmvIMALy5yvmQWCmO5 f3y3JBtxJhlErDqcGyWkL8VNYcG9FsNXQLaQYEsCaQAOauXr/L9jN1dK57T4sHFu ndh53djFneOJy2TelDtRYYBjArgv7FE7ppqInvnbVuSmxEZFAgI= =1Jzf -----END PGP SIGNATURE----- --=-=-=-- From unknown Sat Jun 21 10:44:40 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 05 Mar 2025 12:24:14 +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