From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id EGVyDn2ZGl+XTgAA0tVLHw (envelope-from ) for ; Fri, 24 Jul 2020 08:19:09 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id wKpJCn2ZGl+aFAAAB5/wlQ (envelope-from ) for ; Fri, 24 Jul 2020 08:19:09 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id A032394053B for ; Fri, 24 Jul 2020 08:19:07 +0000 (UTC) Received: from localhost ([::1]:57788 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jysv4-0002ZA-Jl for larch@yhetil.org; Fri, 24 Jul 2020 04:19:06 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:60394) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jysv0-0002YW-NQ for guix-patches@gnu.org; Fri, 24 Jul 2020 04:19:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:35103) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jysv0-00052t-EP for guix-patches@gnu.org; Fri, 24 Jul 2020 04:19:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jysv0-0008Gs-Ao for guix-patches@gnu.org; Fri, 24 Jul 2020 04:19:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#42511] [PATCH 1/2] gnu: python-slugify: Update to 4.0.1. References: <20200724081611.8643-1-tanguy@bioneland.org> In-Reply-To: <20200724081611.8643-1-tanguy@bioneland.org> Resent-From: Tanguy Le Carrour Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 24 Jul 2020 08:19:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 42511 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 42511@debbugs.gnu.org Cc: Tanguy Le Carrour Received: via spool by 42511-submit@debbugs.gnu.org id=B42511.159557868731721 (code B ref 42511); Fri, 24 Jul 2020 08:19:02 +0000 Received: (at 42511) by debbugs.gnu.org; 24 Jul 2020 08:18:07 +0000 Received: from localhost ([127.0.0.1]:46646 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jysu7-0008FZ-00 for submit@debbugs.gnu.org; Fri, 24 Jul 2020 04:18:07 -0400 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:37647) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jysu5-0008F6-Ol for 42511@debbugs.gnu.org; Fri, 24 Jul 2020 04:18:06 -0400 X-Originating-IP: 176.159.32.89 Received: from rafflesia.easter-eggs.fr (176-159-32-89.abo.bbox.fr [176.159.32.89]) (Authenticated sender: tanguy@bioneland.org) by relay5-d.mail.gandi.net (Postfix) with ESMTPA id CF81B1C000D; Fri, 24 Jul 2020 08:17:59 +0000 (UTC) From: Tanguy Le Carrour Date: Fri, 24 Jul 2020 10:17:40 +0200 Message-Id: <20200724081741.9341-1-tanguy@bioneland.org> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.7 (-) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: 3.99 X-TUID: Y/jmJol2/ica * gnu/packages/python-web.scm (python-slugify): Update to 4.0.1. [source] Drop patch. * gnu/packages/patches/python-slugify-depend-on-unidecode.patch: Remove useless patch. --- .../python-slugify-depend-on-unidecode.patch | 22 ------------------- gnu/packages/python-web.scm | 6 ++--- 2 files changed, 2 insertions(+), 26 deletions(-) delete mode 100644 gnu/packages/patches/python-slugify-depend-on-unidecode.patch diff --git a/gnu/packages/patches/python-slugify-depend-on-unidecode.patch b/gnu/packages/patches/python-slugify-depend-on-unidecode.patch deleted file mode 100644 index 5ac749c19d..0000000000 --- a/gnu/packages/patches/python-slugify-depend-on-unidecode.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff --git a/setup.py b/setup.py -index 4800173..6bdd77f 100755 ---- a/setup.py -+++ b/setup.py -@@ -14,8 +14,7 @@ url = 'https://github.com/un33k/python-slugify' - author = 'Val Neekman' - author_email = 'info@neekware.com' - license = 'MIT' --install_requires = ['text-unidecode>=1.3'] --extras_require = {'unidecode': ['Unidecode>=1.1.1']} -+install_requires = ['Unidecode'] - - classifiers = [ - 'Development Status :: 5 - Production/Stable', -@@ -67,7 +66,6 @@ setup( - author_email=author_email, - packages=find_packages(exclude=EXCLUDE_FROM_PACKAGES), - install_requires=install_requires, -- extras_require=extras_require, - classifiers=classifiers, - entry_points={'console_scripts': ['slugify=slugify.slugify:main']}, - ) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index a202873fd0..a52220ff23 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -3522,15 +3522,13 @@ Python.") (define-public python-slugify (package (name "python-slugify") - (version "3.0.4") + (version "4.0.1") (source (origin (method url-fetch) (uri (pypi-uri "python-slugify" version)) (sha256 - (base32 "0dv97yi5fq074q5qyqbin09pmi8ixg36caf5nkpw2bqkd8jh6pap")) - (patches - (search-patches "python-slugify-depend-on-unidecode.patch")))) + (base32 "0w22fapghmzk3xdasc4dn7h8sl58l08d1h5zbf72dh80drv1g9b9")))) (native-inputs `(("python-wheel" ,python-wheel))) (propagated-inputs -- 2.27.0