gnu: python-pyftpdlib: Update to 1.5.7.
* gnu/packages/python-xyz.scm (python-pyftpdlib): Update to 1.5.7.
This commit is contained in:
		
							parent
							
								
									e94dcbf3c2
								
							
						
					
					
						commit
						2dadc917bb
					
				
					 1 changed files with 6 additions and 25 deletions
				
			
		|  | @ -12164,36 +12164,17 @@ the @code{sendfile(2)} system call.") | ||||||
| (define-public python-pyftpdlib | (define-public python-pyftpdlib | ||||||
|   (package |   (package | ||||||
|     (name "python-pyftpdlib") |     (name "python-pyftpdlib") | ||||||
|     (version "1.5.6") |     (version "1.5.7") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|        (method url-fetch) |        (method url-fetch) | ||||||
|        (uri (pypi-uri "pyftpdlib" version)) |        (uri (pypi-uri "pyftpdlib" version)) | ||||||
|        (sha256 |        (sha256 | ||||||
|         (base32 "0pnv2byzmzg84q5nmmhn1xafvfil85qa5y52bj455br93zc5b9px")))) |         (base32 "0vk5gcx4svjrpm014ykwxmijqihgb4ha17kb3yphk0nv6x0wx8vy")))) | ||||||
|     (build-system python-build-system) |     (build-system pyproject-build-system) | ||||||
|     (arguments |     ;; Using Pytest instead of the Makefile causes the command line tests to | ||||||
|      (list |     ;; fail on unknown Pytest arguments. | ||||||
|       #:phases |     (arguments (list #:test-flags #~(list "-k" "not TestCommandLineParser"))) | ||||||
|       #~(modify-phases %standard-phases |  | ||||||
|           (replace 'check |  | ||||||
|             (lambda* (#:key tests? #:allow-other-keys) |  | ||||||
|               (when tests? |  | ||||||
|                 (invoke |  | ||||||
|                  "pytest" |  | ||||||
|                  ;; Deselect failing tests. |  | ||||||
|                  "-k" (string-append |  | ||||||
|                        ;; Using Pytest instead of the Makefile causes the |  | ||||||
|                        ;; command line tests to fail on unknown Pytest |  | ||||||
|                        ;; arguments. |  | ||||||
|                        "not TestCommandLineParser " |  | ||||||
|                        ;; https://github.com/giampaolo/pyftpdlib/issues/478 |  | ||||||
|                        "and not test_use_gmt_times " |  | ||||||
|                        ;; https://github.com/giampaolo/pyftpdlib/issues/550 |  | ||||||
|                        "and not test_masquerade_address " |  | ||||||
|                        ;; https://github.com/giampaolo/pyftpdlib/issues/500 |  | ||||||
|                        "and not test_rest_on_stor " |  | ||||||
|                        "and not test_stor_ascii")))))))) |  | ||||||
|     (native-inputs (list python-psutil python-pytest)) |     (native-inputs (list python-psutil python-pytest)) | ||||||
|     (propagated-inputs (list python-pyopenssl python-pysendfile)) |     (propagated-inputs (list python-pyopenssl python-pysendfile)) | ||||||
|     (home-page "https://github.com/giampaolo/pyftpdlib/") |     (home-page "https://github.com/giampaolo/pyftpdlib/") | ||||||
|  |  | ||||||
		Reference in a new issue