gnu: python-socksipychain: Update to 2.1.1-1.eb5ee87.
* gnu/packages/python-xyz.scm (python-socksipychain): Update to 2.1.1-1.eb5ee87.
This commit is contained in:
		
							parent
							
								
									aa7f3ec0e0
								
							
						
					
					
						commit
						27d8b9d976
					
				
					 1 changed files with 25 additions and 22 deletions
				
			
		| 
						 | 
					@ -60,7 +60,7 @@
 | 
				
			||||||
;;; Copyright © 2019 Sam <smbaines8@gmail.com>
 | 
					;;; Copyright © 2019 Sam <smbaines8@gmail.com>
 | 
				
			||||||
;;; Copyright © 2019 Jack Hill <jackhill@jackhill.us>
 | 
					;;; Copyright © 2019 Jack Hill <jackhill@jackhill.us>
 | 
				
			||||||
;;; Copyright © 2019, 2020 Guillaume Le Vaillant <glv@posteo.net>
 | 
					;;; Copyright © 2019, 2020 Guillaume Le Vaillant <glv@posteo.net>
 | 
				
			||||||
;;; Copyright © 2019 Alex Griffin <a@ajgrf.com>
 | 
					;;; Copyright © 2019, 2020 Alex Griffin <a@ajgrf.com>
 | 
				
			||||||
;;; Copyright © 2019 Pierre Langlois <pierre.langlois@gmx.com>
 | 
					;;; Copyright © 2019 Pierre Langlois <pierre.langlois@gmx.com>
 | 
				
			||||||
;;; Copyright © 2019 Jacob MacDonald <jaccarmac@gmail.com>
 | 
					;;; Copyright © 2019 Jacob MacDonald <jaccarmac@gmail.com>
 | 
				
			||||||
;;; Copyright © 2019 Giacomo Leidi <goodoldpaul@autistici.org>
 | 
					;;; Copyright © 2019 Giacomo Leidi <goodoldpaul@autistici.org>
 | 
				
			||||||
| 
						 | 
					@ -4642,30 +4642,33 @@ as the original project seems to have been abandoned circa 2007.")
 | 
				
			||||||
  (package-with-python2 python-socksipy-branch))
 | 
					  (package-with-python2 python-socksipy-branch))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public python-socksipychain
 | 
					(define-public python-socksipychain
 | 
				
			||||||
  (package
 | 
					  (let ((commit "eb5ee8741ce006ac0c5c3e2e83204062c348c155")
 | 
				
			||||||
    (name "python-socksipychain")
 | 
					        (revision "1")
 | 
				
			||||||
    (version "2.1.0")
 | 
					        (version "2.1.1"))
 | 
				
			||||||
    (source
 | 
					    (package
 | 
				
			||||||
     (origin
 | 
					      (name "python-socksipychain")
 | 
				
			||||||
       (method git-fetch)
 | 
					      (version (git-version version revision commit))
 | 
				
			||||||
       (uri (git-reference
 | 
					      (source
 | 
				
			||||||
             (url "https://github.com/pagekite/PySocksipyChain.git")
 | 
					       (origin
 | 
				
			||||||
             (commit (string-append "v" version))))
 | 
					         (method git-fetch)
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					         (uri (git-reference
 | 
				
			||||||
       (sha256
 | 
					               (url "https://github.com/pagekite/PySocksipyChain.git")
 | 
				
			||||||
        (base32
 | 
					               (commit commit)))
 | 
				
			||||||
         "0idm9a050rd2kbgbz2sk9ib9589kj4xh1xdnggs6xbq2v2y8f6zn"))))
 | 
					         (file-name (git-file-name name version))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					         (sha256
 | 
				
			||||||
    (arguments
 | 
					          (base32
 | 
				
			||||||
     `(#:tests? #f)) ; Tests try to access the network.
 | 
					           "0fpphn6xnpm7qk8a914s4abycsbq9w6qkci07my632v0fylnm5n7"))))
 | 
				
			||||||
    (home-page "http://pagekite.net/wiki/Floss/PySocksipyChain/")
 | 
					      (build-system python-build-system)
 | 
				
			||||||
    (synopsis "Python SOCKS module with chained proxies support")
 | 
					      (arguments
 | 
				
			||||||
    (description
 | 
					       `(#:tests? #f))                  ; Tests try to access the network.
 | 
				
			||||||
     "SocksiPyChain is a modified version of the SocksiPy SOCKS module, which
 | 
					      (home-page "http://pagekite.net/wiki/Floss/PySocksipyChain/")
 | 
				
			||||||
 | 
					      (synopsis "Python SOCKS module with chained proxies support")
 | 
				
			||||||
 | 
					      (description
 | 
				
			||||||
 | 
					       "SocksiPyChain is a modified version of the SocksiPy SOCKS module, which
 | 
				
			||||||
adds support for arbitrary chaining of proxy servers and various modes of
 | 
					adds support for arbitrary chaining of proxy servers and various modes of
 | 
				
			||||||
TLS/SSL encryption.  It was developed for use in PageKite, and also includes
 | 
					TLS/SSL encryption.  It was developed for use in PageKite, and also includes
 | 
				
			||||||
a simple netcat replacement with chaining support.")
 | 
					a simple netcat replacement with chaining support.")
 | 
				
			||||||
    (license license:bsd-3)))
 | 
					      (license license:bsd-3))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public python-pycodestyle
 | 
					(define-public python-pycodestyle
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue