emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#31295: closed ([PATCH] gnu: python-autopep8: Updat


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#31295: closed ([PATCH] gnu: python-autopep8: Update to 1.3.5)
Date: Sat, 28 Apr 2018 21:36:01 +0000

Your message dated Sat, 28 Apr 2018 23:35:44 +0200
with message-id <address@hidden>
and subject line Re: [bug#31295] [PATCH] gnu: python-autopep8: Update to 1.3.5
has caused the debbugs.gnu.org bug report #31295,
regarding [PATCH] gnu: python-autopep8: Update to 1.3.5
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
31295: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=31295
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: python-autopep8: Update to 1.3.5 Date: Sat, 28 Apr 2018 04:25:30 +0000
* gnu/packages/python.scm (python-autopep8): Update to 1.3.5
---
 gnu/packages/python.scm | 36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index a5d533b1c..59bade1f0 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3788,28 +3788,28 @@ multivalue dictionary that retains the order of 
insertions and deletions.")
 
 (define-public python-autopep8
   (package
-  (name "python-autopep8")
-  (version "1.3.2")
-  (source
-   (origin
-     (method url-fetch)
-     (uri (pypi-uri "autopep8" version))
-     (sha256
-      (base32
-       "1p9pa1ffg4iy96l918808jggg9a69iaka5awmj8xid36yc5mk0ky"))))
-  (build-system python-build-system)
-  (propagated-inputs
-    `(("python-pycodestyle" ,python-pycodestyle)))
-  (home-page "https://github.com/hhatto/autopep8";)
-  (synopsis "Format Python code according to the PEP 8 style guide")
-  (description
-    "@code{autopep8} automatically formats Python code to conform to
+    (name "python-autopep8")
+    (version "1.3.5")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "autopep8" version))
+       (sha256
+        (base32
+         "192bvhzi4d0claqxgzymvv7k3qnj627742bc8sgxpzjj42pd9112"))))
+    (build-system python-build-system)
+    (propagated-inputs
+     `(("python-pycodestyle" ,python-pycodestyle)))
+    (home-page "https://github.com/hhatto/autopep8";)
+    (synopsis "Format Python code according to the PEP 8 style guide")
+    (description
+     "@code{autopep8} automatically formats Python code to conform to
 the PEP 8 style guide.  It uses the pycodestyle utility to determine
 what parts of the code needs to be formatted.  @code{autopep8} is
 capable of fixing most of the formatting issues that can be reported
 by pycodestyle.")
-  (license (license:non-copyleft
-            "https://github.com/hhatto/autopep8/blob/master/LICENSE";))))
+    (license (license:non-copyleft
+              "https://github.com/hhatto/autopep8/blob/master/LICENSE";))))
 
 (define-public python2-autopep8
   (package-with-python2 python-autopep8))
-- 
2.14.3




--- End Message ---
--- Begin Message --- Subject: Re: [bug#31295] [PATCH] gnu: python-autopep8: Update to 1.3.5 Date: Sat, 28 Apr 2018 23:35:44 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
Fis Trivial <address@hidden> skribis:

> * gnu/packages/python.scm (python-autopep8): Update to 1.3.5

Applied, thanks!

Ludo'.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]