[med-svn] [Git][med-team/biomaj3-download][upstream] New upstream version 3.2.8

Andreas Tille (@tille) gitlab at salsa.debian.org
Thu Jul 14 09:54:09 BST 2022



Andreas Tille pushed to branch upstream at Debian Med / biomaj3-download


Commits:
4fe7b173 by Andreas Tille at 2022-07-14T10:51:36+02:00
New upstream version 3.2.8
- - - - -


3 changed files:

- CHANGES.txt
- biomaj_download/download/curl.py
- setup.py


Changes:

=====================================
CHANGES.txt
=====================================
@@ -1,3 +1,6 @@
+3.2.8:
+  Accept 257 error code for ftp
+
 3.2.7
   Normalize pyyaml setup with other biomaj components
 


=====================================
biomaj_download/download/curl.py
=====================================
@@ -121,7 +121,7 @@ class CurlDownload(DownloadInterface):
         if self.curl_protocol in self.FTP_PROTOCOL_FAMILY:
             self.protocol_family = "ftp"
             self._parse_result = self._ftp_parse_result
-            self.ERRCODE_OK = [221, 226]
+            self.ERRCODE_OK = [221, 226, 257]
         elif self.curl_protocol in self.HTTP_PROTOCOL_FAMILY:
             self.protocol_family = "http"
             self._parse_result = self._http_parse_result


=====================================
setup.py
=====================================
@@ -22,7 +22,7 @@ config = {
     'url': 'http://biomaj.genouest.org',
     'download_url': 'http://biomaj.genouest.org',
     'author_email': 'olivier.sallou at irisa.fr',
-    'version': '3.2.7',
+    'version': '3.2.8',
     'classifiers': [
         # How mature is this project? Common values are
         #   3 - Alpha



View it on GitLab: https://salsa.debian.org/med-team/biomaj3-download/-/commit/4fe7b173ac04e256427c876a019afb0479252c0d

-- 
View it on GitLab: https://salsa.debian.org/med-team/biomaj3-download/-/commit/4fe7b173ac04e256427c876a019afb0479252c0d
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20220714/37b2dbac/attachment-0001.htm>


More information about the debian-med-commit mailing list